Skip to content

Commit a9d2cbd

Browse files
authored
Merge pull request #251 from WORD-COINS/renovate/major-typescript-eslint-monorepo
Update typescript-eslint monorepo to v8 (major)
2 parents c7c6205 + b15f9c4 commit a9d2cbd

File tree

2 files changed

+89
-101
lines changed

2 files changed

+89
-101
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"author": "",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"@typescript-eslint/eslint-plugin": "7.1.1",
19-
"@typescript-eslint/parser": "7.1.1",
18+
"@typescript-eslint/eslint-plugin": "8.0.0",
19+
"@typescript-eslint/parser": "8.0.0",
2020
"eslint": "8.57.0",
2121
"eslint-config-prettier": "9.1.0",
2222
"prettier": "3.2.4",

yarn.lock

Lines changed: 87 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
dependencies:
2929
eslint-visitor-keys "^3.3.0"
3030

31-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
31+
"@eslint-community/regexpp@^4.10.0":
32+
version "4.11.0"
33+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
34+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
35+
36+
"@eslint-community/regexpp@^4.6.1":
3237
version "4.6.2"
3338
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
3439
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
@@ -254,11 +259,6 @@
254259
dependencies:
255260
"@types/node" "*"
256261

257-
"@types/json-schema@^7.0.12":
258-
version "7.0.12"
259-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
260-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
261-
262262
"@types/jsonwebtoken@^8.3.7":
263263
version "8.5.5"
264264
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.5.tgz#da5f2f4baee88f052ef3e4db4c1a0afb46cff22c"
@@ -303,11 +303,6 @@
303303
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
304304
integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
305305

306-
"@types/semver@^7.5.0":
307-
version "7.5.0"
308-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
309-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
310-
311306
"@types/serve-static@*":
312307
version "1.13.10"
313308
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
@@ -328,91 +323,86 @@
328323
dependencies:
329324
"@types/node" "*"
330325

331-
"@typescript-eslint/eslint-plugin@7.1.1":
332-
version "7.1.1"
333-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.1.1.tgz#dd71fc5c7ecec745ca26ece506d84d203a205c0e"
334-
integrity sha512-zioDz623d0RHNhvx0eesUmGfIjzrk18nSBC8xewepKXbBvN/7c1qImV7Hg8TI1URTxKax7/zxfxj3Uph8Chcuw==
326+
"@typescript-eslint/eslint-plugin@8.0.0":
327+
version "8.0.0"
328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0.tgz#0fee96f6b691e4bfb9c260fd77d1c86bfbac4f56"
329+
integrity sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==
335330
dependencies:
336-
"@eslint-community/regexpp" "^4.5.1"
337-
"@typescript-eslint/scope-manager" "7.1.1"
338-
"@typescript-eslint/type-utils" "7.1.1"
339-
"@typescript-eslint/utils" "7.1.1"
340-
"@typescript-eslint/visitor-keys" "7.1.1"
341-
debug "^4.3.4"
331+
"@eslint-community/regexpp" "^4.10.0"
332+
"@typescript-eslint/scope-manager" "8.0.0"
333+
"@typescript-eslint/type-utils" "8.0.0"
334+
"@typescript-eslint/utils" "8.0.0"
335+
"@typescript-eslint/visitor-keys" "8.0.0"
342336
graphemer "^1.4.0"
343-
ignore "^5.2.4"
337+
ignore "^5.3.1"
344338
natural-compare "^1.4.0"
345-
semver "^7.5.4"
346-
ts-api-utils "^1.0.1"
347-
348-
"@typescript-eslint/parser@7.1.1":
349-
version "7.1.1"
350-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.1.1.tgz#6a9d0a5c9ccdf5dbd3cb8c949728c64e24e07d1f"
351-
integrity sha512-ZWUFyL0z04R1nAEgr9e79YtV5LbafdOtN7yapNbn1ansMyaegl2D4bL7vHoJ4HPSc4CaLwuCVas8CVuneKzplQ==
352-
dependencies:
353-
"@typescript-eslint/scope-manager" "7.1.1"
354-
"@typescript-eslint/types" "7.1.1"
355-
"@typescript-eslint/typescript-estree" "7.1.1"
356-
"@typescript-eslint/visitor-keys" "7.1.1"
339+
ts-api-utils "^1.3.0"
340+
341+
"@typescript-eslint/parser@8.0.0":
342+
version "8.0.0"
343+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0.tgz#5a5030cf8123176b5a0abd966f99e5f9f110652d"
344+
integrity sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ==
345+
dependencies:
346+
"@typescript-eslint/scope-manager" "8.0.0"
347+
"@typescript-eslint/types" "8.0.0"
348+
"@typescript-eslint/typescript-estree" "8.0.0"
349+
"@typescript-eslint/visitor-keys" "8.0.0"
357350
debug "^4.3.4"
358351

