Skip to content

Commit 97866eb

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent dacbb44 commit 97866eb

File tree

2 files changed

+107
-47
lines changed

2 files changed

+107
-47
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"@types/jest": "^29.0.0",
5959
"@types/node": "^14.0.0",
6060
"@types/react": "^18.0.0",
61-
"@typescript-eslint/eslint-plugin": "^5.0.0",
62-
"@typescript-eslint/parser": "^5.0.0",
61+
"@typescript-eslint/eslint-plugin": "^8.0.0",
62+
"@typescript-eslint/parser": "^8.0.0",
6363
"@vercel/ncc": "^0.38.0",
6464
"chalk": "^4.0.0",
6565
"eslint": "^8.0.0",

yarn.lock

+105-45
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ __metadata:
604604
languageName: node
605605
linkType: hard
606606

607-
"@eslint-community/eslint-utils@npm:^4.2.0":
607+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
608608
version: 4.4.0
609609
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
610610
dependencies:
@@ -615,7 +615,7 @@ __metadata:
615615
languageName: node
616616
linkType: hard
617617

618-
"@eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.6.1":
618+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.6.1":
619619
version: 4.11.1
620620
resolution: "@eslint-community/regexpp@npm:4.11.1"
621621
checksum: 6986685529d30e33c2640973c3d8e7ddd31bef3cc8cb10ad54ddc1dea12680779a2c23a45562aa1462c488137a3570e672d122fac7da22d82294382d915cec70
@@ -1832,44 +1832,44 @@ __metadata:
18321832
languageName: node
18331833
linkType: hard
18341834

1835-
"@typescript-eslint/eslint-plugin@npm:^5.0.0":
1836-
version: 5.62.0
1837-
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
1835+
"@typescript-eslint/eslint-plugin@npm:^8.0.0":
1836+
version: 8.5.0
1837+
resolution: "@typescript-eslint/eslint-plugin@npm:8.5.0"
18381838
dependencies:
1839-
"@eslint-community/regexpp": ^4.4.0
1840-
"@typescript-eslint/scope-manager": 5.62.0
1841-
"@typescript-eslint/type-utils": 5.62.0
1842-
"@typescript-eslint/utils": 5.62.0
1843-
debug: ^4.3.4
1839+
"@eslint-community/regexpp": ^4.10.0
1840+
"@typescript-eslint/scope-manager": 8.5.0
1841+
"@typescript-eslint/type-utils": 8.5.0
1842+
"@typescript-eslint/utils": 8.5.0
1843+
"@typescript-eslint/visitor-keys": 8.5.0
18441844
graphemer: ^1.4.0
1845-
ignore: ^5.2.0
1846-
natural-compare-lite: ^1.4.0
1847-
semver: ^7.3.7
1848-
tsutils: ^3.21.0
1845+
ignore: ^5.3.1
1846+
natural-compare: ^1.4.0
1847+
ts-api-utils: ^1.3.0
18491848
peerDependencies:
1850-
"@typescript-eslint/parser": ^5.0.0
1851-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1849+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1850+
eslint: ^8.57.0 || ^9.0.0
18521851
peerDependenciesMeta:
18531852
typescript:
18541853
optional: true
1855-
checksum: fc104b389c768f9fa7d45a48c86d5c1ad522c1d0512943e782a56b1e3096b2cbcc1eea3fcc590647bf0658eef61aac35120a9c6daf979bf629ad2956deb516a1
1854+
checksum: 7cecb0b84c03940bf680ad66f823f4220811ebc5ed6f30588c2a64a41bab24b5bbfcefdace4b5bc11256fb145ece15459ad1ee1f9c4d3e7beff21ccc7a529b43
18561855
languageName: node
18571856
linkType: hard
18581857

1859-
"@typescript-eslint/parser@npm:^5.0.0":
1860-
version: 5.62.0
1861-
resolution: "@typescript-eslint/parser@npm:5.62.0"
1858+
"@typescript-eslint/parser@npm:^8.0.0":
1859+
version: 8.5.0
1860+
resolution: "@typescript-eslint/parser@npm:8.5.0"
18621861
dependencies:
1863-
"@typescript-eslint/scope-manager": 5.62.0
1864-
"@typescript-eslint/types": 5.62.0
1865-
"@typescript-eslint/typescript-estree": 5.62.0
1862+
"@typescript-eslint/scope-manager": 8.5.0
1863+
"@typescript-eslint/types": 8.5.0
1864+
"@typescript-eslint/typescript-estree": 8.5.0
1865+
"@typescript-eslint/visitor-keys": 8.5.0
18661866
debug: ^4.3.4
18671867
peerDependencies:
1868-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1868+
eslint: ^8.57.0 || ^9.0.0
18691869
peerDependenciesMeta:
18701870
typescript:
18711871
optional: true
1872-
checksum: d168f4c7f21a7a63f47002e2d319bcbb6173597af5c60c1cf2de046b46c76b4930a093619e69faf2d30214c29ab27b54dcf1efc7046a6a6bd6f37f59a990e752
1872+
checksum: e53f0a05d8167673d8c9ce7ca22fbd673bb4910e69a96a084cf1dac22555e04d00774533de5bdb3a6bf72f8706fa5f414ee5b398646b6651ba0fd2e875ba3c8a
18731873
languageName: node
18741874
linkType: hard
18751875

