eslint 9.37.0 → 9.38.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.38.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": {
@@ -106,17 +107,16 @@
106
107
  "dependencies": {
107
108
  "@eslint-community/eslint-utils": "^4.8.0",
108
109
  "@eslint-community/regexpp": "^4.12.1",
109
- "@eslint/config-array": "^0.21.0",
110
- "@eslint/config-helpers": "^0.4.0",
110
+ "@eslint/config-array": "^0.21.1",
111
+ "@eslint/config-helpers": "^0.4.1",
111
112
  "@eslint/core": "^0.16.0",
112
113
  "@eslint/eslintrc": "^3.3.1",
113
- "@eslint/js": "9.37.0",
114
+ "@eslint/js": "9.38.0",
114
115
  "@eslint/plugin-kit": "^0.4.0",
115
116
  "@humanfs/node": "^0.16.6",
116
117
  "@humanwhocodes/module-importer": "^1.0.1",
117
118
  "@humanwhocodes/retry": "^0.4.2",
118
119
  "@types/estree": "^1.0.6",
119
- "@types/json-schema": "^7.0.15",
120
120
  "ajv": "^6.12.4",
121
121
  "chalk": "^4.0.0",
122
122
  "cross-spawn": "^7.0.6",