eslint 9.37.0 → 9.39.0

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.37.0",
3
+ "version": "9.39.0",
4
4
  "author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
5
5
  "description": "An AST-based pattern checker for JavaScript.",
6
6
  "type": "commonjs",
@@ -70,9 +70,10 @@
70
70
  "test": "node Makefile.js test",
71
71
  "test:browser": "node Makefile.js cypress",
72
72
  "test:cli": "mocha",
73
+ "test:emfile": "node tools/check-emfile-handling.js",
73
74
  "test:fuzz": "node Makefile.js fuzz",
74
75
  "test:performance": "node Makefile.js perf",
75
- "test:emfile": "node tools/check-emfile-handling.js",
76
+ "test:pnpm": "cd tests/pnpm && node check.js && pnpm install && pnpm exec tsc",
76
77
  "test:types": "tsc -p tests/lib/types/tsconfig.json"
77
78
  },
78
79
  "gitHooks": {
@@ -82,8 +83,9 @@
82
83
  "*": "trunk check --fix",
83
84
  "lib/rules/*.js": [
84
85
  "node tools/update-eslint-all.js",
86
+ "node tools/update-eslint-recommended.js",
85
87
  "node tools/update-rule-type-headers.js",
86
- "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"
87
89
  ],
88
90
  "docs/src/rules/*.md": [
89
91
  "node tools/check-rule-examples.js",
@@ -106,17 +108,16 @@
106
108
  "dependencies": {
107
109
  "@eslint-community/eslint-utils": "^4.8.0",
108
110
  "@eslint-community/regexpp": "^4.12.1",
109
- "@eslint/config-array": "^0.21.0",
110
- "@eslint/config-helpers": "^0.4.0",
111
- "@eslint/core": "^0.16.0",
111
+ "@eslint/config-array": "^0.21.1",
112
+ "@eslint/config-helpers": "^0.4.2",
113
+ "@eslint/core": "^0.17.0",
112
114
  "@eslint/eslintrc": "^3.3.1",
113
- "@eslint/js": "9.37.0",
114
- "@eslint/plugin-kit": "^0.4.0",
115
+ "@eslint/js": "9.39.0",
116
+ "@eslint/plugin-kit": "^0.4.1",
115
117
  "@humanfs/node": "^0.16.6",
116
118
  "@humanwhocodes/module-importer": "^1.0.1",
117
119
  "@humanwhocodes/retry": "^0.4.2",
118
120
  "@types/estree": "^1.0.6",
119
- "@types/json-schema": "^7.0.15",
120
121
  "ajv": "^6.12.4",
121
122
  "chalk": "^4.0.0",
122
123
  "cross-spawn": "^7.0.6",
@@ -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",