Skip to content

Commit 4a8984a

Browse files
Update typescript-eslint monorepo to v6
1 parent 4f0089c commit 4a8984a

File tree

2 files changed

+103
-83
lines changed

2 files changed

+103
-83
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.0",
39+
"@typescript-eslint/parser": "6.4.0",
4040
"eslint": "8.47.0",
4141
"eslint-config-prettier": "9.0.0",
4242
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 101 additions & 81 deletions
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,37 @@
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.4.0"
200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.4.0.tgz#53428b616f7d80fe879f45a08f11cc0f0b62cf13"
201+
integrity sha512-62o2Hmc7Gs3p8SLfbXcipjWAa6qk2wZGChXG2JbBtYpwSRmti/9KHLqfbLs9uDigOexG+3PaQ9G2g3201FWLKg==
202+
dependencies:
203+
"@eslint-community/regexpp" "^4.5.1"
204+
"@typescript-eslint/scope-manager" "6.4.0"
205+
"@typescript-eslint/type-utils" "6.4.0"
206+
"@typescript-eslint/utils" "6.4.0"
207+
"@typescript-eslint/visitor-keys" "6.4.0"
200208
debug "^4.3.4"
201209
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"
210+
ignore "^5.2.4"
211+
natural-compare "^1.4.0"
212+
semver "^7.5.4"
213+
ts-api-utils "^1.0.1"
214+
215+
"@typescript-eslint/[email protected]":
216+
version "6.4.0"
217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.4.0.tgz#47e7c6e22ff1248e8675d95f488890484de67600"
218+
integrity sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg==
219+
dependencies:
220+
"@typescript-eslint/scope-manager" "6.4.0"
221+
"@typescript-eslint/types" "6.4.0"
222+
"@typescript-eslint/typescript-estree" "6.4.0"
223+
"@typescript-eslint/visitor-keys" "6.4.0"
215224
debug "^4.3.4"
216225

217226
"@typescript-eslint/[email protected]":
@@ -222,33 +231,33 @@
222231
"@typescript-eslint/types" "5.27.1"
223232
"@typescript-eslint/visitor-keys" "5.27.1"
224233

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==
234+
"@typescript-eslint/scope-manager@6.4.0":
235+
version "6.4.0"
236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.4.0.tgz#3048e4262ba3eafa4e2e69b08912d9037ec646ae"
237+
integrity sha512-TUS7vaKkPWDVvl7GDNHFQMsMruD+zhkd3SdVW0d7b+7Zo+bd/hXJQ8nsiUZMi1jloWo6c9qt3B7Sqo+flC1nig==
229238
dependencies:
230-
"@typescript-eslint/types" "5.62.0"
231-
"@typescript-eslint/visitor-keys" "5.62.0"
239+
"@typescript-eslint/types" "6.4.0"
240+
"@typescript-eslint/visitor-keys" "6.4.0"
232241

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==
242+
"@typescript-eslint/type-utils@6.4.0":
243+
version "6.4.0"
244+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.4.0.tgz#c8ac92716ed6a9d5443aa3e342910355b0796ba0"
245+
integrity sha512-TvqrUFFyGY0cX3WgDHcdl2/mMCWCDv/0thTtx/ODMY1QhEiyFtv/OlLaNIiYLwRpAxAtOLOY9SUf1H3Q3dlwAg==
237246
dependencies:
238-
"@typescript-eslint/typescript-estree" "5.62.0"
239-
"@typescript-eslint/utils" "5.62.0"
247+
"@typescript-eslint/typescript-estree" "6.4.0"
248+
"@typescript-eslint/utils" "6.4.0"
240249
debug "^4.3.4"
241-
tsutils "^3.21.0"
250+
ts-api-utils "^1.0.1"
242251

243252
"@typescript-eslint/[email protected]":
244253
version "5.27.1"
245254
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
246255
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
247256

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==
257+
"@typescript-eslint/types@6.4.0":
258+
version "6.4.0"
259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.0.tgz#5b109a59a805f0d8d375895e42d9e5f0037f66ee"
260+
integrity sha512-+FV9kVFrS7w78YtzkIsNSoYsnOtrYVnKWSTVXoL1761CsCRv5wpDOINgsXpxD67YCLZtVQekDDyaxfjVWUJmmg==
252261

