Skip to content

Commit 8467cd3

Browse files
build(deps-dev): bump @typescript-eslint/parser from 8.53.0 to 8.58.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.53.0 to 8.58.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.58.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e7d563 commit 8467cd3

1 file changed

Lines changed: 76 additions & 59 deletions

File tree

yarn.lock

Lines changed: 76 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -478,23 +478,14 @@
478478
ts-api-utils "^2.4.0"
479479

480480
"@typescript-eslint/parser@^8.25.0":
481-
version "8.53.0"
482-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.53.0.tgz#d8bed6f12dc74e03751e5f947510ff2b165990c6"
483-
integrity sha512-npiaib8XzbjtzS2N4HlqPvlpxpmZ14FjSJrteZpPxGUaYPlvhzlzUZ4mZyABo0EFrOWnvyd0Xxroq//hKhtAWg==
484-
dependencies:
485-
"@typescript-eslint/scope-manager" "8.53.0"
486-
"@typescript-eslint/types" "8.53.0"
487-
"@typescript-eslint/typescript-estree" "8.53.0"
488-
"@typescript-eslint/visitor-keys" "8.53.0"
489-
debug "^4.4.3"
490-
491-
"@typescript-eslint/project-service@8.53.0":
492-
version "8.53.0"
493-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.0.tgz#327c67c61c16a1c8b12a440b0779b41eb77cc7df"
494-
integrity sha512-Bl6Gdr7NqkqIP5yP9z1JU///Nmes4Eose6L1HwpuVHwScgDPPuEWbUVhvlZmb8hy0vX9syLk5EGNL700WcBlbg==
495-
dependencies:
496-
"@typescript-eslint/tsconfig-utils" "^8.53.0"
497-
"@typescript-eslint/types" "^8.53.0"
481+
version "8.58.1"
482+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.1.tgz#0943eca522ac408bcdd649882c3d95b10ff00f62"
483+
integrity sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==
484+
dependencies:
485+
"@typescript-eslint/scope-manager" "8.58.1"
486+
"@typescript-eslint/types" "8.58.1"
487+
"@typescript-eslint/typescript-estree" "8.58.1"
488+
"@typescript-eslint/visitor-keys" "8.58.1"
498489
debug "^4.4.3"
499490

500491
"@typescript-eslint/project-service@8.55.0":
@@ -506,6 +497,15 @@
506497
"@typescript-eslint/types" "^8.55.0"
507498
debug "^4.4.3"
508499

500+
"@typescript-eslint/project-service@8.58.1":
501+
version "8.58.1"
502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.1.tgz#c78781b1ca1ec1e7bc6522efba89318c6d249feb"
503+
integrity sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==
504+
dependencies:
505+
"@typescript-eslint/tsconfig-utils" "^8.58.1"
506+
"@typescript-eslint/types" "^8.58.1"
507+
debug "^4.4.3"
508+
509509
"@typescript-eslint/scope-manager@5.62.0":
510510
version "5.62.0"
511511
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -514,14 +514,6 @@
514514
"@typescript-eslint/types" "5.62.0"
515515
"@typescript-eslint/visitor-keys" "5.62.0"
516516

517-
"@typescript-eslint/scope-manager@8.53.0":
518-
version "8.53.0"
519-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.0.tgz#f922fcbf0d42e72f065297af31779ccf19de9a97"
520-
integrity sha512-kWNj3l01eOGSdVBnfAF2K1BTh06WS0Yet6JUgb9Cmkqaz3Jlu0fdVUjj9UI8gPidBWSMqDIglmEXifSgDT/D0g==
521-
dependencies:
522-
"@typescript-eslint/types" "8.53.0"
523-
"@typescript-eslint/visitor-keys" "8.53.0"
524-
525517
"@typescript-eslint/scope-manager@8.55.0":
526518
version "8.55.0"
527519
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz#8a0752c31c788651840dc98f840b0c2ebe143b8c"
@@ -530,16 +522,24 @@
530522
"@typescript-eslint/types" "8.55.0"
531523
"@typescript-eslint/visitor-keys" "8.55.0"
532524

