Skip to content

Commit 2b73915

Browse files
Update typescript-eslint monorepo to v7
1 parent 791465d commit 2b73915

File tree

2 files changed

+87
-78
lines changed

2 files changed

+87
-78
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": "7.16.0",
39+
"@typescript-eslint/parser": "7.16.0",
4040
"eslint": "8.57.0",
4141
"eslint-config-prettier": "9.1.0",
4242
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 85 additions & 76 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.10.0":
30+
version "4.11.0"
31+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
32+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
2633

2734
"@eslint-community/regexpp@^4.6.1":
2835
version "4.6.2"
@@ -200,35 +207,30 @@
200207
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
201208
integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==
202209

203-
"@types/semver@^7.3.12":
204-
version "7.3.12"
205-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
206-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
207-
208-
"@typescript-eslint/eslint-plugin@5.62.0":
209-
version "5.62.0"
210-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
211-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
210+
"@typescript-eslint/eslint-plugin@7.16.0":
211+
version "7.16.0"
212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.16.0.tgz#b3563927341eca15124a18c6f94215f779f5c02a"
213+
integrity sha512-py1miT6iQpJcs1BiJjm54AMzeuMPBSPuKPlnT8HlfudbcS5rYeX5jajpLf3mrdRh9dA/Ec2FVUY0ifeVNDIhZw==
212214
dependencies:
213-
"@eslint-community/regexpp" "^4.4.0"
214-
"@typescript-eslint/scope-manager" "5.62.0"
215-
"@typescript-eslint/type-utils" "5.62.0"
216-
"@typescript-eslint/utils" "5.62.0"
217-
debug "^4.3.4"
215+
"@eslint-community/regexpp" "^4.10.0"
216+
"@typescript-eslint/scope-manager" "7.16.0"
217+
"@typescript-eslint/type-utils" "7.16.0"
218+
"@typescript-eslint/utils" "7.16.0"
219+
"@typescript-eslint/visitor-keys" "7.16.0"
218220
graphemer "^1.4.0"
219-
ignore "^5.2.0"
220-
natural-compare-lite "^1.4.0"
221-
semver "^7.3.7"
222-
tsutils "^3.21.0"
221+
ignore "^5.3.1"
222+
natural-compare "^1.4.0"
223+
ts-api-utils "^1.3.0"
223224

224-
"@typescript-eslint/parser@5.62.0":
225-
version "5.62.0"
226-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
227-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
225+
"@typescript-eslint/parser@7.16.0":
226+
version "7.16.0"
227+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.0.tgz#53fae8112f8c912024aea7b499cf7374487af6d8"
228+
integrity sha512-ar9E+k7CU8rWi2e5ErzQiC93KKEFAXA2Kky0scAlPcxYblLt8+XZuHUZwlyfXILyQa95P6lQg+eZgh/dDs3+Vw==
228229
dependencies:
229-
"@typescript-eslint/scope-manager" "5.62.0"
230-
"@typescript-eslint/types" "5.62.0"
231-
"@typescript-eslint/typescript-estree" "5.62.0"
230+
"@typescript-eslint/scope-manager" "7.16.0"
231+
"@typescript-eslint/types" "7.16.0"
232+
"@typescript-eslint/typescript-estree" "7.16.0"
233+
"@typescript-eslint/visitor-keys" "7.16.0"
232234
debug "^4.3.4"
233235

234236
"@typescript-eslint/scope-manager@5.27.1":
@@ -239,33 +241,33 @@
239241
"@typescript-eslint/types" "5.27.1"
240242
"@typescript-eslint/visitor-keys" "5.27.1"
241243

242-
"@typescript-eslint/scope-manager@5.62.0":
243-
version "5.62.0"
244-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
245-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
244+
"@typescript-eslint/scope-manager@7.16.0":
245+
version "7.16.0"
246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.16.0.tgz#eb0757af5720c9c53c8010d7a0355ae27e17b7e5"
247+
integrity sha512-8gVv3kW6n01Q6TrI1cmTZ9YMFi3ucDT7i7aI5lEikk2ebk1AEjrwX8MDTdaX5D7fPXMBLvnsaa0IFTAu+jcfOw==
246248
dependencies:
247-
"@typescript-eslint/types" "5.62.0"
248-
"@typescript-eslint/visitor-keys" "5.62.0"
249+
"@typescript-eslint/types" "7.16.0"
250+
"@typescript-eslint/visitor-keys" "7.16.0"
249251

250-
"@typescript-eslint/type-utils@5.62.0":
251-
version "5.62.0"
252-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
253-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
252+
"@typescript-eslint/type-utils@7.16.0":
253+
version "7.16.0"
254+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.0.tgz#ec52b1932b8fb44a15a3e20208e0bd49d0b6bd00"
255+
integrity sha512-j0fuUswUjDHfqV/UdW6mLtOQQseORqfdmoBNDFOqs9rvNVR2e+cmu6zJu/Ku4SDuqiJko6YnhwcL8x45r8Oqxg==
254256
dependencies:
255-
"@typescript-eslint/typescript-estree" "5.62.0"
256-
"@typescript-eslint/utils" "5.62.0"
257+
"@typescript-eslint/typescript-estree" "7.16.0"
258+
"@typescript-eslint/utils" "7.16.0"
257259
debug "^4.3.4"
258-
tsutils "^3.21.0"
260+
ts-api-utils "^1.3.0"
259261

260262
"@typescript-eslint/types@5.27.1":
261263
version "5.27.1"
262264
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
263265
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
264266

