Skip to content
This repository was archived by the owner on Apr 8, 2023. It is now read-only.

Commit 3d722fb

Browse files
chore(deps): update typescript-eslint monorepo to v5.43.0
1 parent 0420902 commit 3d722fb

File tree

2 files changed

+83
-63
lines changed

2 files changed

+83
-63
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@commitlint/config-conventional": "16.2.4",
3131
"@types/jest": "^27.4.1",
3232
"@types/node-fetch": "^2.5.12",
33-
"@typescript-eslint/eslint-plugin": "5.21.0",
34-
"@typescript-eslint/parser": "5.21.0",
33+
"@typescript-eslint/eslint-plugin": "5.43.0",
34+
"@typescript-eslint/parser": "5.43.0",
3535
"eslint": "8.14.0",
3636
"eslint-config-prettier": "^8.5.0",
3737
"husky": "^7.0.4",

yarn.lock

Lines changed: 81 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,11 @@
887887
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.0.tgz#efcbd41937f9ae7434c714ab698604822d890759"
888888
integrity sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw==
889889

890+
"@types/semver@^7.3.12":
891+
version "7.3.13"
892+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
893+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
894+
890895
"@types/stack-utils@^2.0.0":
891896
version "2.0.1"
892897
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -911,85 +916,88 @@
911916
dependencies:
912917
"@types/yargs-parser" "*"
913918

914-
"@typescript-eslint/eslint-plugin@5.21.0":
915-
version "5.21.0"
916-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.21.0.tgz#bfc22e0191e6404ab1192973b3b4ea0461c1e878"
917-
integrity sha512-fTU85q8v5ZLpoZEyn/u1S2qrFOhi33Edo2CZ0+q1gDaWWm0JuPh3bgOyU8lM0edIEYgKLDkPFiZX2MOupgjlyg==
919+
"@typescript-eslint/eslint-plugin@5.43.0":
920+
version "5.43.0"
921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.43.0.tgz#4a5248eb31b454715ddfbf8cfbf497529a0a78bc"
922+
integrity sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==
918923
dependencies:
919-
"@typescript-eslint/scope-manager" "5.21.0"
920-
"@typescript-eslint/type-utils" "5.21.0"
921-
"@typescript-eslint/utils" "5.21.0"
922-
debug "^4.3.2"
923-
functional-red-black-tree "^1.0.1"
924-
ignore "^5.1.8"
924+
"@typescript-eslint/scope-manager" "5.43.0"
925+
"@typescript-eslint/type-utils" "5.43.0"
926+
"@typescript-eslint/utils" "5.43.0"
927+
debug "^4.3.4"
928+
ignore "^5.2.0"
929+
natural-compare-lite "^1.4.0"
925930
regexpp "^3.2.0"
926-
semver "^7.3.5"
931+
semver "^7.3.7"
927932
tsutils "^3.21.0"
928933

929-
"@typescript-eslint/parser@5.21.0":
930-
version "5.21.0"
931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.21.0.tgz#6cb72673dbf3e1905b9c432175a3c86cdaf2071f"
932-
integrity sha512-8RUwTO77hstXUr3pZoWZbRQUxXcSXafZ8/5gpnQCfXvgmP9gpNlRGlWzvfbEQ14TLjmtU8eGnONkff8U2ui2Eg==
934+
"@typescript-eslint/parser@5.43.0":
935+
version "5.43.0"
936+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.43.0.tgz#9c86581234b88f2ba406f0b99a274a91c11630fd"
937+
integrity sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==
933938
dependencies:
934-
"@typescript-eslint/scope-manager" "5.21.0"
935-
"@typescript-eslint/types" "5.21.0"
936-
"@typescript-eslint/typescript-estree" "5.21.0"
937-
debug "^4.3.2"
939+
"@typescript-eslint/scope-manager" "5.43.0"
940+
"@typescript-eslint/types" "5.43.0"
941+
"@typescript-eslint/typescript-estree" "5.43.0"
942+
debug "^4.3.4"
938943

939-
"@typescript-eslint/scope-manager@5.21.0":
940-
version "5.21.0"
941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.21.0.tgz#a4b7ed1618f09f95e3d17d1c0ff7a341dac7862e"
942-
integrity sha512-XTX0g0IhvzcH/e3393SvjRCfYQxgxtYzL3UREteUneo72EFlt7UNoiYnikUtmGVobTbhUDByhJ4xRBNe+34kOQ==
944+
"@typescript-eslint/scope-manager@5.43.0":
945+
version "5.43.0"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz#566e46303392014d5d163704724872e1f2dd3c15"
947+
integrity sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==
943948
dependencies:
944-
"@typescript-eslint/types" "5.21.0"
945-
"@typescript-eslint/visitor-keys" "5.21.0"
949+
"@typescript-eslint/types" "5.43.0"
950+
"@typescript-eslint/visitor-keys" "5.43.0"
946951

947-
"@typescript-eslint/type-utils@5.21.0":
948-
version "5.21.0"
949-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.21.0.tgz#ff89668786ad596d904c21b215e5285da1b6262e"
950-
integrity sha512-MxmLZj0tkGlkcZCSE17ORaHl8Th3JQwBzyXL/uvC6sNmu128LsgjTX0NIzy+wdH2J7Pd02GN8FaoudJntFvSOw==
952+
"@typescript-eslint/type-utils@5.43.0":
953+
version "5.43.0"
954+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz#91110fb827df5161209ecca06f70d19a96030be6"
955+
integrity sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==
951956
dependencies:
952-
"@typescript-eslint/utils" "5.21.0"
953-
debug "^4.3.2"
957+
"@typescript-eslint/typescript-estree" "5.43.0"
958+
"@typescript-eslint/utils" "5.43.0"
959+
debug "^4.3.4"
954960
tsutils "^3.21.0"
955961

