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

Commit 0b36b6d

Browse files
chore(deps): update typescript-eslint monorepo to v5.57.0
1 parent 0420902 commit 0b36b6d

File tree

2 files changed

+104
-66
lines changed

2 files changed

+104
-66
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.57.0",
34+
"@typescript-eslint/parser": "5.57.0",
3535
"eslint": "8.14.0",
3636
"eslint-config-prettier": "^8.5.0",
3737
"husky": "^7.0.4",

yarn.lock

Lines changed: 102 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,18 @@
449449
dependencies:
450450
"@cspotcode/source-map-consumer" "0.8.0"
451451

452+
"@eslint-community/eslint-utils@^4.2.0":
453+
version "4.4.0"
454+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
455+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
456+
dependencies:
457+
eslint-visitor-keys "^3.3.0"
458+
459+
"@eslint-community/regexpp@^4.4.0":
460+
version "4.4.1"
461+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.1.tgz#087cb8d9d757bb22e9c9946c9c0c2bf8806830f1"
462+
integrity sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==
463+
452464
"@eslint/eslintrc@^1.2.2":
453465
version "1.2.2"
454466
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
@@ -887,6 +899,11 @@
887899
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.0.tgz#efcbd41937f9ae7434c714ab698604822d890759"
888900
integrity sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw==
889901

902+
"@types/semver@^7.3.12":
903+
version "7.3.13"
904+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
905+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
906+
890907
"@types/stack-utils@^2.0.0":
891908
version "2.0.1"
892909
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -911,85 +928,89 @@
911928
dependencies:
912929
"@types/yargs-parser" "*"
913930

914-
"@typescript-eslint/[email protected]":
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==
918-
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"
925-
regexpp "^3.2.0"
926-
semver "^7.3.5"
931+
"@typescript-eslint/[email protected]":
932+
version "5.57.0"
933+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
934+
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
935+
dependencies:
936+
"@eslint-community/regexpp" "^4.4.0"
937+
"@typescript-eslint/scope-manager" "5.57.0"
938+
"@typescript-eslint/type-utils" "5.57.0"
939+
"@typescript-eslint/utils" "5.57.0"
940+
debug "^4.3.4"
941+
grapheme-splitter "^1.0.4"
942+
ignore "^5.2.0"
943+
natural-compare-lite "^1.4.0"
944+
semver "^7.3.7"
927945
tsutils "^3.21.0"
928946

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==
947+
"@typescript-eslint/parser@5.57.0":
948+
version "5.57.0"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa"
950+
integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==
933951
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"
952+
"@typescript-eslint/scope-manager" "5.57.0"
953+
"@typescript-eslint/types" "5.57.0"
954+
"@typescript-eslint/typescript-estree" "5.57.0"
955+
debug "^4.3.4"
938956

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==
957+
"@typescript-eslint/scope-manager@5.57.0":
958+
version "5.57.0"
959+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
960+
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
943961
dependencies:
944-
"@typescript-eslint/types" "5.21.0"
945-
"@typescript-eslint/visitor-keys" "5.21.0"
962+
"@typescript-eslint/types" "5.57.0"
963+
"@typescript-eslint/visitor-keys" "5.57.0"
946964

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==
965+
"@typescript-eslint/type-utils@5.57.0":
966+
version "5.57.0"
967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
968+
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
951969
dependencies:
952-
"@typescript-eslint/utils" "5.21.0"
953-
debug "^4.3.2"
970+
"@typescript-eslint/typescript-estree" "5.57.0"
971+
"@typescript-eslint/utils" "5.57.0"
972+
debug "^4.3.4"
954973
tsutils "^3.21.0"
955974

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==
975+
"@typescript-eslint/types@5.57.0":
976+
version "5.57.0"
977+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
978+
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
960979

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==
980+
"@typescript-eslint/typescript-estree@5.57.0":
981+
version "5.57.0"
982+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
983+
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
965984
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"
985+
"@typescript-eslint/types" "5.57.0"
986+
"@typescript-eslint/visitor-keys" "5.57.0"
987+
debug "^4.3.4"
988+
globby "^11.1.0"
970989
is-glob "^4.0.3"
971-
semver "^7.3.5"
990+
semver "^7.3.7"
972991
tsutils "^3.21.0"
973992

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==
993+
"@typescript-eslint/utils@5.57.0":
994+
version "5.57.0"
995+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
996+
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
978997
dependencies:
998+
"@eslint-community/eslint-utils" "^4.2.0"
979999
"@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"
1000+
"@types/semver" "^7.3.12"
1001+
"@typescript-eslint/scope-manager" "5.57.0"
1002+
"@typescript-eslint/types" "5.57.0"
1003+
"@typescript-eslint/typescript-estree" "5.57.0"
9831004
eslint-scope "^5.1.1"
984-
eslint-utils "^3.0.0"
1005+
semver "^7.3.7"
9851006

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==
1007+
"@typescript-eslint/visitor-keys@5.57.0":
1008+
version "5.57.0"
1009+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
1010+
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
9901011
dependencies:
991-
"@typescript-eslint/types" "5.21.0"
992-
eslint-visitor-keys "^3.0.0"
1012+
"@typescript-eslint/types" "5.57.0"
1013+
eslint-visitor-keys "^3.3.0"
9931014

9941015
JSONStream@^1.0.4:
9951016
version "1.3.5"
@@ -1469,7 +1490,7 @@ dargs@^7.0.0:
14691490
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
14701491
integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==
14711492

1472-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3:
1493+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
14731494
version "4.3.4"
14741495
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
14751496
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1635,7 +1656,7 @@ eslint-visitor-keys@^2.0.0:
16351656
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
16361657
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
16371658

1638-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
1659+
eslint-visitor-keys@^3.3.0:
16391660
version "3.3.0"
16401661
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
16411662
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -1959,7 +1980,7 @@ globals@^13.6.0, globals@^13.9.0:
19591980
dependencies:
19601981
type-fest "^0.20.2"
19611982

1962-
globby@^11.0.4:
1983+
globby@^11.1.0:
19631984
version "11.1.0"
19641985
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
19651986
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -1976,6 +1997,11 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.9:
19761997
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
19771998
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
19781999

2000+
grapheme-splitter@^1.0.4:
2001+
version "1.0.4"
2002+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
2003+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
2004+
19792005
hard-rejection@^2.1.0:
19802006
version "2.1.0"
19812007
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
@@ -2025,7 +2051,7 @@ husky@^7.0.4:
20252051
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
20262052
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
20272053

2028-
ignore@^5.1.8, ignore@^5.2.0:
2054+
ignore@^5.2.0:
20292055
version "5.2.0"
20302056
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
20312057
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -2860,6 +2886,11 @@ [email protected]:
28602886
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
28612887
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
28622888

2889+
natural-compare-lite@^1.4.0:
2890+
version "1.4.0"
2891+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2892+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2893+
28632894
natural-compare@^1.4.0:
28642895
version "1.4.0"
28652896
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -3271,6 +3302,13 @@ semver@^6.0.0, semver@^6.3.0:
32713302
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
32723303
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
32733304

3305+
semver@^7.3.7:
3306+
version "7.3.8"
3307+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3308+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
3309+
dependencies:
3310+
lru-cache "^6.0.0"
3311+
32743312
shebang-command@^2.0.0:
32753313
version "2.0.0"
32763314
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)