Skip to content

Commit 4f5c484

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent a25898b commit 4f5c484

File tree

2 files changed

+110
-50
lines changed

2 files changed

+110
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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

Lines changed: 108 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ __metadata:
582582
languageName: node
583583
linkType: hard
584584

585-
"@eslint-community/eslint-utils@npm:^4.2.0":
585+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
586586
version: 4.4.1
587587
resolution: "@eslint-community/eslint-utils@npm:4.4.1"
588588
dependencies:
@@ -593,10 +593,10 @@ __metadata:
593593
languageName: node
594594
linkType: hard
595595

596-
"@eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.6.1":
597-
version: 4.12.0
598-
resolution: "@eslint-community/regexpp@npm:4.12.0"
599-
checksum: 640bf6575cdcf6cffc246cede4ebfc4045ca7ee1d1c9eaeaf302f63ade05d2a20c58908d8d335c9409824cad77773d1282141af7e8e2aa7ce137d77a038254a0
596+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.6.1":
597+
version: 4.12.1
598+
resolution: "@eslint-community/regexpp@npm:4.12.1"
599+
checksum: 0d628680e204bc316d545b4993d3658427ca404ae646ce541fcc65306b8c712c340e5e573e30fb9f85f4855c0c5f6dca9868931f2fcced06417fbe1a0c6cd2d6
600600
languageName: node
601601
linkType: hard
602602

@@ -1902,44 +1902,44 @@ __metadata:
19021902
languageName: node
19031903
linkType: hard
19041904

1905-
"@typescript-eslint/eslint-plugin@npm:^5.0.0":
1906-
version: 5.62.0
1907-
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
1905+
"@typescript-eslint/eslint-plugin@npm:^8.0.0":
1906+
version: 8.11.0
1907+
resolution: "@typescript-eslint/eslint-plugin@npm:8.11.0"
19081908
dependencies:
1909-
"@eslint-community/regexpp": ^4.4.0
1910-
"@typescript-eslint/scope-manager": 5.62.0
1911-
"@typescript-eslint/type-utils": 5.62.0
1912-
"@typescript-eslint/utils": 5.62.0
1913-
debug: ^4.3.4
1909+
"@eslint-community/regexpp": ^4.10.0
1910+
"@typescript-eslint/scope-manager": 8.11.0
1911+
"@typescript-eslint/type-utils": 8.11.0
1912+
"@typescript-eslint/utils": 8.11.0
1913+
"@typescript-eslint/visitor-keys": 8.11.0
19141914
graphemer: ^1.4.0
1915-
ignore: ^5.2.0
1916-
natural-compare-lite: ^1.4.0
1917-
semver: ^7.3.7
1918-
tsutils: ^3.21.0
1915+
ignore: ^5.3.1
1916+
natural-compare: ^1.4.0
1917+
ts-api-utils: ^1.3.0
19191918
peerDependencies:
1920-
"@typescript-eslint/parser": ^5.0.0
1921-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1919+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
1920+
eslint: ^8.57.0 || ^9.0.0
19221921
peerDependenciesMeta:
19231922
typescript:
19241923
optional: true
1925-
checksum: fc104b389c768f9fa7d45a48c86d5c1ad522c1d0512943e782a56b1e3096b2cbcc1eea3fcc590647bf0658eef61aac35120a9c6daf979bf629ad2956deb516a1
1924+
checksum: 5cfc337a957b1c1a868f0f05ed278d4b631aab3aad037c1ca52f458973dee53c2f79db5cb3ac0278d3a4d2846560335212e347c4b978efd84811d6c910e93975
19261925
languageName: node
19271926
linkType: hard
19281927

1929-
"@typescript-eslint/parser@npm:^5.0.0":
1930-
version: 5.62.0
1931-
resolution: "@typescript-eslint/parser@npm:5.62.0"
1928+
"@typescript-eslint/parser@npm:^8.0.0":
1929+
version: 8.11.0
1930+
resolution: "@typescript-eslint/parser@npm:8.11.0"
19321931
dependencies:
1933-
"@typescript-eslint/scope-manager": 5.62.0
1934-
"@typescript-eslint/types": 5.62.0
1935-
"@typescript-eslint/typescript-estree": 5.62.0
1932+
"@typescript-eslint/scope-manager": 8.11.0
1933+
"@typescript-eslint/types": 8.11.0
1934+
"@typescript-eslint/typescript-estree": 8.11.0
1935+
"@typescript-eslint/visitor-keys": 8.11.0
19361936
debug: ^4.3.4
19371937
peerDependencies:
1938-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1938+
eslint: ^8.57.0 || ^9.0.0
19391939
peerDependenciesMeta:
19401940
typescript:
19411941
optional: true
1942-
checksum: d168f4c7f21a7a63f47002e2d319bcbb6173597af5c60c1cf2de046b46c76b4930a093619e69faf2d30214c29ab27b54dcf1efc7046a6a6bd6f37f59a990e752
1942+
checksum: b7664933df72e150289889e16f10f042d427d8334786ce33fa2e0d2fd2fbf31a52c6e88f9b6b9a864f4e78c7b60cd52c034886eb1fa82893d69434bcd4f7e173
19431943
languageName: node
19441944
linkType: hard
19451945

