weboptimizer 2.0.1580 → 2.0.1581

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/eslint.config.mjs +2 -2
  2. package/package.json +22 -23
package/eslint.config.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import eslintjs from '@eslint/js';
2
- import typescriptPlugin from '@stylistic/eslint-plugin-ts';
2
+ import javascriptPlugin from '@stylistic/eslint-plugin';
3
3
  import typescriptParser from '@typescript-eslint/parser';
4
4
  import google from 'eslint-config-google';
5
5
  import jsdoc from 'eslint-plugin-jsdoc';
@@ -69,7 +69,7 @@ export const config = typescript.config({
69
69
  },
70
70
  plugins: {
71
71
  jsdoc,
72
- '@stylistic': typescriptPlugin
72
+ '@stylistic': javascriptPlugin
73
73
  },
74
74
  rules: {
75
75
  ...GOOGLE_RULES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1580",
3
+ "version": "2.0.1581",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -88,19 +88,19 @@
88
88
  },
89
89
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {default: main} = require('weboptimizer')\n\nawait main('./', './', ['clear'])",
90
90
  "dependencies": {
91
- "@babel/core": "^7.27.1",
91
+ "@babel/core": "^7.27.4",
92
92
  "@babel/plugin-proposal-class-properties": "^7.18.6",
93
93
  "@babel/plugin-proposal-decorators": "^7.27.1",
94
94
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
95
95
  "@babel/plugin-syntax-top-level-await": "^7.14.5",
96
- "@babel/plugin-transform-runtime": "^7.27.1",
96
+ "@babel/plugin-transform-runtime": "^7.27.4",
97
97
  "@babel/preset-env": "^7.27.2",
98
98
  "@babel/preset-typescript": "^7.27.1",
99
- "@babel/runtime": "^7.27.1",
99
+ "@babel/runtime": "^7.27.6",
100
100
  "babel-loader": "^10.0.0",
101
101
  "babel-plugin-transform-modern-regexp": "^0.0.6",
102
102
  "babel-preset-minify": "^0.5.2",
103
- "clientnode": "3.0.1279",
103
+ "clientnode": "3.0.1282",
104
104
  "ejs": "^3.1.10",
105
105
  "exports-loader": "^5.0.0",
106
106
  "extract-loader": "^5.1.0",
@@ -109,58 +109,57 @@
109
109
  "html-minifier": "^4.0.0",
110
110
  "html-webpack-plugin": "^5.6.3",
111
111
  "imports-loader": "^5.0.0",
112
- "jest-environment-jsdom": "^29.7.0",
112
+ "jest-environment-jsdom": "^30.0.0",
113
113
  "rimraf": "^6.0.1",
114
114
  "script-loader": "^0.7.2",
115
115
  "typescript": "^5.8.3",
116
- "webpack": "^5.99.8",
116
+ "webpack": "^5.99.9",
117
117
  "webpack-cli": "^6.0.1",
118
- "webpack-sources": "^3.2.3"
118
+ "webpack-sources": "^3.3.2"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@babel/cli": "^7.27.2",
122
- "@babel/eslint-parser": "^7.27.1",
123
- "@stylistic/eslint-plugin": "^4.2.0",
124
- "@stylistic/eslint-plugin-ts": "^4.2.0",
122
+ "@babel/eslint-parser": "^7.27.5",
123
+ "@stylistic/eslint-plugin": "^4.4.1",
125
124
  "@types/ejs": "^3.1.5",
126
125
  "@types/eslint": "^9.6.1",
127
126
  "@types/html-minifier": "^4.0.5",
128
127
  "@types/html-minifier-terser": "^7.0.2",
129
128
  "@types/imagemin": "^9.0.1",
130
- "@types/node": "^22.15.18",
129
+ "@types/node": "^24.0.0",
131
130
  "@types/postcss-import": "^14.0.3",
132
131
  "@types/postcss-url": "^10.0.4",
133
132
  "@types/webpack-env": "^1.18.8",
134
133
  "@types/webpack-sources": "^3.2.3",
135
- "@typescript-eslint/parser": "^8.32.1",
134
+ "@typescript-eslint/parser": "^8.34.0",
136
135
  "css-loader": "^7.1.2",
137
136
  "cssnano": "^7.0.7",
138
- "documentation-website": "^1.0.358",
139
- "eslint": "^9.27.0",
137
+ "documentation-website": "^1.0.366",
138
+ "eslint": "^9.28.0",
140
139
  "eslint-config-google": "^0.14.0",
141
- "eslint-plugin-jsdoc": "^50.6.17",
140
+ "eslint-plugin-jsdoc": "^50.7.1",
142
141
  "favicons": "^7.2.0",
143
142
  "favicons-webpack-plugin": "^6.0.1",
144
- "globals": "^16.1.0",
143
+ "globals": "^16.2.0",
145
144
  "image-minimizer-webpack-plugin": "^4.1.3",
146
- "jest": "^29.7.0",
145
+ "jest": "^30.0.0",
147
146
  "jsdoc": "^4.0.4",
148
147
  "mini-css-extract-plugin": "^2.9.2",
149
148
  "mkdirp": "^3.0.1",
150
149
  "node-fetch": "^3.3.2",
151
- "postcss": "^8.5.3",
150
+ "postcss": "^8.5.4",
152
151
  "postcss-fontpath": "^1.0.0",
153
152
  "postcss-import": "^16.1.0",
154
153
  "postcss-loader": "^8.1.1",
155
- "postcss-preset-env": "^10.1.6",
154
+ "postcss-preset-env": "^10.2.2",
156
155
  "postcss-sprites": "^4.2.1",
157
156
  "postcss-url": "^10.1.3",
158
157
  "shx": "^0.4.0",
159
158
  "style-loader": "^4.0.0",
160
- "stylelint": "^16.19.1",
159
+ "stylelint": "^16.20.0",
161
160
  "stylelint-config-standard": "^38.0.0",
162
- "stylelint-config-standard-scss": "^15.0.0",
163
- "typescript-eslint": "^8.32.1",
161
+ "stylelint-config-standard-scss": "^15.0.1",
162
+ "typescript-eslint": "^8.34.0",
164
163
  "typescript-plugin-css-modules": "^5.1.0",
165
164
  "workbox-webpack-plugin": "^7.3.0"
166
165
  },