From fcb0dd0c915f33747d508970d5c64e090e9a771e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:02:58 +0000 Subject: [PATCH] chore(deps): update eslint monorepo to v9.17.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 | 352 ++++++++++-------- 12 files changed, 224 insertions(+), 162 deletions(-) diff --git a/examples/code-file/package.json b/examples/code-file/package.json index 2fbd9532c9d..5e0c850cab0 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.17.0", "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0" + "eslint": "9.17.0" } } diff --git a/examples/custom-rules/package.json b/examples/custom-rules/package.json index ce7143561aa..5514a71c3f5 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.17.0" } } diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index 6583be23428..ab850fbb442 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.17.0", "@graphql-eslint/eslint-plugin": "4.3.0", - "eslint": "9.16.0" + "eslint": "9.17.0" } } diff --git a/examples/monorepo/package.json b/examples/monorepo/package.json index cc1e8f3bc9a..f2de80e2d95 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.17.0", "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0" + "eslint": "9.17.0" } } diff --git a/examples/multiple-projects-graphql-config/package.json b/examples/multiple-projects-graphql-config/package.json index 91db8a3bc92..8c813f015d8 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.17.0" } } diff --git a/examples/prettier/package.json b/examples/prettier/package.json index 914bd92775d..6e8049c52dc 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.17.0", "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0", + "eslint": "9.17.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.2.1", "prettier": "3.4.2" diff --git a/examples/programmatic/package.json b/examples/programmatic/package.json index 4b1759821e1..2e77d835e85 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.17.0", "@graphql-eslint/eslint-plugin": "workspace:*", - "eslint": "9.16.0" + "eslint": "9.17.0" } } diff --git a/examples/svelte-code-file/package.json b/examples/svelte-code-file/package.json index b45becb6bf1..2d9dca335b9 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.17.0", "svelte": "5.10.0", "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..d758346f8e4 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.17.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 5fc10f7b37a..a0d64ae5c02 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.17.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 7d88fe2f21e..85d25c6732f 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.17.0" }, "dependencies": { "@babel/code-frame": "^7.18.6" @@ -27,6 +27,6 @@ "devDependencies": { "@types/babel__code-frame": "7.0.6", "@types/node": "22.10.1", - "eslint": "9.16.0" + "eslint": "9.17.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c6d15b2b4c..4cabe07cab2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,7 +33,7 @@ importers: version: 10.6.2(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.17.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.17.0 + version: 9.17.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.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-config-prettier: specifier: 9.1.0 - version: 9.1.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + version: 9.1.0(eslint@9.17.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@9.1.0(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@9.1.0(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)))(eslint@9.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.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.17.0 + version: 9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) svelte: specifier: 5.10.0 version: 5.10.0 @@ -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.17.0 + version: 9.17.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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) packages/plugin: dependencies: @@ -329,8 +329,8 @@ importers: specifier: 22.10.1 version: 22.10.1 eslint: - specifier: 9.16.0 - version: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + specifier: 9.17.0 + version: 9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) website: dependencies: @@ -1572,6 +1572,10 @@ packages: resolution: {integrity: sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@9.17.0': + resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} + 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} @@ -4221,6 +4225,16 @@ packages: jiti: optional: true + eslint@9.17.0: + resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==} + 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==} @@ -7435,11 +7449,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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-visitor-keys: 2.1.0 semver: 6.3.1 @@ -8570,6 +8584,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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))': + dependencies: + eslint: 9.17.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': @@ -8600,6 +8619,8 @@ snapshots: '@eslint/js@9.16.0': {} + '@eslint/js@9.17.0': {} + '@eslint/object-schema@2.1.5': {} '@eslint/plugin-kit@0.2.4': @@ -9756,25 +9777,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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/parser': 8.17.0(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + eslint: 9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-config-prettier: 9.1.0(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.17.0(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-jsonc: 2.18.2(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-jsx-a11y: 6.10.2(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-mdx: 3.1.5(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-n: 17.14.0(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-promise: 7.2.1(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-react: 7.37.2(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-react-hooks: 5.0.0(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-sonarjs: 3.0.1(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-unicorn: 56.0.1(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-yml: 1.16.0(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) typescript: 5.7.2 transitivePeerDependencies: - '@eslint/json' @@ -10037,15 +10058,15 @@ snapshots: dependencies: '@types/node': 22.10.1 - '@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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint@9.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + '@typescript-eslint/utils': 8.17.0(eslint@9.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 @@ -10055,14 +10076,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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -10073,12 +10094,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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) ts-api-utils: 1.4.3(typescript@5.7.2) optionalDependencies: typescript: 5.7.2 @@ -10102,13 +10123,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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -11311,19 +11332,19 @@ 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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) semver: 7.6.3 - 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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-import-resolver-node@0.3.9: dependencies: @@ -11333,33 +11354,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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.17.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.17.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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) espree: 9.6.1 estree-util-visit: 2.0.0 remark-mdx: 3.1.0 @@ -11376,35 +11397,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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.17.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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2) + eslint: 9.17.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.17.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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-compat-utils: 0.5.1(eslint@9.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -11413,9 +11434,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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -11427,18 +11448,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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-compat-utils: 0.6.4(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-json-compat-utils: 0.2.1(eslint@9.17.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 @@ -11447,7 +11468,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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: aria-query: 5.3.2 array-includes: 3.1.8 @@ -11457,7 +11478,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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) hasown: 2.0.2 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 @@ -11466,18 +11487,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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-mdx: 3.1.5(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-plugin-markdown: 3.0.1(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) remark-mdx: 3.1.0 remark-parse: 11.0.0 remark-stringify: 11.0.0 @@ -11488,38 +11509,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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-plugin-es-x: 7.8.0(eslint@9.17.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@9.1.0(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@9.1.0(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)))(eslint@9.17.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.17.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: 9.1.0(eslint@9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint-config-prettier: 9.1.0(eslint@9.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: - eslint: 9.16.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint: 9.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 @@ -11527,7 +11548,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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) estraverse: 5.3.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 @@ -11541,10 +11562,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.17.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.17.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) @@ -11552,7 +11573,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.17.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 @@ -11568,14 +11589,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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) esquery: 1.6.0 globals: 15.13.0 indent-string: 4.0.0 @@ -11588,35 +11609,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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + eslint: 9.17.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.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) + eslint-compat-utils: 0.6.4(eslint@9.17.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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-scope@5.1.1: dependencies: @@ -11680,6 +11701,47 @@ snapshots: transitivePeerDependencies: - supports-color + eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1): + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1)) + '@eslint-community/regexpp': 4.12.1 + '@eslint/config-array': 0.19.1 + '@eslint/core': 0.9.1 + '@eslint/eslintrc': 3.2.0 + '@eslint/js': 9.17.0 + '@eslint/plugin-kit': 0.2.4 + '@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: {} @@ -15218,10 +15280,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.17.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.17.0(patch_hash=t64n7kxodazs6lnwu42sgf5voe)(jiti@2.4.1) eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1