weboptimizer 2.0.1624 → 2.0.1626
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/eslint.config.mjs +1 -0
- package/package.json +12 -9
package/eslint.config.mjs
CHANGED
|
@@ -82,6 +82,7 @@ export const config = defineConfig({
|
|
|
82
82
|
default: 'generic'
|
|
83
83
|
}],
|
|
84
84
|
'@typescript-eslint/no-dynamic-delete': 'off',
|
|
85
|
+
'@typescript-eslint/no-redundant-type-constituents': 'off',
|
|
85
86
|
'@typescript-eslint/no-this-alias': ['error', {
|
|
86
87
|
allowedNames: ['self']
|
|
87
88
|
}],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1626",
|
|
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.
|
|
101
|
+
"clientnode": "3.0.1332",
|
|
102
102
|
"ejs": "^3.1.10",
|
|
103
103
|
"exports-loader": "^5.0.0",
|
|
104
104
|
"extract-loader": "^5.1.0",
|
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
"@types/postcss-url": "^10.0.4",
|
|
130
130
|
"@types/webpack-env": "^1.18.8",
|
|
131
131
|
"@types/webpack-sources": "^3.2.3",
|
|
132
|
-
"@typescript-eslint/parser": "^8.
|
|
132
|
+
"@typescript-eslint/parser": "^8.48.0",
|
|
133
133
|
"css-loader": "^7.1.2",
|
|
134
134
|
"cssnano": "^7.1.2",
|
|
135
|
-
"documentation-website": "^1.0.
|
|
135
|
+
"documentation-website": "^1.0.396",
|
|
136
136
|
"eslint": "^9.39.1",
|
|
137
137
|
"eslint-config-google": "^0.14.0",
|
|
138
|
-
"eslint-plugin-jsdoc": "^61.4.
|
|
138
|
+
"eslint-plugin-jsdoc": "^61.4.1",
|
|
139
139
|
"favicons": "^7.2.0",
|
|
140
140
|
"favicons-webpack-plugin": "^6.0.1",
|
|
141
141
|
"globals": "^16.5.0",
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
"postcss-url": "^10.1.3",
|
|
155
155
|
"shx": "^0.4.0",
|
|
156
156
|
"style-loader": "^4.0.0",
|
|
157
|
-
"stylelint": "^16.
|
|
157
|
+
"stylelint": "^16.26.0",
|
|
158
158
|
"stylelint-config-standard": "^39.0.1",
|
|
159
159
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
160
|
-
"typescript-eslint": "^8.
|
|
160
|
+
"typescript-eslint": "^8.48.0",
|
|
161
161
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
162
162
|
"workbox-webpack-plugin": "^7.4.0"
|
|
163
163
|
},
|
|
@@ -248,6 +248,9 @@
|
|
|
248
248
|
"image-minimizer-webpack-plugin": {
|
|
249
249
|
"optional": true
|
|
250
250
|
},
|
|
251
|
+
"imagemin": {
|
|
252
|
+
"optional": true
|
|
253
|
+
},
|
|
251
254
|
"jest": {
|
|
252
255
|
"optional": true
|
|
253
256
|
},
|
|
@@ -803,7 +806,7 @@
|
|
|
803
806
|
]
|
|
804
807
|
},
|
|
805
808
|
"inPlace": {
|
|
806
|
-
"#": "Indicates whether to include the corresponding artefacts into build target artefact or reference them to dynamically
|
|
809
|
+
"#": "Indicates whether to include the corresponding artefacts into build target artefact or reference them to dynamically load them during runtime.",
|
|
807
810
|
"cascadingStyleSheet": {
|
|
808
811
|
"head": ".+"
|
|
809
812
|
},
|
|
@@ -1750,5 +1753,5 @@
|
|
|
1750
1753
|
}
|
|
1751
1754
|
}
|
|
1752
1755
|
},
|
|
1753
|
-
"packageManager": "yarn@4.
|
|
1756
|
+
"packageManager": "yarn@4.11.0+sha512.4e54aeace9141df2f0177c266b05ec50dc044638157dae128c471ba65994ac802122d7ab35bcd9e81641228b7dcf24867d28e750e0bcae8a05277d600008ad54"
|
|
1754
1757
|
}
|