Skip to content

Commit acfd307

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.55.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/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" 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 076c52c commit acfd307

1 file changed

Lines changed: 69 additions & 57 deletions

File tree

yarn.lock

Lines changed: 69 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -464,15 +464,15 @@
464464
"@types/node" "*"
465465

466466
"@typescript-eslint/eslint-plugin@^8.25.0":
467-
version "8.55.0"
468-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.55.0.tgz#086d2ef661507b561f7b17f62d3179d692a0765f"
469-
integrity sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ==
467+
version "8.57.2"
468+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.2.tgz#ad0dcefeca9c2ecbe09f730d478063666aee010b"
469+
integrity sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==
470470
dependencies:
471471
"@eslint-community/regexpp" "^4.12.2"
472-
"@typescript-eslint/scope-manager" "8.55.0"
473-
"@typescript-eslint/type-utils" "8.55.0"
474-
"@typescript-eslint/utils" "8.55.0"
475-
"@typescript-eslint/visitor-keys" "8.55.0"
472+
"@typescript-eslint/scope-manager" "8.57.2"
473+
"@typescript-eslint/type-utils" "8.57.2"
474+
"@typescript-eslint/utils" "8.57.2"
475+
"@typescript-eslint/visitor-keys" "8.57.2"
476476
ignore "^7.0.5"
477477
natural-compare "^1.4.0"
478478
ts-api-utils "^2.4.0"
@@ -497,13 +497,13 @@
497497
"@typescript-eslint/types" "^8.53.0"
498498
debug "^4.4.3"
499499

500-
"@typescript-eslint/project-service@8.55.0":
501-
version "8.55.0"
502-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.55.0.tgz#b8a71c06a625bdad481c24d5614b68e252f3ae9b"
503-
integrity sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==
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==
504504
dependencies:
505-
"@typescript-eslint/tsconfig-utils" "^8.55.0"
506-
"@typescript-eslint/types" "^8.55.0"
505+
"@typescript-eslint/tsconfig-utils" "^8.57.2"
506+
"@typescript-eslint/types" "^8.57.2"
507507
debug "^4.4.3"
508508

509509
"@typescript-eslint/scope-manager@5.62.0":
@@ -522,32 +522,32 @@
522522
"@typescript-eslint/types" "8.53.0"
523523
"@typescript-eslint/visitor-keys" "8.53.0"
524524

525-
"@typescript-eslint/scope-manager@8.55.0":
526-
version "8.55.0"
527-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz#8a0752c31c788651840dc98f840b0c2ebe143b8c"
528-
integrity sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==
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==
529529
dependencies:
530-
"@typescript-eslint/types" "8.55.0"
531-
"@typescript-eslint/visitor-keys" "8.55.0"
530+
"@typescript-eslint/types" "8.57.2"
531+
"@typescript-eslint/visitor-keys" "8.57.2"
532532

533533
"@typescript-eslint/tsconfig-utils@8.53.0", "@typescript-eslint/tsconfig-utils@^8.53.0":
534534
version "8.53.0"
535535
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.0.tgz#105279d7969a7abdc8345cc9c57cff83cf910f8f"
536536
integrity sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA==
537537

538-
"@typescript-eslint/tsconfig-utils@8.55.0", "@typescript-eslint/tsconfig-utils@^8.55.0":
539-
version "8.55.0"
540-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz#62f1d005419985e09d37a040b2f1450e4e805afa"
541-
integrity sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==
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==
542542

543-
"@typescript-eslint/type-utils@8.55.0":
544-
version "8.55.0"
545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.55.0.tgz#195d854b3e56308ce475fdea2165313bb1190200"
546-
integrity sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g==
543+
"@typescript-eslint/type-utils@8.57.2":
544+
version "8.57.2"
545+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.2.tgz#3ec65a94e73776252991a3cf0a15d220734c28f5"
546+
integrity sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==
547547
dependencies:
548-
"@typescript-eslint/types" "8.55.0"
549-
"@typescript-eslint/typescript-estree" "8.55.0"
550-
"@typescript-eslint/utils" "8.55.0"
548+
"@typescript-eslint/types" "8.57.2"
549+
"@typescript-eslint/typescript-estree" "8.57.2"
550+
"@typescript-eslint/utils" "8.57.2"
551551
debug "^4.4.3"
552552
ts-api-utils "^2.4.0"
553553

@@ -561,10 +561,10 @@
561561
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.0.tgz#1adcad3fa32bc2c4cbf3785ba07a5e3151819efb"
562562
integrity sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==
563563

564-
"@typescript-eslint/types@8.55.0", "@typescript-eslint/types@^8.55.0":
565-
version "8.55.0"
566-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.55.0.tgz#8449c5a7adac61184cac92dbf6315733569708c2"
567-
integrity sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==
564+
"@typescript-eslint/types@8.57.2", "@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==
568568

569569
"@typescript-eslint/typescript-estree@5.62.0":
570570
version "5.62.0"
@@ -594,30 +594,30 @@
594594
tinyglobby "^0.2.15"
595595
ts-api-utils "^2.4.0"
596596

597-
"@typescript-eslint/typescript-estree@8.55.0":
598-
version "8.55.0"
599-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.55.0.tgz#c83ac92c11ce79bedd984937c7780a65e7f7b2e3"
600-
integrity sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==
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==
601601
dependencies:
602-
"@typescript-eslint/project-service" "8.55.0"
603-
"@typescript-eslint/tsconfig-utils" "8.55.0"
604-
"@typescript-eslint/types" "8.55.0"
605-
"@typescript-eslint/visitor-keys" "8.55.0"
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"
606606
debug "^4.4.3"
607-
minimatch "^9.0.5"
607+
minimatch "^10.2.2"
608608
semver "^7.7.3"
609609
tinyglobby "^0.2.15"
610610
ts-api-utils "^2.4.0"
611611

612-
"@typescript-eslint/utils@8.55.0":
613-
version "8.55.0"
614-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.55.0.tgz#c1744d94a3901deb01f58b09d3478d811f96d619"
615-
integrity sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==
612+
"@typescript-eslint/utils@8.57.2":
613+
version "8.57.2"
614+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.2.tgz#46a8974c24326fb8899486728428a0f1a3115014"
615+
integrity sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==
616616
dependencies:
617617
"@eslint-community/eslint-utils" "^4.9.1"
618-
"@typescript-eslint/scope-manager" "8.55.0"
619-
"@typescript-eslint/types" "8.55.0"
620-
"@typescript-eslint/typescript-estree" "8.55.0"
618+
"@typescript-eslint/scope-manager" "8.57.2"
619+
"@typescript-eslint/types" "8.57.2"
620+
"@typescript-eslint/typescript-estree" "8.57.2"
621621

622622
"@typescript-eslint/utils@^5.10.0":
623623
version "5.62.0"
@@ -649,13 +649,13 @@
649649
"@typescript-eslint/types" "8.53.0"
650650
eslint-visitor-keys "^4.2.1"
651651

652-
"@typescript-eslint/visitor-keys@8.55.0":
653-
version "8.55.0"
654-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz#3d9a40fd4e3705c63d8fae3af58988add3ed464d"
655-
integrity sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==
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==
656656
dependencies:
657-
"@typescript-eslint/types" "8.55.0"
658-
eslint-visitor-keys "^4.2.1"
657+
"@typescript-eslint/types" "8.57.2"
658+
eslint-visitor-keys "^5.0.0"
659659

660660
"@ungap/structured-clone@^1.2.0":
661661
version "1.2.0"
@@ -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)