Skip to content

Commit a8ffeb5

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 7ffd28f commit a8ffeb5

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.31.1",
196+
"@typescript-eslint/parser": "8.31.1",
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.31.1",
305305
"unified": "11.0.5",
306306
"vfile": "6.0.3",
307307
"vite": "6.1.6",

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.31.1"
1867+
"@typescript-eslint/parser": "npm:8.31.1"
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.31.1"
19781978
unified: "npm:11.0.5"
19791979
vfile: "npm:6.0.3"
19801980
vite: "npm:6.1.6"
@@ -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.31.1":
2925+
version: 8.31.1
2926+
resolution: "@typescript-eslint/eslint-plugin@npm:8.31.1"
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.31.1"
2930+
"@typescript-eslint/type-utils": "npm:8.31.1"
2931+
"@typescript-eslint/utils": "npm:8.31.1"
2932+
"@typescript-eslint/visitor-keys": "npm:8.31.1"
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/be72838653e1f31da11b3f6515fa3b750f0c5c130bae315079920ee6b78e9c4d131790e2473ff7930e8d50dee45d623c9c90478fd78befb976c1736d369078e9
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.31.1":
2946+
version: 8.31.1
2947+
resolution: "@typescript-eslint/parser@npm:8.31.1"
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.31.1"
2950+
"@typescript-eslint/types": "npm:8.31.1"
2951+
"@typescript-eslint/typescript-estree": "npm:8.31.1"
2952+
"@typescript-eslint/visitor-keys": "npm:8.31.1"
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/506c98b9c265faea4376f02e4d19b4722cd11c40f8e08e4c1b456eeb47bc59b70abaa604e633f1070eaf7c785cf7b39f30346f001d3e5257f8074f07a113eeff
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.31.1":
2972+
version: 8.31.1
2973+
resolution: "@typescript-eslint/scope-manager@npm:8.31.1"
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.31.1"
2976+
"@typescript-eslint/visitor-keys": "npm:8.31.1"
2977+
checksum: 10/936aa866ba3564e9e41051e7ff811e08c9b01cbb7420ba2cd8fe8f0f466e5d59a8124b686744cfdecad211cdeefefaaf7d704aecddaa212f267d72e077dc7e44
2978+
languageName: node
2979+
linkType: hard
2980+
2981+
"@typescript-eslint/type-utils@npm:8.31.1":
2982+
version: 8.31.1
2983+
resolution: "@typescript-eslint/type-utils@npm:8.31.1"
2984+
dependencies:
2985+
"@typescript-eslint/typescript-estree": "npm:8.31.1"
2986+
"@typescript-eslint/utils": "npm:8.31.1"
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/d4c31837c1beb55f7037b0d94c2d73a855c7d921b3b07d68f6d7b476c475765f7707c7375f6190c1863e98e1bc98b8ce444806ab6a02759811eff1c710ab82a6
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.31.1":
3004+
version: 8.31.1
3005+
resolution: "@typescript-eslint/types@npm:8.31.1"
3006+
checksum: 10/18f534beb408398b8ed7f36fb9b9b8ff7e41fe6e5e8a7d0f6b16cc5ad0e55bb5920eeb28c71367e5cc7e0b9675ec961bc6a41bf58b4338c2264c0146322d83f5
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.31.1":
3029+
version: 8.31.1
3030+
resolution: "@typescript-eslint/typescript-estree@npm:8.31.1"
3031+
dependencies:
3032+
"@typescript-eslint/types": "npm:8.31.1"
3033+
"@typescript-eslint/visitor-keys": "npm:8.31.1"
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/0314ef90f277c76485182721662cf826c31c817acad04e9502b48352eb70bb109a6b7fad02a29d516413b0b1d1fc809c91016ccd5fcd6202ec1b282c6f848ff8
3043+
languageName: node
3044+
linkType: hard
3045+
3046+
"@typescript-eslint/utils@npm:8.31.1":
3047+
version: 8.31.1
3048+
resolution: "@typescript-eslint/utils@npm:8.31.1"
3049+
dependencies:
3050+
"@eslint-community/eslint-utils": "npm:^4.4.0"
3051+
"@typescript-eslint/scope-manager": "npm:8.31.1"
3052+
"@typescript-eslint/types": "npm:8.31.1"
3053+
"@typescript-eslint/typescript-estree": "npm:8.31.1"
3054+
peerDependencies:
3055+
eslint: ^8.57.0 || ^9.0.0
3056+
typescript: ">=4.8.4 <5.9.0"
3057+
checksum: 10/c96253140f5a456b2dc4c9664d4527a88d8f537d9694e1f165665de20aea3936624cf93075f08f5cc2f5080e76021b9b2404a536d1b7980e38e3d1776c7c888c
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.31.1":
3087+
version: 8.31.1
3088+
resolution: "@typescript-eslint/visitor-keys@npm:8.31.1"
3089+
dependencies:
3090+
"@typescript-eslint/types": "npm:8.31.1"
3091+
eslint-visitor-keys: "npm:^4.2.0"
3092+
checksum: 10/14eb7e7ccb5fc29df979427b23729878d10deaa914d4eae1991c75c8ba88f3a2148889f03eeec09d1425a3b14fe37a10c2eafda60874c7020f620fd42d31fd5a
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.31.1":
11208+
version: 8.31.1
11209+
resolution: "typescript-eslint@npm:8.31.1"
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.31.1"
11212+
"@typescript-eslint/parser": "npm:8.31.1"
11213+
"@typescript-eslint/utils": "npm:8.31.1"
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/becb67b353bf9e36a924f71dba7315bad1ae6c697dcbfa3510f2bacd7a95074ee5c56bb288c77f486a6b2345c92ca68201edb2145fafca6925842075224070d6
1115811218
languageName: node
1115911219
linkType: hard
1116011220

0 commit comments

Comments
 (0)