Skip to content

Commit 11a731d

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

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.38.0", "@typescript-eslint/eslint-plugin@^8.37.0":
595+
"@typescript-eslint/eslint-plugin@8.38.0":
596596
version "8.38.0"
597597
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7"
598598
integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==
@@ -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.0"
612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06"
613+
integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==
614+
dependencies:
615+
"@eslint-community/regexpp" "^4.10.0"
616+
"@typescript-eslint/scope-manager" "8.39.0"
617+
"@typescript-eslint/type-utils" "8.39.0"
618+
"@typescript-eslint/utils" "8.39.0"
619+
"@typescript-eslint/visitor-keys" "8.39.0"
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.38.0":
611626
version "8.38.0"
612627
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293"
@@ -684,6 +699,17 @@
684699
debug "^4.3.4"
685700
ts-api-utils "^2.1.0"
686701

702+
"@typescript-eslint/type-utils@8.39.0":
703+
version "8.39.0"
704+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b"
705+
integrity sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==
706+
dependencies:
707+
"@typescript-eslint/types" "8.39.0"
708+
"@typescript-eslint/typescript-estree" "8.39.0"
709+
"@typescript-eslint/utils" "8.39.0"
710+
debug "^4.3.4"
711+
ts-api-utils "^2.1.0"
712+
687713
"@typescript-eslint/types@8.38.0":
688714
version "8.38.0"
689715
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
@@ -736,6 +762,16 @@
736762
"@typescript-eslint/types" "8.38.0"
737763
"@typescript-eslint/typescript-estree" "8.38.0"
738764

765+
"@typescript-eslint/utils@8.39.0":
766+
version "8.39.0"
767+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
768+
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
769+
dependencies:
770+
"@eslint-community/eslint-utils" "^4.7.0"
771+
"@typescript-eslint/scope-manager" "8.39.0"
772+
"@typescript-eslint/types" "8.39.0"
773+
"@typescript-eslint/typescript-estree" "8.39.0"
774+
739775
"@typescript-eslint/visitor-keys@8.38.0":
740776
version "8.38.0"
741777
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"

0 commit comments

Comments
 (0)