Skip to content

Commit 79557d9

Browse files
Update typescript-eslint monorepo to v5.47.0
1 parent eeaf99e commit 79557d9

File tree

2 files changed

+82
-67
lines changed

2 files changed

+82
-67
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"packages/*"
2626
],
2727
"devDependencies": {
28-
"@typescript-eslint/eslint-plugin": "5.23.0",
29-
"@typescript-eslint/parser": "5.23.0",
28+
"@typescript-eslint/eslint-plugin": "5.47.0",
29+
"@typescript-eslint/parser": "5.47.0",
3030
"bumbailiff": "0.4.0",
3131
"eslint": "8.16.0",
3232
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 80 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,11 @@
673673
dependencies:
674674
rfdc "*"
675675

676+
"@types/semver@^7.3.12":
677+
version "7.3.13"
678+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
679+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
680+
676681
"@types/serve-static@*":
677682
version "1.13.8"
678683
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.8.tgz#851129d434433c7082148574ffec263d58309c46"
@@ -774,85 +779,88 @@
774779
dependencies:
775780
"@types/node" "*"
776781

777-
"@typescript-eslint/eslint-plugin@5.23.0":
778-
version "5.23.0"
779-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.23.0.tgz#bc4cbcf91fbbcc2e47e534774781b82ae25cc3d8"
780-
integrity sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==
782+
"@typescript-eslint/eslint-plugin@5.47.0":
783+
version "5.47.0"
784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.47.0.tgz#dadb79df3b0499699b155839fd6792f16897d910"
785+
integrity sha512-AHZtlXAMGkDmyLuLZsRpH3p4G/1iARIwc/T0vIem2YB+xW6pZaXYXzCBnZSF/5fdM97R9QqZWZ+h3iW10XgevQ==
781786
dependencies:
782-
"@typescript-eslint/scope-manager" "5.23.0"
783-
"@typescript-eslint/type-utils" "5.23.0"
784-
"@typescript-eslint/utils" "5.23.0"
785-
debug "^4.3.2"
786-
functional-red-black-tree "^1.0.1"
787-
ignore "^5.1.8"
787+
"@typescript-eslint/scope-manager" "5.47.0"
788+
"@typescript-eslint/type-utils" "5.47.0"
789+
"@typescript-eslint/utils" "5.47.0"
790+
debug "^4.3.4"
791+
ignore "^5.2.0"
792+
natural-compare-lite "^1.4.0"
788793
regexpp "^3.2.0"
789-
semver "^7.3.5"
794+
semver "^7.3.7"
790795
tsutils "^3.21.0"
791796

792-
"@typescript-eslint/parser@5.23.0":
793-
version "5.23.0"
794-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.23.0.tgz#443778e1afc9a8ff180f91b5e260ac3bec5e2de1"
795-
integrity sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==
797+
"@typescript-eslint/parser@5.47.0":
798+
version "5.47.0"
799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.47.0.tgz#62e83de93499bf4b500528f74bf2e0554e3a6c8d"
800+
integrity sha512-udPU4ckK+R1JWCGdQC4Qa27NtBg7w020ffHqGyAK8pAgOVuNw7YaKXGChk+udh+iiGIJf6/E/0xhVXyPAbsczw==
796801
dependencies:
797-
"@typescript-eslint/scope-manager" "5.23.0"
798-
"@typescript-eslint/types" "5.23.0"
799-
"@typescript-eslint/typescript-estree" "5.23.0"
800-
debug "^4.3.2"
802+
"@typescript-eslint/scope-manager" "5.47.0"
803+
"@typescript-eslint/types" "5.47.0"
804+
"@typescript-eslint/typescript-estree" "5.47.0"
805+
debug "^4.3.4"
801806

802-
"@typescript-eslint/scope-manager@5.23.0":
803-
version "5.23.0"
804-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.23.0.tgz#4305e61c2c8e3cfa3787d30f54e79430cc17ce1b"
805-
integrity sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==
807+
"@typescript-eslint/scope-manager@5.47.0":
808+
version "5.47.0"
809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.47.0.tgz#f58144a6b0ff58b996f92172c488813aee9b09df"
810+
integrity sha512-dvJab4bFf7JVvjPuh3sfBUWsiD73aiftKBpWSfi3sUkysDQ4W8x+ZcFpNp7Kgv0weldhpmMOZBjx1wKN8uWvAw==
806811
dependencies:
807-
"@typescript-eslint/types" "5.23.0"
808-
"@typescript-eslint/visitor-keys" "5.23.0"
812+
"@typescript-eslint/types" "5.47.0"
813+
"@typescript-eslint/visitor-keys" "5.47.0"
809814

810-
"@typescript-eslint/type-utils@5.23.0":
811-
version "5.23.0"
812-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
813-
integrity sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==
815+
"@typescript-eslint/type-utils@5.47.0":
816+
version "5.47.0"
817+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.47.0.tgz#2b440979c574e317d3473225ae781f292c99e55d"
818+
integrity sha512-1J+DFFrYoDUXQE1b7QjrNGARZE6uVhBqIvdaXTe5IN+NmEyD68qXR1qX1g2u4voA+nCaelQyG8w30SAOihhEYg==
814819
dependencies:
815-
"@typescript-eslint/utils" "5.23.0"
816-
debug "^4.3.2"
820+
"@typescript-eslint/typescript-estree" "5.47.0"
821+
"@typescript-eslint/utils" "5.47.0"
822+
debug "^4.3.4"
817823
tsutils "^3.21.0"
818824

819-
"@typescript-eslint/types@5.23.0":
820-
version "5.23.0"
821-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
822-
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
825+
"@typescript-eslint/types@5.47.0":
826+
version "5.47.0"
827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.0.tgz#67490def406eaa023dbbd8da42ee0d0c9b5229d3"
828+
integrity sha512-eslFG0Qy8wpGzDdYKu58CEr3WLkjwC5Usa6XbuV89ce/yN5RITLe1O8e+WFEuxnfftHiJImkkOBADj58ahRxSg==
823829

824-
"@typescript-eslint/typescript-estree@5.23.0":
825-
version "5.23.0"
826-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
827-
integrity sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==
830+
"@typescript-eslint/typescript-estree@5.47.0":
831+
version "5.47.0"
832+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.0.tgz#ed971a11c5c928646d6ba7fc9dfdd6e997649aca"
833+
integrity sha512-LxfKCG4bsRGq60Sqqu+34QT5qT2TEAHvSCCJ321uBWywgE2dS0LKcu5u+3sMGo+Vy9UmLOhdTw5JHzePV/1y4Q==
828834
dependencies:
829-
"@typescript-eslint/types" "5.23.0"
830-
"@typescript-eslint/visitor-keys" "5.23.0"
831-
debug "^4.3.2"
832-
globby "^11.0.4"
835+
"@typescript-eslint/types" "5.47.0"
836+
"@typescript-eslint/visitor-keys" "5.47.0"
837+
debug "^4.3.4"
838+
globby "^11.1.0"
833839
is-glob "^4.0.3"
834-
semver "^7.3.5"
840+
semver "^7.3.7"
835841
tsutils "^3.21.0"
836842

837-
"@typescript-eslint/utils@5.23.0":
838-
version "5.23.0"
839-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
840-
integrity sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==
843+
"@typescript-eslint/utils@5.47.0":
844+
version "5.47.0"
845+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.47.0.tgz#b5005f7d2696769a1fdc1e00897005a25b3a0ec7"
846+
integrity sha512-U9xcc0N7xINrCdGVPwABjbAKqx4GK67xuMV87toI+HUqgXj26m6RBp9UshEXcTrgCkdGYFzgKLt8kxu49RilDw==
841847
dependencies:
842848
"@types/json-schema" "^7.0.9"
843-
"@typescript-eslint/scope-manager" "5.23.0"
844-
"@typescript-eslint/types" "5.23.0"
845-
"@typescript-eslint/typescript-estree" "5.23.0"
849+
"@types/semver" "^7.3.12"
850+
"@typescript-eslint/scope-manager" "5.47.0"
851+
"@typescript-eslint/types" "5.47.0"
852+
"@typescript-eslint/typescript-estree" "5.47.0"
846853
eslint-scope "^5.1.1"
847854
eslint-utils "^3.0.0"
855+
semver "^7.3.7"
848856

849-
"@typescript-eslint/visitor-keys@5.23.0":
850-
version "5.23.0"
851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.23.0.tgz#057c60a7ca64667a39f991473059377a8067c87b"
852-
integrity sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==
857+
"@typescript-eslint/visitor-keys@5.47.0":
858+
version "5.47.0"
859+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.47.0.tgz#4aca4efbdf6209c154df1f7599852d571b80bb45"
860+
integrity sha512-ByPi5iMa6QqDXe/GmT/hR6MZtVPi0SqMQPDx15FczCBXJo/7M8T88xReOALAfpBLm+zxpPfmhuEvPb577JRAEg==
853861
dependencies:
854-
"@typescript-eslint/types" "5.23.0"
855-
eslint-visitor-keys "^3.0.0"
862+
"@typescript-eslint/types" "5.47.0"
863+
eslint-visitor-keys "^3.3.0"
856864

857865
858866
version "1.1.2"
@@ -1816,7 +1824,7 @@ debug@2, [email protected], debug@^2.2.0:
18161824
dependencies:
18171825
ms "2.0.0"
18181826

1819-
1827+
[email protected], debug@^4.3.4:
18201828
version "4.3.4"
18211829
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
18221830
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -2174,11 +2182,6 @@ eslint-visitor-keys@^2.0.0:
21742182
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
21752183
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
21762184

2177-
eslint-visitor-keys@^3.0.0:
2178-
version "3.2.0"
2179-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
2180-
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
2181-
21822185
eslint-visitor-keys@^3.3.0:
21832186
version "3.3.0"
21842187
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -2715,7 +2718,7 @@ globals@^13.15.0:
27152718
dependencies:
27162719
type-fest "^0.20.2"
27172720

2718-
globby@^11.0.4:
2721+
globby@^11.1.0:
27192722
version "11.1.0"
27202723
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
27212724
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -2946,7 +2949,7 @@ [email protected], iconv-lite@^0.4.4:
29462949
dependencies:
29472950
safer-buffer ">= 2.1.2 < 3"
29482951

2949-
ignore@^5.1.8, ignore@^5.2.0:
2952+
ignore@^5.2.0:
29502953
version "5.2.0"
29512954
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
29522955
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -3962,6 +3965,11 @@ [email protected]:
39623965
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
39633966
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
39643967

3968+
natural-compare-lite@^1.4.0:
3969+
version "1.4.0"
3970+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
3971+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
3972+
39653973
natural-compare@^1.4.0:
39663974
version "1.4.0"
39673975
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4905,6 +4913,13 @@ semver@^7.3.5:
49054913
dependencies:
49064914
lru-cache "^6.0.0"
49074915

4916+
semver@^7.3.7:
4917+
version "7.3.8"
4918+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
4919+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
4920+
dependencies:
4921+
lru-cache "^6.0.0"
4922+
49084923
semver@~5.0.1:
49094924
version "5.0.3"
49104925
resolved "https://registry.yarnpkg.com/semver/-/semver-5.0.3.tgz#77466de589cd5d3c95f138aa78bc569a3cb5d27a"

0 commit comments

Comments
 (0)