@@ -1953,20 +1953,28 @@ __metadata:
19531953
languageName: node
19541954
linkType: hard
19551955

1956-
"@typescript-eslint/type-utils@npm:5.62.0":
1957-
version: 5.62.0
1958-
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
1956+
"@typescript-eslint/scope-manager@npm:8.11.0":
1957+
version: 8.11.0
1958+
resolution: "@typescript-eslint/scope-manager@npm:8.11.0"
19591959
dependencies:
1960-
"@typescript-eslint/typescript-estree": 5.62.0
1961-
"@typescript-eslint/utils": 5.62.0
1960+
"@typescript-eslint/types": 8.11.0
1961+
"@typescript-eslint/visitor-keys": 8.11.0
1962+
checksum: f36212ac1df6a2ed0953beda6bf66e57fd56fcc1c4b4d21149f3451ae621f63aa7ccb92aa1281615250264fdd22e56a163a5d11c5c772c857741ac0e25533325
1963+
languageName: node
1964+
linkType: hard
1965+
1966+
"@typescript-eslint/type-utils@npm:8.11.0":
1967+
version: 8.11.0
1968+
resolution: "@typescript-eslint/type-utils@npm:8.11.0"
1969+
dependencies:
1970+
"@typescript-eslint/typescript-estree": 8.11.0
1971+
"@typescript-eslint/utils": 8.11.0
19621972
debug: ^4.3.4
1963-
tsutils: ^3.21.0
1964-
peerDependencies:
1965-
eslint: "*"
1973+
ts-api-utils: ^1.3.0
19661974
peerDependenciesMeta:
19671975
typescript:
19681976
optional: true
1969-
checksum: fc41eece5f315dfda14320be0da78d3a971d650ea41300be7196934b9715f3fe1120a80207551eb71d39568275dbbcf359bde540d1ca1439d8be15e9885d2739
1977+
checksum: 74704ee811de343ea2d349a16eec53b6cc8f2b5720510bf327e10667304c48410af78b9ec7aee5d43924a3f6c268cc2cddb7a0606f20c62391b0d7045d8b6264
19701978
languageName: node
19711979
linkType: hard
19721980

@@ -1977,6 +1985,13 @@ __metadata:
19771985
languageName: node
19781986
linkType: hard
19791987

1988+
"@typescript-eslint/types@npm:8.11.0":
1989+
version: 8.11.0
1990+
resolution: "@typescript-eslint/types@npm:8.11.0"
1991+
checksum: 2958f3b5b30d3a876aad79df15662e6c23fe3d0c7750c473f27adc725b2a20f303e914db785c64200bc4092c3489648407792e2bd89eccf3f7aaa4495be81681
1992+
languageName: node
1993+
linkType: hard
1994+
19801995
"@typescript-eslint/typescript-estree@npm:5.62.0":
19811996
version: 5.62.0
19821997
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -1995,7 +2010,40 @@ __metadata:
19952010
languageName: node
19962011
linkType: hard
19972012

