weboptimizer 3.0.20 → 3.0.22-1

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