weboptimizer 2.0.1596 → 2.0.1598

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/eslint.config.mjs +3 -2
  2. package/package.json +16 -16
package/eslint.config.mjs CHANGED
@@ -5,7 +5,7 @@ import google from 'eslint-config-google';
5
5
  import jsdoc from 'eslint-plugin-jsdoc';
6
6
  import { readFile, stat } from 'fs/promises';
7
7
  import globals from 'globals';
8
- import { resolve } from 'path';
8
+ import { dirname, resolve } from 'path';
9
9
  import { cwd } from 'process';
10
10
  import typescript from 'typescript-eslint';
11
11
  /**
@@ -63,7 +63,8 @@ export const config = typescript.config({
63
63
  jsx: true
64
64
  },
65
65
  impliedStrict: true,
66
- project: TSCONFIG_FILE_PATH
66
+ project: TSCONFIG_FILE_PATH,
67
+ tsconfigRootDir: dirname(TSCONFIG_FILE_PATH)
67
68
  },
68
69
  sourceType: 'module'
69
70
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1596",
3
+ "version": "2.0.1598",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -94,11 +94,11 @@
94
94
  "@babel/plugin-transform-runtime": "^7.28.0",
95
95
  "@babel/preset-env": "^7.28.0",
96
96
  "@babel/preset-typescript": "^7.27.1",
97
- "@babel/runtime": "^7.27.6",
97
+ "@babel/runtime": "^7.28.2",
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.1300",
101
+ "clientnode": "3.0.1302",
102
102
  "ejs": "^3.1.10",
103
103
  "exports-loader": "^5.0.0",
104
104
  "extract-loader": "^5.1.0",
@@ -107,40 +107,40 @@
107
107
  "html-minifier": "^4.0.0",
108
108
  "html-webpack-plugin": "^5.6.3",
109
109
  "imports-loader": "^5.0.0",
110
- "jest-environment-jsdom": "^30.0.4",
110
+ "jest-environment-jsdom": "^30.0.5",
111
111
  "rimraf": "^6.0.1",
112
112
  "script-loader": "^0.7.2",
113
113
  "typescript": "^5.8.3",
114
- "webpack": "^5.100.1",
114
+ "webpack": "^5.101.0",
115
115
  "webpack-cli": "^6.0.1",
116
116
  "webpack-sources": "^3.3.3"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@babel/cli": "^7.28.0",
120
120
  "@babel/eslint-parser": "^7.28.0",
121
- "@stylistic/eslint-plugin": "^5.1.0",
121
+ "@stylistic/eslint-plugin": "^5.2.2",
122
122
  "@types/ejs": "^3.1.5",
123
123
  "@types/eslint": "^9.6.1",
124
124
  "@types/html-minifier": "^4.0.5",
125
125
  "@types/html-minifier-terser": "^7.0.2",
126
126
  "@types/imagemin": "^9.0.1",
127
- "@types/node": "^24.0.14",
127
+ "@types/node": "^24.1.0",
128
128
  "@types/postcss-import": "^14.0.3",
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.37.0",
132
+ "@typescript-eslint/parser": "^8.38.0",
133
133
  "css-loader": "^7.1.2",
134
134
  "cssnano": "^7.1.0",
135
- "documentation-website": "^1.0.392",
136
- "eslint": "^9.31.0",
135
+ "documentation-website": "^1.0.394",
136
+ "eslint": "^9.32.0",
137
137
  "eslint-config-google": "^0.14.0",
138
- "eslint-plugin-jsdoc": "^51.3.4",
138
+ "eslint-plugin-jsdoc": "^52.0.1",
139
139
  "favicons": "^7.2.0",
140
140
  "favicons-webpack-plugin": "^6.0.1",
141
141
  "globals": "^16.3.0",
142
142
  "image-minimizer-webpack-plugin": "^4.1.3",
143
- "jest": "^30.0.4",
143
+ "jest": "^30.0.5",
144
144
  "jsdoc": "^4.0.4",
145
145
  "mini-css-extract-plugin": "^2.9.2",
146
146
  "mkdirp": "^3.0.1",
@@ -154,11 +154,11 @@
154
154
  "postcss-url": "^10.1.3",
155
155
  "shx": "^0.4.0",
156
156
  "style-loader": "^4.0.0",
157
- "stylelint": "^16.21.1",
158
- "stylelint-config-standard": "^38.0.0",
157
+ "stylelint": "^16.23.0",
158
+ "stylelint-config-standard": "^39.0.0",
159
159
  "stylelint-config-standard-scss": "^15.0.1",
160
- "typescript-eslint": "^8.37.0",
161
- "typescript-plugin-css-modules": "^5.1.0",
160
+ "typescript-eslint": "^8.38.0",
161
+ "typescript-plugin-css-modules": "^5.2.0",
162
162
  "workbox-webpack-plugin": "^7.3.0"
163
163
  },
164
164
  "peerDependencies": {