@@ -1883,20 +1883,28 @@ __metadata:
18831883
languageName: node
18841884
linkType: hard
18851885

1886-
"@typescript-eslint/type-utils@npm:5.62.0":
1887-
version: 5.62.0
1888-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
1886+
"@typescript-eslint/scope-manager@npm:8.5.0":
1887+
version: 8.5.0
1888+
resolution: "@typescript-eslint/scope-manager@npm:8.5.0"
18891889
dependencies:
1890-
"@typescript-eslint/typescript-estree": 5.62.0
1891-
"@typescript-eslint/utils": 5.62.0
1890+
"@typescript-eslint/types": 8.5.0
1891+
"@typescript-eslint/visitor-keys": 8.5.0
1892+
checksum: ee210599652cd21df39467c2b0eeecf97fceb13cf3402e2c11eb47ee4fe1ec9caacba7dedc0917a62febd607bd3517c6ff3a179074c7d2ac4db412d3ea7f392c
1893+
languageName: node
1894+
linkType: hard
1895+
1896+
"@typescript-eslint/type-utils@npm:8.5.0":
1897+
version: 8.5.0
1898+
resolution: "@typescript-eslint/type-utils@npm:8.5.0"
1899+
dependencies:
1900+
"@typescript-eslint/typescript-estree": 8.5.0
1901+
"@typescript-eslint/utils": 8.5.0
18921902
debug: ^4.3.4
1893-
tsutils: ^3.21.0
1894-
peerDependencies:
1895-
eslint: "*"
1903+
ts-api-utils: ^1.3.0
18961904
peerDependenciesMeta:
18971905
typescript:
18981906
optional: true
1899-
checksum: fc41eece5f315dfda14320be0da78d3a971d650ea41300be7196934b9715f3fe1120a80207551eb71d39568275dbbcf359bde540d1ca1439d8be15e9885d2739
1907+
checksum: ad06f073d8d4d9220e97d0604da91f7f9b0ed8210888496b37348966d962136656fe4c2e650f0c21f8b551cd27c3b93893e80d7277d9526d29faf875c83481c1
19001908
languageName: node
19011909
linkType: hard
19021910

@@ -1907,6 +1915,13 @@ __metadata:
19071915
languageName: node
19081916
linkType: hard
19091917

1918+
"@typescript-eslint/types@npm:8.5.0":
1919+
version: 8.5.0
1920+
resolution: "@typescript-eslint/types@npm:8.5.0"
1921+
checksum: 74a7ec57f867f02e1c957763a0db3f0f29d41293abb0fc1e067f4de404c0c4e07d7126fff7a10a4e1ccb9ebd45351dd7709dad42367a9defaa9a411ed1b8e29d
1922+
languageName: node
1923+
linkType: hard
1924+
19101925
"@typescript-eslint/typescript-estree@npm:5.62.0":
19111926
version: 5.62.0
19121927
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -1925,7 +1940,40 @@ __metadata:
19251940
languageName: node
19261941
linkType: hard
19271942