265-
"@typescript-eslint/types@5.62.0":
266-
version "5.62.0"
267-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
268-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
267+
"@typescript-eslint/types@7.16.0":
268+
version "7.16.0"
269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.0.tgz#60a19d7e7a6b1caa2c06fac860829d162a036ed2"
270+
integrity sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw==
269271

270272
"@typescript-eslint/typescript-estree@5.27.1":
271273
version "5.27.1"
@@ -280,32 +282,29 @@
280282
semver "^7.3.7"
281283
tsutils "^3.21.0"
282284

283-
"@typescript-eslint/typescript-estree@5.62.0":
284-
version "5.62.0"
285-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
286-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
285+
"@typescript-eslint/typescript-estree@7.16.0":
286+
version "7.16.0"
287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.0.tgz#98ac779d526fab2a781e5619c9250f3e33867c09"
288+
integrity sha512-a5NTvk51ZndFuOLCh5OaJBELYc2O3Zqxfl3Js78VFE1zE46J2AaVuW+rEbVkQznjkmlzWsUI15BG5tQMixzZLw==
287289
dependencies:
288-
"@typescript-eslint/types" "5.62.0"
289-
"@typescript-eslint/visitor-keys" "5.62.0"
290+
"@typescript-eslint/types" "7.16.0"
291+
"@typescript-eslint/visitor-keys" "7.16.0"
290292
debug "^4.3.4"
291293
globby "^11.1.0"
292294
is-glob "^4.0.3"
293-
semver "^7.3.7"
294-
tsutils "^3.21.0"
295+
minimatch "^9.0.4"
296+
semver "^7.6.0"
297+
ts-api-utils "^1.3.0"
295298

296-
"@typescript-eslint/utils@5.62.0":
297-
version "5.62.0"
298-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
299-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
299+
"@typescript-eslint/utils@7.16.0":
300+
version "7.16.0"
301+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.0.tgz#b38dc0ce1778e8182e227c98d91d3418449aa17f"
302+
integrity sha512-PqP4kP3hb4r7Jav+NiRCntlVzhxBNWq6ZQ+zQwII1y/G/1gdIPeYDCKr2+dH6049yJQsWZiHU6RlwvIFBXXGNA==
300303
dependencies:
301-
"@eslint-community/eslint-utils" "^4.2.0"
302-
"@types/json-schema" "^7.0.9"
303-
"@types/semver" "^7.3.12"
304-
"@typescript-eslint/scope-manager" "5.62.0"
305-
"@typescript-eslint/types" "5.62.0"
306-
"@typescript-eslint/typescript-estree" "5.62.0"
307-
eslint-scope "^5.1.1"
308-
semver "^7.3.7"
304+
"@eslint-community/eslint-utils" "^4.4.0"
305+
"@typescript-eslint/scope-manager" "7.16.0"
306+
"@typescript-eslint/types" "7.16.0"
307+
"@typescript-eslint/typescript-estree" "7.16.0"
309308

310309
"@typescript-eslint/utils@^5.10.2":
311310
version "5.27.1"
@@ -327,13 +326,13 @@
327326
"@typescript-eslint/types" "5.27.1"
328327
eslint-visitor-keys "^3.3.0"
329328

330-
"@typescript-eslint/visitor-keys@5.62.0":
331-
version "5.62.0"
332-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
333-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
329+
"@typescript-eslint/visitor-keys@7.16.0":
330+
version "7.16.0"
331+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.16.0.tgz#a1d99fa7a3787962d6e0efd436575ef840e23b06"
332+
integrity sha512-rMo01uPy9C7XxG7AFsxa8zLnWXTF8N3PYclekWSrurvhwiw1eW88mrKiAYe6s53AUY57nTRz8dJsuuXdkAhzCg==
334333
dependencies:
335-
"@typescript-eslint/types" "5.62.0"
336-
eslint-visitor-keys "^3.3.0"
334+
"@typescript-eslint/types" "7.16.0"
335+
eslint-visitor-keys "^3.4.3"
337336

338337
"@ungap/structured-clone@^1.2.0":
339338
version "1.2.0"
@@ -898,6 +897,11 @@ ignore@^5.2.0:
898897
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
899898
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
900899

900+
ignore@^5.3.1:
901+
version "5.3.1"
902+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
903+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
904+
901905
import-fresh@^3.2.1:
902906
version "3.2.1"
903907
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -1134,11 +1138,6 @@ ms@2.1.2:
11341138
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
11351139
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
11361140

1137-
natural-compare-lite@^1.4.0:
1138-
version "1.4.0"
1139-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1140-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1141-
11421141
natural-compare@^1.4.0:
11431142
version "1.4.0"
11441143
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -1297,6 +1296,11 @@ semver@^7.3.7:
12971296
dependencies:
12981297
lru-cache "^6.0.0"
12991298

1299+
semver@^7.6.0:
1300+
version "7.6.2"
1301+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
1302+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
1303+
13001304
shebang-command@^2.0.0:
13011305
version "2.0.0"
13021306
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -1396,6 +1400,11 @@ to-regex-range@^5.0.1:
13961400
dependencies:
13971401
is-number "^7.0.0"
13981402

1403+
ts-api-utils@^1.3.0:
1404+
version "1.3.0"
1405+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
1406+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
1407+
13991408
tslib@2.4.0:
14001409
version "2.4.0"
14011410
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"

0 commit comments

Comments
 (0)