Skip to content

Commit 027d912

Browse files
chore(deps): update typescript-eslint monorepo to v6.11.0
1 parent 6bf3c7a commit 027d912

File tree

1 file changed

+59
-64
lines changed

1 file changed

+59
-64
lines changed

yarn.lock

+59-64
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,9 @@
746746
pretty-format "^29.0.0"
747747

748748
"@types/json-schema@^7.0.12":
749-
version "7.0.14"
750-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
751-
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
749+
version "7.0.15"
750+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
751+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
752752

753753
"@types/node@*", "@types/node@^20.8.9":
754754
version "20.8.10"
@@ -758,9 +758,9 @@
758758
undici-types "~5.26.4"
759759

760760
"@types/semver@^7.5.0":
761-
version "7.5.4"
762-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
763-
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
761+
version "7.5.5"
762+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
763+
integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
764764

765765
"@types/stack-utils@^2.0.0":
766766
version "2.0.2"
@@ -780,15 +780,15 @@
780780
"@types/yargs-parser" "*"
781781

782782
"@typescript-eslint/eslint-plugin@^6.9.0":
783-
version "6.9.1"
784-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.1.tgz#d8ce497dc0ed42066e195c8ecc40d45c7b1254f4"
785-
integrity sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==
783+
version "6.11.0"
784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
785+
integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
786786
dependencies:
787787
"@eslint-community/regexpp" "^4.5.1"
788-
"@typescript-eslint/scope-manager" "6.9.1"
789-
"@typescript-eslint/type-utils" "6.9.1"
790-
"@typescript-eslint/utils" "6.9.1"
791-
"@typescript-eslint/visitor-keys" "6.9.1"
788+
"@typescript-eslint/scope-manager" "6.11.0"
789+
"@typescript-eslint/type-utils" "6.11.0"
790+
"@typescript-eslint/utils" "6.11.0"
791+
"@typescript-eslint/visitor-keys" "6.11.0"
792792
debug "^4.3.4"
793793
graphemer "^1.4.0"
794794
ignore "^5.2.4"
@@ -797,71 +797,71 @@
797797
ts-api-utils "^1.0.1"
798798

799799
"@typescript-eslint/parser@^6.9.0":
800-
version "6.9.1"
801-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.1.tgz#4f685f672f8b9580beb38d5fb99d52fc3e34f7a3"
802-
integrity sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==
803-
dependencies:
804-
"@typescript-eslint/scope-manager" "6.9.1"
805-
"@typescript-eslint/types" "6.9.1"
806-
"@typescript-eslint/typescript-estree" "6.9.1"
807-
"@typescript-eslint/visitor-keys" "6.9.1"
800+
version "6.11.0"
801+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.11.0.tgz#9640d9595d905f3be4f278bf515130e6129b202e"
802+
integrity sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==
803+
dependencies:
804+
"@typescript-eslint/scope-manager" "6.11.0"
805+
"@typescript-eslint/types" "6.11.0"
806+
"@typescript-eslint/typescript-estree" "6.11.0"
807+
"@typescript-eslint/visitor-keys" "6.11.0"
808808
debug "^4.3.4"
809809

810-
"@typescript-eslint/scope-manager@6.9.1":
811-
version "6.9.1"
812-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
813-
integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
810+
"@typescript-eslint/scope-manager@6.11.0":
811+
version "6.11.0"
812+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
813+
integrity sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==
814814
dependencies:
815-
"@typescript-eslint/types" "6.9.1"
816-
"@typescript-eslint/visitor-keys" "6.9.1"
815+
"@typescript-eslint/types" "6.11.0"
816+
"@typescript-eslint/visitor-keys" "6.11.0"
817817

