Update Bot (j'ai plus le repo sur GitHub)

Qui c'est la conne qui a delete le repo sur GitHub? C'EST MOIIIII
This commit is contained in:
2026-02-09 14:36:26 +01:00
parent eab4419e12
commit ad2014b7b2
586 changed files with 58986 additions and 25205 deletions

23
node_modules/eslint/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "9.36.0",
"version": "9.39.2",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"type": "commonjs",
@@ -70,9 +70,10 @@
"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:emfile": "node tools/check-emfile-handling.js",
"test:pnpm": "cd tests/pnpm && node check.js && pnpm install && pnpm exec tsc",
"test:types": "tsc -p tests/lib/types/tsconfig.json"
},
"gitHooks": {
@@ -82,8 +83,9 @@
"*": "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/eslint-all.js lib/types/rules.d.ts"
"git add packages/js/src/configs/*.js lib/types/rules.d.ts"
],
"docs/src/rules/*.md": [
"node tools/check-rule-examples.js",
@@ -106,17 +108,16 @@
"dependencies": {
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.21.0",
"@eslint/config-helpers": "^0.3.1",
"@eslint/core": "^0.15.2",
"@eslint/config-array": "^0.21.1",
"@eslint/config-helpers": "^0.4.2",
"@eslint/core": "^0.17.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "9.36.0",
"@eslint/plugin-kit": "^0.3.5",
"@eslint/js": "9.39.2",
"@eslint/plugin-kit": "^0.4.1",
"@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",
@@ -145,7 +146,7 @@
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@cypress/webpack-preprocessor": "^6.0.2",
"@eslint/json": "^0.13.0",
"@eslint/json": "^0.13.2",
"@trunkio/launcher": "^1.3.4",
"@types/esquery": "^1.5.4",
"@types/node": "^22.13.14",
@@ -173,7 +174,7 @@
"globals": "^16.2.0",
"got": "^11.8.3",
"gray-matter": "^4.0.3",
"jiti": "^2.5.1",
"jiti": "^2.6.1",
"jiti-v2.0": "npm:jiti@2.0.x",
"jiti-v2.1": "npm:jiti@2.1.x",
"knip": "^5.60.2",