359-
"@typescript-eslint/scope-manager@7.1.1":
360-
version "7.1.1"
361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.1.tgz#9e301803ff8e21a74f50c6f89a4baccad9a48f93"
362-
integrity sha512-cirZpA8bJMRb4WZ+rO6+mnOJrGFDd38WoXCEI57+CYBqta8Yc8aJym2i7vyqLL1vVYljgw0X27axkUXz32T8TA==
352+
"@typescript-eslint/scope-manager@8.0.0":
353+
version "8.0.0"
354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
355+
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
363356
dependencies:
364-
"@typescript-eslint/types" "7.1.1"
365-
"@typescript-eslint/visitor-keys" "7.1.1"
357+
"@typescript-eslint/types" "8.0.0"
358+
"@typescript-eslint/visitor-keys" "8.0.0"
366359

367-
"@typescript-eslint/type-utils@7.1.1":
368-
version "7.1.1"
369-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.1.1.tgz#aee820d5bedd39b83c18585a526cc520ddb7a226"
370-
integrity sha512-5r4RKze6XHEEhlZnJtR3GYeCh1IueUHdbrukV2KSlLXaTjuSfeVF8mZUVPLovidCuZfbVjfhi4c0DNSa/Rdg5g==
360+
"@typescript-eslint/type-utils@8.0.0":
361+
version "8.0.0"
362+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0.tgz#facecaf0736bfe8394b9290382f300554cf90884"
363+
integrity sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==
371364
dependencies:
372-
"@typescript-eslint/typescript-estree" "7.1.1"
373-
"@typescript-eslint/utils" "7.1.1"
365+
"@typescript-eslint/typescript-estree" "8.0.0"
366+
"@typescript-eslint/utils" "8.0.0"
374367
debug "^4.3.4"
375-
ts-api-utils "^1.0.1"
368+
ts-api-utils "^1.3.0"
376369

377-
"@typescript-eslint/types@7.1.1":
378-
version "7.1.1"
379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.1.tgz#ca33ba7cf58224fb46a84fea62593c2c53cd795f"
380-
integrity sha512-KhewzrlRMrgeKm1U9bh2z5aoL4s7K3tK5DwHDn8MHv0yQfWFz/0ZR6trrIHHa5CsF83j/GgHqzdbzCXJ3crx0Q==
370+
"@typescript-eslint/types@8.0.0":
371+
version "8.0.0"
372+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
373+
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
381374

382-
"@typescript-eslint/typescript-estree@7.1.1":
383-
version "7.1.1"
384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.1.tgz#09c54af0151a1b05d0875c0fc7fe2ec7a2476ece"
385-
integrity sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw==
375+
"@typescript-eslint/typescript-estree@8.0.0":
376+
version "8.0.0"
377+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
378+
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
386379
dependencies:
387-
"@typescript-eslint/types" "7.1.1"
388-
"@typescript-eslint/visitor-keys" "7.1.1"
380+
"@typescript-eslint/types" "8.0.0"
381+
"@typescript-eslint/visitor-keys" "8.0.0"
389382
debug "^4.3.4"
390383
globby "^11.1.0"
391384
is-glob "^4.0.3"
392-
minimatch "9.0.3"
393-
semver "^7.5.4"
394-
ts-api-utils "^1.0.1"
385+
minimatch "^9.0.4"
386+
semver "^7.6.0"
387+
ts-api-utils "^1.3.0"
395388

