Skip to content

Commit a574af3

Browse files
Update typescript-eslint monorepo to v6
1 parent f80a628 commit a574af3

File tree

2 files changed

+103
-77
lines changed

2 files changed

+103
-77
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"rollup": "^2.75.6"
3636
},
3737
"devDependencies": {
38-
"@typescript-eslint/eslint-plugin": "5.62.0",
39-
"@typescript-eslint/parser": "5.62.0",
38+
"@typescript-eslint/eslint-plugin": "6.3.0",
39+
"@typescript-eslint/parser": "6.3.0",
4040
"eslint": "8.46.0",
4141
"eslint-config-prettier": "9.0.0",
4242
"eslint-plugin-functional": "4.4.1",

yarn.lock

+101-75
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@
1919
dependencies:
2020
eslint-visitor-keys "^3.3.0"
2121

22-
"@eslint-community/regexpp@^4.4.0":
22+
"@eslint-community/eslint-utils@^4.4.0":
2323
version "4.4.0"
24-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
25-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
24+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
25+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
26+
dependencies:
27+
eslint-visitor-keys "^3.3.0"
2628

27-
"@eslint-community/regexpp@^4.6.1":
29+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
2830
version "4.6.2"
2931
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
3032
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
@@ -168,6 +170,11 @@
168170
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.1.tgz#aa22750962f3bf0e79d753d3cc067f010c95f194"
169171
integrity sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==
170172

173+
"@types/json-schema@^7.0.12":
174+
version "7.0.12"
175+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
176+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
177+
171178
"@types/json-schema@^7.0.9":
172179
version "7.0.9"
173180
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -183,35 +190,38 @@
183190
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
184191
integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==
185192

186-
"@types/semver@^7.3.12":
187-
version "7.3.12"
188-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
189-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
190-
191-
"@typescript-eslint/[email protected]":
192-
version "5.62.0"
193-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
194-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
195-
dependencies:
196-
"@eslint-community/regexpp" "^4.4.0"
197-
"@typescript-eslint/scope-manager" "5.62.0"
198-
"@typescript-eslint/type-utils" "5.62.0"
199-
"@typescript-eslint/utils" "5.62.0"
193+
"@types/semver@^7.5.0":
194+
version "7.5.0"
195+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
196+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
197+
198+
"@typescript-eslint/[email protected]":
199+
version "6.3.0"
200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.3.0.tgz#e751e148aab7ccaf8a7bfd370f7ce9e6bdd1f3f4"
201+
integrity sha512-IZYjYZ0ifGSLZbwMqIip/nOamFiWJ9AH+T/GYNZBWkVcyNQOFGtSMoWV7RvY4poYCMZ/4lHzNl796WOSNxmk8A==
202+
dependencies:
203+
"@eslint-community/regexpp" "^4.5.1"
204+
"@typescript-eslint/scope-manager" "6.3.0"
205+
"@typescript-eslint/type-utils" "6.3.0"
206+
"@typescript-eslint/utils" "6.3.0"
207+
"@typescript-eslint/visitor-keys" "6.3.0"
200208
debug "^4.3.4"
201209
graphemer "^1.4.0"
202-
ignore "^5.2.0"
210+
ignore "^5.2.4"
211+
natural-compare "^1.4.0"
203212
natural-compare-lite "^1.4.0"
204-
semver "^7.3.7"
205-
tsutils "^3.21.0"
206-
207-
"@typescript-eslint/[email protected]":
208-
version "5.62.0"
209-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
210-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
211-
dependencies:
212-
"@typescript-eslint/scope-manager" "5.62.0"
213-
"@typescript-eslint/types" "5.62.0"
214-
"@typescript-eslint/typescript-estree" "5.62.0"
213+
semver "^7.5.4"
214+
ts-api-utils "^1.0.1"
215+
216+
"@typescript-eslint/[email protected]":
217+
version "6.3.0"
218+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.3.0.tgz#359684c443f4f848db3c4f14674f544f169c8f46"
219+
integrity sha512-ibP+y2Gr6p0qsUkhs7InMdXrwldjxZw66wpcQq9/PzAroM45wdwyu81T+7RibNCh8oc0AgrsyCwJByncY0Ongg==
220+
dependencies:
221+
"@typescript-eslint/scope-manager" "6.3.0"
222+
"@typescript-eslint/types" "6.3.0"
223+
"@typescript-eslint/typescript-estree" "6.3.0"
224+
"@typescript-eslint/visitor-keys" "6.3.0"
215225
debug "^4.3.4"
216226

217227
"@typescript-eslint/[email protected]":
@@ -222,33 +232,33 @@
222232
"@typescript-eslint/types" "5.27.1"
223233
"@typescript-eslint/visitor-keys" "5.27.1"
224234

225-
"@typescript-eslint/scope-manager@5.62.0":
226-
version "5.62.0"
227-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
228-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
235+
"@typescript-eslint/scope-manager@6.3.0":
236+
version "6.3.0"
237+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.3.0.tgz#6b74e338c4b88d5e1dfc1a28c570dd5cf8c86b09"
238+
integrity sha512-WlNFgBEuGu74ahrXzgefiz/QlVb+qg8KDTpknKwR7hMH+lQygWyx0CQFoUmMn1zDkQjTBBIn75IxtWss77iBIQ==
229239
dependencies:
230-
"@typescript-eslint/types" "5.62.0"
231-
"@typescript-eslint/visitor-keys" "5.62.0"
240+
"@typescript-eslint/types" "6.3.0"
241+
"@typescript-eslint/visitor-keys" "6.3.0"
232242

233-
"@typescript-eslint/type-utils@5.62.0":
234-
version "5.62.0"
235-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
236-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
243+
"@typescript-eslint/type-utils@6.3.0":
244+
version "6.3.0"
245+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.3.0.tgz#3bf89ccd36621ddec1b7f8246afe467c67adc247"
246+
integrity sha512-7Oj+1ox1T2Yc8PKpBvOKWhoI/4rWFd1j7FA/rPE0lbBPXTKjdbtC+7Ev0SeBjEKkIhKWVeZSP+mR7y1Db1CdfQ==
237247
dependencies:
238-
"@typescript-eslint/typescript-estree" "5.62.0"
239-
"@typescript-eslint/utils" "5.62.0"
248+
"@typescript-eslint/typescript-estree" "6.3.0"
249+
"@typescript-eslint/utils" "6.3.0"
240250
debug "^4.3.4"
241-
tsutils "^3.21.0"
251+
ts-api-utils "^1.0.1"
242252

243253
"@typescript-eslint/[email protected]":
244254
version "5.27.1"
245255
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
246256
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
247257

248-
"@typescript-eslint/types@5.62.0":
249-
version "5.62.0"
250-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
251-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
258+
"@typescript-eslint/types@6.3.0":
259+
version "6.3.0"
260+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.3.0.tgz#84517f1427923e714b8418981e493b6635ab4c9d"
261+
integrity sha512-K6TZOvfVyc7MO9j60MkRNWyFSf86IbOatTKGrpTQnzarDZPYPVy0oe3myTMq7VjhfsUAbNUW8I5s+2lZvtx1gg==
252262

253263
"@typescript-eslint/[email protected]":
254264
version "5.27.1"
@@ -263,32 +273,31 @@
263273
semver "^7.3.7"
264274
tsutils "^3.21.0"
265275

266-
"@typescript-eslint/typescript-estree@5.62.0":
267-
version "5.62.0"
268-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
269-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
276+
"@typescript-eslint/typescript-estree@6.3.0":
277+
version "6.3.0"
278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.3.0.tgz#20e1e10e2f51cdb9e19a2751215cac92c003643c"
279+
integrity sha512-Xh4NVDaC4eYKY4O3QGPuQNp5NxBAlEvNQYOqJquR2MePNxO11E5K3t5x4M4Mx53IZvtpW+mBxIT0s274fLUocg==
270280
dependencies:
271-
"@typescript-eslint/types" "5.62.0"
272-
"@typescript-eslint/visitor-keys" "5.62.0"
281+
"@typescript-eslint/types" "6.3.0"
282+
"@typescript-eslint/visitor-keys" "6.3.0"
273283
debug "^4.3.4"
274284
globby "^11.1.0"
275285
is-glob "^4.0.3"
276-
semver "^7.3.7"
277-
tsutils "^3.21.0"
278-
279-
"@typescript-eslint/[email protected]":
280-
version "5.62.0"
281-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
282-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
283-
dependencies:
284-
"@eslint-community/eslint-utils" "^4.2.0"
285-
"@types/json-schema" "^7.0.9"
286-
"@types/semver" "^7.3.12"
287-
"@typescript-eslint/scope-manager" "5.62.0"
288-
"@typescript-eslint/types" "5.62.0"
289-
"@typescript-eslint/typescript-estree" "5.62.0"
290-
eslint-scope "^5.1.1"
291-
semver "^7.3.7"
286+
semver "^7.5.4"
287+
ts-api-utils "^1.0.1"
288+
289+
"@typescript-eslint/[email protected]":
290+
version "6.3.0"
291+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.3.0.tgz#0898c5e374372c2092ca1b979ea7ee9cc020ce84"
292+
integrity sha512-hLLg3BZE07XHnpzglNBG8P/IXq/ZVXraEbgY7FM0Cnc1ehM8RMdn9mat3LubJ3KBeYXXPxV1nugWbQPjGeJk6Q==
293+
dependencies:
294+
"@eslint-community/eslint-utils" "^4.4.0"
295+
"@types/json-schema" "^7.0.12"
296+
"@types/semver" "^7.5.0"
297+
"@typescript-eslint/scope-manager" "6.3.0"
298+
"@typescript-eslint/types" "6.3.0"
299+
"@typescript-eslint/typescript-estree" "6.3.0"
300+
semver "^7.5.4"
292301

293302
"@typescript-eslint/utils@^5.10.2":
294303
version "5.27.1"
@@ -310,13 +319,13 @@
310319
"@typescript-eslint/types" "5.27.1"
311320
eslint-visitor-keys "^3.3.0"
312321

313-
"@typescript-eslint/visitor-keys@5.62.0":
314-
version "5.62.0"
315-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
316-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
322+
"@typescript-eslint/visitor-keys@6.3.0":
323+
version "6.3.0"
324+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.3.0.tgz#8d09aa3e389ae0971426124c155ac289afbe450a"
325+
integrity sha512-kEhRRj7HnvaSjux1J9+7dBen15CdWmDnwrpyiHsFX6Qx2iW5LOBUgNefOFeh2PjWPlNwN8TOn6+4eBU3J/gupw==
317326
dependencies:
318-
"@typescript-eslint/types" "5.62.0"
319-
eslint-visitor-keys "^3.3.0"
327+
"@typescript-eslint/types" "6.3.0"
328+
eslint-visitor-keys "^3.4.1"
320329

321330
acorn-jsx@^5.3.2:
322331
version "5.3.2"
@@ -839,6 +848,11 @@ ignore@^5.2.0:
839848
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
840849
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
841850

851+
ignore@^5.2.4:
852+
version "5.2.4"
853+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
854+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
855+
842856
import-fresh@^3.2.1:
843857
version "3.2.1"
844858
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -1197,6 +1211,13 @@ semver@^7.3.7:
11971211
dependencies:
11981212
lru-cache "^6.0.0"
11991213

1214+
semver@^7.5.4:
1215+
version "7.5.4"
1216+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1217+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
1218+
dependencies:
1219+
lru-cache "^6.0.0"
1220+
12001221
shebang-command@^2.0.0:
12011222
version "2.0.0"
12021223
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -1250,6 +1271,11 @@ to-regex-range@^5.0.1:
12501271
dependencies:
12511272
is-number "^7.0.0"
12521273

1274+
ts-api-utils@^1.0.1:
1275+
version "1.0.1"
1276+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
1277+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
1278+
12531279
12541280
version "2.4.0"
12551281
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"

0 commit comments

Comments
 (0)