Skip to content

Commit 366106d

Browse files
build(deps-dev): Bump the typescript-eslint group across 1 directory with 3 updates
Bumps the typescript-eslint group with 3 updates in the / directory: [@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.21.0 to 8.26.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.26.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.21.0 to 8.26.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.26.0/packages/parser) Updates `typescript-eslint` from 8.21.0 to 8.26.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.26.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2b8135 commit 366106d

File tree

2 files changed

+99
-90
lines changed

2 files changed

+99
-90
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
"@types/is-ci": "3.0.4",
152152
"@types/node": "22.10.2",
153153
"@types/node-notifier": "8.0.5",
154-
"@typescript-eslint/eslint-plugin": "8.21.0",
155-
"@typescript-eslint/parser": "8.21.0",
154+
"@typescript-eslint/eslint-plugin": "8.29.0",
155+
"@typescript-eslint/parser": "8.29.0",
156156
"@vates/toggle-scripts": "1.0.0",
157157
"@vitest/coverage-v8": "3.0.7",
158158
"@vitest/ui": "3.0.7",
@@ -254,7 +254,7 @@
254254
"trash-cli": "6.0.0",
255255
"ts-dedent": "2.2.0",
256256
"typescript": "5.7.2",
257-
"typescript-eslint": "8.21.0",
257+
"typescript-eslint": "8.29.0",
258258
"unified": "11.0.5",
259259
"vfile": "6.0.3",
260260
"vitest": "3.0.7",

yarn.lock

Lines changed: 96 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,8 +1979,8 @@ __metadata:
19791979
"@types/is-ci": "npm:3.0.4"
19801980
"@types/node": "npm:22.10.2"
19811981
"@types/node-notifier": "npm:8.0.5"
1982-
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
1983-
"@typescript-eslint/parser": "npm:8.21.0"
1982+
"@typescript-eslint/eslint-plugin": "npm:8.29.0"
1983+
"@typescript-eslint/parser": "npm:8.29.0"
19841984
"@vates/toggle-scripts": "npm:1.0.0"
19851985
"@vitest/coverage-v8": "npm:3.0.7"
19861986
"@vitest/ui": "npm:3.0.7"
@@ -2086,7 +2086,7 @@ __metadata:
20862086
trash-cli: "npm:6.0.0"
20872087
ts-dedent: "npm:2.2.0"
20882088
typescript: "npm:5.7.2"
2089-
typescript-eslint: "npm:8.21.0"
2089+
typescript-eslint: "npm:8.29.0"
20902090
unified: "npm:11.0.5"
20912091
vfile: "npm:6.0.3"
20922092
vitest: "npm:3.0.7"
@@ -2990,50 +2990,40 @@ __metadata:
29902990
languageName: node
29912991
linkType: hard
29922992

2993-
"@typescript-eslint/eslint-plugin@npm:8.21.0":
2994-
version: 8.21.0
2995-
resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0"
2993+
"@typescript-eslint/eslint-plugin@npm:8.29.0":
2994+
version: 8.29.0
2995+
resolution: "@typescript-eslint/eslint-plugin@npm:8.29.0"
29962996
dependencies:
29972997
"@eslint-community/regexpp": "npm:^4.10.0"
2998-
"@typescript-eslint/scope-manager": "npm:8.21.0"
2999-
"@typescript-eslint/type-utils": "npm:8.21.0"
3000-
"@typescript-eslint/utils": "npm:8.21.0"
3001-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2998+
"@typescript-eslint/scope-manager": "npm:8.29.0"
2999+
"@typescript-eslint/type-utils": "npm:8.29.0"
3000+
"@typescript-eslint/utils": "npm:8.29.0"
3001+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
30023002
graphemer: "npm:^1.4.0"
30033003
ignore: "npm:^5.3.1"
30043004
natural-compare: "npm:^1.4.0"
3005-
ts-api-utils: "npm:^2.0.0"
3005+
ts-api-utils: "npm:^2.0.1"
30063006
peerDependencies:
30073007
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
30083008
eslint: ^8.57.0 || ^9.0.0
3009-
typescript: ">=4.8.4 <5.8.0"
3010-
checksum: 10/4c7c274bd0f7d8ee2097278d9fb0829b883c28783b9a1c41e5f4e74dee0412c53063978db3590ad7609d538a38058e43f832895746e6af677da7558a8b16fbdd
3009+
typescript: ">=4.8.4 <5.9.0"
3010+
checksum: 10/1df4b43c209e40a00ec77e572b575760a9ac93967b6ebcc13f36587bf2881fc891c158f62cf25e8c2b8ca1ecd05b3eb583b30869ba6c2fa558435f0574773df8
30113011
languageName: node
30123012
linkType: hard
30133013

