weboptimizer 2.0.1482 → 2.0.1484

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 +21 -21
  2. package/readme.md +10 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1482",
3
+ "version": "2.0.1484",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -89,18 +89,18 @@
89
89
  },
90
90
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {default: main} = require('weboptimizer')\n\nawait main('./', './', ['clear'])",
91
91
  "dependencies": {
92
- "@babel/core": "^7.24.7",
92
+ "@babel/core": "^7.24.8",
93
93
  "@babel/plugin-proposal-class-properties": "^7.18.6",
94
94
  "@babel/plugin-proposal-decorators": "^7.24.7",
95
95
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
96
96
  "@babel/plugin-transform-runtime": "^7.24.7",
97
- "@babel/preset-env": "^7.24.7",
97
+ "@babel/preset-env": "^7.24.8",
98
98
  "@babel/preset-typescript": "^7.24.7",
99
- "@babel/runtime": "^7.24.7",
99
+ "@babel/runtime": "^7.24.8",
100
100
  "babel-loader": "^9.1.3",
101
101
  "babel-plugin-transform-modern-regexp": "^0.0.6",
102
102
  "babel-preset-minify": "^0.5.2",
103
- "clientnode": "3.0.1153",
103
+ "clientnode": "3.0.1163",
104
104
  "ejs": "^3.1.10",
105
105
  "exports-loader": "^5.0.0",
106
106
  "extract-loader": "^5.1.0",
@@ -110,48 +110,48 @@
110
110
  "html-webpack-plugin": "^5.6.0",
111
111
  "imports-loader": "^5.0.0",
112
112
  "jest-environment-jsdom": "^29.7.0",
113
- "rimraf": "^5.0.7",
113
+ "rimraf": "^6.0.1",
114
114
  "script-loader": "^0.7.2",
115
- "typescript": "^5.5.2",
116
- "webpack": "^5.92.1",
115
+ "typescript": "^5.5.3",
116
+ "webpack": "^5.93.0",
117
117
  "webpack-cli": "^5.1.4",
118
118
  "webpack-sources": "^3.2.3"
119
119
  },
120
120
  "devDependencies": {
121
- "@babel/cli": "^7.24.7",
122
- "@babel/eslint-parser": "^7.24.7",
121
+ "@babel/cli": "^7.24.8",
122
+ "@babel/eslint-parser": "^7.24.8",
123
123
  "@types/ejs": "^3.1.5",
124
124
  "@types/eslint": "^8.56.10",
125
125
  "@types/html-minifier": "^4.0.5",
126
126
  "@types/html-minifier-terser": "^7.0.2",
127
127
  "@types/imagemin": "^9.0.0",
128
- "@types/node": "^20.14.8",
128
+ "@types/node": "^20.14.10",
129
129
  "@types/postcss-import": "^14.0.3",
130
130
  "@types/postcss-url": "^10.0.4",
131
131
  "@types/webpack-env": "^1.18.5",
132
132
  "@types/webpack-sources": "^3.2.3",
133
- "@typescript-eslint/eslint-plugin": "^7.13.1",
134
- "@typescript-eslint/parser": "^7.13.1",
133
+ "@typescript-eslint/eslint-plugin": "^7.16.0",
134
+ "@typescript-eslint/parser": "^7.16.0",
135
135
  "css-loader": "^7.1.2",
136
- "cssnano": "^7.0.3",
137
- "documentation-website": "^1.0.326",
138
- "eslint": "^9.5.0",
136
+ "cssnano": "^7.0.4",
137
+ "documentation-website": "^1.0.328",
138
+ "eslint": "^9.6.0",
139
139
  "eslint-config-google": "^0.14.0",
140
- "eslint-plugin-jsdoc": "^48.4.0",
140
+ "eslint-plugin-jsdoc": "^48.7.0",
141
141
  "favicons": "^7.2.0",
142
142
  "favicons-webpack-plugin": "^6.0.1",
143
- "globals": "^15.6.0",
143
+ "globals": "^15.8.0",
144
144
  "image-minimizer-webpack-plugin": "^4.0.2",
145
145
  "jest": "^29.7.0",
146
146
  "jsdoc": "^4.0.3",
147
147
  "mini-css-extract-plugin": "^2.9.0",
148
148
  "mkdirp": "^3.0.1",
149
149
  "node-fetch": "^3.3.2",
150
- "postcss": "^8.4.38",
150
+ "postcss": "^8.4.39",
151
151
  "postcss-fontpath": "^1.0.0",
152
152
  "postcss-import": "^16.1.0",
153
153
  "postcss-loader": "^8.1.1",
154
- "postcss-preset-env": "^9.5.14",
154
+ "postcss-preset-env": "^9.6.0",
155
155
  "postcss-sprites": "^4.2.1",
156
156
  "postcss-url": "^10.1.3",
157
157
  "shx": "^0.3.4",
@@ -159,7 +159,7 @@
159
159
  "stylelint": "^16.6.1",
160
160
  "stylelint-config-standard": "^36.0.1",
161
161
  "stylelint-config-standard-scss": "^13.1.0",
162
- "typescript-eslint": "^7.13.1",
162
+ "typescript-eslint": "^7.16.0",
163
163
  "typescript-plugin-css-modules": "^5.1.0",
164
164
  "workbox-webpack-plugin": "^7.1.0"
165
165
  },
package/readme.md CHANGED
@@ -309,7 +309,13 @@ package.json (see the API-Documentation, link above, for more details):
309
309
  ...
310
310
  ```
311
311
 
312
- <!-- region modline
313
- vim: set tabstop=4 shiftwidth=4 expandtab:
314
- vim: foldmethod=marker foldmarker=region,endregion:
315
- endregion -->
312
+ ### WebStorm
313
+
314
+ #### Eslint
315
+
316
+ 1. Set eslint package to project specific one:
317
+ /PATH/TO/PROJECT/node_modules/eslint
318
+ 2. Set Working directory:
319
+ /PATH/TO/PROJECT
320
+ 3. Set configuration file path:
321
+ /PATH/TO/PROJECT/node_modules/weboptimizer/eslint.config.mjs