Skip to content

Commit 5b68425

Browse files
ci: 📦 update typescript-eslint monorepo to v8
1 parent eeec607 commit 5b68425

File tree

2 files changed

+99
-24
lines changed

2 files changed

+99
-24
lines changed

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
"@types/babel__core": "^7.20.5",
9292
"@types/jest": "29.5.13",
9393
"@types/node": "^20.0.0",
94-
"@typescript-eslint/eslint-plugin": "7.18.0",
95-
"@typescript-eslint/parser": "7.18.0",
94+
"@typescript-eslint/eslint-plugin": "8.8.1",
95+
"@typescript-eslint/parser": "8.8.1",
9696
"@vitest/coverage-v8": "2.1.2",
9797
"@vitest/ui": "2.1.2",
9898
"autoprefixer": "^10.4.0",

‎yarn.lock‎

Lines changed: 97 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4396,8 +4396,8 @@ __metadata:
43964396
"@types/babel__helper-plugin-utils": ^7.10.3
43974397
"@types/jest": 29.5.13
43984398
"@types/node": ^20.0.0
4399-
"@typescript-eslint/eslint-plugin": 7.18.0
4400-
"@typescript-eslint/parser": 7.18.0
4399+
"@typescript-eslint/eslint-plugin": 8.8.1
4400+
"@typescript-eslint/parser": 8.8.1
44014401
"@vitest/coverage-v8": 2.1.2
44024402
"@vitest/ui": 2.1.2
44034403
autoprefixer: ^10.4.0
@@ -7731,44 +7731,44 @@ __metadata:
77317731
languageName: node
77327732
linkType: hard
77337733

7734-
"@typescript-eslint/eslint-plugin@npm:7.18.0":
7735-
version: 7.18.0
7736-
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
7734+
"@typescript-eslint/eslint-plugin@npm:8.8.1":
7735+
version: 8.8.1
7736+
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.1"
77377737
dependencies:
77387738
"@eslint-community/regexpp": ^4.10.0
7739-
"@typescript-eslint/scope-manager": 7.18.0
7740-
"@typescript-eslint/type-utils": 7.18.0
7741-
"@typescript-eslint/utils": 7.18.0
7742-
"@typescript-eslint/visitor-keys": 7.18.0
7739+
"@typescript-eslint/scope-manager": 8.8.1
7740+
"@typescript-eslint/type-utils": 8.8.1
7741+
"@typescript-eslint/utils": 8.8.1
7742+
"@typescript-eslint/visitor-keys": 8.8.1
77437743
graphemer: ^1.4.0
77447744
ignore: ^5.3.1
77457745
natural-compare: ^1.4.0
77467746
ts-api-utils: ^1.3.0
77477747
peerDependencies:
7748-
"@typescript-eslint/parser": ^7.0.0
7749-
eslint: ^8.56.0
7748+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
7749+
eslint: ^8.57.0 || ^9.0.0
77507750
peerDependenciesMeta:
77517751
typescript:
77527752
optional: true
7753-
checksum: dfcf150628ca2d4ccdfc20b46b0eae075c2f16ef5e70d9d2f0d746acf4c69a09f962b93befee01a529f14bbeb3e817b5aba287d7dd0edc23396bc5ed1f448c3d
7753+
checksum: 1f68a48a98ccf9a97674a4f58ed43624b9eb57b8d99440ecd35f1dfeeb4905d18bc044bd0857f7dbea354d49562ee66f8639133dc273edfc65d3b34ddd58036d
77547754
languageName: node
77557755
linkType: hard
77567756

7757-
"@typescript-eslint/parser@npm:7.18.0":
7758-
version: 7.18.0
7759-
resolution: "@typescript-eslint/parser@npm:7.18.0"
7757+
"@typescript-eslint/parser@npm:8.8.1":
7758+
version: 8.8.1
7759+
resolution: "@typescript-eslint/parser@npm:8.8.1"
77607760
dependencies:
7761-
"@typescript-eslint/scope-manager": 7.18.0
7762-
"@typescript-eslint/types": 7.18.0
7763-
"@typescript-eslint/typescript-estree": 7.18.0
7764-
"@typescript-eslint/visitor-keys": 7.18.0
7761+
"@typescript-eslint/scope-manager": 8.8.1
7762+
"@typescript-eslint/types": 8.8.1
7763+
"@typescript-eslint/typescript-estree": 8.8.1
7764+
"@typescript-eslint/visitor-keys": 8.8.1
77657765
debug: ^4.3.4
77667766
peerDependencies:
7767-
eslint: ^8.56.0
7767+
eslint: ^8.57.0 || ^9.0.0
77687768
peerDependenciesMeta:
77697769
typescript:
77707770
optional: true
7771-
checksum: 132b56ac3b2d90b588d61d005a70f6af322860974225b60201cbf45abf7304d67b7d8a6f0ade1c188ac4e339884e78d6dcd450417f1481998f9ddd155bab0801
7771+
checksum: d3b6d5549533a09826a1b13be281c9af2d222bd41087d9bdafffe6db0cd65c74dba2a799486cb4d42b39c114eee734f989b13966a1d84a42c453701ed4da5095
77727772
languageName: node
77737773
linkType: hard
77747774

@@ -7782,7 +7782,32 @@ __metadata:
77827782
languageName: node
77837783
linkType: hard
77847784