3014-
"@typescript-eslint/parser@npm:8.21.0":
3015-
version: 8.21.0
3016-
resolution: "@typescript-eslint/parser@npm:8.21.0"
3014+
"@typescript-eslint/parser@npm:8.29.0":
3015+
version: 8.29.0
3016+
resolution: "@typescript-eslint/parser@npm:8.29.0"
30173017
dependencies:
3018-
"@typescript-eslint/scope-manager": "npm:8.21.0"
3019-
"@typescript-eslint/types": "npm:8.21.0"
3020-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
3021-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
3018+
"@typescript-eslint/scope-manager": "npm:8.29.0"
3019+
"@typescript-eslint/types": "npm:8.29.0"
3020+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
3021+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
30223022
debug: "npm:^4.3.4"
30233023
peerDependencies:
30243024
eslint: ^8.57.0 || ^9.0.0
3025-
typescript: ">=4.8.4 <5.8.0"
3026-
checksum: 10/c403f56b0a856ad25ffc0d78d4f0ede64d622edb279ace8bc7554c82518c0462f608a1e06d62111633a57b9ffcc37e063378c3980fba138f93d14a7aad5d0db1
3027-
languageName: node
3028-
linkType: hard
3029-
3030-
"@typescript-eslint/scope-manager@npm:8.21.0":
3031-
version: 8.21.0
3032-
resolution: "@typescript-eslint/scope-manager@npm:8.21.0"
3033-
dependencies:
3034-
"@typescript-eslint/types": "npm:8.21.0"
3035-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
3036-
checksum: 10/99aa8257c758546c8c4905bd34381be446adea7642dbc279269039308dc33b8dbcf3d7b7d12da7bec8f8d8760b813a5852dc53d75e953cbe327fac05d3f18fc4
3025+
typescript: ">=4.8.4 <5.9.0"
3026+
checksum: 10/d71fec12e78ac31a2faf076720c39f0e004a26672ebda4fc2f3b6f36306ff2362917dc6e0445746586f2911b4b2dd86622399dd578f002006f6c75cc9dfac013
30373027
languageName: node
30383028
linkType: hard
30393029

@@ -3047,25 +3037,28 @@ __metadata:
30473037
languageName: node
30483038
linkType: hard
30493039

3050-
"@typescript-eslint/type-utils@npm:8.21.0":
3051-
version: 8.21.0
3052-
resolution: "@typescript-eslint/type-utils@npm:8.21.0"
3040+
"@typescript-eslint/scope-manager@npm:8.29.0":
3041+
version: 8.29.0
3042+
resolution: "@typescript-eslint/scope-manager@npm:8.29.0"
30533043
dependencies:
3054-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
3055-
"@typescript-eslint/utils": "npm:8.21.0"
3056-
debug: "npm:^4.3.4"
3057-
ts-api-utils: "npm:^2.0.0"
3058-
peerDependencies:
3059-
eslint: ^8.57.0 || ^9.0.0
3060-
typescript: ">=4.8.4 <5.8.0"
3061-
checksum: 10/b4bce1325a2e5e1a74b6919b3187356b7246475ac4d62898134ed68572e39e52fe5daa89d0bb66d78aef7b2057612cccc00400c0b81f9d5b75acec3174114c8d
3044+
"@typescript-eslint/types": "npm:8.29.0"
3045+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
3046+
checksum: 10/23ce9962d57607f91a8a4a9bc43e64bd91cd933b53e61765924704614e52f39e8ccb28276b60b7472fb6dffe52fa681f114b73e4561fb4dcb74910a4e6a3629f
30623047
languageName: node
30633048
linkType: hard
30643049

3065-
"@typescript-eslint/types@npm:8.21.0":
3066-
version: 8.21.0
3067-
resolution: "@typescript-eslint/types@npm:8.21.0"
3068-
checksum: 10/a22c99f5687358c7343789b942c9885bc1b49eb239562b792f22e2ac4f0d3f04102f204cd2d749202d6888767566fba86f54447894955310890ec307fec8ed8d
3050+
"@typescript-eslint/type-utils@npm:8.29.0":
3051+
version: 8.29.0
3052+
resolution: "@typescript-eslint/type-utils@npm:8.29.0"
3053+
dependencies:
3054+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
3055+
"@typescript-eslint/utils": "npm:8.29.0"
3056+
debug: "npm:^4.3.4"
3057+
ts-api-utils: "npm:^2.0.1"
3058+
peerDependencies:
3059+
eslint: ^8.57.0 || ^9.0.0
3060+
typescript: ">=4.8.4 <5.9.0"
3061+
checksum: 10/3b18caf6d3d16461d462b8960e1fa7fdb94f0eb2aa8afb9c95e2e458af32ffc82b14f1d26bb635b5e751bd0a7ff5c10fa1754377fff0dea760d1a96848705f88
30693062
languageName: node
30703063
linkType: hard
30713064

