Skip to content

Commit a570637

Browse files
Bump @typescript-eslint/eslint-plugin from 8.39.0 to 8.39.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.39.0 to 8.39.1. - [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.39.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.39.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77a6ab5 commit a570637

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

yarn.lock

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.102.0.tgz#186dd6d4755807754a18ca869384c93b821039f2"
593593
integrity sha512-V9sFXmcXz03FtYTSUsYsu5K0Q9wH9w9V25slddcxrh5JgORD14LpnOA7ov0L9ALi+6HrTjskLJ/tY5zeRF3TFA==
594594

595-
"@typescript-eslint/eslint-plugin@8.39.0", "@typescript-eslint/eslint-plugin@^8.37.0":
595+
"@typescript-eslint/eslint-plugin@8.39.0":
596596
version "8.39.0"
597597
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06"
598598
integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==
@@ -607,6 +607,21 @@
607607
natural-compare "^1.4.0"
608608
ts-api-utils "^2.1.0"
609609

610+
"@typescript-eslint/eslint-plugin@^8.37.0":
611+
version "8.39.1"
612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.1.tgz#28dffcb5272d20afe250bfeec3173263db5528a0"
613+
integrity sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==
614+
dependencies:
615+
"@eslint-community/regexpp" "^4.10.0"
616+
"@typescript-eslint/scope-manager" "8.39.1"
617+
"@typescript-eslint/type-utils" "8.39.1"
618+
"@typescript-eslint/utils" "8.39.1"
619+
"@typescript-eslint/visitor-keys" "8.39.1"
620+
graphemer "^1.4.0"
621+
ignore "^7.0.0"
622+
natural-compare "^1.4.0"
623+
ts-api-utils "^2.1.0"
624+
610625
"@typescript-eslint/parser@8.39.0":
611626
version "8.39.0"
612627
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.0.tgz#c4b895d7a47f4cd5ee6ee77ea30e61d58b802008"
@@ -684,6 +699,17 @@
684699
debug "^4.3.4"
685700
ts-api-utils "^2.1.0"
686701

702+
"@typescript-eslint/type-utils@8.39.1":
703+
version "8.39.1"
704+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz#642f9fb96173649e2928fea0375b1d74d31906c2"
705+
integrity sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==
706+
dependencies:
707+
"@typescript-eslint/types" "8.39.1"
708+
"@typescript-eslint/typescript-estree" "8.39.1"
709+
"@typescript-eslint/utils" "8.39.1"
710+
debug "^4.3.4"
711+
ts-api-utils "^2.1.0"
712+
687713
"@typescript-eslint/types@8.39.0":
688714
version "8.39.0"
689715
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
@@ -736,6 +762,16 @@
736762
"@typescript-eslint/types" "8.39.0"
737763
"@typescript-eslint/typescript-estree" "8.39.0"
738764

765+
"@typescript-eslint/utils@8.39.1":
766+
version "8.39.1"
767+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b"
768+
integrity sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==
769+
dependencies:
770+
"@eslint-community/eslint-utils" "^4.7.0"
771+
"@typescript-eslint/scope-manager" "8.39.1"
772+
"@typescript-eslint/types" "8.39.1"
773+
"@typescript-eslint/typescript-estree" "8.39.1"
774+
739775
"@typescript-eslint/visitor-keys@8.39.0":
740776
version "8.39.0"
741777
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz#5d619a6e810cdd3fd1913632719cbccab08bf875"

0 commit comments

Comments
 (0)