weboptimizer 3.0.20 → 3.0.22

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 +19 -25
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "3.0.20",
3
+ "version": "3.0.22",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -82,7 +82,7 @@
82
82
  "test:coverage:report": "yarn test:coverage --coverageDirectory=.coverage --coverageReporters=lcov --outputFile=lcov.info",
83
83
  "test:watch": "yarn test --watch",
84
84
  "test:watch:all": "yarn test --watchAll",
85
- "update:documentation": "documentation-website"
85
+ "update:documentation": "web-documentation"
86
86
  },
87
87
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {default: main} = require('weboptimizer')\n\nawait main('./', './', ['clear'])",
88
88
  "dependencies": {
@@ -98,20 +98,20 @@
98
98
  "babel-loader": "^10.1.1",
99
99
  "babel-plugin-transform-modern-regexp": "^0.0.6",
100
100
  "babel-preset-minify": "^0.5.2",
101
- "clientnode": "4.0.1383",
102
- "ejs": "^5.0.1",
101
+ "clientnode": "4.0.1387",
102
+ "ejs": "^5.0.2",
103
103
  "exports-loader": "^5.0.0",
104
104
  "extract-loader": "^5.1.0",
105
105
  "glob-all": "^3.3.1",
106
106
  "html-loader": "^5.1.0",
107
107
  "html-minifier": "^4.0.0",
108
- "html-webpack-plugin": "^5.6.6",
108
+ "html-webpack-plugin": "^5.6.7",
109
109
  "imports-loader": "^5.0.0",
110
110
  "jest-environment-jsdom": "^30.3.0",
111
111
  "rimraf": "^6.1.3",
112
112
  "script-loader": "^0.7.2",
113
- "typescript": "^6.0.2",
114
- "webpack": "^5.106.0",
113
+ "typescript": "^6.0.3",
114
+ "webpack": "^5.106.2",
115
115
  "webpack-cli": "^7.0.2",
116
116
  "webpack-sources": "^3.3.4"
117
117
  },
@@ -130,36 +130,36 @@
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.58.1",
133
+ "@typescript-eslint/parser": "^8.59.0",
134
134
  "css-loader": "^7.1.4",
135
- "cssnano": "^7.1.4",
136
- "documentation-website": "^1.0.401",
137
- "eslint": "^10.2.0",
135
+ "cssnano": "^7.1.7",
136
+ "eslint": "^10.2.1",
138
137
  "eslint-config-google": "^0.14.0",
139
138
  "eslint-plugin-jsdoc": "^62.9.0",
140
139
  "favicons": "^7.2.0",
141
140
  "favicons-webpack-plugin": "^6.0.1",
142
- "globals": "^17.4.0",
141
+ "globals": "^17.5.0",
143
142
  "image-minimizer-webpack-plugin": "^5.0.0",
144
143
  "jest": "^30.3.0",
145
144
  "jsdoc": "^4.0.5",
146
145
  "mini-css-extract-plugin": "^2.10.2",
147
146
  "mkdirp": "^3.0.1",
148
147
  "node-fetch": "^3.3.2",
149
- "postcss": "^8.5.9",
148
+ "postcss": "^8.5.10",
150
149
  "postcss-fontpath": "^1.0.0",
151
150
  "postcss-import": "^16.1.1",
152
151
  "postcss-loader": "^8.2.1",
153
- "postcss-preset-env": "^11.2.0",
152
+ "postcss-preset-env": "^11.2.1",
154
153
  "postcss-sprites": "^4.2.1",
155
154
  "postcss-url": "^10.1.3",
156
155
  "shx": "^0.4.0",
157
156
  "style-loader": "^4.0.0",
158
- "stylelint": "^17.6.0",
157
+ "stylelint": "^17.8.0",
159
158
  "stylelint-config-standard": "^40.0.0",
160
159
  "stylelint-config-standard-scss": "^17.0.0",
161
- "typescript-eslint": "^8.58.1",
160
+ "typescript-eslint": "^8.59.0",
162
161
  "typescript-plugin-css-modules": "^5.2.0",
162
+ "web-documentation": "^1.0.2",
163
163
  "workbox-webpack-plugin": "^7.4.0"
164
164
  },
165
165
  "peerDependencies": {
@@ -318,8 +318,8 @@
318
318
  }
319
319
  },
320
320
  "engines": {
321
- "node": ">=20",
322
- "npm": ">=10",
321
+ "node": ">=24",
322
+ "npm": ">=11",
323
323
  "yarn": ">=4"
324
324
  },
325
325
  "resolutions": {
@@ -772,9 +772,6 @@
772
772
  },
773
773
  "external": {
774
774
  "aliases": {
775
- "jquery": {
776
- "root": "jQuery"
777
- },
778
775
  "^.+/node_modules/.+(?:\\.css)?$": {
779
776
  "^(.+)(?:\\.css)?$": "?$1.compiled.css"
780
777
  },
@@ -1231,9 +1228,6 @@
1231
1228
  },
1232
1229
  "#1": "NOTE: Breaks linked files live reloading when disabled.",
1233
1230
  "resolveSymlinks": true,
1234
- "skipParseRegularExpressions": {
1235
- "__evaluate__": "/(?:^|\\/)(?:(?:jquery\\/dist\\/jquery))(?:\\.min)?\\.js(?:\\?.+|$)/"
1236
- },
1237
1231
  "style": {
1238
1232
  "#": "Includes referenced (hot module replaced) css files in-place into the html header to dynamically migrate them on changes without browser refresh.",
1239
1233
  "loader": "style-loader",
@@ -1754,5 +1748,5 @@
1754
1748
  }
1755
1749
  }
1756
1750
  },
1757
- "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
1751
+ "packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
1758
1752
  }
package/readme.md CHANGED
@@ -25,7 +25,7 @@ Project status
25
25
 
26
26
  [![code coverage](https://img.shields.io/coverallsCoverage/github/thaibault/weboptimizer?label=code%20coverage&style=for-the-badge)](https://coveralls.io/github/thaibault/weboptimizer)
27
27
 
28
- [![deploy documentation website](https://img.shields.io/github/actions/workflow/status/thaibault/weboptimizer/deploy-documentation-website.yaml?label=deploy%20documentation%20website&style=for-the-badge)](https://github.com/thaibault/weboptimizer/actions/workflows/deploy-documentation-website.yaml)
28
+ [![deploy web documentation](https://img.shields.io/github/actions/workflow/status/thaibault/weboptimizer/deploy-web-documentation.yaml?label=deploy%20web%20documentation&style=for-the-badge)](https://github.com/thaibault/weboptimizer/actions/workflows/deploy-web-documentation.yaml)
29
29
  [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/weboptimizer.svg?label=documentation-website&style=for-the-badge)](https://torben.website/weboptimizer)
30
30
 
31
31
  [![Try out](https://img.shields.io/badge/Try%20it%20on%20runkit-%2345cc11?style=for-the-badge)](https://npm.runkit.com/weboptimizer)