396-
"@typescript-eslint/utils@7.1.1":
397-
version "7.1.1"
398-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.1.1.tgz#bdeeb789eee4af5d3fb5400a69566d4dbf97ff3b"
399-
integrity sha512-thOXM89xA03xAE0lW7alstvnyoBUbBX38YtY+zAUcpRPcq9EIhXPuJ0YTv948MbzmKh6e1AUszn5cBFK49Umqg==
389+
"@typescript-eslint/utils@8.0.0":
390+
version "8.0.0"
391+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
392+
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
400393
dependencies:
401394
"@eslint-community/eslint-utils" "^4.4.0"
402-
"@types/json-schema" "^7.0.12"
403-
"@types/semver" "^7.5.0"
404-
"@typescript-eslint/scope-manager" "7.1.1"
405-
"@typescript-eslint/types" "7.1.1"
406-
"@typescript-eslint/typescript-estree" "7.1.1"
407-
semver "^7.5.4"
408-
409-
"@typescript-eslint/visitor-keys@7.1.1":
410-
version "7.1.1"
411-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.1.tgz#e6538a58c9b157f03bcbb29e3b6a92fe39a6ab0d"
412-
integrity sha512-yTdHDQxY7cSoCcAtiBzVzxleJhkGB9NncSIyMYe2+OGON1ZsP9zOPws/Pqgopa65jvknOjlk/w7ulPlZ78PiLQ==
413-
dependencies:
414-
"@typescript-eslint/types" "7.1.1"
415-
eslint-visitor-keys "^3.4.1"
395+
"@typescript-eslint/scope-manager" "8.0.0"
396+
"@typescript-eslint/types" "8.0.0"
397+
"@typescript-eslint/typescript-estree" "8.0.0"
398+
399+
"@typescript-eslint/visitor-keys@8.0.0":
400+
version "8.0.0"
401+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
402+
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
403+
dependencies:
404+
"@typescript-eslint/types" "8.0.0"
405+
eslint-visitor-keys "^3.4.3"
416406

417407
"@ungap/structured-clone@^1.2.0":
418408
version "1.2.0"
@@ -1225,10 +1215,10 @@ ignore@^5.2.0:
12251215
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
12261216
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
12271217

1228-
ignore@^5.2.4:
1229-
version "5.2.4"
1230-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1231-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1218+
ignore@^5.3.1:
1219+
version "5.3.1"
1220+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1221+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
12321222

12331223
import-fresh@^3.2.1:
12341224
version "3.3.0"
@@ -1552,13 +1542,6 @@ mime@1.6.0:
15521542
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
15531543
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
15541544

1555-
minimatch@9.0.3:
1556-
version "9.0.3"
1557-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1558-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1559-
dependencies:
1560-
brace-expansion "^2.0.1"
1561-
15621545
minimatch@^3.0.4:
15631546
version "3.0.4"
15641547
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
@@ -1573,6 +1556,13 @@ minimatch@^3.0.5, minimatch@^3.1.2:
15731556
dependencies:
15741557
brace-expansion "^1.1.7"
15751558

1559+
minimatch@^9.0.4:
1560+
version "9.0.5"
1561+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1562+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1563+
dependencies:
1564+
brace-expansion "^2.0.1"
1565+
15761566
ms@2.0.0:
15771567
version "2.0.0"
15781568
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -1876,12 +1866,10 @@ semver@^7.3.8:
18761866
dependencies:
18771867
lru-cache "^6.0.0"
18781868

1879-
semver@^7.5.4:
1880-
version "7.5.4"
1881-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1882-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
1883-
dependencies:
1884-
lru-cache "^6.0.0"
1869+
semver@^7.6.0:
1870+
version "7.6.3"
1871+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
1872+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
18851873

18861874
send@0.17.1:
18871875
version "0.17.1"
@@ -2000,10 +1988,10 @@ toidentifier@1.0.0:
20001988
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
20011989
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
20021990

2003-
ts-api-utils@^1.0.1:
2004-
version "1.0.1"
2005-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
2006-
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
1991+
ts-api-utils@^1.3.0:
1992+
version "1.3.0"
1993+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
1994+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
20071995

20081996
ts-node@10.9.2:
20091997
version "10.9.2"

0 commit comments

Comments
 (0)