weboptimizer 4.0.43 → 4.0.45

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 +9 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "4.0.43",
3
+ "version": "4.0.45",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -77,7 +77,7 @@
77
77
  "lint:base": "eslint --no-warn-ignored *.ts */*.ts test/*/*.ts",
78
78
  "prepare": "yarn build",
79
79
  "prettify": "yarn lint:base --fix || true",
80
- "test": "yarn build:test && node --experimental-vm-modules node_modules/.bin/jest --config ./weboptimizerJest.json --root-dir './' --test-regex '/test/.+\\\\.js$' test/browser.js test/configurator.js test/ejsLoader.js test/helper.js test/stylelintConfigurator.js test/index.js test/webpackConfigurator.js",
80
+ "test": "yarn build:test && node --experimental-vm-modules node_modules/.bin/jest --config ./weboptimizerJest.json --noStackTrace --root-dir './' --test-regex '/test/.+\\\\.js$' test/browser.js test/configurator.js test/ejsLoader.js test/helper.js test/stylelintConfigurator.js test/index.js test/webpackConfigurator.js",
81
81
  "test:coverage": "yarn test --ci --coverage --coverageReporters=text --coverageReporters=text-summary --silent --testLocationInResults",
82
82
  "test:coverage:report": "yarn test:coverage --coverageDirectory=.coverage --coverageReporters=lcov --outputFile=lcov.info",
83
83
  "test:watch": "yarn test --watch",
@@ -94,7 +94,7 @@
94
94
  "babel-loader": "^10.1.1",
95
95
  "babel-plugin-polyfill-corejs3": "^1.0.0",
96
96
  "babel-plugin-transform-rewrite-imports": "^1.5.4",
97
- "clientnode": "4.0.1475",
97
+ "clientnode": "4.0.1479",
98
98
  "core-js": "^3.49.0",
99
99
  "ejs": "^6.0.1",
100
100
  "exports-loader": "^5.0.0",
@@ -108,8 +108,8 @@
108
108
  "rimraf": "^6.1.3",
109
109
  "script-loader": "^0.7.2",
110
110
  "typescript": "^6.0.3",
111
- "webpack": "^5.109.1",
112
- "webpack-cli": "^7.2.1",
111
+ "webpack": "^5.109.2",
112
+ "webpack-cli": "^7.2.2",
113
113
  "webpack-sources": "^3.5.1"
114
114
  },
115
115
  "devDependencies": {
@@ -132,7 +132,7 @@
132
132
  "cssnano": "^8.0.2",
133
133
  "eslint": "^10.8.0",
134
134
  "eslint-config-google": "^0.14.0",
135
- "eslint-plugin-jsdoc": "^63.3.1",
135
+ "eslint-plugin-jsdoc": "^63.3.2",
136
136
  "favicons": "^7.3.1",
137
137
  "favicons-webpack-plugin": "^6.0.1",
138
138
  "globals": "^17.8.0",
@@ -142,7 +142,7 @@
142
142
  "mini-css-extract-plugin": "^2.10.2",
143
143
  "mkdirp": "^3.0.1",
144
144
  "node-fetch": "^3.3.2",
145
- "postcss": "^8.5.23",
145
+ "postcss": "^8.5.25",
146
146
  "postcss-fontpath": "^1.0.0",
147
147
  "postcss-import": "^16.1.1",
148
148
  "postcss-loader": "^8.2.1",
@@ -157,7 +157,7 @@
157
157
  "terser-webpack-plugin": "^5.6.1",
158
158
  "typescript-eslint": "^8.65.0",
159
159
  "typescript-plugin-css-modules": "^5.2.0",
160
- "web-documentation": "^1.0.43",
160
+ "web-documentation": "^1.0.44",
161
161
  "workbox-webpack-plugin": "^7.4.1"
162
162
  },
163
163
  "peerDependencies": {
@@ -1068,10 +1068,7 @@
1068
1068
  },
1069
1069
  "loader": []
1070
1070
  },
1071
- "runtimeChunk": {
1072
- "#": "We need to include a single shared runtime chunk into the bundle to avoid duplication of runtime code.",
1073
- "__evaluate__": "self.givenCommandLineArguments[2] === 'serve' ? 'single' : false"
1074
- },
1071
+ "runtimeChunk": false,
1075
1072
  "terser": {
1076
1073
  "terserOptions": {
1077
1074
  "compress": {
@@ -1512,10 +1509,6 @@
1512
1509
  },
1513
1510
  "module": {
1514
1511
  "optimizer": {
1515
- "runtimeChunk": {
1516
- "#": "We need to include a single shared runtime chunk into the bundle to avoid duplication of runtime code.",
1517
- "__evaluate__": "self.givenCommandLineArguments[2] === 'serve' ? 'single' : false"
1518
- },
1519
1512
  "terser": {
1520
1513
  "terserOptions": {
1521
1514
  "compress": {