Skip to content

Commit 2b80fe6

Browse files
committed
Update typescript-eslint monorepo to v5.62.0
1 parent 0c602ba commit 2b80fe6

File tree

2 files changed

+83
-52
lines changed

2 files changed

+83
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@types/node": "16.11.63",
4242
"@types/node-fetch": "3.0.2",
4343
"@types/sinon": "10.0.13",
44-
"@typescript-eslint/eslint-plugin": "5.38.1",
45-
"@typescript-eslint/parser": "5.38.1",
44+
"@typescript-eslint/eslint-plugin": "5.62.0",
45+
"@typescript-eslint/parser": "5.62.0",
4646
"eslint": "8.24.0",
4747
"eslint-config-prettier": "8.5.0",
4848
"eslint-plugin-functional": "4.4.0",

yarn.lock

Lines changed: 81 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@
6060
resolved "https://registry.yarnpkg.com/@ensdomains/resolver/-/resolver-0.2.4.tgz#c10fe28bf5efbf49bff4666d909aed0265efbc89"
6161
integrity sha512-bvaTH34PMCbv6anRa9I/0zjLJgY4EuznbEMgbV77JBCQ9KNC46rzi0avuxpOfu+xDjPEtSFGqVEOr5GlUSGudA==
6262

63+
"@eslint-community/eslint-utils@^4.2.0":
64+
version "4.4.0"
65+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
66+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
67+
dependencies:
68+
eslint-visitor-keys "^3.3.0"
69+
70+
"@eslint-community/regexpp@^4.4.0":
71+
version "4.5.1"
72+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
73+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
74+
6375
"@eslint/eslintrc@^1.3.2":
6476
version "1.3.2"
6577
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
@@ -1012,6 +1024,11 @@
10121024
dependencies:
10131025
"@types/node" "*"
10141026

1027+
"@types/semver@^7.3.12":
1028+
version "7.5.0"
1029+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1030+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1031+
10151032
10161033
version "10.0.13"
10171034
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.13.tgz#60a7a87a70d9372d0b7b38cc03e825f46981fb83"
@@ -1024,28 +1041,30 @@
10241041
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
10251042
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
10261043

1027-
"@typescript-eslint/eslint-plugin@5.38.1":
1028-
version "5.38.1"
1029-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
1030-
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
1044+
"@typescript-eslint/eslint-plugin@5.62.0":
1045+
version "5.62.0"
1046+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1047+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
10311048
dependencies:
1032-
"@typescript-eslint/scope-manager" "5.38.1"
1033-
"@typescript-eslint/type-utils" "5.38.1"
1034-
"@typescript-eslint/utils" "5.38.1"
1049+
"@eslint-community/regexpp" "^4.4.0"
1050+
"@typescript-eslint/scope-manager" "5.62.0"
1051+
"@typescript-eslint/type-utils" "5.62.0"
1052+
"@typescript-eslint/utils" "5.62.0"
10351053
debug "^4.3.4"
1054+
graphemer "^1.4.0"
10361055
ignore "^5.2.0"
1037-
regexpp "^3.2.0"
1056+
natural-compare-lite "^1.4.0"
10381057
semver "^7.3.7"
10391058
tsutils "^3.21.0"
10401059

1041-
"@typescript-eslint/parser@5.38.1":
1042-
version "5.38.1"
1043-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
1044-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
1060+
"@typescript-eslint/parser@5.62.0":
1061+
version "5.62.0"
1062+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1063+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
10451064
dependencies:
1046-
"@typescript-eslint/scope-manager" "5.38.1"
1047-
"@typescript-eslint/types" "5.38.1"
1048-
"@typescript-eslint/typescript-estree" "5.38.1"
1065+
"@typescript-eslint/scope-manager" "5.62.0"
1066+
"@typescript-eslint/types" "5.62.0"
1067+
"@typescript-eslint/typescript-estree" "5.62.0"
10491068
debug "^4.3.4"
10501069

10511070
"@typescript-eslint/[email protected]":
@@ -1056,21 +1075,21 @@
10561075
"@typescript-eslint/types" "5.38.0"
10571076
"@typescript-eslint/visitor-keys" "5.38.0"
10581077

1059-
"@typescript-eslint/scope-manager@5.38.1":
1060-
version "5.38.1"
1061-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
1062-
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
1078+
"@typescript-eslint/scope-manager@5.62.0":
1079+
version "5.62.0"
1080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1081+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
10631082
dependencies:
1064-
"@typescript-eslint/types" "5.38.1"
1065-
"@typescript-eslint/visitor-keys" "5.38.1"
1083+
"@typescript-eslint/types" "5.62.0"
1084+
"@typescript-eslint/visitor-keys" "5.62.0"
10661085

