Skip to content

Commit 460c3a2

Browse files
Chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.34.1 to 8.35.0 (#490)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f539af commit 460c3a2

File tree

2 files changed

+57
-50
lines changed

2 files changed

+57
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/lodash": "^4.17.20",
5757
"@types/node": "^22.15.35",
5858
"@types/semver": "^7.7.0",
59-
"@typescript-eslint/eslint-plugin": "^8.34.1",
59+
"@typescript-eslint/eslint-plugin": "^8.35.0",
6060
"@typescript-eslint/parser": "^8.35.1",
6161
"copy-webpack-plugin": "^13.0.0",
6262
"cspell": "9.1.2",

yarn.lock

Lines changed: 56 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,16 +2335,16 @@
23352335
dependencies:
23362336
"@types/yargs-parser" "*"
23372337

2338-
"@typescript-eslint/eslint-plugin@^8.34.1":
2339-
version "8.34.1"
2340-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz#56cf35b89383eaf2bdcf602f5bbdac6dbb11e51b"
2341-
integrity sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==
2338+
"@typescript-eslint/eslint-plugin@^8.35.0":
2339+
version "8.35.0"
2340+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.35.0.tgz#515170100ff867445fe0a17ce05c14fc5fd9ca63"
2341+
integrity sha512-ijItUYaiWuce0N1SoSMrEd0b6b6lYkYt99pqCPfybd+HKVXtEvYhICfLdwp42MhiI5mp0oq7PKEL+g1cNiz/Eg==
23422342
dependencies:
23432343
"@eslint-community/regexpp" "^4.10.0"
2344-
"@typescript-eslint/scope-manager" "8.34.1"
2345-
"@typescript-eslint/type-utils" "8.34.1"
2346-
"@typescript-eslint/utils" "8.34.1"
2347-
"@typescript-eslint/visitor-keys" "8.34.1"
2344+
"@typescript-eslint/scope-manager" "8.35.0"
2345+
"@typescript-eslint/type-utils" "8.35.0"
2346+
"@typescript-eslint/utils" "8.35.0"
2347+
"@typescript-eslint/visitor-keys" "8.35.0"
23482348
graphemer "^1.4.0"
23492349
ignore "^7.0.0"
23502350
natural-compare "^1.4.0"
@@ -2361,12 +2361,13 @@
23612361
"@typescript-eslint/visitor-keys" "8.35.1"
23622362
debug "^4.3.4"
23632363

2364-
"@typescript-eslint/[email protected]":
2365-
version "8.34.1"
2366-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.1.tgz#20501f8b87202c45f5e70a5b24dcdcb8fe12d460"
2364+
"@typescript-eslint/[email protected]":
2365+
version "8.35.0"
2366+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.35.0.tgz#00bd77e6845fbdb5684c6ab2d8a400a58dcfb07b"
2367+
integrity sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==
23672368
dependencies:
2368-
"@typescript-eslint/tsconfig-utils" "^8.34.1"
2369-
"@typescript-eslint/types" "^8.34.1"
2369+
"@typescript-eslint/tsconfig-utils" "^8.35.0"
2370+
"@typescript-eslint/types" "^8.35.0"
23702371
debug "^4.3.4"
23712372

23722373
"@typescript-eslint/[email protected]":
@@ -2385,12 +2386,13 @@
23852386
"@typescript-eslint/types" "7.18.0"
23862387
"@typescript-eslint/visitor-keys" "7.18.0"
23872388

2388-
"@typescript-eslint/[email protected]":
2389-
version "8.34.1"
2390-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz#727ea43441f4d23d5c73d34195427d85042e5117"
2389+
"@typescript-eslint/[email protected]":
2390+
version "8.35.0"
2391+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz#8ccb2ab63383544fab98fc4b542d8d141259ff4f"
2392+
integrity sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==
23912393
dependencies:
2392-
"@typescript-eslint/types" "8.34.1"
2393-
"@typescript-eslint/visitor-keys" "8.34.1"
2394+
"@typescript-eslint/types" "8.35.0"
2395+
"@typescript-eslint/visitor-keys" "8.35.0"
23942396

23952397
"@typescript-eslint/[email protected]":
23962398
version "8.35.1"
@@ -2400,44 +2402,46 @@
24002402
"@typescript-eslint/types" "8.35.1"
24012403
"@typescript-eslint/visitor-keys" "8.35.1"
24022404

2403-
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.34.1":
2404-
version "8.34.1"
2405-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
2405+
"@typescript-eslint/[email protected]":
2406+
version "8.35.0"
2407+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz#6e05aeb999999e31d562ceb4fe144f3cbfbd670e"
2408+
integrity sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==
24062409

24072410
"@typescript-eslint/[email protected]":
24082411
version "8.35.1"
24092412
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.1.tgz#c2db8714c181cc0700216c1a2e3cf55719c58006"
24102413
integrity sha512-K5/U9VmT9dTHoNowWZpz+/TObS3xqC5h0xAIjXPw+MNcKV9qg6eSatEnmeAwkjHijhACH0/N7bkhKvbt1+DXWQ==
24112414

2412-
"@typescript-eslint/tsconfig-utils@^8.35.1":
2415+
"@typescript-eslint/tsconfig-utils@^8.35.0", "@typescript-eslint/tsconfig-utils@^8.35.1":
24132416
version "8.36.0"
24142417
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz#63ef8a20ae9b5754c6ceacbe87b2fe1aab12ba13"
24152418
integrity sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==
24162419

2417-
"@typescript-eslint/type-utils@8.34.1":
2418-
version "8.34.1"
2419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz#df860d8edefbfe142473ea4defb7408edb0c379e"
2420-
integrity sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==
2420+
"@typescript-eslint/type-utils@8.35.0":
2421+
version "8.35.0"
2422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.35.0.tgz#0201eae9d83ffcc3451ef8c94f53ecfbf2319ecc"
2423+
integrity sha512-ceNNttjfmSEoM9PW87bWLDEIaLAyR+E6BoYJQ5PfaDau37UGca9Nyq3lBk8Bw2ad0AKvYabz6wxc7DMTO2jnNA==
24212424
dependencies:
2422-
"@typescript-eslint/typescript-estree" "8.34.1"
2423-
"@typescript-eslint/utils" "8.34.1"
2425+
"@typescript-eslint/typescript-estree" "8.35.0"
2426+
"@typescript-eslint/utils" "8.35.0"
24242427
debug "^4.3.4"
24252428
ts-api-utils "^2.1.0"
24262429

24272430
"@typescript-eslint/[email protected]":
24282431
version "7.18.0"
24292432
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
24302433

2431-
"@typescript-eslint/[email protected]":
2432-
version "8.34.1"
2433-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
2434+
"@typescript-eslint/[email protected]":
2435+
version "8.35.0"
2436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.0.tgz#e60d062907930e30008d796de5c4170f02618a93"
2437+
integrity sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==
24342438

24352439
"@typescript-eslint/[email protected]":
24362440
version "8.35.1"
24372441
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.1.tgz#4344dcf934495bbf25a9f83a06dd9fe2acf15780"
24382442
integrity sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==
24392443

2440-
"@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.34.1", "@typescript-eslint/types@^8.35.1":
2444+
"@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.35.0", "@typescript-eslint/types@^8.35.1":
24412445
version "8.36.0"
24422446
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
24432447
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
@@ -2455,14 +2459,15 @@
24552459
semver "^7.6.0"
24562460
ts-api-utils "^1.3.0"
24572461

2458-
"@typescript-eslint/[email protected]":
2459-
version "8.34.1"
2460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz#befdb042a6bc44fdad27429b2d3b679c80daad71"
2462+
"@typescript-eslint/[email protected]":
2463+
version "8.35.0"
2464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz#86141e6c55b75bc1eaecc0781bd39704de14e52a"
2465+
integrity sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==
24612466
dependencies:
2462-
"@typescript-eslint/project-service" "8.34.1"
2463-
"@typescript-eslint/tsconfig-utils" "8.34.1"
2464-
"@typescript-eslint/types" "8.34.1"
2465-
"@typescript-eslint/visitor-keys" "8.34.1"
2467+
"@typescript-eslint/project-service" "8.35.0"
2468+
"@typescript-eslint/tsconfig-utils" "8.35.0"
2469+
"@typescript-eslint/types" "8.35.0"
2470+
"@typescript-eslint/visitor-keys" "8.35.0"
24662471
debug "^4.3.4"
24672472
fast-glob "^3.3.2"
24682473
is-glob "^4.0.3"
@@ -2486,14 +2491,15 @@
24862491
semver "^7.6.0"
24872492
ts-api-utils "^2.1.0"
24882493

2489-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.32.1":
2490-
version "8.34.1"
2491-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.1.tgz#f98c9b0c5cae407e34f5131cac0f3a74347a398e"
2494+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.32.1":
2495+
version "8.35.0"
2496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.35.0.tgz#aaf0afab5ab51ea2f1897002907eacd9834606d5"
2497+
integrity sha512-nqoMu7WWM7ki5tPgLVsmPM8CkqtoPUG6xXGeefM5t4x3XumOEKMoUZPdi+7F+/EotukN4R9OWdmDxN80fqoZeg==
24922498
dependencies:
24932499
"@eslint-community/eslint-utils" "^4.7.0"
2494-
"@typescript-eslint/scope-manager" "8.34.1"
2495-
"@typescript-eslint/types" "8.34.1"
2496-
"@typescript-eslint/typescript-estree" "8.34.1"
2500+
"@typescript-eslint/scope-manager" "8.35.0"
2501+
"@typescript-eslint/types" "8.35.0"
2502+
"@typescript-eslint/typescript-estree" "8.35.0"
24972503

24982504
"@typescript-eslint/utils@^7.0.0":
24992505
version "7.18.0"
@@ -2511,11 +2517,12 @@
25112517
"@typescript-eslint/types" "7.18.0"
25122518
eslint-visitor-keys "^3.4.3"
25132519

2514-
"@typescript-eslint/[email protected]":
2515-
version "8.34.1"
2516-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz#28a1987ea3542ccafb92aa792726a304b39531cf"
2520+
"@typescript-eslint/[email protected]":
2521+
version "8.35.0"
2522+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz#93e905e7f1e94d26a79771d1b1eb0024cb159dbf"
2523+
integrity sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==
25172524
dependencies:
2518-
"@typescript-eslint/types" "8.34.1"
2525+
"@typescript-eslint/types" "8.35.0"
25192526
eslint-visitor-keys "^4.2.1"
25202527

25212528
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)