Skip to content

Commit a89fb7d

Browse files
Update typescript-eslint monorepo to v8
1 parent 60084c5 commit a89fb7d

File tree

2 files changed

+55
-84
lines changed

2 files changed

+55
-84
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@jest/globals": "^29.7.0",
3535
"@types/node": "^22.0.0",
3636
"@types/vinyl": "^2.0.11",
37-
"@typescript-eslint/eslint-plugin": "^7.16.0",
38-
"@typescript-eslint/parser": "^7.16.0",
37+
"@typescript-eslint/eslint-plugin": "^8.0.0",
38+
"@typescript-eslint/parser": "^8.0.0",
3939
"eslint": "^8.56.0",
4040
"jest": "^29.7.0",
4141
"prettier": "^3.2.5",

yarn.lock

Lines changed: 53 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -790,85 +790,85 @@
790790
dependencies:
791791
"@types/yargs-parser" "*"
792792

793-
"@typescript-eslint/eslint-plugin@^7.16.0":
794-
version "7.18.0"
795-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
796-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
793+
"@typescript-eslint/eslint-plugin@^8.0.0":
794+
version "8.13.0"
795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.13.0.tgz#650c50b8c795b5d092189f139f6d00535b5b0f3d"
796+
integrity sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg==
797797
dependencies:
798798
"@eslint-community/regexpp" "^4.10.0"
799-
"@typescript-eslint/scope-manager" "7.18.0"
800-
"@typescript-eslint/type-utils" "7.18.0"
801-
"@typescript-eslint/utils" "7.18.0"
802-
"@typescript-eslint/visitor-keys" "7.18.0"
799+
"@typescript-eslint/scope-manager" "8.13.0"
800+
"@typescript-eslint/type-utils" "8.13.0"
801+
"@typescript-eslint/utils" "8.13.0"
802+
"@typescript-eslint/visitor-keys" "8.13.0"
803803
graphemer "^1.4.0"
804804
ignore "^5.3.1"
805805
natural-compare "^1.4.0"
806806
ts-api-utils "^1.3.0"
807807

808-
"@typescript-eslint/parser@^7.16.0":
809-
version "7.18.0"
810-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
811-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
808+
"@typescript-eslint/parser@^8.0.0":
809+
version "8.13.0"
810+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.13.0.tgz#ef76203b7cac515aa3ccc4f7ce5320dd61c46b29"
811+
integrity sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ==
812812
dependencies:
813-
"@typescript-eslint/scope-manager" "7.18.0"
814-
"@typescript-eslint/types" "7.18.0"
815-
"@typescript-eslint/typescript-estree" "7.18.0"
816-
"@typescript-eslint/visitor-keys" "7.18.0"
813+
"@typescript-eslint/scope-manager" "8.13.0"
814+
"@typescript-eslint/types" "8.13.0"
815+
"@typescript-eslint/typescript-estree" "8.13.0"
816+
"@typescript-eslint/visitor-keys" "8.13.0"
817817
debug "^4.3.4"
818818

819-
"@typescript-eslint/scope-manager@7.18.0":
820-
version "7.18.0"
821-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
822-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
819+
"@typescript-eslint/scope-manager@8.13.0":
820+
version "8.13.0"
821+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz#2f4aed0b87d72360e64e4ea194b1fde14a59082e"
822+
integrity sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==
823823
dependencies:
824-
"@typescript-eslint/types" "7.18.0"
825-
"@typescript-eslint/visitor-keys" "7.18.0"
824+
"@typescript-eslint/types" "8.13.0"
825+
"@typescript-eslint/visitor-keys" "8.13.0"
826826

827-
"@typescript-eslint/type-utils@7.18.0":
828-
version "7.18.0"
829-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
830-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
827+
"@typescript-eslint/type-utils@8.13.0":
828+
version "8.13.0"
829+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.13.0.tgz#8c8fa68490dcb9ae1687ffc7de8fbe23c26417bd"
830+
integrity sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA==
831831
dependencies:
832-
"@typescript-eslint/typescript-estree" "7.18.0"
833-
"@typescript-eslint/utils" "7.18.0"
832+
"@typescript-eslint/typescript-estree" "8.13.0"
833+
"@typescript-eslint/utils" "8.13.0"
834834
debug "^4.3.4"
835835
ts-api-utils "^1.3.0"
836836

837-
"@typescript-eslint/types@7.18.0":
838-
version "7.18.0"
839-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
840-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
837+
"@typescript-eslint/types@8.13.0":
838+
version "8.13.0"
839+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.13.0.tgz#3f35dead2b2491a04339370dcbcd17bbdfc204d8"
840+
integrity sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==
841841

