weboptimizer 4.0.54 → 4.0.55

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "4.0.54",
3
+ "version": "4.0.55",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -137,8 +137,8 @@
137
137
  "@types/webpack-sources": "^3.2.3",
138
138
  "@typescript-eslint/parser": "^8.67.0",
139
139
  "css-loader": "^7.1.4",
140
- "cssnano": "^8.0.6",
141
- "eslint": "^10.8.1",
140
+ "cssnano": "^8.0.7",
141
+ "eslint": "^10.9.0",
142
142
  "eslint-config-google": "^0.14.0",
143
143
  "eslint-plugin-jsdoc": "^64.2.1",
144
144
  "favicons": "^7.3.1",
@@ -165,7 +165,7 @@
165
165
  "terser-webpack-plugin": "^5.6.1",
166
166
  "typescript-eslint": "^8.67.0",
167
167
  "typescript-plugin-css-modules": "^5.2.0",
168
- "web-documentation": "^1.0.46",
168
+ "web-documentation": "^1.0.49",
169
169
  "workbox-webpack-plugin": "^7.4.1"
170
170
  },
171
171
  "peerDependencies": {
@@ -327,8 +327,8 @@
327
327
  "colors": "1.4.0"
328
328
  },
329
329
  "engines": {
330
- "node": ">=24",
331
- "npm": ">=11",
330
+ "node": ">=26",
331
+ "npm": ">=12",
332
332
  "yarn": ">=4"
333
333
  },
334
334
  "configuration": {
@@ -1567,11 +1567,11 @@
1567
1567
  "boilerplate": "node",
1568
1568
  "payload": "node"
1569
1569
  },
1570
+ "#: webpack -> module -> parser -> javascript -> dynamicImportMode": "NOTE: Tells webpack to include dynamically-imported modules in the current chunk (returning an already-resolved promise) rather than emitting a separate [id].js. Result: only testBundle.js.",
1570
1571
  "webpack": {
1571
1572
  "module": {
1572
1573
  "parser": {
1573
1574
  "javascript": {
1574
- "#dynamicImportMode": "NOTE: Tells webpack to include dynamically-imported modules in the current chunk (returning an already-resolved promise) rather than emitting a separate [id].js. Result: only testBundle.js.",
1575
1575
  "dynamicImportMode": "eager"
1576
1576
  }
1577
1577
  }