253262
"@typescript-eslint/[email protected]":
254263
version "5.27.1"
@@ -263,32 +272,31 @@
263272
semver "^7.3.7"
264273
tsutils "^3.21.0"
265274

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==
275+
"@typescript-eslint/typescript-estree@6.4.0":
276+
version "6.4.0"
277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.0.tgz#3c58d20632db93fec3d6ab902acbedf593d37276"
278+
integrity sha512-iDPJArf/K2sxvjOR6skeUCNgHR/tCQXBsa+ee1/clRKr3olZjZ/dSkXPZjG6YkPtnW6p5D1egeEPMCW6Gn4yLA==
270279
dependencies:
271-
"@typescript-eslint/types" "5.62.0"
272-
"@typescript-eslint/visitor-keys" "5.62.0"
280+
"@typescript-eslint/types" "6.4.0"
281+
"@typescript-eslint/visitor-keys" "6.4.0"
273282
debug "^4.3.4"
274283
globby "^11.1.0"
275284
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"
285+
semver "^7.5.4"
286+
ts-api-utils "^1.0.1"
287+
288+
"@typescript-eslint/[email protected]":
289+
version "6.4.0"
290+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.4.0.tgz#23e996b693603c5924b1fbb733cc73196256baa5"
291+
integrity sha512-BvvwryBQpECPGo8PwF/y/q+yacg8Hn/2XS+DqL/oRsOPK+RPt29h5Ui5dqOKHDlbXrAeHUTnyG3wZA0KTDxRZw==
292+
dependencies:
293+
"@eslint-community/eslint-utils" "^4.4.0"
294+
"@types/json-schema" "^7.0.12"
295+
"@types/semver" "^7.5.0"
296+
"@typescript-eslint/scope-manager" "6.4.0"
297+
"@typescript-eslint/types" "6.4.0"
298+
"@typescript-eslint/typescript-estree" "6.4.0"
299+
semver "^7.5.4"
292300

293301
"@typescript-eslint/utils@^5.10.2":
294302
version "5.27.1"
@@ -310,13 +318,13 @@
310318
"@typescript-eslint/types" "5.27.1"
311319
eslint-visitor-keys "^3.3.0"
312320

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==
321+
"@typescript-eslint/visitor-keys@6.4.0":
322+
version "6.4.0"
323+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.0.tgz#96a426cdb1add28274abd7a34aefe27f8b7d51ef"
324+
integrity sha512-yJSfyT+uJm+JRDWYRYdCm2i+pmvXJSMtPR9Cq5/XQs4QIgNoLcoRtDdzsLbLsFM/c6um6ohQkg/MLxWvoIndJA==
317325
dependencies:
318-
"@typescript-eslint/types" "5.62.0"
319-
eslint-visitor-keys "^3.3.0"
326+
"@typescript-eslint/types" "6.4.0"
327+
eslint-visitor-keys "^3.4.1"
320328

321329
acorn-jsx@^5.3.2:
322330
version "5.3.2"
@@ -839,6 +847,11 @@ ignore@^5.2.0:
839847
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
840848
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
841849

850+
ignore@^5.2.4:
851+
version "5.2.4"
852+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
853+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
854+
842855
import-fresh@^3.2.1:
843856
version "3.2.1"
844857
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -1042,11 +1055,6 @@ [email protected], ms@^2.1.1:
10421055
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
10431056
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
10441057

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-
10501058
natural-compare@^1.4.0:
10511059
version "1.4.0"
10521060
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -1197,6 +1205,13 @@ semver@^7.3.7:
11971205
dependencies:
11981206
lru-cache "^6.0.0"
11991207

1208+
semver@^7.5.4:
1209+
version "7.5.4"
1210+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1211+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
1212+
dependencies:
1213+
lru-cache "^6.0.0"
1214+
12001215
shebang-command@^2.0.0:
12011216
version "2.0.0"
12021217
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -1250,6 +1265,11 @@ to-regex-range@^5.0.1:
12501265
dependencies:
12511266
is-number "^7.0.0"
12521267

1268+
ts-api-utils@^1.0.1:
1269+
version "1.0.1"
1270+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
1271+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
1272+
12531273
12541274
version "2.4.0"
12551275
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"

0 commit comments

Comments
 (0)