Skip to content

Commit 620e0de

Browse files
Update typescript-eslint monorepo to v5.57.0
1 parent 975f46d commit 620e0de

File tree

2 files changed

+78
-52
lines changed

2 files changed

+78
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"devDependencies": {
3030
"@types/jest": "29.1.1",
3131
"@types/node": "18.7.23",
32-
"@typescript-eslint/eslint-plugin": "5.39.0",
33-
"@typescript-eslint/parser": "5.39.0",
32+
"@typescript-eslint/eslint-plugin": "5.57.0",
33+
"@typescript-eslint/parser": "5.57.0",
3434
"@vercel/ncc": "0.34.0",
3535
"eslint": "8.24.0",
3636
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 76 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,18 @@
312312
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
313313
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
314314

315+
"@eslint-community/eslint-utils@^4.2.0":
316+
version "4.4.0"
317+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
318+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
319+
dependencies:
320+
eslint-visitor-keys "^3.3.0"
321+
322+
"@eslint-community/regexpp@^4.4.0":
323+
version "4.4.1"
324+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.1.tgz#087cb8d9d757bb22e9c9946c9c0c2bf8806830f1"
325+
integrity sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==
326+
315327
"@eslint/eslintrc@^1.3.2":
316328
version "1.3.2"
317329
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
@@ -741,6 +753,11 @@
741753
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.1.tgz#dfd20e2dc35f027cdd6c1908e80a5ddc7499670e"
742754
integrity sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==
743755

756+
"@types/semver@^7.3.12":
757+
version "7.3.13"
758+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
759+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
760+
744761
"@types/stack-utils@^2.0.0":
745762
version "2.0.1"
746763
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -758,28 +775,30 @@
758775
dependencies:
759776
"@types/yargs-parser" "*"
760777

761-
"@typescript-eslint/eslint-plugin@5.39.0":
762-
version "5.39.0"
763-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
764-
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
778+
"@typescript-eslint/eslint-plugin@5.57.0":
779+
version "5.57.0"
780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
781+
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
765782
dependencies:
766-
"@typescript-eslint/scope-manager" "5.39.0"
767-
"@typescript-eslint/type-utils" "5.39.0"
768-
"@typescript-eslint/utils" "5.39.0"
783+
"@eslint-community/regexpp" "^4.4.0"
784+
"@typescript-eslint/scope-manager" "5.57.0"
785+
"@typescript-eslint/type-utils" "5.57.0"
786+
"@typescript-eslint/utils" "5.57.0"
769787
debug "^4.3.4"
788+
grapheme-splitter "^1.0.4"
770789
ignore "^5.2.0"
771-
regexpp "^3.2.0"
790+
natural-compare-lite "^1.4.0"
772791
semver "^7.3.7"
773792
tsutils "^3.21.0"
774793

775-
"@typescript-eslint/parser@5.39.0":
776-
version "5.39.0"
777-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
778-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
794+
"@typescript-eslint/parser@5.57.0":
795+
version "5.57.0"
796+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa"
797+
integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==
779798
dependencies:
780-
"@typescript-eslint/scope-manager" "5.39.0"
781-
"@typescript-eslint/types" "5.39.0"
782-
"@typescript-eslint/typescript-estree" "5.39.0"
799+
"@typescript-eslint/scope-manager" "5.57.0"
800+
"@typescript-eslint/types" "5.57.0"
801+
"@typescript-eslint/typescript-estree" "5.57.0"
783802
debug "^4.3.4"
784803

785804
"@typescript-eslint/[email protected]":
@@ -790,21 +809,21 @@
790809
"@typescript-eslint/types" "5.38.1"
791810
"@typescript-eslint/visitor-keys" "5.38.1"
792811

793-
"@typescript-eslint/scope-manager@5.39.0":
794-
version "5.39.0"
795-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
796-
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
812+
"@typescript-eslint/scope-manager@5.57.0":
813+
version "5.57.0"
814+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
815+
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
797816
dependencies:
798-
"@typescript-eslint/types" "5.39.0"
799-
"@typescript-eslint/visitor-keys" "5.39.0"
817+
"@typescript-eslint/types" "5.57.0"
818+
"@typescript-eslint/visitor-keys" "5.57.0"
800819

801-
"@typescript-eslint/type-utils@5.39.0":
802-
version "5.39.0"
803-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
804-
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
820+
"@typescript-eslint/type-utils@5.57.0":
821+
version "5.57.0"
822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
823+
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
805824
dependencies:
806-
"@typescript-eslint/typescript-estree" "5.39.0"
807-
"@typescript-eslint/utils" "5.39.0"
825+
"@typescript-eslint/typescript-estree" "5.57.0"
826+
"@typescript-eslint/utils" "5.57.0"
808827
debug "^4.3.4"
809828
tsutils "^3.21.0"
810829

@@ -813,10 +832,10 @@
813832
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
814833
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
815834

816-
"@typescript-eslint/types@5.39.0":
817-
version "5.39.0"
818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
819-
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
835+
"@typescript-eslint/types@5.57.0":
836+
version "5.57.0"
837+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
838+
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
820839

821840
"@typescript-eslint/[email protected]":
822841
version "5.38.1"
@@ -831,30 +850,32 @@
831850
semver "^7.3.7"
832851
tsutils "^3.21.0"
833852

834-
"@typescript-eslint/typescript-estree@5.39.0":
835-
version "5.39.0"
836-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
837-
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
853+
"@typescript-eslint/typescript-estree@5.57.0":
854+
version "5.57.0"
855+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
856+
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
838857
dependencies:
839-
"@typescript-eslint/types" "5.39.0"
840-
"@typescript-eslint/visitor-keys" "5.39.0"
858+
"@typescript-eslint/types" "5.57.0"
859+
"@typescript-eslint/visitor-keys" "5.57.0"
841860
debug "^4.3.4"
842861
globby "^11.1.0"
843862
is-glob "^4.0.3"
844863
semver "^7.3.7"
845864
tsutils "^3.21.0"
846865

847-
"@typescript-eslint/utils@5.39.0":
848-
version "5.39.0"
849-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
850-
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
866+
"@typescript-eslint/utils@5.57.0":
867+
version "5.57.0"
868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
869+
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
851870
dependencies:
871+
"@eslint-community/eslint-utils" "^4.2.0"
852872
"@types/json-schema" "^7.0.9"
853-
"@typescript-eslint/scope-manager" "5.39.0"
854-
"@typescript-eslint/types" "5.39.0"
855-
"@typescript-eslint/typescript-estree" "5.39.0"
873+
"@types/semver" "^7.3.12"
874+
"@typescript-eslint/scope-manager" "5.57.0"
875+
"@typescript-eslint/types" "5.57.0"
876+
"@typescript-eslint/typescript-estree" "5.57.0"
856877
eslint-scope "^5.1.1"
857-
eslint-utils "^3.0.0"
878+
semver "^7.3.7"
858879

859880
"@typescript-eslint/utils@^5.10.0":
860881
version "5.38.1"
@@ -876,12 +897,12 @@
876897
"@typescript-eslint/types" "5.38.1"
877898
eslint-visitor-keys "^3.3.0"
878899

879-
"@typescript-eslint/visitor-keys@5.39.0":
880-
version "5.39.0"
881-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
882-
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
900+
"@typescript-eslint/visitor-keys@5.57.0":
901+
version "5.57.0"
902+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
903+
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
883904
dependencies:
884-
"@typescript-eslint/types" "5.39.0"
905+
"@typescript-eslint/types" "5.57.0"
885906
eslint-visitor-keys "^3.3.0"
886907

887908
@@ -2354,6 +2375,11 @@ [email protected]:
23542375
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
23552376
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
23562377

2378+
natural-compare-lite@^1.4.0:
2379+
version "1.4.0"
2380+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2381+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2382+
23572383
natural-compare@^1.4.0:
23582384
version "1.4.0"
23592385
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)