Skip to content

Commit a4efd35

Browse files
build(deps-dev): Bump the typescript-eslint group with 3 updates
Bumps the typescript-eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.26.0 to 8.29.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.26.0 to 8.29.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/parser) Updates `typescript-eslint` from 8.26.0 to 8.29.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a35b3f4 commit a4efd35

File tree

2 files changed

+96
-36
lines changed

2 files changed

+96
-36
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
"@types/is-ci": "3.0.4",
193193
"@types/node": "22.9.0",
194194
"@types/node-notifier": "8.0.5",
195-
"@typescript-eslint/eslint-plugin": "8.26.0",
196-
"@typescript-eslint/parser": "8.26.0",
195+
"@typescript-eslint/eslint-plugin": "8.29.0",
196+
"@typescript-eslint/parser": "8.29.0",
197197
"@vates/toggle-scripts": "1.0.0",
198198
"@vitest/coverage-v8": "3.0.7",
199199
"@vitest/ui": "3.0.7",
@@ -301,7 +301,7 @@
301301
"trash-cli": "6.0.0",
302302
"ts-dedent": "2.2.0",
303303
"typescript": "5.7.2",
304-
"typescript-eslint": "8.26.0",
304+
"typescript-eslint": "8.29.0",
305305
"unified": "11.0.5",
306306
"vfile": "6.0.3",
307307
"vite": "6.1.4",

yarn.lock

Lines changed: 93 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1863,8 +1863,8 @@ __metadata:
18631863
"@types/micromatch": "npm:4.0.9"
18641864
"@types/node": "npm:22.9.0"
18651865
"@types/node-notifier": "npm:8.0.5"
1866-
"@typescript-eslint/eslint-plugin": "npm:8.26.0"
1867-
"@typescript-eslint/parser": "npm:8.26.0"
1866+
"@typescript-eslint/eslint-plugin": "npm:8.29.0"
1867+
"@typescript-eslint/parser": "npm:8.29.0"
18681868
"@vates/toggle-scripts": "npm:1.0.0"
18691869
"@vitest/coverage-v8": "npm:3.0.7"
18701870
"@vitest/ui": "npm:3.0.7"
@@ -1974,7 +1974,7 @@ __metadata:
19741974
trash-cli: "npm:6.0.0"
19751975
ts-dedent: "npm:2.2.0"
19761976
typescript: "npm:5.7.2"
1977-
typescript-eslint: "npm:8.26.0"
1977+
typescript-eslint: "npm:8.29.0"
19781978
unified: "npm:11.0.5"
19791979
vfile: "npm:6.0.3"
19801980
vite: "npm:6.1.4"
@@ -2921,15 +2921,15 @@ __metadata:
29212921
languageName: node
29222922
linkType: hard
29232923

2924-
"@typescript-eslint/eslint-plugin@npm:8.26.0":
2925-
version: 8.26.0
2926-
resolution: "@typescript-eslint/eslint-plugin@npm:8.26.0"
2924+
"@typescript-eslint/eslint-plugin@npm:8.29.0":
2925+
version: 8.29.0
2926+
resolution: "@typescript-eslint/eslint-plugin@npm:8.29.0"
29272927
dependencies:
29282928
"@eslint-community/regexpp": "npm:^4.10.0"
2929-
"@typescript-eslint/scope-manager": "npm:8.26.0"
2930-
"@typescript-eslint/type-utils": "npm:8.26.0"
2931-
"@typescript-eslint/utils": "npm:8.26.0"
2932-
"@typescript-eslint/visitor-keys": "npm:8.26.0"
2929+
"@typescript-eslint/scope-manager": "npm:8.29.0"
2930+
"@typescript-eslint/type-utils": "npm:8.29.0"
2931+
"@typescript-eslint/utils": "npm:8.29.0"
2932+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
29332933
graphemer: "npm:^1.4.0"
29342934
ignore: "npm:^5.3.1"
29352935
natural-compare: "npm:^1.4.0"
@@ -2938,23 +2938,23 @@ __metadata:
29382938
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
29392939
eslint: ^8.57.0 || ^9.0.0
29402940
typescript: ">=4.8.4 <5.9.0"
2941-
checksum: 10/5a3d2445178b815398aa9707e112492ce15c1709e7760fc2d68e64fce609901f4145de923007f50c3bbd6d11ef9f6c7843f1df40ab93c99f8a6610bcf34aa5c2
2941+
checksum: 10/1df4b43c209e40a00ec77e572b575760a9ac93967b6ebcc13f36587bf2881fc891c158f62cf25e8c2b8ca1ecd05b3eb583b30869ba6c2fa558435f0574773df8
29422942
languageName: node
29432943
linkType: hard
29442944

