@openedx/frontend-build 14.6.2 → 14.6.4

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/README.md CHANGED
@@ -28,9 +28,9 @@ can extended or overridden where needed.
28
28
 
29
29
  ``git clone https://github.com/openedx/frontend-build.git``
30
30
 
31
- 2. Use node v18.x.
31
+ 2. Use node v24.x.
32
32
 
33
- The current version of the micro-frontend build scripts support node 18.
33
+ The current version of the micro-frontend build scripts support node 24.
34
34
  Using other major versions of node *may* work, but this is unsupported. For
35
35
  convenience, this repository includes an .nvmrc file to help in setting the
36
36
  correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
@@ -104,7 +104,7 @@ module.exports = merge(commonConfig, {
104
104
  ],
105
105
  // Silences compiler deprecation warnings. They mostly come from bootstrap and/or paragon.
106
106
  quietDeps: true,
107
- silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'],
107
+ silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'global-builtin', 'legacy-js-api'],
108
108
  },
109
109
  },
110
110
  },
@@ -68,7 +68,7 @@ function getStyleUseConfig() {
68
68
  ],
69
69
  // Silences compiler deprecation warnings. They mostly come from bootstrap and/or paragon.
70
70
  quietDeps: true,
71
- silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'],
71
+ silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'global-builtin', 'legacy-js-api'],
72
72
  },
73
73
  },
74
74
  },
@@ -135,7 +135,7 @@ module.exports = merge(commonConfig, {
135
135
  ],
136
136
  // Silences compiler deprecation warnings. They mostly come from bootstrap and/or paragon.
137
137
  quietDeps: true,
138
- silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'mixed-decls', 'global-builtin', 'legacy-js-api'],
138
+ silenceDeprecations: ['abs-percent', 'color-functions', 'import', 'global-builtin', 'legacy-js-api'],
139
139
  },
140
140
  },
141
141
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/frontend-build",
3
- "version": "14.6.2",
3
+ "version": "14.6.4",
4
4
  "description": "Build tools, setup and config for frontend apps",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -51,7 +51,7 @@
51
51
  "@types/jest": "29.5.12",
52
52
  "@typescript-eslint/eslint-plugin": "^5.58.0",
53
53
  "@typescript-eslint/parser": "^5.58.0",
54
- "autoprefixer": "10.4.20",
54
+ "autoprefixer": "10.4.27",
55
55
  "babel-jest": "29.7.0",
56
56
  "babel-loader": "9.2.1",
57
57
  "babel-plugin-formatjs": "^10.4.0",