Skip to content

Commit d8326db

Browse files
build(deps-dev): bump @typescript-eslint/parser from 8.53.0 to 8.57.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.53.0 to 8.57.2. - [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.57.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.57.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ea76d3 commit d8326db

1 file changed

Lines changed: 71 additions & 59 deletions

File tree

yarn.lock

Lines changed: 71 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.57.2"
482+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.2.tgz#b819955e39f976c0d4f95b5ed67fe22f85cd6898"
483+
integrity sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==
484+
dependencies:
485+
"@typescript-eslint/scope-manager" "8.57.2"
486+
"@typescript-eslint/types" "8.57.2"
487+
"@typescript-eslint/typescript-estree" "8.57.2"
488+
"@typescript-eslint/visitor-keys" "8.57.2"
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.57.2":
501+
version "8.57.2"
502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.2.tgz#dfbc7777f9f633f2b06b558cda3836e76f856e3c"
503+
integrity sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==
504+
dependencies:
505+
"@typescript-eslint/tsconfig-utils" "^8.57.2"
506+
"@typescript-eslint/types" "^8.57.2"
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.57.2":
526+
version "8.57.2"
527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.2.tgz#734dcde40677f430b5d963108337295bdbc09dae"
528+
integrity sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==
529+
dependencies:
530+
"@typescript-eslint/types" "8.57.2"
531+
"@typescript-eslint/visitor-keys" "8.57.2"
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.57.2", "@typescript-eslint/tsconfig-utils@^8.57.2":
539+
version "8.57.2"
540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz#cf82dc11e884103ec13188a7352591efaa1a887e"
541+
integrity sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==
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.57.2", "@typescript-eslint/types@^8.55.0", "@typescript-eslint/types@^8.57.2":
565+
version "8.57.2"
566+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.2.tgz#efe0da4c28b505ed458f113aa960dce2c5c671f4"
567+
integrity sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==
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.57.2":
598+
version "8.57.2"
599+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz#432e61a6cf2ab565837da387e5262c159672abea"
600+
integrity sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==
601+
dependencies:
602+
"@typescript-eslint/project-service" "8.57.2"
603+
"@typescript-eslint/tsconfig-utils" "8.57.2"
604+
"@typescript-eslint/types" "8.57.2"
605+
"@typescript-eslint/visitor-keys" "8.57.2"
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.4.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.57.2":
653+
version "8.57.2"
654+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.2.tgz#a5c9605774247336c0412beb7dc288ab2a07c11e"
655+
integrity sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==
656+
dependencies:
657+
"@typescript-eslint/types" "8.57.2"
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.2:
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.4"
4076+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
4077+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
4078+
dependencies:
4079+
brace-expansion "^5.0.2"
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"

0 commit comments

Comments
 (0)