Skip to content

Commit fea790c

Browse files
committed
chore(deps): update typescript-eslint monorepo to v6.9.0
1 parent 794c26f commit fea790c

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

yarn.lock

+49-49
Original file line numberDiff line numberDiff line change
@@ -926,15 +926,15 @@
926926
"@types/yargs-parser" "*"
927927

928928
"@typescript-eslint/eslint-plugin@^6.0.0":
929-
version "6.8.0"
930-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.8.0.tgz#06abe4265e7c82f20ade2dcc0e3403c32d4f148b"
931-
integrity sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==
929+
version "6.9.0"
930+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz#fdb6f3821c0167e3356e9d89c80e8230b2e401f4"
931+
integrity sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==
932932
dependencies:
933933
"@eslint-community/regexpp" "^4.5.1"
934-
"@typescript-eslint/scope-manager" "6.8.0"
935-
"@typescript-eslint/type-utils" "6.8.0"
936-
"@typescript-eslint/utils" "6.8.0"
937-
"@typescript-eslint/visitor-keys" "6.8.0"
934+
"@typescript-eslint/scope-manager" "6.9.0"
935+
"@typescript-eslint/type-utils" "6.9.0"
936+
"@typescript-eslint/utils" "6.9.0"
937+
"@typescript-eslint/visitor-keys" "6.9.0"
938938
debug "^4.3.4"
939939
graphemer "^1.4.0"
940940
ignore "^5.2.4"
@@ -943,14 +943,14 @@
943943
ts-api-utils "^1.0.1"
944944

945945
"@typescript-eslint/parser@^6.0.0":
946-
version "6.8.0"
947-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.8.0.tgz#bb2a969d583db242f1ee64467542f8b05c2e28cb"
948-
integrity sha512-5tNs6Bw0j6BdWuP8Fx+VH4G9fEPDxnVI7yH1IAPkQH5RUtvKwRoqdecAPdQXv4rSOADAaz1LFBZvZG7VbXivSg==
949-
dependencies:
950-
"@typescript-eslint/scope-manager" "6.8.0"
951-
"@typescript-eslint/types" "6.8.0"
952-
"@typescript-eslint/typescript-estree" "6.8.0"
953-
"@typescript-eslint/visitor-keys" "6.8.0"
946+
version "6.9.0"
947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.0.tgz#2b402cadeadd3f211c25820e5433413347b27391"
948+
integrity sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==
949+
dependencies:
950+
"@typescript-eslint/scope-manager" "6.9.0"
951+
"@typescript-eslint/types" "6.9.0"
952+
"@typescript-eslint/typescript-estree" "6.9.0"
953+
"@typescript-eslint/visitor-keys" "6.9.0"
954954
debug "^4.3.4"
955955

956956
"@typescript-eslint/[email protected]":
@@ -961,21 +961,21 @@
961961
"@typescript-eslint/types" "5.62.0"
962962
"@typescript-eslint/visitor-keys" "5.62.0"
963963

964-
"@typescript-eslint/scope-manager@6.8.0":
965-
version "6.8.0"
966-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz#5cac7977385cde068ab30686889dd59879811efd"
967-
integrity sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==
964+
"@typescript-eslint/scope-manager@6.9.0":
965+
version "6.9.0"
966+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz#2626e9a7fe0e004c3e25f3b986c75f584431134e"
967+
integrity sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==
968968
dependencies:
969-
"@typescript-eslint/types" "6.8.0"
970-
"@typescript-eslint/visitor-keys" "6.8.0"
969+
"@typescript-eslint/types" "6.9.0"
970+
"@typescript-eslint/visitor-keys" "6.9.0"
971971

