Skip to content

Commit 86c882e

Browse files
Update typescript-eslint monorepo to v8
1 parent 2cb9e84 commit 86c882e

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": "^20.11.19",
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
@@ -795,85 +795,85 @@
795795
dependencies:
796796
"@types/yargs-parser" "*"
797797

798-
"@typescript-eslint/eslint-plugin@^7.16.0":
799-
version "7.18.0"
800-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
801-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
798+
"@typescript-eslint/eslint-plugin@^8.0.0":
799+
version "8.3.0"
800+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.3.0.tgz#726627fad16d41d20539637efee8c2329fe6be32"
801+
integrity sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==
802802
dependencies:
803803
"@eslint-community/regexpp" "^4.10.0"
804-
"@typescript-eslint/scope-manager" "7.18.0"
805-
"@typescript-eslint/type-utils" "7.18.0"
806-
"@typescript-eslint/utils" "7.18.0"
807-
"@typescript-eslint/visitor-keys" "7.18.0"
804+
"@typescript-eslint/scope-manager" "8.3.0"
805+
"@typescript-eslint/type-utils" "8.3.0"
806+
"@typescript-eslint/utils" "8.3.0"
807+
"@typescript-eslint/visitor-keys" "8.3.0"
808808
graphemer "^1.4.0"
809809
ignore "^5.3.1"
810810
natural-compare "^1.4.0"
811811
ts-api-utils "^1.3.0"
812812

813-
"@typescript-eslint/parser@^7.16.0":
814-
version "7.18.0"
815-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
816-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
813+
"@typescript-eslint/parser@^8.0.0":
814+
version "8.3.0"
815+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.3.0.tgz#3c72c32bc909cb91ce3569e7d11d729ad84deafa"
816+
integrity sha512-h53RhVyLu6AtpUzVCYLPhZGL5jzTD9fZL+SYf/+hYOx2bDkyQXztXSc4tbvKYHzfMXExMLiL9CWqJmVz6+78IQ==
817817
dependencies:
818-
"@typescript-eslint/scope-manager" "7.18.0"
819-
"@typescript-eslint/types" "7.18.0"
820-
"@typescript-eslint/typescript-estree" "7.18.0"
821-
"@typescript-eslint/visitor-keys" "7.18.0"
818+
"@typescript-eslint/scope-manager" "8.3.0"
819+
"@typescript-eslint/types" "8.3.0"
820+
"@typescript-eslint/typescript-estree" "8.3.0"
821+
"@typescript-eslint/visitor-keys" "8.3.0"
822822
debug "^4.3.4"
823823

824-
"@typescript-eslint/scope-manager@7.18.0":
825-
version "7.18.0"
826-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
827-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
824+
"@typescript-eslint/scope-manager@8.3.0":
825+
version "8.3.0"
826+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz#834301d2e70baf924c26818b911bdc40086f7468"
827+
integrity sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==
828828
dependencies:
829-
"@typescript-eslint/types" "7.18.0"
830-
"@typescript-eslint/visitor-keys" "7.18.0"
829+
"@typescript-eslint/types" "8.3.0"
830+
"@typescript-eslint/visitor-keys" "8.3.0"
831831

832-
"@typescript-eslint/type-utils@7.18.0":
833-
version "7.18.0"
834-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
835-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
832+
"@typescript-eslint/type-utils@8.3.0":
833+
version "8.3.0"
834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.3.0.tgz#c1ae6af8c21a27254321016b052af67ddb44a9ac"
835+
integrity sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==
836836
dependencies:
837-
"@typescript-eslint/typescript-estree" "7.18.0"
838-
"@typescript-eslint/utils" "7.18.0"
837+
"@typescript-eslint/typescript-estree" "8.3.0"
838+
"@typescript-eslint/utils" "8.3.0"
839839
debug "^4.3.4"
840840
ts-api-utils "^1.3.0"
841841

842-
"@typescript-eslint/types@7.18.0":
843-
version "7.18.0"
844-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
845-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
842+
"@typescript-eslint/types@8.3.0":
843+
version "8.3.0"
844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.3.0.tgz#378e62447c2d7028236e55a81d3391026600563b"
845+
integrity sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==
846846

