Skip to content

Commit 34fc878

Browse files
Update typescript-eslint monorepo to v6
1 parent 0984659 commit 34fc878

File tree

2 files changed

+107
-82
lines changed

2 files changed

+107
-82
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.4.1",
39+
"@typescript-eslint/parser": "6.4.1",
4040
"eslint": "8.48.0",
4141
"eslint-config-prettier": "9.0.0",
4242
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 105 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,17 @@
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"
28+
29+
"@eslint-community/regexpp@^4.5.1":
30+
version "4.8.0"
31+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.0.tgz#11195513186f68d42fbf449f9a7136b2c0c92005"
32+
integrity sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==
2633

2734
"@eslint-community/regexpp@^4.6.1":
2835
version "4.6.2"
@@ -168,6 +175,11 @@
168175
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.1.tgz#aa22750962f3bf0e79d753d3cc067f010c95f194"
169176
integrity sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==
170177

178+
"@types/json-schema@^7.0.12":
179+
version "7.0.12"
180+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
181+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
182+
171183
"@types/json-schema@^7.0.9":
172184
version "7.0.9"
173185
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -183,35 +195,37 @@
183195
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
184196
integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==
185197

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"
198+
"@types/semver@^7.5.0":
199+
version "7.5.0"
200+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
201+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
202+
203+
"@typescript-eslint/[email protected]":
204+
version "6.4.1"
205+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.4.1.tgz#bc0c6f000134b53c304ad0bec4ee4753cd3e89d2"
206+
integrity sha512-3F5PtBzUW0dYlq77Lcqo13fv+58KDwUib3BddilE8ajPJT+faGgxmI9Sw+I8ZS22BYwoir9ZhNXcLi+S+I2bkw==
207+
dependencies:
208+
"@eslint-community/regexpp" "^4.5.1"
209+
"@typescript-eslint/scope-manager" "6.4.1"
210+
"@typescript-eslint/type-utils" "6.4.1"
211+
"@typescript-eslint/utils" "6.4.1"
212+
"@typescript-eslint/visitor-keys" "6.4.1"
200213
debug "^4.3.4"
201214
graphemer "^1.4.0"
202-
ignore "^5.2.0"
203-
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"
215+
ignore "^5.2.4"
216+
natural-compare "^1.4.0"
217+
semver "^7.5.4"
218+
ts-api-utils "^1.0.1"
219+
220+
"@typescript-eslint/[email protected]":
221+
version "6.4.1"
222+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.4.1.tgz#85ad550bf4ac4aa227504f1becb828f8e46c44e3"
223+
integrity sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==
224+
dependencies:
225+
"@typescript-eslint/scope-manager" "6.4.1"
226+
"@typescript-eslint/types" "6.4.1"
227+
"@typescript-eslint/typescript-estree" "6.4.1"
228+
"@typescript-eslint/visitor-keys" "6.4.1"
215229
debug "^4.3.4"
216230

217231
"@typescript-eslint/[email protected]":
@@ -222,33 +236,33 @@
222236
"@typescript-eslint/types" "5.27.1"
223237
"@typescript-eslint/visitor-keys" "5.27.1"
224238

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==
239+
"@typescript-eslint/scope-manager@6.4.1":
240+
version "6.4.1"
241+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.4.1.tgz#4b073a30be2dbe603e44e9ae0cff7e1d3ed19278"
242+
integrity sha512-p/OavqOQfm4/Hdrr7kvacOSFjwQ2rrDVJRPxt/o0TOWdFnjJptnjnZ+sYDR7fi4OimvIuKp+2LCkc+rt9fIW+A==
229243
dependencies:
230-
"@typescript-eslint/types" "5.62.0"
231-
"@typescript-eslint/visitor-keys" "5.62.0"
244+
"@typescript-eslint/types" "6.4.1"
245+
"@typescript-eslint/visitor-keys" "6.4.1"
232246

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==
247+
"@typescript-eslint/type-utils@6.4.1":
248+
version "6.4.1"
249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.4.1.tgz#fa21cb13016c8d6f352fe9b2d6c9ab6edc2d1857"
250+
integrity sha512-7ON8M8NXh73SGZ5XvIqWHjgX2f+vvaOarNliGhjrJnv1vdjG0LVIz+ToYfPirOoBi56jxAKLfsLm40+RvxVVXA==
237251
dependencies:
238-
"@typescript-eslint/typescript-estree" "5.62.0"
239-
"@typescript-eslint/utils" "5.62.0"
252+
"@typescript-eslint/typescript-estree" "6.4.1"
253+
"@typescript-eslint/utils" "6.4.1"
240254
debug "^4.3.4"
241-
tsutils "^3.21.0"
255+
ts-api-utils "^1.0.1"
242256