533-
"@typescript-eslint/tsconfig-utils@8.53.0", "@typescript-eslint/tsconfig-utils@^8.53.0":
534-
version "8.53.0"
535-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.0.tgz#105279d7969a7abdc8345cc9c57cff83cf910f8f"
536-
integrity sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA==
525+
"@typescript-eslint/scope-manager@8.58.1":
526+
version "8.58.1"
527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz#35168f561bab4e3fd10dd6b03e8b83c157479211"
528+
integrity sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==
529+
dependencies:
530+
"@typescript-eslint/types" "8.58.1"
531+
"@typescript-eslint/visitor-keys" "8.58.1"
537532

538533
"@typescript-eslint/tsconfig-utils@8.55.0", "@typescript-eslint/tsconfig-utils@^8.55.0":
539534
version "8.55.0"
540535
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz#62f1d005419985e09d37a040b2f1450e4e805afa"
541536
integrity sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==
542537

538+
"@typescript-eslint/tsconfig-utils@8.58.1", "@typescript-eslint/tsconfig-utils@^8.58.1":
539+
version "8.58.1"
540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz#eb16792c579300c7bfb3c74b0f5e1dfbb0a2454d"
541+
integrity sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==
542+
543543
"@typescript-eslint/type-utils@8.55.0":
544544
version "8.55.0"
545545
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.55.0.tgz#195d854b3e56308ce475fdea2165313bb1190200"
@@ -556,16 +556,16 @@
556556
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
557557
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
558558

559-
"@typescript-eslint/types@8.53.0", "@typescript-eslint/types@^8.53.0":
560-
version "8.53.0"
561-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.0.tgz#1adcad3fa32bc2c4cbf3785ba07a5e3151819efb"
562-
integrity sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==
563-
564-
"@typescript-eslint/types@8.55.0", "@typescript-eslint/types@^8.55.0":
559+
"@typescript-eslint/types@8.55.0":
565560
version "8.55.0"
566561
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.55.0.tgz#8449c5a7adac61184cac92dbf6315733569708c2"
567562
integrity sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==
568563

564+
"@typescript-eslint/types@8.58.1", "@typescript-eslint/types@^8.55.0", "@typescript-eslint/types@^8.58.1":
565+
version "8.58.1"
566+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.1.tgz#9dfb4723fcd2b13737d8b03d941354cf73190313"
567+
integrity sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==
568+
569569
"@typescript-eslint/typescript-estree@5.62.0":
570570
version "5.62.0"
571571
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -579,21 +579,6 @@
579579
semver "^7.3.7"
580580
tsutils "^3.21.0"
581581

582-
"@typescript-eslint/typescript-estree@8.53.0":
583-
version "8.53.0"
584-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.0.tgz#7805b46b7a8ce97e91b7bb56fc8b1ba26ca8ef52"
585-
integrity sha512-pw0c0Gdo7Z4xOG987u3nJ8akL9093yEEKv8QTJ+Bhkghj1xyj8cgPaavlr9rq8h7+s6plUJ4QJYw2gCZodqmGw==
586-
dependencies:
587-
"@typescript-eslint/project-service" "8.53.0"
588-
"@typescript-eslint/tsconfig-utils" "8.53.0"
589-
"@typescript-eslint/types" "8.53.0"
590-
"@typescript-eslint/visitor-keys" "8.53.0"
591-
debug "^4.4.3"
592-
minimatch "^9.0.5"
593-
semver "^7.7.3"
594-
tinyglobby "^0.2.15"
595-
ts-api-utils "^2.4.0"
596-
597582
"@typescript-eslint/typescript-estree@8.55.0":
598583
version "8.55.0"
599584
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.55.0.tgz#c83ac92c11ce79bedd984937c7780a65e7f7b2e3"
@@ -609,6 +594,21 @@
609594
tinyglobby "^0.2.15"
610595
ts-api-utils "^2.4.0"
611596

