weboptimizer 2.0.1648 → 2.0.1650

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 +19 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1648",
3
+ "version": "2.0.1650",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -98,7 +98,7 @@
98
98
  "babel-loader": "^10.0.0",
99
99
  "babel-plugin-transform-modern-regexp": "^0.0.6",
100
100
  "babel-preset-minify": "^0.5.2",
101
- "clientnode": "3.0.1346",
101
+ "clientnode": "3.0.1348",
102
102
  "ejs": "^4.0.1",
103
103
  "exports-loader": "^5.0.0",
104
104
  "extract-loader": "^5.1.0",
@@ -119,24 +119,24 @@
119
119
  "@babel/cli": "^7.28.6",
120
120
  "@babel/eslint-parser": "^7.28.6",
121
121
  "@eslint/js": "^10.0.1",
122
- "@stylistic/eslint-plugin": "^5.8.0",
122
+ "@stylistic/eslint-plugin": "^5.9.0",
123
123
  "@types/ejs": "^3.1.5",
124
124
  "@types/eslint": "^9.6.1",
125
125
  "@types/html-minifier": "^4.0.6",
126
126
  "@types/html-minifier-terser": "^7.0.2",
127
127
  "@types/imagemin": "^9.0.1",
128
- "@types/node": "^25.2.3",
128
+ "@types/node": "^25.3.0",
129
129
  "@types/postcss-import": "^14.0.3",
130
130
  "@types/postcss-url": "^10.0.4",
131
131
  "@types/webpack-env": "^1.18.8",
132
132
  "@types/webpack-sources": "^3.2.3",
133
- "@typescript-eslint/parser": "^8.56.0",
133
+ "@typescript-eslint/parser": "^8.56.1",
134
134
  "css-loader": "^7.1.4",
135
135
  "cssnano": "^7.1.2",
136
136
  "documentation-website": "^1.0.398",
137
- "eslint": "^10.0.0",
137
+ "eslint": "^10.0.2",
138
138
  "eslint-config-google": "^0.14.0",
139
- "eslint-plugin-jsdoc": "^62.5.5",
139
+ "eslint-plugin-jsdoc": "^62.7.1",
140
140
  "favicons": "^7.2.0",
141
141
  "favicons-webpack-plugin": "^6.0.1",
142
142
  "globals": "^17.3.0",
@@ -150,7 +150,7 @@
150
150
  "postcss-fontpath": "^1.0.0",
151
151
  "postcss-import": "^16.1.1",
152
152
  "postcss-loader": "^8.2.1",
153
- "postcss-preset-env": "^11.1.3",
153
+ "postcss-preset-env": "^11.2.0",
154
154
  "postcss-sprites": "^4.2.1",
155
155
  "postcss-url": "^10.1.3",
156
156
  "shx": "^0.4.0",
@@ -158,7 +158,7 @@
158
158
  "stylelint": "^17.3.0",
159
159
  "stylelint-config-standard": "^40.0.0",
160
160
  "stylelint-config-standard-scss": "^17.0.0",
161
- "typescript-eslint": "^8.56.0",
161
+ "typescript-eslint": "^8.56.1",
162
162
  "typescript-plugin-css-modules": "^5.2.0",
163
163
  "workbox-webpack-plugin": "^7.4.0"
164
164
  },
@@ -489,7 +489,9 @@
489
489
  "__evaluate__": "`'${self.path.apiDocumentation}'`"
490
490
  },
491
491
  "--no-warn-ignored",
492
- "'**/*.{jsx,ts,tsx}'"
492
+ {
493
+ "__evaluate__": "`'${self.path.source.base}**/*.{jsx,ts,tsx}'`"
494
+ }
493
495
  ],
494
496
  "command": "eslint",
495
497
  "indicator": "self.needed.javaScript || self.needed.javaScriptExtension || self.needed.typeScript || self.needed.typeScriptExtension"
@@ -1434,7 +1436,14 @@
1434
1436
  "__evaluate__": "optionalRequire('stylelint-config-standard-scss') ? 'stylelint-config-standard-scss' : 'stylelint-config-standard'"
1435
1437
  },
1436
1438
  "ignoreFiles": "**/node_modules/*",
1439
+ "plugins": [
1440
+ "stylelint-scss"
1441
+ ],
1437
1442
  "rules": {
1443
+ "#": "Deaktivates default CSS checks for unknwin @-ruels.",
1444
+ "at-rule-no-unknown": null,
1445
+ "#1": "Activates SCSS checks for \"@use\", \"@forward\" and so on.",
1446
+ "scss/at-rule-no-unknown": true,
1438
1447
  "at-rule-empty-line-before": [
1439
1448
  "always",
1440
1449
  {