weboptimizer 2.0.1557 → 2.0.1559

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/package.json +9 -9
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1557",
3
+ "version": "2.0.1559",
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.1267",
103
+ "clientnode": "3.0.1268",
104
104
  "ejs": "^3.1.10",
105
105
  "exports-loader": "^5.0.0",
106
106
  "extract-loader": "^5.1.0",
@@ -120,19 +120,19 @@
120
120
  "devDependencies": {
121
121
  "@babel/cli": "^7.26.4",
122
122
  "@babel/eslint-parser": "^7.26.5",
123
- "@stylistic/eslint-plugin": "^3.0.0",
124
- "@stylistic/eslint-plugin-ts": "^3.0.0",
123
+ "@stylistic/eslint-plugin": "^3.0.1",
124
+ "@stylistic/eslint-plugin-ts": "^3.0.1",
125
125
  "@types/ejs": "^3.1.5",
126
126
  "@types/eslint": "^9.6.1",
127
127
  "@types/html-minifier": "^4.0.5",
128
128
  "@types/html-minifier-terser": "^7.0.2",
129
129
  "@types/imagemin": "^9.0.1",
130
- "@types/node": "^22.10.10",
130
+ "@types/node": "^22.12.0",
131
131
  "@types/postcss-import": "^14.0.3",
132
132
  "@types/postcss-url": "^10.0.4",
133
- "@types/webpack-env": "^1.18.6",
133
+ "@types/webpack-env": "^1.18.8",
134
134
  "@types/webpack-sources": "^3.2.3",
135
- "@typescript-eslint/parser": "^8.21.0",
135
+ "@typescript-eslint/parser": "^8.22.0",
136
136
  "css-loader": "^7.1.2",
137
137
  "cssnano": "^7.0.6",
138
138
  "documentation-website": "^1.0.342",
@@ -157,10 +157,10 @@
157
157
  "postcss-url": "^10.1.3",
158
158
  "shx": "^0.3.4",
159
159
  "style-loader": "^4.0.0",
160
- "stylelint": "^16.14.0",
160
+ "stylelint": "^16.14.1",
161
161
  "stylelint-config-standard": "^37.0.0",
162
162
  "stylelint-config-standard-scss": "^14.0.0",
163
- "typescript-eslint": "^8.21.0",
163
+ "typescript-eslint": "^8.22.0",
164
164
  "typescript-plugin-css-modules": "^5.1.0",
165
165
  "workbox-webpack-plugin": "^7.3.0"
166
166
  },
package/readme.md CHANGED
@@ -17,6 +17,7 @@ Project status
17
17
  [![npm downloads](https://img.shields.io/npm/dy/weboptimizer.svg?style=for-the-badge)](https://www.npmjs.com/package/weboptimizer)
18
18
 
19
19
  [![build](https://img.shields.io/github/actions/workflow/status/thaibault/weboptimizer/build.yaml?style=for-the-badge)](https://github.com/thaibault/weboptimizer/actions/workflows/build.yaml)
20
+ [![build push package](https://img.shields.io/github/actions/workflow/status/thaibault/weboptimizer/build-package-and-push.yaml?label=build%20push%20package&style=for-the-badge)](https://github.com/thaibault/weboptimizer/actions/workflows/build-package-and-push.yaml)
20
21
 
21
22
  [![check types](https://img.shields.io/github/actions/workflow/status/thaibault/weboptimizer/check-types.yaml?label=check%20types&style=for-the-badge)](https://github.com/thaibault/weboptimizer/actions/workflows/check-types.yaml)
22
23
  [![lint](https://img.shields.io/github/actions/workflow/status/thaibault/weboptimizer/lint.yaml?label=lint&style=for-the-badge)](https://github.com/thaibault/weboptimizer/actions/workflows/lint.yaml)