weboptimizer 2.0.1636 → 2.0.1638

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.
package/eslint.config.mjs CHANGED
@@ -35,7 +35,7 @@ const PACKAGE_CONFIGURATION = JSON.parse(await readFile(resolve(cwd(), './packag
35
35
  const LIBRARY_INDICATOR = PACKAGE_CONFIGURATION.webOptimizer?.library;
36
36
  const IS_LIBRARY = LIBRARY_INDICATOR ?? true;
37
37
  let TSCONFIG_FILE_PATH = '';
38
- for (const filePath of ['./tsconfig.json', './node_modules/weboptimizer/tsconfig.' + `${IS_LIBRARY ? 'library' : 'application'}.json`]) if (await isFile(filePath)) {
38
+ for (const filePath of ['./eslint.tsconfig.json', './tsconfig.json', './node_modules/weboptimizer/tsconfig.' + `${IS_LIBRARY ? 'library' : 'application'}.json`]) if (await isFile(filePath)) {
39
39
  TSCONFIG_FILE_PATH = filePath;
40
40
  break;
41
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1636",
3
+ "version": "2.0.1638",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -98,7 +98,7 @@
98
98
  "babel-loader": "^10.0.0",
99
99
  "babel-plugin-transform-modern-regexp": "^0.0.6",
100
100
  "babel-preset-minify": "^0.5.2",
101
- "clientnode": "3.0.1338",
101
+ "clientnode": "3.0.1340",
102
102
  "ejs": "^3.1.10",
103
103
  "exports-loader": "^5.0.0",
104
104
  "extract-loader": "^5.1.0",
@@ -129,16 +129,16 @@
129
129
  "@types/postcss-url": "^10.0.4",
130
130
  "@types/webpack-env": "^1.18.8",
131
131
  "@types/webpack-sources": "^3.2.3",
132
- "@typescript-eslint/parser": "^8.50.0",
132
+ "@typescript-eslint/parser": "^8.51.0",
133
133
  "css-loader": "^7.1.2",
134
134
  "cssnano": "^7.1.2",
135
- "documentation-website": "^1.0.397",
135
+ "documentation-website": "^1.0.398",
136
136
  "eslint": "^9.39.2",
137
137
  "eslint-config-google": "^0.14.0",
138
138
  "eslint-plugin-jsdoc": "^61.5.0",
139
139
  "favicons": "^7.2.0",
140
140
  "favicons-webpack-plugin": "^6.0.1",
141
- "globals": "^16.5.0",
141
+ "globals": "^17.0.0",
142
142
  "image-minimizer-webpack-plugin": "^4.1.4",
143
143
  "jest": "^30.2.0",
144
144
  "jsdoc": "^4.0.5",
@@ -149,7 +149,7 @@
149
149
  "postcss-fontpath": "^1.0.0",
150
150
  "postcss-import": "^16.1.1",
151
151
  "postcss-loader": "^8.2.0",
152
- "postcss-preset-env": "^10.5.0",
152
+ "postcss-preset-env": "^10.6.0",
153
153
  "postcss-sprites": "^4.2.1",
154
154
  "postcss-url": "^10.1.3",
155
155
  "shx": "^0.4.0",
@@ -157,7 +157,7 @@
157
157
  "stylelint": "^16.26.1",
158
158
  "stylelint-config-standard": "^39.0.1",
159
159
  "stylelint-config-standard-scss": "^16.0.0",
160
- "typescript-eslint": "^8.50.0",
160
+ "typescript-eslint": "^8.51.0",
161
161
  "typescript-plugin-css-modules": "^5.2.0",
162
162
  "workbox-webpack-plugin": "^7.4.0"
163
163
  },