Skip to content

Commit dbf243b

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin (#1062)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.8.0 to 6.9.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/v6.9.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2ed837 commit dbf243b

2 files changed

Lines changed: 113 additions & 79 deletions

File tree

package-lock.json

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 54 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -754,15 +754,15 @@
754754
"@types/yargs-parser" "*"
755755

756756
"@typescript-eslint/eslint-plugin@^6.7.4":
757-
version "6.8.0"
758-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.8.0.tgz#06abe4265e7c82f20ade2dcc0e3403c32d4f148b"
759-
integrity sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==
757+
version "6.9.0"
758+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz#fdb6f3821c0167e3356e9d89c80e8230b2e401f4"
759+
integrity sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==
760760
dependencies:
761761
"@eslint-community/regexpp" "^4.5.1"
762-
"@typescript-eslint/scope-manager" "6.8.0"
763-
"@typescript-eslint/type-utils" "6.8.0"
764-
"@typescript-eslint/utils" "6.8.0"
765-
"@typescript-eslint/visitor-keys" "6.8.0"
762+
"@typescript-eslint/scope-manager" "6.9.0"
763+
"@typescript-eslint/type-utils" "6.9.0"
764+
"@typescript-eslint/utils" "6.9.0"
765+
"@typescript-eslint/visitor-keys" "6.9.0"
766766
debug "^4.3.4"
767767
graphemer "^1.4.0"
768768
ignore "^5.2.4"
@@ -797,13 +797,21 @@
797797
"@typescript-eslint/types" "6.8.0"
798798
"@typescript-eslint/visitor-keys" "6.8.0"
799799

800-
"@typescript-eslint/type-utils@6.8.0":
801-
version "6.8.0"
802-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.8.0.tgz#50365e44918ca0fd159844b5d6ea96789731e11f"
803-
integrity sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==
800+
"@typescript-eslint/scope-manager@6.9.0":
801+
version "6.9.0"
802+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz#2626e9a7fe0e004c3e25f3b986c75f584431134e"
803+
integrity sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==
804804
dependencies:
805-
"@typescript-eslint/typescript-estree" "6.8.0"
806-
"@typescript-eslint/utils" "6.8.0"
805+
"@typescript-eslint/types" "6.9.0"
806+
"@typescript-eslint/visitor-keys" "6.9.0"
807+
808+
"@typescript-eslint/type-utils@6.9.0":
809+
version "6.9.0"
810+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz#23923c8c9677c2ad41457cf8e10a5f2946be1b04"
811+
integrity sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==
812+
dependencies:
813+
"@typescript-eslint/typescript-estree" "6.9.0"
814+
"@typescript-eslint/utils" "6.9.0"
807815
debug "^4.3.4"
808816
ts-api-utils "^1.0.1"
809817

@@ -817,6 +825,11 @@
817825
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
818826
integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
819827

828+
"@typescript-eslint/types@6.9.0":
829+
version "6.9.0"
830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.0.tgz#86a0cbe7ac46c0761429f928467ff3d92f841098"
831+
integrity sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==
832+
820833
"@typescript-eslint/typescript-estree@5.62.0":
821834
version "5.62.0"
822835
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -843,17 +856,30 @@
843856
semver "^7.5.4"
844857
ts-api-utils "^1.0.1"
845858

846-
"@typescript-eslint/utils@6.8.0":
847-
version "6.8.0"
848-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.8.0.tgz#d42939c2074c6b59844d0982ce26a51d136c4029"
849-
integrity sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==
859+
"@typescript-eslint/typescript-estree@6.9.0":
860+
version "6.9.0"
861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz#d0601b245be873d8fe49f3737f93f8662c8693d4"
862+
integrity sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==
863+
dependencies:
864+
"@typescript-eslint/types" "6.9.0"
865+
"@typescript-eslint/visitor-keys" "6.9.0"
866+
debug "^4.3.4"
867+
globby "^11.1.0"
868+
is-glob "^4.0.3"
869+
semver "^7.5.4"
870+
ts-api-utils "^1.0.1"
871+
872+
"@typescript-eslint/utils@6.9.0":
873+
version "6.9.0"
874+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.0.tgz#5bdac8604fca4823f090e4268e681c84d3597c9f"
875+
integrity sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==
850876
dependencies:
851877
"@eslint-community/eslint-utils" "^4.4.0"
852878
"@types/json-schema" "^7.0.12"
853879
"@types/semver" "^7.5.0"
854-
"@typescript-eslint/scope-manager" "6.8.0"
855-
"@typescript-eslint/types" "6.8.0"
856-
"@typescript-eslint/typescript-estree" "6.8.0"
880+
"@typescript-eslint/scope-manager" "6.9.0"
881+
"@typescript-eslint/types" "6.9.0"
882+
"@typescript-eslint/typescript-estree" "6.9.0"
857883
semver "^7.5.4"
858884

859885
"@typescript-eslint/utils@^5.10.0":
@@ -886,6 +912,14 @@
886912
"@typescript-eslint/types" "6.8.0"
887913
eslint-visitor-keys "^3.4.1"
888914

915+
"@typescript-eslint/visitor-keys@6.9.0":
916+
version "6.9.0"
917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz#cc69421c10c4ac997ed34f453027245988164e80"
918+
integrity sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==
919+
dependencies:
920+
"@typescript-eslint/types" "6.9.0"
921+
eslint-visitor-keys "^3.4.1"
922+
889923
acorn-jsx@^5.3.2:
890924
version "5.3.2"
891925
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)