818-
"@typescript-eslint/type-utils@6.9.1":
819-
version "6.9.1"
820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz#efd5db20ed35a74d3c7d8fba51b830ecba09ce32"
821-
integrity sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==
818+
"@typescript-eslint/type-utils@6.11.0":
819+
version "6.11.0"
820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
821+
integrity sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==
822822
dependencies:
823-
"@typescript-eslint/typescript-estree" "6.9.1"
824-
"@typescript-eslint/utils" "6.9.1"
823+
"@typescript-eslint/typescript-estree" "6.11.0"
824+
"@typescript-eslint/utils" "6.11.0"
825825
debug "^4.3.4"
826826
ts-api-utils "^1.0.1"
827827

828-
"@typescript-eslint/types@6.9.1":
829-
version "6.9.1"
830-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
831-
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
828+
"@typescript-eslint/types@6.11.0":
829+
version "6.11.0"
830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
831+
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
832832

833-
"@typescript-eslint/typescript-estree@6.9.1":
834-
version "6.9.1"
835-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
836-
integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
833+
"@typescript-eslint/typescript-estree@6.11.0":
834+
version "6.11.0"
835+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz#7b52c12a623bf7f8ec7f8a79901b9f98eb5c7990"
836+
integrity sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==
837837
dependencies:
838-
"@typescript-eslint/types" "6.9.1"
839-
"@typescript-eslint/visitor-keys" "6.9.1"
838+
"@typescript-eslint/types" "6.11.0"
839+
"@typescript-eslint/visitor-keys" "6.11.0"
840840
debug "^4.3.4"
841841
globby "^11.1.0"
842842
is-glob "^4.0.3"
843843
semver "^7.5.4"
844844
ts-api-utils "^1.0.1"
845845

846-
"@typescript-eslint/utils@6.9.1":
847-
version "6.9.1"
848-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
849-
integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
846+
"@typescript-eslint/utils@6.11.0":
847+
version "6.11.0"
848+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
849+
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
850850
dependencies:
851851
"@eslint-community/eslint-utils" "^4.4.0"
852852
"@types/json-schema" "^7.0.12"
853853
"@types/semver" "^7.5.0"
854-
"@typescript-eslint/scope-manager" "6.9.1"
855-
"@typescript-eslint/types" "6.9.1"
856-
"@typescript-eslint/typescript-estree" "6.9.1"
854+
"@typescript-eslint/scope-manager" "6.11.0"
855+
"@typescript-eslint/types" "6.11.0"
856+
"@typescript-eslint/typescript-estree" "6.11.0"
857857
semver "^7.5.4"
858858

859-
"@typescript-eslint/visitor-keys@6.9.1":
860-
version "6.9.1"
861-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
862-
integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
859+
"@typescript-eslint/visitor-keys@6.11.0":
860+
version "6.11.0"
861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz#d991538788923f92ec40d44389e7075b359f3458"
862+
integrity sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==
863863
dependencies:
864-
"@typescript-eslint/types" "6.9.1"
864+
"@typescript-eslint/types" "6.11.0"
865865
eslint-visitor-keys "^3.4.1"
866866

867867
"@ungap/structured-clone@^1.2.0":
@@ -1426,9 +1426,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
14261426
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
14271427

14281428
fast-glob@^3.2.9:
1429-
version "3.3.1"
1430-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
1431-
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
1429+
version "3.3.2"
1430+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1431+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
14321432
dependencies:
14331433
"@nodelib/fs.stat" "^2.0.2"
14341434
"@nodelib/fs.walk" "^1.2.3"
@@ -1626,16 +1626,11 @@ human-signals@^2.1.0:
16261626
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
16271627
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
16281628

1629-
ignore@^5.2.0:
1629+
ignore@^5.2.0, ignore@^5.2.4:
16301630
version "5.3.0"
16311631
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
16321632
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
16331633

1634-
ignore@^5.2.4:
1635-
version "5.2.4"
1636-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1637-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1638-
16391634
import-fresh@^3.2.1:
16401635
version "3.3.0"
16411636
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"

0 commit comments

Comments
 (0)