1998-
"@typescript-eslint/utils@npm:5.62.0, @typescript-eslint/utils@npm:^5.10.0":
2013+
"@typescript-eslint/typescript-estree@npm:8.11.0":
2014+
version: 8.11.0
2015+
resolution: "@typescript-eslint/typescript-estree@npm:8.11.0"
2016+
dependencies:
2017+
"@typescript-eslint/types": 8.11.0
2018+
"@typescript-eslint/visitor-keys": 8.11.0
2019+
debug: ^4.3.4
2020+
fast-glob: ^3.3.2
2021+
is-glob: ^4.0.3
2022+
minimatch: ^9.0.4
2023+
semver: ^7.6.0
2024+
ts-api-utils: ^1.3.0
2025+
peerDependenciesMeta:
2026+
typescript:
2027+
optional: true
2028+
checksum: 03ae4740d4ff19ebc3ea68ac3be1a0265b4abe6348fdc48123e20d6f9206baaa70209e65c9fa4a91930da7d3952c55099a307014284c9b596b12f72bce741817
2029+
languageName: node
2030+
linkType: hard
2031+
2032+
"@typescript-eslint/utils@npm:8.11.0":
2033+
version: 8.11.0
2034+
resolution: "@typescript-eslint/utils@npm:8.11.0"
2035+
dependencies:
2036+
"@eslint-community/eslint-utils": ^4.4.0
2037+
"@typescript-eslint/scope-manager": 8.11.0
2038+
"@typescript-eslint/types": 8.11.0
2039+
"@typescript-eslint/typescript-estree": 8.11.0
2040+
peerDependencies:
2041+
eslint: ^8.57.0 || ^9.0.0
2042+
checksum: 0a6286fb6c6aaf497bcd5657e4f8167f29c32bb913e4feab3822c504f537ac30975d626dff442cc691e040384ad197313b5685d79296fc8a42ed6c827dcb52fc
2043+
languageName: node
2044+
linkType: hard
2045+
2046+
"@typescript-eslint/utils@npm:^5.10.0":
19992047
version: 5.62.0
20002048
resolution: "@typescript-eslint/utils@npm:5.62.0"
20012049
dependencies:
@@ -2023,6 +2071,16 @@ __metadata:
20232071
languageName: node
20242072
linkType: hard
20252073

2074+
"@typescript-eslint/visitor-keys@npm:8.11.0":
2075+
version: 8.11.0
2076+
resolution: "@typescript-eslint/visitor-keys@npm:8.11.0"
2077+
dependencies:
2078+
"@typescript-eslint/types": 8.11.0
2079+
eslint-visitor-keys: ^3.4.3
2080+
checksum: 29057642bf63994646bd8c5b4baa704ae8b1ff094daa6254a6a92e9fbd252086e219b2b7e8050a131da58cd16cc4dee20bb9fc142bc0d3f22f92af2b59b5444e
2081+
languageName: node
2082+
linkType: hard
2083+
20262084
"@ungap/structured-clone@npm:^1.2.0":
20272085
version: 1.2.0
20282086
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -4835,7 +4893,7 @@ __metadata:
48354893
languageName: node
48364894
linkType: hard
48374895

4838-
"ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4":
4896+
"ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1":
48394897
version: 5.3.2
48404898
resolution: "ignore@npm:5.3.2"
48414899
checksum: 2acfd32a573260ea522ea0bfeff880af426d68f6831f973129e2ba7363f422923cf53aab62f8369cbf4667c7b25b6f8a3761b34ecdb284ea18e87a5262a865be
@@ -5776,8 +5834,8 @@ __metadata:
57765834
"@types/jest": ^29.0.0
57775835
"@types/node": ^14.0.0
57785836
"@types/react": ^18.0.0
5779-
"@typescript-eslint/eslint-plugin": ^5.0.0
5780-
"@typescript-eslint/parser": ^5.0.0
5837+
"@typescript-eslint/eslint-plugin": ^8.0.0
5838+
"@typescript-eslint/parser": ^8.0.0
57815839
"@vercel/ncc": ^0.38.0
57825840
chalk: ^4.0.0
57835841
eslint: ^8.0.0
@@ -6951,13 +7009,6 @@ __metadata:
69517009
languageName: node
69527010
linkType: hard
69537011

6954-
"natural-compare-lite@npm:^1.4.0":
6955-
version: 1.4.0
6956-
resolution: "natural-compare-lite@npm:1.4.0"
6957-
checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
6958-
languageName: node
6959-
linkType: hard
6960-
69617012
"natural-compare@npm:^1.4.0":
69627013
version: 1.4.0
69637014
resolution: "natural-compare@npm:1.4.0"
@@ -9233,6 +9284,15 @@ __metadata:
92339284
languageName: node
92349285
linkType: hard
92359286

9287+
"ts-api-utils@npm:^1.3.0":
9288+
version: 1.3.0
9289+
resolution: "ts-api-utils@npm:1.3.0"
9290+
peerDependencies:
9291+
typescript: ">=4.2.0"
9292+
checksum: c746ddabfdffbf16cb0b0db32bb287236a19e583057f8649ee7c49995bb776e1d3ef384685181c11a1a480369e022ca97512cb08c517b2d2bd82c83754c97012
9293+
languageName: node
9294+
linkType: hard
9295+
92369296
"ts-jest@npm:^29.0.0":
92379297
version: 29.2.5
92389298
resolution: "ts-jest@npm:29.2.5"

0 commit comments

Comments
 (0)