weboptimizer 2.0.1509 → 2.0.1511

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 (2) hide show
  1. package/configurator.js +1 -1
  2. package/package.json +8 -8
package/configurator.js CHANGED
@@ -150,7 +150,7 @@ var load = exports.load = function load(context) {
150
150
  try {
151
151
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
152
152
  var type = _step.value;
153
- if (runtimeInformation.givenCommandLineArguments[2] === type || debug && type === 'debug' || type === 'test' && runtimeInformation.givenCommandLineArguments[2].startsWith('test: ') && runtimeInformation.givenCommandLineArguments[2] !== 'test:browser') for (var _i = 0, _arr = [configuration, specificConfiguration]; _i < _arr.length; _i++) {
153
+ if (runtimeInformation.givenCommandLineArguments[2] === type || debug && type === 'debug' || type === 'test' && runtimeInformation.givenCommandLineArguments[2].startsWith('test:') && runtimeInformation.givenCommandLineArguments[2] !== 'test:browser') for (var _i = 0, _arr = [configuration, specificConfiguration]; _i < _arr.length; _i++) {
154
154
  var configurationTarget = _arr[_i];
155
155
  if ((0, _clientnode.isPlainObject)(configurationTarget[type])) (0, _clientnode.extend)(true, (0, _clientnode.modifyObject)(configurationTarget, configurationTarget[type]), configurationTarget[type]);
156
156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1509",
3
+ "version": "2.0.1511",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -100,7 +100,7 @@
100
100
  "babel-loader": "^9.2.1",
101
101
  "babel-plugin-transform-modern-regexp": "^0.0.6",
102
102
  "babel-preset-minify": "^0.5.2",
103
- "clientnode": "3.0.1183",
103
+ "clientnode": "3.0.1186",
104
104
  "ejs": "^3.1.10",
105
105
  "exports-loader": "^5.0.0",
106
106
  "extract-loader": "^5.1.0",
@@ -127,18 +127,18 @@
127
127
  "@types/html-minifier": "^4.0.5",
128
128
  "@types/html-minifier-terser": "^7.0.2",
129
129
  "@types/imagemin": "^9.0.0",
130
- "@types/node": "^22.5.5",
130
+ "@types/node": "^22.7.0",
131
131
  "@types/postcss-import": "^14.0.3",
132
132
  "@types/postcss-url": "^10.0.4",
133
133
  "@types/webpack-env": "^1.18.5",
134
134
  "@types/webpack-sources": "^3.2.3",
135
- "@typescript-eslint/parser": "^8.6.0",
135
+ "@typescript-eslint/parser": "^8.7.0",
136
136
  "css-loader": "^7.1.2",
137
137
  "cssnano": "^7.0.6",
138
138
  "documentation-website": "^1.0.332",
139
- "eslint": "^9.10.0",
139
+ "eslint": "^9.11.1",
140
140
  "eslint-config-google": "^0.14.0",
141
- "eslint-plugin-jsdoc": "^50.2.3",
141
+ "eslint-plugin-jsdoc": "^50.2.4",
142
142
  "favicons": "^7.2.0",
143
143
  "favicons-webpack-plugin": "^6.0.1",
144
144
  "globals": "^15.9.0",
@@ -152,7 +152,7 @@
152
152
  "postcss-fontpath": "^1.0.0",
153
153
  "postcss-import": "^16.1.0",
154
154
  "postcss-loader": "^8.1.1",
155
- "postcss-preset-env": "^10.0.3",
155
+ "postcss-preset-env": "^10.0.5",
156
156
  "postcss-sprites": "^4.2.1",
157
157
  "postcss-url": "^10.1.3",
158
158
  "shx": "^0.3.4",
@@ -160,7 +160,7 @@
160
160
  "stylelint": "^16.9.0",
161
161
  "stylelint-config-standard": "^36.0.1",
162
162
  "stylelint-config-standard-scss": "^13.1.0",
163
- "typescript-eslint": "^8.6.0",
163
+ "typescript-eslint": "^8.7.0",
164
164
  "typescript-plugin-css-modules": "^5.1.0",
165
165
  "workbox-webpack-plugin": "^7.1.0"
166
166
  },