Skip to content

Commit 63d59af

Browse files
Update typescript-eslint monorepo to v5.59.7
1 parent 975f46d commit 63d59af

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.59.7",
33+
"@typescript-eslint/parser": "5.59.7",
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.5.1"
324+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
325+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
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.5.0"
758+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
759+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
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.59.7":
779+
version "5.59.7"
780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz#e470af414f05ecfdc05a23e9ce6ec8f91db56fe2"
781+
integrity sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==
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.59.7"
785+
"@typescript-eslint/type-utils" "5.59.7"
786+
"@typescript-eslint/utils" "5.59.7"
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.59.7":
795+
version "5.59.7"
796+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
797+
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
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.59.7"
800+
"@typescript-eslint/types" "5.59.7"
801+
"@typescript-eslint/typescript-estree" "5.59.7"
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.59.7":
813+
version "5.59.7"
814+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
815+
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
797816
dependencies:
798-
"@typescript-eslint/types" "5.39.0"
799-
"@typescript-eslint/visitor-keys" "5.39.0"
817+
"@typescript-eslint/types" "5.59.7"
818+
"@typescript-eslint/visitor-keys" "5.59.7"
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.59.7":
821+
version "5.59.7"
822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz#89c97291371b59eb18a68039857c829776f1426d"
823+
integrity sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==
805824
dependencies:
806-
"@typescript-eslint/typescript-estree" "5.39.0"
807-
"@typescript-eslint/utils" "5.39.0"
825+
"@typescript-eslint/typescript-estree" "5.59.7"
826+
"@typescript-eslint/utils" "5.59.7"
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.59.7":
836+
version "5.59.7"
837+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
838+
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
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.59.7":
854+
version "5.59.7"
855+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
856+
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
838857
dependencies:
839-
"@typescript-eslint/types" "5.39.0"
840-
"@typescript-eslint/visitor-keys" "5.39.0"
858+
"@typescript-eslint/types" "5.59.7"
859+
"@typescript-eslint/visitor-keys" "5.59.7"
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.59.7":
867+
version "5.59.7"
868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz#7adf068b136deae54abd9a66ba5a8780d2d0f898"
869+
integrity sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==
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.59.7"
875+
"@typescript-eslint/types" "5.59.7"
876+
"@typescript-eslint/typescript-estree" "5.59.7"
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.59.7":
901+
version "5.59.7"
902+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
903+
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
883904
dependencies:
884-
"@typescript-eslint/types" "5.39.0"
905+
"@typescript-eslint/types" "5.59.7"
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)