Skip to content

Commit 68fe713

Browse files
Update typescript-eslint monorepo to v5.42.0
1 parent 975f46d commit 68fe713

File tree

2 files changed

+63
-50
lines changed

2 files changed

+63
-50
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.42.0",
33+
"@typescript-eslint/parser": "5.42.0",
3434
"@vercel/ncc": "0.34.0",
3535
"eslint": "8.24.0",
3636
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 61 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,11 @@
741741
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.1.tgz#dfd20e2dc35f027cdd6c1908e80a5ddc7499670e"
742742
integrity sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==
743743

744+
"@types/semver@^7.3.12":
745+
version "7.3.13"
746+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
747+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
748+
744749
"@types/stack-utils@^2.0.0":
745750
version "2.0.1"
746751
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -758,28 +763,29 @@
758763
dependencies:
759764
"@types/yargs-parser" "*"
760765

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==
766+
"@typescript-eslint/eslint-plugin@5.42.0":
767+
version "5.42.0"
768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
769+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
765770
dependencies:
766-
"@typescript-eslint/scope-manager" "5.39.0"
767-
"@typescript-eslint/type-utils" "5.39.0"
768-
"@typescript-eslint/utils" "5.39.0"
771+
"@typescript-eslint/scope-manager" "5.42.0"
772+
"@typescript-eslint/type-utils" "5.42.0"
773+
"@typescript-eslint/utils" "5.42.0"
769774
debug "^4.3.4"
770775
ignore "^5.2.0"
776+
natural-compare-lite "^1.4.0"
771777
regexpp "^3.2.0"
772778
semver "^7.3.7"
773779
tsutils "^3.21.0"
774780

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==
781+
"@typescript-eslint/parser@5.42.0":
782+
version "5.42.0"
783+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
784+
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
779785
dependencies:
780-
"@typescript-eslint/scope-manager" "5.39.0"
781-
"@typescript-eslint/types" "5.39.0"
782-
"@typescript-eslint/typescript-estree" "5.39.0"
786+
"@typescript-eslint/scope-manager" "5.42.0"
787+
"@typescript-eslint/types" "5.42.0"
788+
"@typescript-eslint/typescript-estree" "5.42.0"
783789
debug "^4.3.4"
784790

785791
"@typescript-eslint/[email protected]":
@@ -790,21 +796,21 @@
790796
"@typescript-eslint/types" "5.38.1"
791797
"@typescript-eslint/visitor-keys" "5.38.1"
792798

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==
799+
"@typescript-eslint/scope-manager@5.42.0":
800+
version "5.42.0"
801+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
802+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
797803
dependencies:
798-
"@typescript-eslint/types" "5.39.0"
799-
"@typescript-eslint/visitor-keys" "5.39.0"
804+
"@typescript-eslint/types" "5.42.0"
805+
"@typescript-eslint/visitor-keys" "5.42.0"
800806

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==
807+
"@typescript-eslint/type-utils@5.42.0":
808+
version "5.42.0"
809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
810+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
805811
dependencies:
806-
"@typescript-eslint/typescript-estree" "5.39.0"
807-
"@typescript-eslint/utils" "5.39.0"
812+
"@typescript-eslint/typescript-estree" "5.42.0"
813+
"@typescript-eslint/utils" "5.42.0"
808814
debug "^4.3.4"
809815
tsutils "^3.21.0"
810816

@@ -813,10 +819,10 @@
813819
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
814820
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
815821

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==
822+
"@typescript-eslint/types@5.42.0":
823+
version "5.42.0"
824+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
825+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
820826

821827
"@typescript-eslint/[email protected]":
822828
version "5.38.1"
@@ -831,30 +837,32 @@
831837
semver "^7.3.7"
832838
tsutils "^3.21.0"
833839

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==
840+
"@typescript-eslint/typescript-estree@5.42.0":
841+
version "5.42.0"
842+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
843+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
838844
dependencies:
839-
"@typescript-eslint/types" "5.39.0"
840-
"@typescript-eslint/visitor-keys" "5.39.0"
845+
"@typescript-eslint/types" "5.42.0"
846+
"@typescript-eslint/visitor-keys" "5.42.0"
841847
debug "^4.3.4"
842848
globby "^11.1.0"
843849
is-glob "^4.0.3"
844850
semver "^7.3.7"
845851
tsutils "^3.21.0"
846852

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==
853+
"@typescript-eslint/utils@5.42.0":
854+
version "5.42.0"
855+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
856+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
851857
dependencies:
852858
"@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"
859+
"@types/semver" "^7.3.12"
860+
"@typescript-eslint/scope-manager" "5.42.0"
861+
"@typescript-eslint/types" "5.42.0"
862+
"@typescript-eslint/typescript-estree" "5.42.0"
856863
eslint-scope "^5.1.1"
857864
eslint-utils "^3.0.0"
865+
semver "^7.3.7"
858866

859867
"@typescript-eslint/utils@^5.10.0":
860868
version "5.38.1"
@@ -876,12 +884,12 @@
876884
"@typescript-eslint/types" "5.38.1"
877885
eslint-visitor-keys "^3.3.0"
878886

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==
887+
"@typescript-eslint/visitor-keys@5.42.0":
888+
version "5.42.0"
889+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
890+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
883891
dependencies:
884-
"@typescript-eslint/types" "5.39.0"
892+
"@typescript-eslint/types" "5.42.0"
885893
eslint-visitor-keys "^3.3.0"
886894

887895
@@ -2354,6 +2362,11 @@ [email protected]:
23542362
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
23552363
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
23562364

2365+
natural-compare-lite@^1.4.0:
2366+
version "1.4.0"
2367+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2368+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2369+
23572370
natural-compare@^1.4.0:
23582371
version "1.4.0"
23592372
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)