597+
"@typescript-eslint/typescript-estree@8.58.1":
598+
version "8.58.1"
599+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz#8230cc9628d2cffef101e298c62807c4b9bf2fe9"
600+
integrity sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==
601+
dependencies:
602+
"@typescript-eslint/project-service" "8.58.1"
603+
"@typescript-eslint/tsconfig-utils" "8.58.1"
604+
"@typescript-eslint/types" "8.58.1"
605+
"@typescript-eslint/visitor-keys" "8.58.1"
606+
debug "^4.4.3"
607+
minimatch "^10.2.2"
608+
semver "^7.7.3"
609+
tinyglobby "^0.2.15"
610+
ts-api-utils "^2.5.0"
611+
612612
"@typescript-eslint/utils@8.55.0":
613613
version "8.55.0"
614614
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.55.0.tgz#c1744d94a3901deb01f58b09d3478d811f96d619"
@@ -641,14 +641,6 @@
641641
"@typescript-eslint/types" "5.62.0"
642642
eslint-visitor-keys "^3.3.0"
643643

644-
"@typescript-eslint/visitor-keys@8.53.0":
645-
version "8.53.0"
646-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.0.tgz#9a785664ddae7e3f7e570ad8166e48dbc9c6cf02"
647-
integrity sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw==
648-
dependencies:
649-
"@typescript-eslint/types" "8.53.0"
650-
eslint-visitor-keys "^4.2.1"
651-
652644
"@typescript-eslint/visitor-keys@8.55.0":
653645
version "8.55.0"
654646
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz#3d9a40fd4e3705c63d8fae3af58988add3ed464d"
@@ -657,6 +649,14 @@
657649
"@typescript-eslint/types" "8.55.0"
658650
eslint-visitor-keys "^4.2.1"
659651

652+
"@typescript-eslint/visitor-keys@8.58.1":
653+
version "8.58.1"
654+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz#7c197533177f1ba9b8249f55f7f685e32bb6f204"
655+
integrity sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==
656+
dependencies:
657+
"@typescript-eslint/types" "8.58.1"
658+
eslint-visitor-keys "^5.0.0"
659+
660660
"@ungap/structured-clone@^1.2.0":
661661
version "1.2.0"
662662
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1092,7 +1092,7 @@ bl@^5.0.0:
10921092
inherits "^2.0.4"
10931093
readable-stream "^3.4.0"
10941094

1095-
brace-expansion@^1.1.7, brace-expansion@^2.0.1, brace-expansion@^2.0.2:
1095+
brace-expansion@^1.1.7, brace-expansion@^2.0.1, brace-expansion@^2.0.2, brace-expansion@^5.0.5:
10961096
version "2.0.2"
10971097
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
10981098
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
@@ -2132,6 +2132,11 @@ eslint-visitor-keys@^4.2.1:
21322132
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
21332133
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
21342134

2135+
eslint-visitor-keys@^5.0.0:
2136+
version "5.0.1"
2137+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
2138+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
2139+
21352140
eslint@^8.29.0:
21362141
version "8.57.1"
21372142
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4066,6 +4071,13 @@ minimatch@9.0.1:
40664071
dependencies:
40674072
brace-expansion "^2.0.1"
40684073

4074+
minimatch@^10.2.2:
4075+
version "10.2.5"
4076+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
4077+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
4078+
dependencies:
4079+
brace-expansion "^5.0.5"
4080+
40694081
minimatch@^3.0.3, minimatch@^3.0.5, minimatch@^3.1.2:
40704082
version "3.1.2"
40714083
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5687,6 +5699,11 @@ ts-api-utils@^2.4.0:
56875699
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
56885700
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
56895701

5702+
ts-api-utils@^2.5.0:
5703+
version "2.5.0"
5704+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
5705+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
5706+
56905707
tsconfig-paths@^3.15.0:
56915708
version "3.15.0"
56925709
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

0 commit comments

Comments
 (0)