@@ -3076,12 +3069,19 @@ __metadata:
30763069
languageName: node
30773070
linkType: hard
30783071

3079-
"@typescript-eslint/typescript-estree@npm:8.21.0":
3080-
version: 8.21.0
3081-
resolution: "@typescript-eslint/typescript-estree@npm:8.21.0"
3072+
"@typescript-eslint/types@npm:8.29.0":
3073+
version: 8.29.0
3074+
resolution: "@typescript-eslint/types@npm:8.29.0"
3075+
checksum: 10/d65b9f2f6d87a3744788b09d9112c4a0298f1215138d8677240aae3bfa37ddc24a59315536cd9aab63c7608909ae2c5f436924c889b98986b78003b6028b5c35
3076+
languageName: node
3077+
linkType: hard
3078+
3079+
"@typescript-eslint/typescript-estree@npm:8.22.0":
3080+
version: 8.22.0
3081+
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
30823082
dependencies:
3083-
"@typescript-eslint/types": "npm:8.21.0"
3084-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
3083+
"@typescript-eslint/types": "npm:8.22.0"
3084+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
30853085
debug: "npm:^4.3.4"
30863086
fast-glob: "npm:^3.3.2"
30873087
is-glob: "npm:^4.0.3"
@@ -3090,40 +3090,40 @@ __metadata:
30903090
ts-api-utils: "npm:^2.0.0"
30913091
peerDependencies:
30923092
typescript: ">=4.8.4 <5.8.0"
3093-
checksum: 10/1a8bcd2968490dcf047273a36e1d2cd51725e893ad874e554e4b81e62bf54e4ff2b7ee2af206208a2ae9ac2cc5c8b50e2244dd4fe9c42ef34122df4360e9f9c2
3093+
checksum: 10/e3c0b191e2a0f55101c3e3333904f3a255d635e4ea0d026981cc25e83b62660a3a8a7993ac4a3d0c8756afb7dc272099eec48fd93e100a2b8467a5b80ef0026c
30943094
languageName: node
30953095
linkType: hard
30963096

3097-
"@typescript-eslint/typescript-estree@npm:8.22.0":
3098-
version: 8.22.0
3099-
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
3097+
"@typescript-eslint/typescript-estree@npm:8.29.0":
3098+
version: 8.29.0
3099+
resolution: "@typescript-eslint/typescript-estree@npm:8.29.0"
31003100
dependencies:
3101-
"@typescript-eslint/types": "npm:8.22.0"
3102-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
3101+
"@typescript-eslint/types": "npm:8.29.0"
3102+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
31033103
debug: "npm:^4.3.4"
31043104
fast-glob: "npm:^3.3.2"
31053105
is-glob: "npm:^4.0.3"
31063106
minimatch: "npm:^9.0.4"
31073107
semver: "npm:^7.6.0"
3108-
ts-api-utils: "npm:^2.0.0"
3108+
ts-api-utils: "npm:^2.0.1"
31093109
peerDependencies:
3110-
typescript: ">=4.8.4 <5.8.0"
3111-
checksum: 10/e3c0b191e2a0f55101c3e3333904f3a255d635e4ea0d026981cc25e83b62660a3a8a7993ac4a3d0c8756afb7dc272099eec48fd93e100a2b8467a5b80ef0026c
3110+
typescript: ">=4.8.4 <5.9.0"
3111+
checksum: 10/276e6ea97857ef0fd940578d4b8f1677fd68d2bb62603c85d7aa97fcf86c1f66c5da962393254b605c7025f0cda74395904053891088cbe405b899afc1180e9c
31123112
languageName: node
31133113
linkType: hard
31143114

3115-
"@typescript-eslint/utils@npm:8.21.0":
3116-
version: 8.21.0
3117-
resolution: "@typescript-eslint/utils@npm:8.21.0"
3115+
"@typescript-eslint/utils@npm:8.29.0":
3116+
version: 8.29.0
3117+
resolution: "@typescript-eslint/utils@npm:8.29.0"
31183118
dependencies:
31193119
"@eslint-community/eslint-utils": "npm:^4.4.0"
3120-
"@typescript-eslint/scope-manager": "npm:8.21.0"
3121-
"@typescript-eslint/types": "npm:8.21.0"
3122-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
3120+
"@typescript-eslint/scope-manager": "npm:8.29.0"
3121+
"@typescript-eslint/types": "npm:8.29.0"
3122+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
31233123
peerDependencies:
31243124
eslint: ^8.57.0 || ^9.0.0
3125-
typescript: ">=4.8.4 <5.8.0"
3126-
checksum: 10/e44b4e87b8227f7524b4cd16e833ea37fbb73d3829caf484e7ca737060908817788755b9481d053bc4371bbcc99d2477e32b7ad43a421a3e61ce46c2c48c0bd7
3125+
typescript: ">=4.8.4 <5.9.0"
3126+
checksum: 10/1fd17a28b8b57fc73c0455dea43a8185d3a4421f4a21ece01009b5e6a2974c8d4113f90d27993f668fa97077891b4464588d380c25116d351eb12ad7ef0d468d
31273127
languageName: node
31283128
linkType: hard
31293129

