Skip to content

Commit e482a22

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 08c9eab commit e482a22

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
@@ -605,7 +605,7 @@ __metadata:
605605
languageName: node
606606
linkType: hard
607607

608-
"@eslint-community/eslint-utils@npm:^4.2.0":
608+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
609609
version: 4.4.0
610610
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
611611
dependencies:
@@ -616,7 +616,7 @@ __metadata:
616616
languageName: node
617617
linkType: hard
618618

619-
"@eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.6.1":
619+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.6.1":
620620
version: 4.11.0
621621
resolution: "@eslint-community/regexpp@npm:4.11.0"
622622
checksum: 97d2fe46690b69417a551bd19a3dc53b6d9590d2295c43cc4c4e44e64131af541e2f4a44d5c12e87de990403654d3dae9d33600081f3a2f0386b368abc9111ec
@@ -1826,44 +1826,44 @@ __metadata:
18261826
languageName: node
18271827
linkType: hard
18281828

1829-
"@typescript-eslint/eslint-plugin@npm:^5.0.0":
1830-
version: 5.62.0
1831-
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
1829+
"@typescript-eslint/eslint-plugin@npm:^8.0.0":
1830+
version: 8.1.0
1831+
resolution: "@typescript-eslint/eslint-plugin@npm:8.1.0"
18321832
dependencies:
1833-
"@eslint-community/regexpp": ^4.4.0
1834-
"@typescript-eslint/scope-manager": 5.62.0
1835-
"@typescript-eslint/type-utils": 5.62.0
1836-
"@typescript-eslint/utils": 5.62.0
1837-
debug: ^4.3.4
1833+
"@eslint-community/regexpp": ^4.10.0
1834+
"@typescript-eslint/scope-manager": 8.1.0
1835+
"@typescript-eslint/type-utils": 8.1.0
1836+
"@typescript-eslint/utils": 8.1.0
1837+
"@typescript-eslint/visitor-keys": 8.1.0
18381838
graphemer: ^1.4.0
1839-
ignore: ^5.2.0
1840-
natural-compare-lite: ^1.4.0
1841-
semver: ^7.3.7
1842-
tsutils: ^3.21.0
1839+
ignore: ^5.3.1
1840+
natural-compare: ^1.4.0
1841+
ts-api-utils: ^1.3.0
18431842
peerDependencies:
1844-
"@typescript-eslint/parser": ^5.0.0
1845-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1843+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1844+
eslint: ^8.57.0 || ^9.0.0
18461845
peerDependenciesMeta:
18471846
typescript:
18481847
optional: true
1849-
checksum: fc104b389c768f9fa7d45a48c86d5c1ad522c1d0512943e782a56b1e3096b2cbcc1eea3fcc590647bf0658eef61aac35120a9c6daf979bf629ad2956deb516a1
1848+
checksum: e50e552ca531a4587e7976199320614758fe80c6c83c7f6780d8fe121856e99462cbee319136475be4b9ccec2ea13af347cf5a8e97c234f7c0afd28cb9867aca
18501849
languageName: node
18511850
linkType: hard
18521851

1853-
"@typescript-eslint/parser@npm:^5.0.0":
1854-
version: 5.62.0
1855-
resolution: "@typescript-eslint/parser@npm:5.62.0"
1852+
"@typescript-eslint/parser@npm:^8.0.0":
1853+
version: 8.1.0
1854+
resolution: "@typescript-eslint/parser@npm:8.1.0"
18561855
dependencies:
1857-
"@typescript-eslint/scope-manager": 5.62.0
1858-
"@typescript-eslint/types": 5.62.0
1859-
"@typescript-eslint/typescript-estree": 5.62.0
1856+
"@typescript-eslint/scope-manager": 8.1.0
1857+
"@typescript-eslint/types": 8.1.0
1858+
"@typescript-eslint/typescript-estree": 8.1.0
1859+
"@typescript-eslint/visitor-keys": 8.1.0
18601860
debug: ^4.3.4
18611861
peerDependencies:
1862-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1862+
eslint: ^8.57.0 || ^9.0.0
18631863
peerDependenciesMeta:
18641864
typescript:
18651865
optional: true
1866-
checksum: d168f4c7f21a7a63f47002e2d319bcbb6173597af5c60c1cf2de046b46c76b4930a093619e69faf2d30214c29ab27b54dcf1efc7046a6a6bd6f37f59a990e752
1866+
checksum: 17337b6b70f9b1f95bd161bf4e7a358714b2eca1e377857e0de0ba23be576fcb939cac74c497e447935cb771705f41e2dc7771b5e74308d73d9f29f05e6f1b3f
18671867
languageName: node
18681868
linkType: hard
18691869