7785-
"@typescript-eslint/type-utils@npm:7.18.0, @typescript-eslint/type-utils@npm:^7.3.0":
7785+
"@typescript-eslint/scope-manager@npm:8.8.1":
7786+
version: 8.8.1
7787+
resolution: "@typescript-eslint/scope-manager@npm:8.8.1"
7788+
dependencies:
7789+
"@typescript-eslint/types": 8.8.1
7790+
"@typescript-eslint/visitor-keys": 8.8.1
7791+
checksum: 08527c75ac99192d86e4c93bf3c0628f0ec63f2337a4f7e7f9fab17a6a37b396dc1a3589ea291fcdd0f2c7c0874b4d18e16ace977e16234b4bcc27926796ea4d
7792+
languageName: node
7793+
linkType: hard
7794+
7795+
"@typescript-eslint/type-utils@npm:8.8.1":
7796+
version: 8.8.1
7797+
resolution: "@typescript-eslint/type-utils@npm:8.8.1"
7798+
dependencies:
7799+
"@typescript-eslint/typescript-estree": 8.8.1
7800+
"@typescript-eslint/utils": 8.8.1
7801+
debug: ^4.3.4
7802+
ts-api-utils: ^1.3.0
7803+
peerDependenciesMeta:
7804+
typescript:
7805+
optional: true
7806+
checksum: 2674288fcf99bda0439ec60b42da8fbc9cc2f827c41bbef7f4687beeb3d24a09fbc50897d7f090743830a00cf4e018a3cec7847842bf58d83b70a42203898278
7807+
languageName: node
7808+
linkType: hard
7809+
7810+
"@typescript-eslint/type-utils@npm:^7.3.0":
77867811
version: 7.18.0
77877812
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
77887813
dependencies:
@@ -7806,6 +7831,13 @@ __metadata:
78067831
languageName: node
78077832
linkType: hard
78087833

7834+
"@typescript-eslint/types@npm:8.8.1":
7835+
version: 8.8.1
7836+
resolution: "@typescript-eslint/types@npm:8.8.1"
7837+
checksum: 271d0dc55743d63e038c1476b47aee28db96029138bd1ace5cd16a12e1c32819b3fa0e53a9a26fd548e463ed6cdb3caf4dfd643cb7c7fc2004a624efd6e9d17e
7838+
languageName: node
7839+
linkType: hard
7840+
78097841
"@typescript-eslint/typescript-estree@npm:7.18.0":
78107842
version: 7.18.0
78117843
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -7825,6 +7857,25 @@ __metadata:
78257857
languageName: node
78267858
linkType: hard
78277859

7860+
"@typescript-eslint/typescript-estree@npm:8.8.1":
7861+
version: 8.8.1
7862+
resolution: "@typescript-eslint/typescript-estree@npm:8.8.1"
7863+
dependencies:
7864+
"@typescript-eslint/types": 8.8.1
7865+
"@typescript-eslint/visitor-keys": 8.8.1
7866+
debug: ^4.3.4
7867+
fast-glob: ^3.3.2
7868+
is-glob: ^4.0.3
7869+
minimatch: ^9.0.4
7870+
semver: ^7.6.0
7871+
ts-api-utils: ^1.3.0
7872+
peerDependenciesMeta:
7873+
typescript:
7874+
optional: true
7875+
checksum: 893795fd562da8babcf6eca36e1ea1a39920200dbd15e826120a3482458be6648f0d138c71c4c840aded0feb7528272c0b9033d57fba978756a6d2730cec5ca6
7876+
languageName: node
7877+
linkType: hard
7878+
78287879
"@typescript-eslint/utils@npm:7.18.0, @typescript-eslint/utils@npm:^7.3.0":
78297880
version: 7.18.0
78307881
resolution: "@typescript-eslint/utils@npm:7.18.0"
@@ -7839,6 +7890,20 @@ __metadata:
78397890
languageName: node
78407891
linkType: hard
78417892

7893+
"@typescript-eslint/utils@npm:8.8.1":
7894+
version: 8.8.1
7895+
resolution: "@typescript-eslint/utils@npm:8.8.1"
7896+
dependencies:
7897+
"@eslint-community/eslint-utils": ^4.4.0
7898+
"@typescript-eslint/scope-manager": 8.8.1
7899+
"@typescript-eslint/types": 8.8.1
7900+
"@typescript-eslint/typescript-estree": 8.8.1
7901+
peerDependencies:
7902+
eslint: ^8.57.0 || ^9.0.0
7903+
checksum: cf31d18edb646f6c864239f591fcff322ae315c27337d2f07f71f1a859e58102467923810ef165acc6fb147be857b319087fb82622d93c9ca49042872f576f80
7904+
languageName: node
7905+
linkType: hard
7906+
78427907
"@typescript-eslint/visitor-keys@npm:7.18.0":
78437908
version: 7.18.0
78447909
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
@@ -7849,6 +7914,16 @@ __metadata:
78497914
languageName: node
78507915
linkType: hard
78517916

7917+
"@typescript-eslint/visitor-keys@npm:8.8.1":
7918+
version: 8.8.1
7919+
resolution: "@typescript-eslint/visitor-keys@npm:8.8.1"
7920+
dependencies:
7921+
"@typescript-eslint/types": 8.8.1
7922+
eslint-visitor-keys: ^3.4.3
7923+
checksum: c5861ae79fb3f190e7882dcdf7735799249c73804f0e52e2ac5a5000bc33cbc44c4e3a0800db7aa8d5ee5c43393495eec7a7c7c963ceafc122e8472b479b32f5
7924+
languageName: node
7925+
linkType: hard
7926+
78527927
"@ungap/structured-clone@npm:^1.2.0":
78537928
version: 1.2.0
78547929
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)