eslint 9.38.0 → 9.39.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint",
3
- "version": "9.38.0",
3
+ "version": "9.39.1",
4
4
  "author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
5
5
  "description": "An AST-based pattern checker for JavaScript.",
6
6
  "type": "commonjs",
@@ -83,8 +83,9 @@
83
83
  "*": "trunk check --fix",
84
84
  "lib/rules/*.js": [
85
85
  "node tools/update-eslint-all.js",
86
+ "node tools/update-eslint-recommended.js",
86
87
  "node tools/update-rule-type-headers.js",
87
- "git add packages/js/src/configs/eslint-all.js lib/types/rules.d.ts"
88
+ "git add packages/js/src/configs/*.js lib/types/rules.d.ts"
88
89
  ],
89
90
  "docs/src/rules/*.md": [
90
91
  "node tools/check-rule-examples.js",
@@ -108,11 +109,11 @@
108
109
  "@eslint-community/eslint-utils": "^4.8.0",
109
110
  "@eslint-community/regexpp": "^4.12.1",
110
111
  "@eslint/config-array": "^0.21.1",
111
- "@eslint/config-helpers": "^0.4.1",
112
- "@eslint/core": "^0.16.0",
112
+ "@eslint/config-helpers": "^0.4.2",
113
+ "@eslint/core": "^0.17.0",
113
114
  "@eslint/eslintrc": "^3.3.1",
114
- "@eslint/js": "9.38.0",
115
- "@eslint/plugin-kit": "^0.4.0",
115
+ "@eslint/js": "9.39.1",
116
+ "@eslint/plugin-kit": "^0.4.1",
116
117
  "@humanfs/node": "^0.16.6",
117
118
  "@humanwhocodes/module-importer": "^1.0.1",
118
119
  "@humanwhocodes/retry": "^0.4.2",
@@ -145,7 +146,7 @@
145
146
  "@babel/core": "^7.4.3",
146
147
  "@babel/preset-env": "^7.4.3",
147
148
  "@cypress/webpack-preprocessor": "^6.0.2",
148
- "@eslint/json": "^0.13.0",
149
+ "@eslint/json": "^0.13.2",
149
150
  "@trunkio/launcher": "^1.3.4",
150
151
  "@types/esquery": "^1.5.4",
151
152
  "@types/node": "^22.13.14",