@@ -1877,20 +1877,28 @@ __metadata:
18771877
languageName: node
18781878
linkType: hard
18791879

1880-
"@typescript-eslint/type-utils@npm:5.62.0":
1881-
version: 5.62.0
1882-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
1880+
"@typescript-eslint/scope-manager@npm:8.1.0":
1881+
version: 8.1.0
1882+
resolution: "@typescript-eslint/scope-manager@npm:8.1.0"
18831883
dependencies:
1884-
"@typescript-eslint/typescript-estree": 5.62.0
1885-
"@typescript-eslint/utils": 5.62.0
1884+
"@typescript-eslint/types": 8.1.0
1885+
"@typescript-eslint/visitor-keys": 8.1.0
1886+
checksum: 7febb23f480802ecce3c99988392ce77187f14b06e384de0d246880493e58de878d3c4eac465899fe2dcd55617e71c6b978547844402f05d2f152c25dcbc8b19
1887+
languageName: node
1888+
linkType: hard
1889+
1890+
"@typescript-eslint/type-utils@npm:8.1.0":
1891+
version: 8.1.0
1892+
resolution: "@typescript-eslint/type-utils@npm:8.1.0"
1893+
dependencies:
1894+
"@typescript-eslint/typescript-estree": 8.1.0
1895+
"@typescript-eslint/utils": 8.1.0
18861896
debug: ^4.3.4
1887-
tsutils: ^3.21.0
1888-
peerDependencies:
1889-
eslint: "*"
1897+
ts-api-utils: ^1.3.0
18901898
peerDependenciesMeta:
18911899
typescript:
18921900
optional: true
1893-
checksum: fc41eece5f315dfda14320be0da78d3a971d650ea41300be7196934b9715f3fe1120a80207551eb71d39568275dbbcf359bde540d1ca1439d8be15e9885d2739
1901+
checksum: 226938167fb43c39df98d7fd875404fab862783113e9fac381725b4b45bdbbc6e8bc618057ecfd9a0a5ce724c9bf673ccdf10c9832eae22852d5576bcf119a47
18941902
languageName: node
18951903
linkType: hard
18961904

@@ -1901,6 +1909,13 @@ __metadata:
19011909
languageName: node
19021910
linkType: hard
19031911

1912+
"@typescript-eslint/types@npm:8.1.0":
1913+
version: 8.1.0
1914+
resolution: "@typescript-eslint/types@npm:8.1.0"
1915+
checksum: 90c5177e2afe8be97fbeda49702cc37a17dd0c3537f9b43d72ae22fcdf76f505676579ced13e2cd2708e4cc4f7347872c76a0c8751f354de6874417f0fadbb76
1916+
languageName: node
1917+
linkType: hard
1918+
19041919
"@typescript-eslint/typescript-estree@npm:5.62.0":
19051920
version: 5.62.0
19061921
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -1919,7 +1934,40 @@ __metadata:
19191934
languageName: node
19201935
linkType: hard
19211936