842-
"@typescript-eslint/typescript-estree@7.18.0":
843-
version "7.18.0"
844-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
845-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
842+
"@typescript-eslint/typescript-estree@8.13.0":
843+
version "8.13.0"
844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz#db8c93dd5437ca3ce417a255fb35ddc3c12c3e95"
845+
integrity sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==
846846
dependencies:
847-
"@typescript-eslint/types" "7.18.0"
848-
"@typescript-eslint/visitor-keys" "7.18.0"
847+
"@typescript-eslint/types" "8.13.0"
848+
"@typescript-eslint/visitor-keys" "8.13.0"
849849
debug "^4.3.4"
850-
globby "^11.1.0"
850+
fast-glob "^3.3.2"
851851
is-glob "^4.0.3"
852852
minimatch "^9.0.4"
853853
semver "^7.6.0"
854854
ts-api-utils "^1.3.0"
855855

856-
"@typescript-eslint/utils@7.18.0":
857-
version "7.18.0"
858-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
859-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
856+
"@typescript-eslint/utils@8.13.0":
857+
version "8.13.0"
858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.13.0.tgz#f6d40e8b5053dcaeabbd2e26463857abf27d62c0"
859+
integrity sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==
860860
dependencies:
861861
"@eslint-community/eslint-utils" "^4.4.0"
862-
"@typescript-eslint/scope-manager" "7.18.0"
863-
"@typescript-eslint/types" "7.18.0"
864-
"@typescript-eslint/typescript-estree" "7.18.0"
862+
"@typescript-eslint/scope-manager" "8.13.0"
863+
"@typescript-eslint/types" "8.13.0"
864+
"@typescript-eslint/typescript-estree" "8.13.0"
865865

866-
"@typescript-eslint/visitor-keys@7.18.0":
867-
version "7.18.0"
868-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
869-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
866+
"@typescript-eslint/visitor-keys@8.13.0":
867+
version "8.13.0"
868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz#e97b0d92b266ef38a1faf40a74da289b66683a5b"
869+
integrity sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==
870870
dependencies:
871-
"@typescript-eslint/types" "7.18.0"
871+
"@typescript-eslint/types" "8.13.0"
872872
eslint-visitor-keys "^3.4.3"
873873

874874
"@ungap/structured-clone@^1.2.0":
@@ -962,11 +962,6 @@ argparse@^2.0.1:
962962
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
963963
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
964964

965-
array-union@^2.1.0:
966-
version "2.1.0"
967-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
968-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
969-
970965
async@^3.2.3:
971966
version "3.2.6"
972967
resolved "https://registry.yarnpkg.com/async/-/async-3.2.6.tgz#1b0728e14929d51b85b449b7f06e27c1145e38ce"
@@ -1338,13 +1333,6 @@ diff@^4.0.1:
13381333
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
13391334
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
13401335

1341-
dir-glob@^3.0.1:
1342-
version "3.0.1"
1343-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
1344-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1345-
dependencies:
1346-
path-type "^4.0.0"
1347-
13481336
doctrine@^3.0.0:
13491337
version "3.0.0"
13501338
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
@@ -1572,7 +1560,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
15721560
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
15731561
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
15741562

1575-
fast-glob@^3.2.9:
1563+
fast-glob@^3.3.2:
15761564
version "3.3.2"
15771565
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
15781566
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -1765,18 +1753,6 @@ globals@^13.19.0:
17651753
dependencies:
17661754
type-fest "^0.20.2"
17671755

1768-
globby@^11.1.0:
1769-
version "11.1.0"
1770-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1771-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
1772-
dependencies:
1773-
array-union "^2.1.0"
1774-
dir-glob "^3.0.1"
1775-
fast-glob "^3.2.9"
1776-
ignore "^5.2.0"
1777-
merge2 "^1.4.1"
1778-
slash "^3.0.0"
1779-
17801756
graceful-fs@^4.2.9:
17811757
version "4.2.11"
17821758
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
@@ -2502,7 +2478,7 @@ merge-stream@^2.0.0:
25022478
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
25032479
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
25042480

2505-
merge2@^1.3.0, merge2@^1.4.1:
2481+
merge2@^1.3.0:
25062482
version "1.4.1"
25072483
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
25082484
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -2722,11 +2698,6 @@ path-parse@^1.0.7:
27222698
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
27232699
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
27242700

2725-
path-type@^4.0.0:
2726-
version "4.0.0"
2727-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
2728-
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
2729-
27302701
picocolors@^1.0.0:
27312702
version "1.0.0"
27322703
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"

0 commit comments

Comments
 (0)