1928-
"@typescript-eslint/utils@npm:5.62.0, @typescript-eslint/utils@npm:^5.10.0":
1943+
"@typescript-eslint/typescript-estree@npm:8.5.0":
1944+
version: 8.5.0
1945+
resolution: "@typescript-eslint/typescript-estree@npm:8.5.0"
1946+
dependencies:
1947+
"@typescript-eslint/types": 8.5.0
1948+
"@typescript-eslint/visitor-keys": 8.5.0
1949+
debug: ^4.3.4
1950+
fast-glob: ^3.3.2
1951+
is-glob: ^4.0.3
1952+
minimatch: ^9.0.4
1953+
semver: ^7.6.0
1954+
ts-api-utils: ^1.3.0
1955+
peerDependenciesMeta:
1956+
typescript:
1957+
optional: true
1958+
checksum: e8a4d2fc560ab9084c4cafa7933ce17ca9906c88610282507a54c509dea4c03c00182880e34396cfb3b643264d032620dfe14ceba7cc03022ad0fd4213c5548d
1959+
languageName: node
1960+
linkType: hard
1961+
1962+
"@typescript-eslint/utils@npm:8.5.0":
1963+
version: 8.5.0
1964+
resolution: "@typescript-eslint/utils@npm:8.5.0"
1965+
dependencies:
1966+
"@eslint-community/eslint-utils": ^4.4.0
1967+
"@typescript-eslint/scope-manager": 8.5.0
1968+
"@typescript-eslint/types": 8.5.0
1969+
"@typescript-eslint/typescript-estree": 8.5.0
1970+
peerDependencies:
1971+
eslint: ^8.57.0 || ^9.0.0
1972+
checksum: d91d4f29aa3275e35734dbf84dfdb2e0e5557c2ed4181e760b3d9319379f19295a79d223b06f5f3583e4de80938dfe47814a11b7fd66a737b5ca6bbe6a555632
1973+
languageName: node
1974+
linkType: hard
1975+
1976+
"@typescript-eslint/utils@npm:^5.10.0":
19291977
version: 5.62.0
19301978
resolution: "@typescript-eslint/utils@npm:5.62.0"
19311979
dependencies:
@@ -1953,6 +2001,16 @@ __metadata:
19532001
languageName: node
19542002
linkType: hard
19552003

2004+
"@typescript-eslint/visitor-keys@npm:8.5.0":
2005+
version: 8.5.0
2006+
resolution: "@typescript-eslint/visitor-keys@npm:8.5.0"
2007+
dependencies:
2008+
"@typescript-eslint/types": 8.5.0
2009+
eslint-visitor-keys: ^3.4.3
2010+
checksum: dbba7071e9723d0e525d8b350834d95699037e9e7ba9cf2b3b4fb6cf3fd47072869874f665daca54bc084c910a4ae0acfd5670625a4cc62a173662b09f92e79e
2011+
languageName: node
2012+
linkType: hard
2013+
19562014
"@ungap/structured-clone@npm:^1.2.0":
19572015
version: 1.2.0
19582016
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -4720,7 +4778,7 @@ __metadata:
47204778
languageName: node
47214779
linkType: hard
47224780

4723-
"ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4":
4781+
"ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1":
47244782
version: 5.3.2
47254783
resolution: "ignore@npm:5.3.2"
47264784
checksum: 2acfd32a573260ea522ea0bfeff880af426d68f6831f973129e2ba7363f422923cf53aab62f8369cbf4667c7b25b6f8a3761b34ecdb284ea18e87a5262a865be
@@ -5661,8 +5719,8 @@ __metadata:
56615719
"@types/jest": ^29.0.0
56625720
"@types/node": ^14.0.0
56635721
"@types/react": ^18.0.0
5664-
"@typescript-eslint/eslint-plugin": ^5.0.0
5665-
"@typescript-eslint/parser": ^5.0.0
5722+
"@typescript-eslint/eslint-plugin": ^8.0.0
5723+
"@typescript-eslint/parser": ^8.0.0
56665724
"@vercel/ncc": ^0.38.0
56675725
chalk: ^4.0.0
56685726
eslint: ^8.0.0
@@ -6783,13 +6841,6 @@ __metadata:
67836841
languageName: node
67846842
linkType: hard
67856843

6786-
"natural-compare-lite@npm:^1.4.0":
6787-
version: 1.4.0
6788-
resolution: "natural-compare-lite@npm:1.4.0"
6789-
checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
6790-
languageName: node
6791-
linkType: hard
6792-
67936844
"natural-compare@npm:^1.4.0":
67946845
version: 1.4.0
67956846
resolution: "natural-compare@npm:1.4.0"
@@ -8951,6 +9002,15 @@ __metadata:
89519002
languageName: node
89529003
linkType: hard
89539004

9005+
"ts-api-utils@npm:^1.3.0":
9006+
version: 1.3.0
9007+
resolution: "ts-api-utils@npm:1.3.0"
9008+
peerDependencies:
9009+
typescript: ">=4.2.0"
9010+
checksum: c746ddabfdffbf16cb0b0db32bb287236a19e583057f8649ee7c49995bb776e1d3ef384685181c11a1a480369e022ca97512cb08c517b2d2bd82c83754c97012
9011+
languageName: node
9012+
linkType: hard
9013+
89549014
"ts-jest@npm:^29.0.0":
89559015
version: 29.2.5
89569016
resolution: "ts-jest@npm:29.2.5"

0 commit comments

Comments
 (0)