From bd92ba43874d6898757fc48ebfea11957779ed47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 08:27:16 +0000 Subject: [PATCH] chore(deps): update eslint monorepo to v9.19.0 --- examples/code-file/package.json | 4 +- examples/custom-rules/package.json | 2 +- examples/graphql-config/package.json | 4 +- examples/monorepo/package.json | 4 +- .../package.json | 2 +- examples/prettier/package.json | 4 +- examples/programmatic/package.json | 4 +- examples/svelte-code-file/package.json | 2 +- examples/vue-code-file/package.json | 2 +- package.json | 2 +- packages/rule-tester/package.json | 4 +- pnpm-lock.yaml | 373 +++++++++++------- 12 files changed, 243 insertions(+), 164 deletions(-) diff --git a/examples/code-file/package.json b/examples/code-file/package.json index 2fbd9532c9d..623298babe1 100644 --- a/examples/code-file/package.json +++ b/examples/code-file/package.json @@ -12,8 +12,8 @@ "graphql": "16.9.0" }, "devDependencies": { - "@eslint/js": "9.16.0", + "@eslint/js": "9.19.0", "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0" + "eslint": "9.19.0" } } diff --git a/examples/custom-rules/package.json b/examples/custom-rules/package.json index ce7143561aa..ff882eb3e8a 100644 --- a/examples/custom-rules/package.json +++ b/examples/custom-rules/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0" + "eslint": "9.19.0" } } diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index 6583be23428..5c537eaa08b 100644 --- a/examples/graphql-config/package.json +++ b/examples/graphql-config/package.json @@ -12,8 +12,8 @@ "graphql": "16.9.0" }, "devDependencies": { - "@eslint/js": "9.16.0", + "@eslint/js": "9.19.0", "@graphql-eslint/eslint-plugin": "4.3.0", - "eslint": "9.16.0" + "eslint": "9.19.0" } } diff --git a/examples/monorepo/package.json b/examples/monorepo/package.json index cc1e8f3bc9a..ace0fa80b5c 100644 --- a/examples/monorepo/package.json +++ b/examples/monorepo/package.json @@ -11,8 +11,8 @@ "graphql": "16.9.0" }, "devDependencies": { - "@eslint/js": "9.16.0", + "@eslint/js": "9.19.0", "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0" + "eslint": "9.19.0" } } diff --git a/examples/multiple-projects-graphql-config/package.json b/examples/multiple-projects-graphql-config/package.json index 91db8a3bc92..0ab153ef932 100644 --- a/examples/multiple-projects-graphql-config/package.json +++ b/examples/multiple-projects-graphql-config/package.json @@ -12,6 +12,6 @@ }, "devDependencies": { "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0" + "eslint": "9.19.0" } } diff --git a/examples/prettier/package.json b/examples/prettier/package.json index a4370d74888..ecb79a16932 100644 --- a/examples/prettier/package.json +++ b/examples/prettier/package.json @@ -12,9 +12,9 @@ "graphql": "16.9.0" }, "devDependencies": { - "@eslint/js": "9.16.0", + "@eslint/js": "9.19.0", "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0", + "eslint": "9.19.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-prettier": "5.2.1", "prettier": "3.4.2" diff --git a/examples/programmatic/package.json b/examples/programmatic/package.json index 4b1759821e1..d2f3a7bc1c2 100644 --- a/examples/programmatic/package.json +++ b/examples/programmatic/package.json @@ -12,8 +12,8 @@ "graphql": "16.9.0" }, "devDependencies": { - "@eslint/js": "9.16.0", + "@eslint/js": "9.19.0", "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0" + "eslint": "9.19.0" } } diff --git a/examples/svelte-code-file/package.json b/examples/svelte-code-file/package.json index 5c300885dfe..f241ab9b647 100644 --- a/examples/svelte-code-file/package.json +++ b/examples/svelte-code-file/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0", + "eslint": "9.19.0", "svelte": "5.17.4", "svelte-eslint-parser": "0.43.0", "svelte2tsx": "0.7.30" diff --git a/examples/vue-code-file/package.json b/examples/vue-code-file/package.json index 08656d8c4dd..0bbeaac800c 100644 --- a/examples/vue-code-file/package.json +++ b/examples/vue-code-file/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0", + "eslint": "9.19.0", "eslint-merge-processors": "^0.1.0", "eslint-plugin-vue": "^9.31.0", "eslint-processor-vue-blocks": "^0.1.2" diff --git a/package.json b/package.json index 38efa1544e8..856a5d674e4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "chalk": "5.3.0", "dedent": "1.5.3", "enquirer": "2.4.1", - "eslint": "9.16.0", + "eslint": "9.19.0", "eslint-plugin-eslint-plugin": "6.3.2", "eslint-plugin-tailwindcss": "3.17.5", "jest-snapshot-serializer-raw": "2.0.0", diff --git a/packages/rule-tester/package.json b/packages/rule-tester/package.json index 45fc7ee5f37..46ae1dbba65 100644 --- a/packages/rule-tester/package.json +++ b/packages/rule-tester/package.json @@ -19,7 +19,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "eslint": "9.16.0" + "eslint": "9.19.0" }, "dependencies": { "@babel/code-frame": "^7.18.6" @@ -27,6 +27,6 @@ "devDependencies": { "@types/babel__code-frame": "7.0.6", "@types/node": "22.10.6", - "eslint": "9.16.0" + "eslint": "9.19.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33474b8f490..25d7756e9a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,7 +33,7 @@ importers: version: 10.7.1(graphql@16.9.0) '@theguild/eslint-config': specifier: 0.13.2 - version: 0.13.2(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + version: 0.13.2(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) '@theguild/prettier-config': specifier: 3.0.0 version: 3.0.0(@vue/compiler-sfc@3.5.13)(prettier@3.4.2) @@ -53,11 +53,11 @@ importers: specifier: 2.4.1 version: 2.4.1 eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-plugin-eslint-plugin: specifier: 6.3.2 - version: 6.3.2(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + version: 6.3.2(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) eslint-plugin-tailwindcss: specifier: 3.17.5 version: 3.17.5(tailwindcss@3.4.16) @@ -99,14 +99,14 @@ importers: version: 16.9.0 devDependencies: '@eslint/js': - specifier: 9.16.0 - version: 9.16.0 + specifier: 9.19.0 + version: 9.19.0 '@graphql-eslint/eslint-plugin': specifier: workspace:* version: link:../../packages/plugin/dist eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) examples/custom-rules: dependencies: @@ -118,8 +118,8 @@ importers: specifier: workspace:* version: link:../../packages/plugin/dist eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) examples/graphql-config: dependencies: @@ -128,14 +128,14 @@ importers: version: 16.9.0 devDependencies: '@eslint/js': - specifier: 9.16.0 - version: 9.16.0 + specifier: 9.19.0 + version: 9.19.0 '@graphql-eslint/eslint-plugin': specifier: workspace:* version: link:../../packages/plugin/dist eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) examples/monorepo: dependencies: @@ -144,14 +144,14 @@ importers: version: 16.9.0 devDependencies: '@eslint/js': - specifier: 9.16.0 - version: 9.16.0 + specifier: 9.19.0 + version: 9.19.0 '@graphql-eslint/eslint-plugin': specifier: workspace:* version: link:../../packages/plugin/dist eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) examples/multiple-projects-graphql-config: dependencies: @@ -163,8 +163,8 @@ importers: specifier: workspace:* version: link:../../packages/plugin/dist eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) examples/prettier: dependencies: @@ -173,20 +173,20 @@ importers: version: 16.9.0 devDependencies: '@eslint/js': - specifier: 9.16.0 - version: 9.16.0 + specifier: 9.19.0 + version: 9.19.0 '@graphql-eslint/eslint-plugin': specifier: workspace:* version: link:../../packages/plugin/dist eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-config-prettier: specifier: 10.0.1 - version: 10.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + version: 10.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) eslint-plugin-prettier: specifier: 5.2.1 - version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@10.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)))(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(prettier@3.4.2) + version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@10.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)))(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(prettier@3.4.2) prettier: specifier: 3.4.2 version: 3.4.2 @@ -198,14 +198,14 @@ importers: version: 16.9.0 devDependencies: '@eslint/js': - specifier: 9.16.0 - version: 9.16.0 + specifier: 9.19.0 + version: 9.19.0 '@graphql-eslint/eslint-plugin': specifier: workspace:* version: link:../../packages/plugin/dist eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) examples/svelte-code-file: dependencies: @@ -217,8 +217,8 @@ importers: specifier: workspace:* version: link:../../packages/plugin/dist eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) svelte: specifier: 5.17.4 version: 5.17.4 @@ -239,17 +239,17 @@ importers: specifier: workspace:* version: link:../../packages/plugin/dist eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-merge-processors: specifier: ^0.1.0 - version: 0.1.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + version: 0.1.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) eslint-plugin-vue: specifier: ^9.31.0 - version: 9.32.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + version: 9.32.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) eslint-processor-vue-blocks: specifier: ^0.1.2 - version: 0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + version: 0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) packages/plugin: dependencies: @@ -329,8 +329,8 @@ importers: specifier: 22.10.6 version: 22.10.6 eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.19.0 + version: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) website: dependencies: @@ -1560,6 +1560,10 @@ packages: resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/core@0.10.0': + resolution: {integrity: sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/core@0.9.1': resolution: {integrity: sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1572,6 +1576,10 @@ packages: resolution: {integrity: sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@9.19.0': + resolution: {integrity: sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/object-schema@2.1.5': resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1580,6 +1588,10 @@ packages: resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/plugin-kit@0.2.5': + resolution: {integrity: sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@floating-ui/core@1.6.8': resolution: {integrity: sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==} @@ -4235,6 +4247,16 @@ packages: jiti: optional: true + eslint@9.19.0: + resolution: {integrity: sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + hasBin: true + peerDependencies: + jiti: '*' + peerDependenciesMeta: + jiti: + optional: true + esm-env@1.2.1: resolution: {integrity: sha512-U9JedYYjCnadUlXk7e1Kr+aENQhtUaoaV9+gZm1T8LC/YBAPJx3NSPIAurFOC0U5vrdSevnUJS2/wUVxGwPhng==} @@ -7473,11 +7495,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/eslint-parser@7.25.9(@babel/core@7.26.0)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))': + '@babel/eslint-parser@7.25.9(@babel/core@7.26.0)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))': dependencies: '@babel/core': 7.26.0 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-visitor-keys: 2.1.0 semver: 6.3.1 @@ -8608,6 +8630,11 @@ snapshots: eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-visitor-keys: 3.4.3 + '@eslint-community/eslint-utils@4.4.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))': + dependencies: + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-visitor-keys: 3.4.3 + '@eslint-community/regexpp@4.12.1': {} '@eslint/config-array@0.19.1': @@ -8618,6 +8645,10 @@ snapshots: transitivePeerDependencies: - supports-color + '@eslint/core@0.10.0': + dependencies: + '@types/json-schema': 7.0.15 + '@eslint/core@0.9.1': dependencies: '@types/json-schema': 7.0.15 @@ -8638,12 +8669,19 @@ snapshots: '@eslint/js@9.16.0': {} + '@eslint/js@9.19.0': {} + '@eslint/object-schema@2.1.5': {} '@eslint/plugin-kit@0.2.4': dependencies: levn: 0.4.1 + '@eslint/plugin-kit@0.2.5': + dependencies: + '@eslint/core': 0.10.0 + levn: 0.4.1 + '@floating-ui/core@1.6.8': dependencies: '@floating-ui/utils': 0.2.8 @@ -9790,25 +9828,25 @@ snapshots: - use-sync-external-store - utf-8-validate - '@theguild/eslint-config@0.13.2(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2)': + '@theguild/eslint-config@0.13.2(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2)': dependencies: '@rushstack/eslint-patch': 1.10.4 - '@typescript-eslint/eslint-plugin': 8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/parser': 8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) - eslint-config-prettier: 9.1.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-jsonc: 2.18.2(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-jsx-a11y: 6.10.2(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-mdx: 3.1.5(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-n: 17.14.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-promise: 7.2.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-react: 7.37.2(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-react-hooks: 5.0.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-sonarjs: 3.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-unicorn: 56.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-yml: 1.16.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + '@typescript-eslint/eslint-plugin': 8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/parser': 8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-config-prettier: 9.1.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-jsonc: 2.18.2(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-jsx-a11y: 6.10.2(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-mdx: 3.1.5(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-n: 17.14.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-promise: 7.2.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-react: 7.37.2(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-react-hooks: 5.0.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-sonarjs: 3.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-unicorn: 56.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-yml: 1.16.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) typescript: 5.7.2 transitivePeerDependencies: - '@eslint/json' @@ -10071,15 +10109,15 @@ snapshots: dependencies: '@types/node': 22.10.6 - '@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/parser': 8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) '@typescript-eslint/scope-manager': 8.17.0 - '@typescript-eslint/type-utils': 8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) - '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/type-utils': 8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/utils': 8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) '@typescript-eslint/visitor-keys': 8.17.0 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 @@ -10089,14 +10127,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/parser@8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2)': dependencies: '@typescript-eslint/scope-manager': 8.17.0 '@typescript-eslint/types': 8.17.0 '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.7.2) '@typescript-eslint/visitor-keys': 8.17.0 debug: 4.4.0 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -10107,12 +10145,12 @@ snapshots: '@typescript-eslint/types': 8.17.0 '@typescript-eslint/visitor-keys': 8.17.0 - '@typescript-eslint/type-utils@8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/type-utils@8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2)': dependencies: '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.7.2) - '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/utils': 8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) debug: 4.4.0 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) ts-api-utils: 1.4.3(typescript@5.7.2) optionalDependencies: typescript: 5.7.2 @@ -10136,13 +10174,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2)': + '@typescript-eslint/utils@8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) '@typescript-eslint/scope-manager': 8.17.0 '@typescript-eslint/types': 8.17.0 '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.7.2) - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -11356,23 +11394,23 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-compat-utils@0.5.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) semver: 7.6.3 - eslint-compat-utils@0.6.4(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-compat-utils@0.6.4(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) semver: 7.6.3 - eslint-config-prettier@10.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-config-prettier@10.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) - eslint-config-prettier@9.1.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-config-prettier@9.1.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-import-resolver-node@0.3.9: dependencies: @@ -11382,33 +11420,33 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: '@nolyfill/is-core-module': 1.0.39 debug: 4.4.0 enhanced-resolve: 5.17.1 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) fast-glob: 3.3.2 get-tsconfig: 4.8.1 is-bun-module: 1.3.0 is-glob: 4.0.3 stable-hash: 0.0.4 optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) transitivePeerDependencies: - supports-color - eslint-json-compat-utils@0.2.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(jsonc-eslint-parser@2.4.0): + eslint-json-compat-utils@0.2.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(jsonc-eslint-parser@2.4.0): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) esquery: 1.6.0 jsonc-eslint-parser: 2.4.0 - eslint-mdx@3.1.5(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-mdx@3.1.5(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: acorn: 8.14.0 acorn-jsx: 5.3.2(acorn@8.14.0) - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) espree: 9.6.1 estree-util-visit: 2.0.0 remark-mdx: 3.1.0 @@ -11425,35 +11463,35 @@ snapshots: - bluebird - supports-color - eslint-merge-processors@0.1.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-merge-processors@0.1.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + '@typescript-eslint/parser': 8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) transitivePeerDependencies: - supports-color - eslint-plugin-es-x@7.8.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-es-x@7.8.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) '@eslint-community/regexpp': 4.12.1 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) - eslint-compat-utils: 0.5.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-compat-utils: 0.5.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-eslint-plugin@6.3.2(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-eslint-plugin@6.3.2(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) estraverse: 5.3.0 - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -11462,9 +11500,9 @@ snapshots: array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -11476,18 +11514,18 @@ snapshots: string.prototype.trimend: 1.0.8 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.17.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/parser': 8.17.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jsonc@2.18.2(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-jsonc@2.18.2(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) - eslint-compat-utils: 0.6.4(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-json-compat-utils: 0.2.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(jsonc-eslint-parser@2.4.0) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-compat-utils: 0.6.4(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-json-compat-utils: 0.2.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(jsonc-eslint-parser@2.4.0) espree: 9.6.1 graphemer: 1.4.0 jsonc-eslint-parser: 2.4.0 @@ -11496,7 +11534,7 @@ snapshots: transitivePeerDependencies: - '@eslint/json' - eslint-plugin-jsx-a11y@6.10.2(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-jsx-a11y@6.10.2(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: aria-query: 5.3.2 array-includes: 3.1.8 @@ -11506,7 +11544,7 @@ snapshots: axobject-query: 4.1.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) hasown: 2.0.2 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 @@ -11515,18 +11553,18 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.1 - eslint-plugin-markdown@3.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-markdown@3.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color - eslint-plugin-mdx@3.1.5(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-mdx@3.1.5(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) - eslint-mdx: 3.1.5(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-markdown: 3.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-mdx: 3.1.5(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-markdown: 3.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) remark-mdx: 3.1.0 remark-parse: 11.0.0 remark-stringify: 11.0.0 @@ -11537,38 +11575,38 @@ snapshots: - bluebird - supports-color - eslint-plugin-n@17.14.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-n@17.14.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) enhanced-resolve: 5.17.1 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) - eslint-plugin-es-x: 7.8.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-plugin-es-x: 7.8.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) get-tsconfig: 4.8.1 globals: 15.13.0 ignore: 5.3.2 minimatch: 9.0.5 semver: 7.6.3 - eslint-plugin-prettier@5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@10.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)))(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(prettier@3.4.2): + eslint-plugin-prettier@5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@10.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)))(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(prettier@3.4.2): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) prettier: 3.4.2 prettier-linter-helpers: 1.0.0 synckit: 0.9.2 optionalDependencies: '@types/eslint': 9.6.1 - eslint-config-prettier: 10.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-config-prettier: 10.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint-plugin-promise@7.2.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-promise@7.2.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) - eslint-plugin-react-hooks@5.0.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-react-hooks@5.0.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) - eslint-plugin-react@7.37.2(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-react@7.37.2(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 @@ -11576,7 +11614,7 @@ snapshots: array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 es-iterator-helpers: 1.2.0 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) estraverse: 5.3.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 @@ -11590,10 +11628,10 @@ snapshots: string.prototype.matchall: 4.0.11 string.prototype.repeat: 1.0.0 - eslint-plugin-sonarjs@3.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-sonarjs@3.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: '@babel/core': 7.26.0 - '@babel/eslint-parser': 7.25.9(@babel/core@7.26.0)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + '@babel/eslint-parser': 7.25.9(@babel/core@7.26.0)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.0) '@babel/preset-env': 7.26.0(@babel/core@7.26.0) '@babel/preset-flow': 7.25.9(@babel/core@7.26.0) @@ -11601,7 +11639,7 @@ snapshots: '@eslint-community/regexpp': 4.12.1 builtin-modules: 3.3.0 bytes: 3.1.2 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) functional-red-black-tree: 1.0.1 jsx-ast-utils: 3.3.5 minimatch: 9.0.5 @@ -11617,14 +11655,14 @@ snapshots: postcss: 8.4.49 tailwindcss: 3.4.16 - eslint-plugin-unicorn@56.0.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-unicorn@56.0.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: '@babel/helper-validator-identifier': 7.25.9 - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) ci-info: 4.1.0 clean-regexp: 1.0.0 core-js-compat: 3.39.0 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) esquery: 1.6.0 globals: 15.13.0 indent-string: 4.0.0 @@ -11637,35 +11675,35 @@ snapshots: semver: 7.6.3 strip-indent: 3.0.0 - eslint-plugin-vue@9.32.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-vue@9.32.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.1.2 semver: 7.6.3 - vue-eslint-parser: 9.4.3(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + vue-eslint-parser: 9.4.3(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color - eslint-plugin-yml@1.16.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-plugin-yml@1.16.0(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: debug: 4.4.0 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) - eslint-compat-utils: 0.6.4(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-compat-utils: 0.6.4(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.2.3 transitivePeerDependencies: - supports-color - eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.5.13)(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: '@vue/compiler-sfc': 3.5.13 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-scope@5.1.1: dependencies: @@ -11729,6 +11767,47 @@ snapshots: transitivePeerDependencies: - supports-color + eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1): + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + '@eslint-community/regexpp': 4.12.1 + '@eslint/config-array': 0.19.1 + '@eslint/core': 0.10.0 + '@eslint/eslintrc': 3.2.0 + '@eslint/js': 9.19.0 + '@eslint/plugin-kit': 0.2.5 + '@humanfs/node': 0.16.6 + '@humanwhocodes/module-importer': 1.0.1 + '@humanwhocodes/retry': 0.4.1 + '@types/estree': 1.0.6 + '@types/json-schema': 7.0.15 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.6 + debug: 4.4.0 + escape-string-regexp: 4.0.0 + eslint-scope: 8.2.0 + eslint-visitor-keys: 4.2.0 + espree: 10.3.0 + esquery: 1.6.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 8.0.0 + find-up: 5.0.0 + glob-parent: 6.0.2 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + json-stable-stringify-without-jsonify: 1.0.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 + optionalDependencies: + jiti: 2.4.1 + transitivePeerDependencies: + - supports-color + esm-env@1.2.1: {} esm@3.2.25: {} @@ -15291,10 +15370,10 @@ snapshots: vscode-uri@3.0.8: {} - vue-eslint-parser@9.4.3(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): + vue-eslint-parser@9.4.3(eslint@9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: debug: 4.4.0 - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.19.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1