weboptimizer 4.0.25 → 4.0.27

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 +12 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "4.0.25",
3
+ "version": "4.0.27",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -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.1454",
97
+ "clientnode": "4.0.1456",
98
98
  "core-js": "^3.49.0",
99
99
  "ejs": "^6.0.1",
100
100
  "exports-loader": "^5.0.0",
@@ -127,7 +127,7 @@
127
127
  "@types/postcss-url": "^10.0.4",
128
128
  "@types/webpack-env": "^1.18.8",
129
129
  "@types/webpack-sources": "^3.2.3",
130
- "@typescript-eslint/parser": "^8.64.0",
130
+ "@typescript-eslint/parser": "^8.65.0",
131
131
  "css-loader": "^7.1.4",
132
132
  "cssnano": "^8.0.2",
133
133
  "eslint": "^10.7.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.20",
145
+ "postcss": "^8.5.21",
146
146
  "postcss-fontpath": "^1.0.0",
147
147
  "postcss-import": "^16.1.1",
148
148
  "postcss-loader": "^8.2.1",
@@ -155,7 +155,7 @@
155
155
  "stylelint-config-standard": "^40.0.0",
156
156
  "stylelint-config-standard-scss": "^17.0.0",
157
157
  "terser-webpack-plugin": "^5.6.1",
158
- "typescript-eslint": "^8.64.0",
158
+ "typescript-eslint": "^8.65.0",
159
159
  "typescript-plugin-css-modules": "^5.2.0",
160
160
  "web-documentation": "^1.0.42",
161
161
  "workbox-webpack-plugin": "^7.4.1"
@@ -559,7 +559,7 @@
559
559
  "directory": {
560
560
  "__evaluate__": "self.path.target.base"
561
561
  },
562
- "watch": true
562
+ "watch": false
563
563
  },
564
564
  {
565
565
  "directory": {
@@ -1201,15 +1201,16 @@
1201
1201
  "__evaluate__": "!self.debug"
1202
1202
  },
1203
1203
  "plugins": [
1204
- [
1205
- "@babel/plugin-transform-class-properties"
1206
- ],
1204
+ "#: NOTE: We need to place the decorators in front of all other class property transformations.",
1207
1205
  [
1208
1206
  "@babel/plugin-proposal-decorators",
1209
1207
  {
1210
1208
  "version": "legacy"
1211
1209
  }
1212
1210
  ],
1211
+ [
1212
+ "@babel/plugin-transform-class-properties"
1213
+ ],
1213
1214
  [
1214
1215
  "babel-plugin-transform-rewrite-imports",
1215
1216
  {
@@ -1563,8 +1564,10 @@
1563
1564
  },
1564
1565
  "watchOptions": {
1565
1566
  "ignored": [
1567
+ "./.yarn",
1566
1568
  "./*.js",
1567
1569
  "./end-to-end-tests",
1570
+ "**/.*",
1568
1571
  "**/deprecated",
1569
1572
  "**/exclude",
1570
1573
  "**/node_modules",