1067-
"@typescript-eslint/type-utils@5.38.1":
1068-
version "5.38.1"
1069-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
1070-
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
1086+
"@typescript-eslint/type-utils@5.62.0":
1087+
version "5.62.0"
1088+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1089+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
10711090
dependencies:
1072-
"@typescript-eslint/typescript-estree" "5.38.1"
1073-
"@typescript-eslint/utils" "5.38.1"
1091+
"@typescript-eslint/typescript-estree" "5.62.0"
1092+
"@typescript-eslint/utils" "5.62.0"
10741093
debug "^4.3.4"
10751094
tsutils "^3.21.0"
10761095

@@ -1079,10 +1098,10 @@
10791098
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
10801099
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
10811100

1082-
"@typescript-eslint/types@5.38.1":
1083-
version "5.38.1"
1084-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
1085-
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
1101+
"@typescript-eslint/types@5.62.0":
1102+
version "5.62.0"
1103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1104+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
10861105

10871106
"@typescript-eslint/[email protected]":
10881107
version "5.38.0"
@@ -1097,30 +1116,32 @@
10971116
semver "^7.3.7"
10981117
tsutils "^3.21.0"
10991118

1100-
"@typescript-eslint/typescript-estree@5.38.1":
1101-
version "5.38.1"
1102-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
1103-
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
1119+
"@typescript-eslint/typescript-estree@5.62.0":
1120+
version "5.62.0"
1121+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1122+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
11041123
dependencies:
1105-
"@typescript-eslint/types" "5.38.1"
1106-
"@typescript-eslint/visitor-keys" "5.38.1"
1124+
"@typescript-eslint/types" "5.62.0"
1125+
"@typescript-eslint/visitor-keys" "5.62.0"
11071126
debug "^4.3.4"
11081127
globby "^11.1.0"
11091128
is-glob "^4.0.3"
11101129
semver "^7.3.7"
11111130
tsutils "^3.21.0"
11121131

1113-
"@typescript-eslint/utils@5.38.1":
1114-
version "5.38.1"
1115-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
1116-
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
1132+
"@typescript-eslint/utils@5.62.0":
1133+
version "5.62.0"
1134+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1135+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
11171136
dependencies:
1137+
"@eslint-community/eslint-utils" "^4.2.0"
11181138
"@types/json-schema" "^7.0.9"
1119-
"@typescript-eslint/scope-manager" "5.38.1"
1120-
"@typescript-eslint/types" "5.38.1"
1121-
"@typescript-eslint/typescript-estree" "5.38.1"
1139+
"@types/semver" "^7.3.12"
1140+
"@typescript-eslint/scope-manager" "5.62.0"
1141+
"@typescript-eslint/types" "5.62.0"
1142+
"@typescript-eslint/typescript-estree" "5.62.0"
11221143
eslint-scope "^5.1.1"
1123-
eslint-utils "^3.0.0"
1144+
semver "^7.3.7"
11241145

11251146
"@typescript-eslint/utils@^5.10.2":
11261147
version "5.38.0"
@@ -1142,12 +1163,12 @@
11421163
"@typescript-eslint/types" "5.38.0"
11431164
eslint-visitor-keys "^3.3.0"
11441165

1145-
"@typescript-eslint/visitor-keys@5.38.1":
1146-
version "5.38.1"
1147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
1148-
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
1166+
"@typescript-eslint/visitor-keys@5.62.0":
1167+
version "5.62.0"
1168+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1169+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
11491170
dependencies:
1150-
"@typescript-eslint/types" "5.38.1"
1171+
"@typescript-eslint/types" "5.62.0"
11511172
eslint-visitor-keys "^3.3.0"
11521173

11531174
@@ -4735,6 +4756,11 @@ grapheme-splitter@^1.0.4:
47354756
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
47364757
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
47374758

4759+
graphemer@^1.4.0:
4760+
version "1.4.0"
4761+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
4762+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
4763+
47384764
har-schema@^2.0.0:
47394765
version "2.0.0"
47404766
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -6357,6 +6383,11 @@ nanomatch@^1.2.9:
63576383
snapdragon "^0.8.1"
63586384
to-regex "^3.0.1"
63596385

6386+
natural-compare-lite@^1.4.0:
6387+
version "1.4.0"
6388+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6389+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6390+
63606391
natural-compare@^1.4.0:
63616392
version "1.4.0"
63626393
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)