243257
"@typescript-eslint/[email protected]":
244258
version "5.27.1"
245259
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
246260
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
247261

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==
262+
"@typescript-eslint/types@6.4.1":
263+
version "6.4.1"
264+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.1.tgz#b2c61159f46dda210fed9f117f5d027f65bb5c3b"
265+
integrity sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==
252266

253267
"@typescript-eslint/[email protected]":
254268
version "5.27.1"
@@ -263,32 +277,31 @@
263277
semver "^7.3.7"
264278
tsutils "^3.21.0"
265279

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==
280+
"@typescript-eslint/typescript-estree@6.4.1":
281+
version "6.4.1"
282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.1.tgz#91ff88101c710adb0f70a317f2f65efa9441da45"
283+
integrity sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==
270284
dependencies:
271-
"@typescript-eslint/types" "5.62.0"
272-
"@typescript-eslint/visitor-keys" "5.62.0"
285+
"@typescript-eslint/types" "6.4.1"
286+
"@typescript-eslint/visitor-keys" "6.4.1"
273287
debug "^4.3.4"
274288
globby "^11.1.0"
275289
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"
290+
semver "^7.5.4"
291+
ts-api-utils "^1.0.1"
292+
293+
"@typescript-eslint/[email protected]":
294+
version "6.4.1"
295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.4.1.tgz#81bf62ff0c3119a26c19fab683582e29450717bc"
296+
integrity sha512-F/6r2RieNeorU0zhqZNv89s9bDZSovv3bZQpUNOmmQK1L80/cV4KEu95YUJWi75u5PhboFoKUJBnZ4FQcoqhDw==
297+
dependencies:
298+
"@eslint-community/eslint-utils" "^4.4.0"
299+
"@types/json-schema" "^7.0.12"
300+
"@types/semver" "^7.5.0"
301+
"@typescript-eslint/scope-manager" "6.4.1"
302+
"@typescript-eslint/types" "6.4.1"
303+
"@typescript-eslint/typescript-estree" "6.4.1"
304+
semver "^7.5.4"
292305

293306
"@typescript-eslint/utils@^5.10.2":
294307
version "5.27.1"
@@ -310,13 +323,13 @@
310323
"@typescript-eslint/types" "5.27.1"
311324
eslint-visitor-keys "^3.3.0"
312325

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==
326+
"@typescript-eslint/visitor-keys@6.4.1":
327+
version "6.4.1"
328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.1.tgz#e3ccf7b8d42e625946ac5094ed92a405fb4115e0"
329+
integrity sha512-y/TyRJsbZPkJIZQXrHfdnxVnxyKegnpEvnRGNam7s3TRR2ykGefEWOhaef00/UUN3IZxizS7BTO3svd3lCOJRQ==
317330
dependencies:
318-
"@typescript-eslint/types" "5.62.0"
319-
eslint-visitor-keys "^3.3.0"
331+
"@typescript-eslint/types" "6.4.1"
332+
eslint-visitor-keys "^3.4.1"
320333

321334
acorn-jsx@^5.3.2:
322335
version "5.3.2"
@@ -839,6 +852,11 @@ ignore@^5.2.0:
839852
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
840853
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
841854

855+
ignore@^5.2.4:
856+
version "5.2.4"
857+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
858+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
859+
842860
import-fresh@^3.2.1:
843861
version "3.2.1"
844862
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -1042,11 +1060,6 @@ [email protected], ms@^2.1.1:
10421060
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
10431061
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
10441062

1045-
natural-compare-lite@^1.4.0:
1046-
version "1.4.0"
1047-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1048-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1049-
10501063
natural-compare@^1.4.0:
10511064
version "1.4.0"
10521065
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -1197,6 +1210,13 @@ semver@^7.3.7:
11971210
dependencies:
11981211
lru-cache "^6.0.0"
11991212

1213+
semver@^7.5.4:
1214+
version "7.5.4"
1215+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1216+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
1217+
dependencies:
1218+
lru-cache "^6.0.0"
1219+
12001220
shebang-command@^2.0.0:
12011221
version "2.0.0"
12021222
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -1250,6 +1270,11 @@ to-regex-range@^5.0.1:
12501270
dependencies:
12511271
is-number "^7.0.0"
12521272

1273+
ts-api-utils@^1.0.1:
1274+
version "1.0.2"
1275+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99"
1276+
integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==
1277+
12531278
12541279
version "2.4.0"
12551280
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"

0 commit comments

Comments
 (0)