956-
"@typescript-eslint/types@5.21.0":
957-
version "5.21.0"
958-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.21.0.tgz#8cdb9253c0dfce3f2ab655b9d36c03f72e684017"
959-
integrity sha512-XnOOo5Wc2cBlq8Lh5WNvAgHzpjnEzxn4CJBwGkcau7b/tZ556qrWXQz4DJyChYg8JZAD06kczrdgFPpEQZfDsA==
962+
"@typescript-eslint/types@5.43.0":
963+
version "5.43.0"
964+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
965+
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
960966

961-
"@typescript-eslint/typescript-estree@5.21.0":
962-
version "5.21.0"
963-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.21.0.tgz#9f0c233e28be2540eaed3df050f0d54fb5aa52de"
964-
integrity sha512-Y8Y2T2FNvm08qlcoSMoNchh9y2Uj3QmjtwNMdRQkcFG7Muz//wfJBGBxh8R7HAGQFpgYpdHqUpEoPQk+q9Kjfg==
967+
"@typescript-eslint/typescript-estree@5.43.0":
968+
version "5.43.0"
969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2"
970+
integrity sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==
965971
dependencies:
966-
"@typescript-eslint/types" "5.21.0"
967-
"@typescript-eslint/visitor-keys" "5.21.0"
968-
debug "^4.3.2"
969-
globby "^11.0.4"
972+
"@typescript-eslint/types" "5.43.0"
973+
"@typescript-eslint/visitor-keys" "5.43.0"
974+
debug "^4.3.4"
975+
globby "^11.1.0"
970976
is-glob "^4.0.3"
971-
semver "^7.3.5"
977+
semver "^7.3.7"
972978
tsutils "^3.21.0"
973979

974-
"@typescript-eslint/utils@5.21.0":
975-
version "5.21.0"
976-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.21.0.tgz#51d7886a6f0575e23706e5548c7e87bce42d7c18"
977-
integrity sha512-q/emogbND9wry7zxy7VYri+7ydawo2HDZhRZ5k6yggIvXa7PvBbAAZ4PFH/oZLem72ezC4Pr63rJvDK/sTlL8Q==
980+
"@typescript-eslint/utils@5.43.0":
981+
version "5.43.0"
982+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.43.0.tgz#00fdeea07811dbdf68774a6f6eacfee17fcc669f"
983+
integrity sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==
978984
dependencies:
979985
"@types/json-schema" "^7.0.9"
980-
"@typescript-eslint/scope-manager" "5.21.0"
981-
"@typescript-eslint/types" "5.21.0"
982-
"@typescript-eslint/typescript-estree" "5.21.0"
986+
"@types/semver" "^7.3.12"
987+
"@typescript-eslint/scope-manager" "5.43.0"
988+
"@typescript-eslint/types" "5.43.0"
989+
"@typescript-eslint/typescript-estree" "5.43.0"
983990
eslint-scope "^5.1.1"
984991
eslint-utils "^3.0.0"
992+
semver "^7.3.7"
985993

986-
"@typescript-eslint/visitor-keys@5.21.0":
987-
version "5.21.0"
988-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.21.0.tgz#453fb3662409abaf2f8b1f65d515699c888dd8ae"
989-
integrity sha512-SX8jNN+iHqAF0riZQMkm7e8+POXa/fXw5cxL+gjpyP+FI+JVNhii53EmQgDAfDcBpFekYSlO0fGytMQwRiMQCA==
994+
"@typescript-eslint/visitor-keys@5.43.0":
995+
version "5.43.0"
996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz#cbbdadfdfea385310a20a962afda728ea106befa"
997+
integrity sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==
990998
dependencies:
991-
"@typescript-eslint/types" "5.21.0"
992-
eslint-visitor-keys "^3.0.0"
999+
"@typescript-eslint/types" "5.43.0"
1000+
eslint-visitor-keys "^3.3.0"
9931001

9941002
JSONStream@^1.0.4:
9951003
version "1.3.5"
@@ -1469,7 +1477,7 @@ dargs@^7.0.0:
14691477
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
14701478
integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==
14711479

1472-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3:
1480+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
14731481
version "4.3.4"
14741482
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
14751483
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1635,7 +1643,7 @@ eslint-visitor-keys@^2.0.0:
16351643
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
16361644
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
16371645

1638-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
1646+
eslint-visitor-keys@^3.3.0:
16391647
version "3.3.0"
16401648
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
16411649
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -1959,7 +1967,7 @@ globals@^13.6.0, globals@^13.9.0:
19591967
dependencies:
19601968
type-fest "^0.20.2"
19611969

1962-
globby@^11.0.4:
1970+
globby@^11.1.0:
19631971
version "11.1.0"
19641972
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
19651973
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -2025,7 +2033,7 @@ husky@^7.0.4:
20252033
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
20262034
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
20272035

2028-
ignore@^5.1.8, ignore@^5.2.0:
2036+
ignore@^5.2.0:
20292037
version "5.2.0"
20302038
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
20312039
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -2860,6 +2868,11 @@ [email protected]:
28602868
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
28612869
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
28622870

2871+
natural-compare-lite@^1.4.0:
2872+
version "1.4.0"
2873+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2874+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2875+
28632876
natural-compare@^1.4.0:
28642877
version "1.4.0"
28652878
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -3271,6 +3284,13 @@ semver@^6.0.0, semver@^6.3.0:
32713284
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
32723285
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
32733286

3287+
semver@^7.3.7:
3288+
version "7.3.8"
3289+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3290+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
3291+
dependencies:
3292+
lru-cache "^6.0.0"
3293+
32743294
shebang-command@^2.0.0:
32753295
version "2.0.0"
32763296
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)