2945-
"@typescript-eslint/parser@npm:8.26.0":
2946-
version: 8.26.0
2947-
resolution: "@typescript-eslint/parser@npm:8.26.0"
2945+
"@typescript-eslint/parser@npm:8.29.0":
2946+
version: 8.29.0
2947+
resolution: "@typescript-eslint/parser@npm:8.29.0"
29482948
dependencies:
2949-
"@typescript-eslint/scope-manager": "npm:8.26.0"
2950-
"@typescript-eslint/types": "npm:8.26.0"
2951-
"@typescript-eslint/typescript-estree": "npm:8.26.0"
2952-
"@typescript-eslint/visitor-keys": "npm:8.26.0"
2949+
"@typescript-eslint/scope-manager": "npm:8.29.0"
2950+
"@typescript-eslint/types": "npm:8.29.0"
2951+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
2952+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
29532953
debug: "npm:^4.3.4"
29542954
peerDependencies:
29552955
eslint: ^8.57.0 || ^9.0.0
29562956
typescript: ">=4.8.4 <5.9.0"
2957-
checksum: 10/86843d488b58d47d4bd45fed25a5afbb033bd844b4517f6401ae2f9af0fdeaedaf5c9dd30e74a7bf5b6029cff10fec0e33ca073b1ffe4795df7403b58aaac58c
2957+
checksum: 10/d71fec12e78ac31a2faf076720c39f0e004a26672ebda4fc2f3b6f36306ff2362917dc6e0445746586f2911b4b2dd86622399dd578f002006f6c75cc9dfac013
29582958
languageName: node
29592959
linkType: hard
29602960

@@ -2968,18 +2968,28 @@ __metadata:
29682968
languageName: node
29692969
linkType: hard
29702970

2971-
"@typescript-eslint/type-utils@npm:8.26.0":
2972-
version: 8.26.0
2973-
resolution: "@typescript-eslint/type-utils@npm:8.26.0"
2971+
"@typescript-eslint/scope-manager@npm:8.29.0":
2972+
version: 8.29.0
2973+
resolution: "@typescript-eslint/scope-manager@npm:8.29.0"
29742974
dependencies:
2975-
"@typescript-eslint/typescript-estree": "npm:8.26.0"
2976-
"@typescript-eslint/utils": "npm:8.26.0"
2975+
"@typescript-eslint/types": "npm:8.29.0"
2976+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
2977+
checksum: 10/23ce9962d57607f91a8a4a9bc43e64bd91cd933b53e61765924704614e52f39e8ccb28276b60b7472fb6dffe52fa681f114b73e4561fb4dcb74910a4e6a3629f
2978+
languageName: node
2979+
linkType: hard
2980+
2981+
"@typescript-eslint/type-utils@npm:8.29.0":
2982+
version: 8.29.0
2983+
resolution: "@typescript-eslint/type-utils@npm:8.29.0"
2984+
dependencies:
2985+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
2986+
"@typescript-eslint/utils": "npm:8.29.0"
29772987
debug: "npm:^4.3.4"
29782988
ts-api-utils: "npm:^2.0.1"
29792989
peerDependencies:
29802990
eslint: ^8.57.0 || ^9.0.0
29812991
typescript: ">=4.8.4 <5.9.0"
2982-
checksum: 10/cc383418bd208b5787ec93923a5ecb46f424b5f9a5aeb81f51382aa440671b6c85d1fe27527f2e0d711dfaff593d42ca6b57c10c839db800aa4d965d01ac8461
2992+
checksum: 10/3b18caf6d3d16461d462b8960e1fa7fdb94f0eb2aa8afb9c95e2e458af32ffc82b14f1d26bb635b5e751bd0a7ff5c10fa1754377fff0dea760d1a96848705f88
29832993
languageName: node
29842994
linkType: hard
29852995

@@ -2990,6 +3000,13 @@ __metadata:
29903000
languageName: node
29913001
linkType: hard
29923002

3003+
"@typescript-eslint/types@npm:8.29.0":
3004+
version: 8.29.0
3005+
resolution: "@typescript-eslint/types@npm:8.29.0"
3006+
checksum: 10/d65b9f2f6d87a3744788b09d9112c4a0298f1215138d8677240aae3bfa37ddc24a59315536cd9aab63c7608909ae2c5f436924c889b98986b78003b6028b5c35
3007+
languageName: node
3008+
linkType: hard
3009+
29933010
"@typescript-eslint/typescript-estree@npm:8.26.0":
29943011
version: 8.26.0
29953012
resolution: "@typescript-eslint/typescript-estree@npm:8.26.0"
@@ -3008,7 +3025,40 @@ __metadata:
30083025
languageName: node
30093026
linkType: hard
30103027

