@bleedingdev/modern-js-create 3.2.0-ultramodern.25 → 3.2.0-ultramodern.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1432,6 +1432,11 @@ ${bffPluginEntry} moduleFederationPlugin(),
1432
1432
  message: /the request of a dependency is an expression/u,
1433
1433
  module: /modern-js-plugin-i18n/u,
1434
1434
  },
1435
+ {
1436
+ message:
1437
+ /Autoprefixer target browsers do not need any prefixes/u,
1438
+ module: /\.css$/u,
1439
+ },
1435
1440
  ]);
1436
1441
  },
1437
1442
  },
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "engines": {
22
22
  "node": ">=20"
23
23
  },
24
- "version": "3.2.0-ultramodern.25",
24
+ "version": "3.2.0-ultramodern.27",
25
25
  "types": "./dist/types/index.d.ts",
26
26
  "main": "./dist/index.js",
27
27
  "bin": {
@@ -41,7 +41,7 @@
41
41
  "@types/node": "^25.9.1",
42
42
  "@typescript/native-preview": "7.0.0-dev.20260526.1",
43
43
  "tsx": "^4.22.3",
44
- "@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.25"
44
+ "@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.27"
45
45
  },
46
46
  "publishConfig": {
47
47
  "registry": "https://registry.npmjs.org/",
@@ -54,6 +54,6 @@
54
54
  "start": "node ./dist/index.js"
55
55
  },
56
56
  "ultramodern": {
57
- "frameworkVersion": "3.2.0-ultramodern.25"
57
+ "frameworkVersion": "3.2.0-ultramodern.27"
58
58
  }
59
59
  }
@@ -29,16 +29,16 @@ jobs:
29
29
  egress-policy: audit
30
30
 
31
31
  - name: Checkout
32
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
32
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
33
33
  with:
34
34
  fetch-depth: 1
35
35
  persist-credentials: false
36
36
 
37
37
  - name: Setup pnpm
38
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
38
+ uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
39
39
 
40
40
  - name: Setup Node.js
41
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
41
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
42
42
  with:
43
43
  node-version: 24
44
44
  cache: pnpm
@@ -29,16 +29,16 @@ jobs:
29
29
  egress-policy: audit
30
30
 
31
31
  - name: Checkout
32
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
32
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
33
33
  with:
34
34
  fetch-depth: 1
35
35
  persist-credentials: false
36
36
 
37
37
  - name: Setup pnpm
38
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
38
+ uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
39
39
 
40
40
  - name: Setup Node.js
41
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
41
+ uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
42
42
  with:
43
43
  node-version: 24
44
44
  cache: pnpm