847-
"@typescript-eslint/typescript-estree@7.18.0":
848-
version "7.18.0"
849-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
850-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
847+
"@typescript-eslint/typescript-estree@8.3.0":
848+
version "8.3.0"
849+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz#3e3d38af101ba61a8568f034733b72bfc9f176b9"
850+
integrity sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==
851851
dependencies:
852-
"@typescript-eslint/types" "7.18.0"
853-
"@typescript-eslint/visitor-keys" "7.18.0"
852+
"@typescript-eslint/types" "8.3.0"
853+
"@typescript-eslint/visitor-keys" "8.3.0"
854854
debug "^4.3.4"
855-
globby "^11.1.0"
855+
fast-glob "^3.3.2"
856856
is-glob "^4.0.3"
857857
minimatch "^9.0.4"
858858
semver "^7.6.0"
859859
ts-api-utils "^1.3.0"
860860

861-
"@typescript-eslint/utils@7.18.0":
862-
version "7.18.0"
863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
864-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
861+
"@typescript-eslint/utils@8.3.0":
862+
version "8.3.0"
863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.3.0.tgz#b10972319deac5959c7a7075d0cf2b5e1de7ec08"
864+
integrity sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==
865865
dependencies:
866866
"@eslint-community/eslint-utils" "^4.4.0"
867-
"@typescript-eslint/scope-manager" "7.18.0"
868-
"@typescript-eslint/types" "7.18.0"
869-
"@typescript-eslint/typescript-estree" "7.18.0"
867+
"@typescript-eslint/scope-manager" "8.3.0"
868+
"@typescript-eslint/types" "8.3.0"
869+
"@typescript-eslint/typescript-estree" "8.3.0"
870870

871-
"@typescript-eslint/visitor-keys@7.18.0":
872-
version "7.18.0"
873-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
874-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
871+
"@typescript-eslint/visitor-keys@8.3.0":
872+
version "8.3.0"
873+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz#320d747d107af1eef1eb43fbc4ccdbddda13068b"
874+
integrity sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==
875875
dependencies:
876-
"@typescript-eslint/types" "7.18.0"
876+
"@typescript-eslint/types" "8.3.0"
877877
eslint-visitor-keys "^3.4.3"
878878

879879
"@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"
@@ -1331,13 +1326,6 @@ diff@^4.0.1:
13311326
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
13321327
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
13331328

1334-
dir-glob@^3.0.1:
1335-
version "3.0.1"
1336-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
1337-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1338-
dependencies:
1339-
path-type "^4.0.0"
1340-
13411329
doctrine@^3.0.0:
13421330
version "3.0.0"
13431331
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
@@ -1565,7 +1553,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
15651553
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
15661554
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
15671555

1568-
fast-glob@^3.2.9:
1556+
fast-glob@^3.3.2:
15691557
version "3.3.2"
15701558
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
15711559
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -1758,18 +1746,6 @@ globals@^13.19.0:
17581746
dependencies:
17591747
type-fest "^0.20.2"
17601748

1761-
globby@^11.1.0:
1762-
version "11.1.0"
1763-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1764-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
1765-
dependencies:
1766-
array-union "^2.1.0"
1767-
dir-glob "^3.0.1"
1768-
fast-glob "^3.2.9"
1769-
ignore "^5.2.0"
1770-
merge2 "^1.4.1"
1771-
slash "^3.0.0"
1772-
17731749
graceful-fs@^4.2.9:
17741750
version "4.2.11"
17751751
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
@@ -2490,7 +2466,7 @@ merge-stream@^2.0.0:
24902466
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
24912467
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
24922468

2493-
merge2@^1.3.0, merge2@^1.4.1:
2469+
merge2@^1.3.0:
24942470
version "1.4.1"
24952471
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
24962472
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -2710,11 +2686,6 @@ path-parse@^1.0.7:
27102686
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
27112687
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
27122688

2713-
path-type@^4.0.0:
2714-
version "4.0.0"
2715-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
2716-
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
2717-
27182689
picocolors@^1.0.0:
27192690
version "1.0.0"
27202691
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"

0 commit comments

Comments
 (0)