Skip to content

Commit 343a760

Browse files
Bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.35.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.32.1 to 8.35.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.35.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.35.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 134ecf7 commit 343a760

File tree

1 file changed

+20
-55
lines changed

1 file changed

+20
-55
lines changed

yarn.lock

Lines changed: 20 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,15 +2673,15 @@
26732673
"@types/yargs-parser" "*"
26742674

26752675
"@typescript-eslint/eslint-plugin@^8.12.2":
2676-
version "8.32.1"
2677-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
2678-
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
2676+
version "8.35.0"
2677+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.0.tgz#515170100ff867445fe0a17ce05c14fc5fd9ca63"
2678+
integrity sha512-ijItUYaiWuce0N1SoSMrEd0b6b6lYkYt99pqCPfybd+HKVXtEvYhICfLdwp42MhiI5mp0oq7PKEL+g1cNiz/Eg==
26792679
dependencies:
26802680
"@eslint-community/regexpp" "^4.10.0"
2681-
"@typescript-eslint/scope-manager" "8.32.1"
2682-
"@typescript-eslint/type-utils" "8.32.1"
2683-
"@typescript-eslint/utils" "8.32.1"
2684-
"@typescript-eslint/visitor-keys" "8.32.1"
2681+
"@typescript-eslint/scope-manager" "8.35.0"
2682+
"@typescript-eslint/type-utils" "8.35.0"
2683+
"@typescript-eslint/utils" "8.35.0"
2684+
"@typescript-eslint/visitor-keys" "8.35.0"
26852685
graphemer "^1.4.0"
26862686
ignore "^7.0.0"
26872687
natural-compare "^1.4.0"
@@ -2724,14 +2724,6 @@
27242724
"@typescript-eslint/types" "7.18.0"
27252725
"@typescript-eslint/visitor-keys" "7.18.0"
27262726

2727-
"@typescript-eslint/[email protected]":
2728-
version "8.32.1"
2729-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
2730-
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
2731-
dependencies:
2732-
"@typescript-eslint/types" "8.32.1"
2733-
"@typescript-eslint/visitor-keys" "8.32.1"
2734-
27352727
"@typescript-eslint/[email protected]":
27362728
version "8.35.0"
27372729
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz#8ccb2ab63383544fab98fc4b542d8d141259ff4f"
@@ -2758,13 +2750,13 @@
27582750
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz#63ef8a20ae9b5754c6ceacbe87b2fe1aab12ba13"
27592751
integrity sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==
27602752

2761-
"@typescript-eslint/type-utils@8.32.1":
2762-
version "8.32.1"
2763-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
2764-
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
2753+
"@typescript-eslint/type-utils@8.35.0":
2754+
version "8.35.0"
2755+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.35.0.tgz#0201eae9d83ffcc3451ef8c94f53ecfbf2319ecc"
2756+
integrity sha512-ceNNttjfmSEoM9PW87bWLDEIaLAyR+E6BoYJQ5PfaDau37UGca9Nyq3lBk8Bw2ad0AKvYabz6wxc7DMTO2jnNA==
27652757
dependencies:
2766-
"@typescript-eslint/typescript-estree" "8.32.1"
2767-
"@typescript-eslint/utils" "8.32.1"
2758+
"@typescript-eslint/typescript-estree" "8.35.0"
2759+
"@typescript-eslint/utils" "8.35.0"
27682760
debug "^4.3.4"
27692761
ts-api-utils "^2.1.0"
27702762

@@ -2773,11 +2765,6 @@
27732765
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
27742766
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
27752767

2776-
"@typescript-eslint/[email protected]":
2777-
version "8.32.1"
2778-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
2779-
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
2780-
27812768
"@typescript-eslint/[email protected]":
27822769
version "8.35.0"
27832770
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.0.tgz#e60d062907930e30008d796de5c4170f02618a93"
@@ -2802,20 +2789,6 @@
28022789
semver "^7.6.0"
28032790
ts-api-utils "^1.3.0"
28042791

2805-
"@typescript-eslint/[email protected]":
2806-
version "8.32.1"
2807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
2808-
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
2809-
dependencies:
2810-
"@typescript-eslint/types" "8.32.1"
2811-
"@typescript-eslint/visitor-keys" "8.32.1"
2812-
debug "^4.3.4"
2813-
fast-glob "^3.3.2"
2814-
is-glob "^4.0.3"
2815-
minimatch "^9.0.4"
2816-
semver "^7.6.0"
2817-
ts-api-utils "^2.1.0"
2818-
28192792
"@typescript-eslint/[email protected]":
28202793
version "8.35.0"
28212794
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz#86141e6c55b75bc1eaecc0781bd39704de14e52a"
@@ -2848,15 +2821,15 @@
28482821
semver "^7.6.0"
28492822
ts-api-utils "^2.1.0"
28502823

2851-
"@typescript-eslint/utils@8.32.1":
2852-
version "8.32.1"
2853-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
2854-
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
2824+
"@typescript-eslint/utils@8.35.0":
2825+
version "8.35.0"
2826+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.35.0.tgz#aaf0afab5ab51ea2f1897002907eacd9834606d5"
2827+
integrity sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg==
28552828
dependencies:
28562829
"@eslint-community/eslint-utils" "^4.7.0"
2857-
"@typescript-eslint/scope-manager" "8.32.1"
2858-
"@typescript-eslint/types" "8.32.1"
2859-
"@typescript-eslint/typescript-estree" "8.32.1"
2830+
"@typescript-eslint/scope-manager" "8.35.0"
2831+
"@typescript-eslint/types" "8.35.0"
2832+
"@typescript-eslint/typescript-estree" "8.35.0"
28602833

28612834
"@typescript-eslint/utils@^7.0.0":
28622835
version "7.18.0"
@@ -2886,14 +2859,6 @@
28862859
"@typescript-eslint/types" "7.18.0"
28872860
eslint-visitor-keys "^3.4.3"
28882861

2889-
"@typescript-eslint/[email protected]":
2890-
version "8.32.1"
2891-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
2892-
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
2893-
dependencies:
2894-
"@typescript-eslint/types" "8.32.1"
2895-
eslint-visitor-keys "^4.2.0"
2896-
28972862
"@typescript-eslint/[email protected]":
28982863
version "8.35.0"
28992864
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz#93e905e7f1e94d26a79771d1b1eb0024cb159dbf"

0 commit comments

Comments
 (0)