@@ -3142,16 +3142,6 @@ __metadata:
31423142
languageName: node
31433143
linkType: hard
31443144

3145-
"@typescript-eslint/visitor-keys@npm:8.21.0":
3146-
version: 8.21.0
3147-
resolution: "@typescript-eslint/visitor-keys@npm:8.21.0"
3148-
dependencies:
3149-
"@typescript-eslint/types": "npm:8.21.0"
3150-
eslint-visitor-keys: "npm:^4.2.0"
3151-
checksum: 10/781cafa354177de4e864511435dbe61d896a7d1331bca76dd0a151295cc27b9677412444d47e1d5c6d2e7de5fee29b7bef0489d76c494fa59139e421f860506a
3152-
languageName: node
3153-
linkType: hard
3154-
31553145
"@typescript-eslint/visitor-keys@npm:8.22.0":
31563146
version: 8.22.0
31573147
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
@@ -3162,6 +3152,16 @@ __metadata:
31623152
languageName: node
31633153
linkType: hard
31643154

3155+
"@typescript-eslint/visitor-keys@npm:8.29.0":
3156+
version: 8.29.0
3157+
resolution: "@typescript-eslint/visitor-keys@npm:8.29.0"
3158+
dependencies:
3159+
"@typescript-eslint/types": "npm:8.29.0"
3160+
eslint-visitor-keys: "npm:^4.2.0"
3161+
checksum: 10/02e0e86ab112849a31b7d06c767be0ca7802385bf953d3b75f4ba6d06741d9492773325bc69d4c2a1c191b08f1c4c4b33f8e062d6d5d9f0f4f78f1b8b3cc2d41
3162+
languageName: node
3163+
linkType: hard
3164+
31653165
"@ungap/structured-clone@npm:^1.0.0":
31663166
version: 1.2.0
31673167
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -11140,6 +11140,15 @@ __metadata:
1114011140
languageName: node
1114111141
linkType: hard
1114211142

11143+
"ts-api-utils@npm:^2.0.1":
11144+
version: 2.1.0
11145+
resolution: "ts-api-utils@npm:2.1.0"
11146+
peerDependencies:
11147+
typescript: ">=4.8.4"
11148+
checksum: 10/02e55b49d9617c6eebf8aadfa08d3ca03ca0cd2f0586ad34117fdfc7aa3cd25d95051843fde9df86665ad907f99baed179e7a117b11021417f379e4d2614eacd
11149+
languageName: node
11150+
linkType: hard
11151+
1114311152
"ts-dedent@npm:2.2.0":
1114411153
version: 2.2.0
1114511154
resolution: "ts-dedent@npm:2.2.0"
@@ -11262,17 +11271,17 @@ __metadata:
1126211271
languageName: node
1126311272
linkType: hard
1126411273

11265-
"typescript-eslint@npm:8.21.0":
11266-
version: 8.21.0
11267-
resolution: "typescript-eslint@npm:8.21.0"
11274+
"typescript-eslint@npm:8.29.0":
11275+
version: 8.29.0
11276+
resolution: "typescript-eslint@npm:8.29.0"
1126811277
dependencies:
11269-
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
11270-
"@typescript-eslint/parser": "npm:8.21.0"
11271-
"@typescript-eslint/utils": "npm:8.21.0"
11278+
"@typescript-eslint/eslint-plugin": "npm:8.29.0"
11279+
"@typescript-eslint/parser": "npm:8.29.0"
11280+
"@typescript-eslint/utils": "npm:8.29.0"
1127211281
peerDependencies:
1127311282
eslint: ^8.57.0 || ^9.0.0
11274-
typescript: ">=4.8.4 <5.8.0"
11275-
checksum: 10/8bb7dce0084ea380b1f55046bead0adbaf57d1f5cdfa7b82a89eec18377fa2cd4e0e9746b4c5e8193899cf4de09c659032bbad19e2a8e9db54d53a596e176c5f
11283+
typescript: ">=4.8.4 <5.9.0"
11284+
checksum: 10/c4ca331261302c72bf83c1c128d5f20a7974f5472db8a554fabdd741c0eb9eda60c72fcf94d45a8633109a4c295b81cc5d1965aedac1022a739388f3b3fac871
1127611285
languageName: node
1127711286
linkType: hard
1127811287

0 commit comments

Comments
 (0)