Skip to content

Commit b28a533

Browse files
Merge pull request #944 from ruby-syntax-tree/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.57.2
Bump @typescript-eslint/eslint-plugin from 8.57.1 to 8.57.2
2 parents 8d4db06 + fe4be45 commit b28a533

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

yarn.lock

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.110.0.tgz#b6210c7d5e049003138bb17311644fe8b179dc8b"
578578
integrity sha512-AGuxUEpU4F4mfuQjxPPaQVyuOMhs+VT/xRok1jiHVBubHK7lBRvCuOMZG0LKUwxncrPorJ5qq/uil3IdZBd5lA==
579579

580-
"@typescript-eslint/eslint-plugin@8.57.1", "@typescript-eslint/eslint-plugin@^8.37.0":
580+
"@typescript-eslint/eslint-plugin@8.57.1":
581581
version "8.57.1"
582582
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.1.tgz#ddfdfb30f8b5ccee7f3c21798b377c51370edd55"
583583
integrity sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==
@@ -591,6 +591,20 @@
591591
natural-compare "^1.4.0"
592592
ts-api-utils "^2.4.0"
593593

594+
"@typescript-eslint/eslint-plugin@^8.37.0":
595+
version "8.57.2"
596+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.2.tgz#ad0dcefeca9c2ecbe09f730d478063666aee010b"
597+
integrity sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==
598+
dependencies:
599+
"@eslint-community/regexpp" "^4.12.2"
600+
"@typescript-eslint/scope-manager" "8.57.2"
601+
"@typescript-eslint/type-utils" "8.57.2"
602+
"@typescript-eslint/utils" "8.57.2"
603+
"@typescript-eslint/visitor-keys" "8.57.2"
604+
ignore "^7.0.5"
605+
natural-compare "^1.4.0"
606+
ts-api-utils "^2.4.0"
607+
594608
"@typescript-eslint/parser@8.57.1":
595609
version "8.57.1"
596610
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.1.tgz#d523e559b148264055c0a49a29d5f50c7de659c2"
@@ -668,6 +682,17 @@
668682
debug "^4.4.3"
669683
ts-api-utils "^2.4.0"
670684

685+
"@typescript-eslint/type-utils@8.57.2":
686+
version "8.57.2"
687+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.2.tgz#3ec65a94e73776252991a3cf0a15d220734c28f5"
688+
integrity sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==
689+
dependencies:
690+
"@typescript-eslint/types" "8.57.2"
691+
"@typescript-eslint/typescript-estree" "8.57.2"
692+
"@typescript-eslint/utils" "8.57.2"
693+
debug "^4.4.3"
694+
ts-api-utils "^2.4.0"
695+
671696
"@typescript-eslint/types@8.57.1":
672697
version "8.57.1"
673698
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.1.tgz#54b27a8a25a7b45b4f978c3f8e00c4c78f11142c"
@@ -718,6 +743,16 @@
718743
"@typescript-eslint/types" "8.57.1"
719744
"@typescript-eslint/typescript-estree" "8.57.1"
720745

746+
"@typescript-eslint/utils@8.57.2":
747+
version "8.57.2"
748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.2.tgz#46a8974c24326fb8899486728428a0f1a3115014"
749+
integrity sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==
750+
dependencies:
751+
"@eslint-community/eslint-utils" "^4.9.1"
752+
"@typescript-eslint/scope-manager" "8.57.2"
753+
"@typescript-eslint/types" "8.57.2"
754+
"@typescript-eslint/typescript-estree" "8.57.2"
755+
721756
"@typescript-eslint/visitor-keys@8.57.1":
722757
version "8.57.1"
723758
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.1.tgz#3af4f88118924d3be983d4b8ae84803f11fe4563"

0 commit comments

Comments
 (0)