Update Bot
This commit is contained in:
23
node_modules/eslint/package.json
generated
vendored
23
node_modules/eslint/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint",
|
||||
"version": "9.39.2",
|
||||
"version": "9.36.0",
|
||||
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
|
||||
"description": "An AST-based pattern checker for JavaScript.",
|
||||
"type": "commonjs",
|
||||
@@ -70,10 +70,9 @@
|
||||
"test": "node Makefile.js test",
|
||||
"test:browser": "node Makefile.js cypress",
|
||||
"test:cli": "mocha",
|
||||
"test:emfile": "node tools/check-emfile-handling.js",
|
||||
"test:fuzz": "node Makefile.js fuzz",
|
||||
"test:performance": "node Makefile.js perf",
|
||||
"test:pnpm": "cd tests/pnpm && node check.js && pnpm install && pnpm exec tsc",
|
||||
"test:emfile": "node tools/check-emfile-handling.js",
|
||||
"test:types": "tsc -p tests/lib/types/tsconfig.json"
|
||||
},
|
||||
"gitHooks": {
|
||||
@@ -83,9 +82,8 @@
|
||||
"*": "trunk check --fix",
|
||||
"lib/rules/*.js": [
|
||||
"node tools/update-eslint-all.js",
|
||||
"node tools/update-eslint-recommended.js",
|
||||
"node tools/update-rule-type-headers.js",
|
||||
"git add packages/js/src/configs/*.js lib/types/rules.d.ts"
|
||||
"git add packages/js/src/configs/eslint-all.js lib/types/rules.d.ts"
|
||||
],
|
||||
"docs/src/rules/*.md": [
|
||||
"node tools/check-rule-examples.js",
|
||||
@@ -108,16 +106,17 @@
|
||||
"dependencies": {
|
||||
"@eslint-community/eslint-utils": "^4.8.0",
|
||||
"@eslint-community/regexpp": "^4.12.1",
|
||||
"@eslint/config-array": "^0.21.1",
|
||||
"@eslint/config-helpers": "^0.4.2",
|
||||
"@eslint/core": "^0.17.0",
|
||||
"@eslint/config-array": "^0.21.0",
|
||||
"@eslint/config-helpers": "^0.3.1",
|
||||
"@eslint/core": "^0.15.2",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "9.39.2",
|
||||
"@eslint/plugin-kit": "^0.4.1",
|
||||
"@eslint/js": "9.36.0",
|
||||
"@eslint/plugin-kit": "^0.3.5",
|
||||
"@humanfs/node": "^0.16.6",
|
||||
"@humanwhocodes/module-importer": "^1.0.1",
|
||||
"@humanwhocodes/retry": "^0.4.2",
|
||||
"@types/estree": "^1.0.6",
|
||||
"@types/json-schema": "^7.0.15",
|
||||
"ajv": "^6.12.4",
|
||||
"chalk": "^4.0.0",
|
||||
"cross-spawn": "^7.0.6",
|
||||
@@ -146,7 +145,7 @@
|
||||
"@babel/core": "^7.4.3",
|
||||
"@babel/preset-env": "^7.4.3",
|
||||
"@cypress/webpack-preprocessor": "^6.0.2",
|
||||
"@eslint/json": "^0.13.2",
|
||||
"@eslint/json": "^0.13.0",
|
||||
"@trunkio/launcher": "^1.3.4",
|
||||
"@types/esquery": "^1.5.4",
|
||||
"@types/node": "^22.13.14",
|
||||
@@ -174,7 +173,7 @@
|
||||
"globals": "^16.2.0",
|
||||
"got": "^11.8.3",
|
||||
"gray-matter": "^4.0.3",
|
||||
"jiti": "^2.6.1",
|
||||
"jiti": "^2.5.1",
|
||||
"jiti-v2.0": "npm:jiti@2.0.x",
|
||||
"jiti-v2.1": "npm:jiti@2.1.x",
|
||||
"knip": "^5.60.2",
|
||||
|
||||
Reference in New Issue
Block a user