1922-
"@typescript-eslint/utils@npm:5.62.0, @typescript-eslint/utils@npm:^5.10.0":
1937+
"@typescript-eslint/typescript-estree@npm:8.1.0":
1938+
version: 8.1.0
1939+
resolution: "@typescript-eslint/typescript-estree@npm:8.1.0"
1940+
dependencies:
1941+
"@typescript-eslint/types": 8.1.0
1942+
"@typescript-eslint/visitor-keys": 8.1.0
1943+
debug: ^4.3.4
1944+
globby: ^11.1.0
1945+
is-glob: ^4.0.3
1946+
minimatch: ^9.0.4
1947+
semver: ^7.6.0
1948+
ts-api-utils: ^1.3.0
1949+
peerDependenciesMeta:
1950+
typescript:
1951+
optional: true
1952+
checksum: 5174ac942436d251037a2b3f8935337234ca538674ccfbe755b429ea4f7589c2eb6cd2dbcae5a5a9aee4f7a58fc47ec38b644d3838fbf0510634a4e60bc8f38b
1953+
languageName: node
1954+
linkType: hard
1955+
1956+
"@typescript-eslint/utils@npm:8.1.0":
1957+
version: 8.1.0
1958+
resolution: "@typescript-eslint/utils@npm:8.1.0"
1959+
dependencies:
1960+
"@eslint-community/eslint-utils": ^4.4.0
1961+
"@typescript-eslint/scope-manager": 8.1.0
1962+
"@typescript-eslint/types": 8.1.0
1963+
"@typescript-eslint/typescript-estree": 8.1.0
1964+
peerDependencies:
1965+
eslint: ^8.57.0 || ^9.0.0
1966+
checksum: b4532aaf76a1314a08f95be7682066c20cd6ff9baa078975f5c4e379c113befd69ace697aead692717a6c5396385bcb7886fec8454c7dd811f875fe08d67b8dd
1967+
languageName: node
1968+
linkType: hard
1969+
1970+
"@typescript-eslint/utils@npm:^5.10.0":
19231971
version: 5.62.0
19241972
resolution: "@typescript-eslint/utils@npm:5.62.0"
19251973
dependencies:
@@ -1947,6 +1995,16 @@ __metadata:
19471995
languageName: node
19481996
linkType: hard
19491997

1998+
"@typescript-eslint/visitor-keys@npm:8.1.0":
1999+
version: 8.1.0
2000+
resolution: "@typescript-eslint/visitor-keys@npm:8.1.0"
2001+
dependencies:
2002+
"@typescript-eslint/types": 8.1.0
2003+
eslint-visitor-keys: ^3.4.3
2004+
checksum: 4dedea4009ee6e782ca14d0a1bfd2d6e763c0834fde976a99a8c32befba7dffbaa694c27a3d5dae8aea628278f96e06199eb6a7fb0bf19511815825f76eb04b4
2005+
languageName: node
2006+
linkType: hard
2007+
19502008
"@ungap/structured-clone@npm:^1.2.0":
19512009
version: 1.2.0
19522010
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -4713,7 +4771,7 @@ __metadata:
47134771
languageName: node
47144772
linkType: hard
47154773

4716-
"ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4":
4774+
"ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1":
47174775
version: 5.3.2
47184776
resolution: "ignore@npm:5.3.2"
47194777
checksum: 2acfd32a573260ea522ea0bfeff880af426d68f6831f973129e2ba7363f422923cf53aab62f8369cbf4667c7b25b6f8a3761b34ecdb284ea18e87a5262a865be
@@ -5654,8 +5712,8 @@ __metadata:
56545712
"@types/jest": ^29.0.0
56555713
"@types/node": ^14.0.0
56565714
"@types/react": ^18.0.0
5657-
"@typescript-eslint/eslint-plugin": ^5.0.0
5658-
"@typescript-eslint/parser": ^5.0.0
5715+
"@typescript-eslint/eslint-plugin": ^8.0.0
5716+
"@typescript-eslint/parser": ^8.0.0
56595717
"@vercel/ncc": ^0.38.0
56605718
chalk: ^4.0.0
56615719
eslint: ^8.0.0
@@ -6776,13 +6834,6 @@ __metadata:
67766834
languageName: node
67776835
linkType: hard
67786836

6779-
"natural-compare-lite@npm:^1.4.0":
6780-
version: 1.4.0
6781-
resolution: "natural-compare-lite@npm:1.4.0"
6782-
checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
6783-
languageName: node
6784-
linkType: hard
6785-
67866837
"natural-compare@npm:^1.4.0":
67876838
version: 1.4.0
67886839
resolution: "natural-compare@npm:1.4.0"
@@ -8937,6 +8988,15 @@ __metadata:
89378988
languageName: node
89388989
linkType: hard
89398990

8991+
"ts-api-utils@npm:^1.3.0":
8992+
version: 1.3.0
8993+
resolution: "ts-api-utils@npm:1.3.0"
8994+
peerDependencies:
8995+
typescript: ">=4.2.0"
8996+
checksum: c746ddabfdffbf16cb0b0db32bb287236a19e583057f8649ee7c49995bb776e1d3ef384685181c11a1a480369e022ca97512cb08c517b2d2bd82c83754c97012
8997+
languageName: node
8998+
linkType: hard
8999+
89409000
"ts-jest@npm:^29.0.0":
89419001
version: 29.2.4
89429002
resolution: "ts-jest@npm:29.2.4"

0 commit comments

Comments
 (0)