3011-
"@typescript-eslint/utils@npm:8.26.0, @typescript-eslint/utils@npm:^8.23.0":
3028+
"@typescript-eslint/typescript-estree@npm:8.29.0":
3029+
version: 8.29.0
3030+
resolution: "@typescript-eslint/typescript-estree@npm:8.29.0"
3031+
dependencies:
3032+
"@typescript-eslint/types": "npm:8.29.0"
3033+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
3034+
debug: "npm:^4.3.4"
3035+
fast-glob: "npm:^3.3.2"
3036+
is-glob: "npm:^4.0.3"
3037+
minimatch: "npm:^9.0.4"
3038+
semver: "npm:^7.6.0"
3039+
ts-api-utils: "npm:^2.0.1"
3040+
peerDependencies:
3041+
typescript: ">=4.8.4 <5.9.0"
3042+
checksum: 10/276e6ea97857ef0fd940578d4b8f1677fd68d2bb62603c85d7aa97fcf86c1f66c5da962393254b605c7025f0cda74395904053891088cbe405b899afc1180e9c
3043+
languageName: node
3044+
linkType: hard
3045+
3046+
"@typescript-eslint/utils@npm:8.29.0":
3047+
version: 8.29.0
3048+
resolution: "@typescript-eslint/utils@npm:8.29.0"
3049+
dependencies:
3050+
"@eslint-community/eslint-utils": "npm:^4.4.0"
3051+
"@typescript-eslint/scope-manager": "npm:8.29.0"
3052+
"@typescript-eslint/types": "npm:8.29.0"
3053+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
3054+
peerDependencies:
3055+
eslint: ^8.57.0 || ^9.0.0
3056+
typescript: ">=4.8.4 <5.9.0"
3057+
checksum: 10/1fd17a28b8b57fc73c0455dea43a8185d3a4421f4a21ece01009b5e6a2974c8d4113f90d27993f668fa97077891b4464588d380c25116d351eb12ad7ef0d468d
3058+
languageName: node
3059+
linkType: hard
3060+
3061+
"@typescript-eslint/utils@npm:^8.23.0":
30123062
version: 8.26.0
30133063
resolution: "@typescript-eslint/utils@npm:8.26.0"
30143064
dependencies:
@@ -3033,6 +3083,16 @@ __metadata:
30333083
languageName: node
30343084
linkType: hard
30353085

3086+
"@typescript-eslint/visitor-keys@npm:8.29.0":
3087+
version: 8.29.0
3088+
resolution: "@typescript-eslint/visitor-keys@npm:8.29.0"
3089+
dependencies:
3090+
"@typescript-eslint/types": "npm:8.29.0"
3091+
eslint-visitor-keys: "npm:^4.2.0"
3092+
checksum: 10/02e0e86ab112849a31b7d06c767be0ca7802385bf953d3b75f4ba6d06741d9492773325bc69d4c2a1c191b08f1c4c4b33f8e062d6d5d9f0f4f78f1b8b3cc2d41
3093+
languageName: node
3094+
linkType: hard
3095+
30363096
"@ungap/structured-clone@npm:^1.0.0":
30373097
version: 1.2.0
30383098
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -11144,17 +11204,17 @@ __metadata:
1114411204
languageName: node
1114511205
linkType: hard
1114611206

11147-
"typescript-eslint@npm:8.26.0":
11148-
version: 8.26.0
11149-
resolution: "typescript-eslint@npm:8.26.0"
11207+
"typescript-eslint@npm:8.29.0":
11208+
version: 8.29.0
11209+
resolution: "typescript-eslint@npm:8.29.0"
1115011210
dependencies:
11151-
"@typescript-eslint/eslint-plugin": "npm:8.26.0"
11152-
"@typescript-eslint/parser": "npm:8.26.0"
11153-
"@typescript-eslint/utils": "npm:8.26.0"
11211+
"@typescript-eslint/eslint-plugin": "npm:8.29.0"
11212+
"@typescript-eslint/parser": "npm:8.29.0"
11213+
"@typescript-eslint/utils": "npm:8.29.0"
1115411214
peerDependencies:
1115511215
eslint: ^8.57.0 || ^9.0.0
1115611216
typescript: ">=4.8.4 <5.9.0"
11157-
checksum: 10/e9bcaf43932baed4e1af52715def5a6508af9eaac271c3dd8638734aed8e8e0681eb647447ae2565682d6d0bcc52b06722934eafa090259f2feff38d35f2e66c
11217+
checksum: 10/c4ca331261302c72bf83c1c128d5f20a7974f5472db8a554fabdd741c0eb9eda60c72fcf94d45a8633109a4c295b81cc5d1965aedac1022a739388f3b3fac871
1115811218
languageName: node
1115911219
linkType: hard
1116011220

0 commit comments

Comments
 (0)