972-
"@typescript-eslint/type-utils@6.8.0":
973-
version "6.8.0"
974-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.8.0.tgz#50365e44918ca0fd159844b5d6ea96789731e11f"
975-
integrity sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==
972+
"@typescript-eslint/type-utils@6.9.0":
973+
version "6.9.0"
974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz#23923c8c9677c2ad41457cf8e10a5f2946be1b04"
975+
integrity sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==
976976
dependencies:
977-
"@typescript-eslint/typescript-estree" "6.8.0"
978-
"@typescript-eslint/utils" "6.8.0"
977+
"@typescript-eslint/typescript-estree" "6.9.0"
978+
"@typescript-eslint/utils" "6.9.0"
979979
debug "^4.3.4"
980980
ts-api-utils "^1.0.1"
981981

@@ -984,10 +984,10 @@
984984
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
985985
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
986986

987-
"@typescript-eslint/types@6.8.0":
988-
version "6.8.0"
989-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
990-
integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
987+
"@typescript-eslint/types@6.9.0":
988+
version "6.9.0"
989+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.0.tgz#86a0cbe7ac46c0761429f928467ff3d92f841098"
990+
integrity sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==
991991

992992
"@typescript-eslint/[email protected]":
993993
version "5.62.0"
@@ -1002,30 +1002,30 @@
10021002
semver "^7.3.7"
10031003
tsutils "^3.21.0"
10041004

1005-
"@typescript-eslint/typescript-estree@6.8.0":
1006-
version "6.8.0"
1007-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.8.0.tgz#9565f15e0cd12f55cf5aa0dfb130a6cb0d436ba1"
1008-
integrity sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==
1005+
"@typescript-eslint/typescript-estree@6.9.0":
1006+
version "6.9.0"
1007+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz#d0601b245be873d8fe49f3737f93f8662c8693d4"
1008+
integrity sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==
10091009
dependencies:
1010-
"@typescript-eslint/types" "6.8.0"
1011-
"@typescript-eslint/visitor-keys" "6.8.0"
1010+
"@typescript-eslint/types" "6.9.0"
1011+
"@typescript-eslint/visitor-keys" "6.9.0"
10121012
debug "^4.3.4"
10131013
globby "^11.1.0"
10141014
is-glob "^4.0.3"
10151015
semver "^7.5.4"
10161016
ts-api-utils "^1.0.1"
10171017

1018-
"@typescript-eslint/utils@6.8.0":
1019-
version "6.8.0"
1020-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.8.0.tgz#d42939c2074c6b59844d0982ce26a51d136c4029"
1021-
integrity sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==
1018+
"@typescript-eslint/utils@6.9.0":
1019+
version "6.9.0"
1020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.0.tgz#5bdac8604fca4823f090e4268e681c84d3597c9f"
1021+
integrity sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==
10221022
dependencies:
10231023
"@eslint-community/eslint-utils" "^4.4.0"
10241024
"@types/json-schema" "^7.0.12"
10251025
"@types/semver" "^7.5.0"
1026-
"@typescript-eslint/scope-manager" "6.8.0"
1027-
"@typescript-eslint/types" "6.8.0"
1028-
"@typescript-eslint/typescript-estree" "6.8.0"
1026+
"@typescript-eslint/scope-manager" "6.9.0"
1027+
"@typescript-eslint/types" "6.9.0"
1028+
"@typescript-eslint/typescript-estree" "6.9.0"
10291029
semver "^7.5.4"
10301030

10311031
"@typescript-eslint/utils@^5.10.0":
@@ -1050,12 +1050,12 @@
10501050
"@typescript-eslint/types" "5.62.0"
10511051
eslint-visitor-keys "^3.3.0"
10521052

1053-
"@typescript-eslint/visitor-keys@6.8.0":
1054-
version "6.8.0"
1055-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz#cffebed56ae99c45eba901c378a6447b06be58b8"
1056-
integrity sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==
1053+
"@typescript-eslint/visitor-keys@6.9.0":
1054+
version "6.9.0"
1055+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz#cc69421c10c4ac997ed34f453027245988164e80"
1056+
integrity sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==
10571057
dependencies:
1058-
"@typescript-eslint/types" "6.8.0"
1058+
"@typescript-eslint/types" "6.9.0"
10591059
eslint-visitor-keys "^3.4.1"
10601060

10611061
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)