Skip to content

Commit b512668

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 b9f3c87 commit b512668

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
@@ -1839,8 +1839,8 @@ __metadata:
18391839
"@types/is-ci": "npm:3.0.4"
18401840
"@types/node": "npm:22.10.2"
18411841
"@types/node-notifier": "npm:8.0.5"
1842-
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
1843-
"@typescript-eslint/parser": "npm:8.21.0"
1842+
"@typescript-eslint/eslint-plugin": "npm:8.29.0"
1843+
"@typescript-eslint/parser": "npm:8.29.0"
18441844
"@vates/toggle-scripts": "npm:1.0.0"
18451845
"@vitest/coverage-v8": "npm:3.0.7"
18461846
"@vitest/ui": "npm:3.0.7"
@@ -1946,7 +1946,7 @@ __metadata:
19461946
trash-cli: "npm:6.0.0"
19471947
ts-dedent: "npm:2.2.0"
19481948
typescript: "npm:5.7.2"
1949-
typescript-eslint: "npm:8.21.0"
1949+
typescript-eslint: "npm:8.29.0"
19501950
unified: "npm:11.0.5"
19511951
vfile: "npm:6.0.3"
19521952
vitest: "npm:3.0.7"
@@ -2863,50 +2863,40 @@ __metadata:
28632863
languageName: node
28642864
linkType: hard
28652865

2866-
"@typescript-eslint/eslint-plugin@npm:8.21.0":
2867-
version: 8.21.0
2868-
resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0"
2866+
"@typescript-eslint/eslint-plugin@npm:8.29.0":
2867+
version: 8.29.0
2868+
resolution: "@typescript-eslint/eslint-plugin@npm:8.29.0"
28692869
dependencies:
28702870
"@eslint-community/regexpp": "npm:^4.10.0"
2871-
"@typescript-eslint/scope-manager": "npm:8.21.0"
2872-
"@typescript-eslint/type-utils": "npm:8.21.0"
2873-
"@typescript-eslint/utils": "npm:8.21.0"
2874-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2871+
"@typescript-eslint/scope-manager": "npm:8.29.0"
2872+
"@typescript-eslint/type-utils": "npm:8.29.0"
2873+
"@typescript-eslint/utils": "npm:8.29.0"
2874+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
28752875
graphemer: "npm:^1.4.0"
28762876
ignore: "npm:^5.3.1"
28772877
natural-compare: "npm:^1.4.0"
2878-
ts-api-utils: "npm:^2.0.0"
2878+
ts-api-utils: "npm:^2.0.1"
28792879
peerDependencies:
28802880
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
28812881
eslint: ^8.57.0 || ^9.0.0
2882-
typescript: ">=4.8.4 <5.8.0"
2883-
checksum: 10/4c7c274bd0f7d8ee2097278d9fb0829b883c28783b9a1c41e5f4e74dee0412c53063978db3590ad7609d538a38058e43f832895746e6af677da7558a8b16fbdd
2882+
typescript: ">=4.8.4 <5.9.0"
2883+
checksum: 10/1df4b43c209e40a00ec77e572b575760a9ac93967b6ebcc13f36587bf2881fc891c158f62cf25e8c2b8ca1ecd05b3eb583b30869ba6c2fa558435f0574773df8
28842884
languageName: node
28852885
linkType: hard
28862886

2887-
"@typescript-eslint/parser@npm:8.21.0":
2888-
version: 8.21.0
2889-
resolution: "@typescript-eslint/parser@npm:8.21.0"
2887+
"@typescript-eslint/parser@npm:8.29.0":
2888+
version: 8.29.0
2889+
resolution: "@typescript-eslint/parser@npm:8.29.0"
28902890
dependencies:
2891-
"@typescript-eslint/scope-manager": "npm:8.21.0"
2892-
"@typescript-eslint/types": "npm:8.21.0"
2893-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
2894-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2891+
"@typescript-eslint/scope-manager": "npm:8.29.0"
2892+
"@typescript-eslint/types": "npm:8.29.0"
2893+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
2894+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
28952895
debug: "npm:^4.3.4"
28962896
peerDependencies:
28972897
eslint: ^8.57.0 || ^9.0.0
2898-
typescript: ">=4.8.4 <5.8.0"
2899-
checksum: 10/c403f56b0a856ad25ffc0d78d4f0ede64d622edb279ace8bc7554c82518c0462f608a1e06d62111633a57b9ffcc37e063378c3980fba138f93d14a7aad5d0db1
2900-
languageName: node
2901-
linkType: hard
2902-
2903-
"@typescript-eslint/scope-manager@npm:8.21.0":
2904-
version: 8.21.0
2905-
resolution: "@typescript-eslint/scope-manager@npm:8.21.0"
2906-
dependencies:
2907-
"@typescript-eslint/types": "npm:8.21.0"
2908-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2909-
checksum: 10/99aa8257c758546c8c4905bd34381be446adea7642dbc279269039308dc33b8dbcf3d7b7d12da7bec8f8d8760b813a5852dc53d75e953cbe327fac05d3f18fc4
2898+
typescript: ">=4.8.4 <5.9.0"
2899+
checksum: 10/d71fec12e78ac31a2faf076720c39f0e004a26672ebda4fc2f3b6f36306ff2362917dc6e0445746586f2911b4b2dd86622399dd578f002006f6c75cc9dfac013
29102900
languageName: node
29112901
linkType: hard
29122902

@@ -2920,25 +2910,28 @@ __metadata:
29202910
languageName: node
29212911
linkType: hard
29222912

2923-
"@typescript-eslint/type-utils@npm:8.21.0":
2924-
version: 8.21.0
2925-
resolution: "@typescript-eslint/type-utils@npm:8.21.0"
2913+
"@typescript-eslint/scope-manager@npm:8.29.0":
2914+
version: 8.29.0
2915+
resolution: "@typescript-eslint/scope-manager@npm:8.29.0"
29262916
dependencies:
2927-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
2928-
"@typescript-eslint/utils": "npm:8.21.0"
2929-
debug: "npm:^4.3.4"
2930-
ts-api-utils: "npm:^2.0.0"
2931-
peerDependencies:
2932-
eslint: ^8.57.0 || ^9.0.0
2933-
typescript: ">=4.8.4 <5.8.0"
2934-
checksum: 10/b4bce1325a2e5e1a74b6919b3187356b7246475ac4d62898134ed68572e39e52fe5daa89d0bb66d78aef7b2057612cccc00400c0b81f9d5b75acec3174114c8d
2917+
"@typescript-eslint/types": "npm:8.29.0"
2918+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
2919+
checksum: 10/23ce9962d57607f91a8a4a9bc43e64bd91cd933b53e61765924704614e52f39e8ccb28276b60b7472fb6dffe52fa681f114b73e4561fb4dcb74910a4e6a3629f
29352920
languageName: node
29362921
linkType: hard
29372922

2938-
"@typescript-eslint/types@npm:8.21.0":
2939-
version: 8.21.0
2940-
resolution: "@typescript-eslint/types@npm:8.21.0"
2941-
checksum: 10/a22c99f5687358c7343789b942c9885bc1b49eb239562b792f22e2ac4f0d3f04102f204cd2d749202d6888767566fba86f54447894955310890ec307fec8ed8d
2923+
"@typescript-eslint/type-utils@npm:8.29.0":
2924+
version: 8.29.0
2925+
resolution: "@typescript-eslint/type-utils@npm:8.29.0"
2926+
dependencies:
2927+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
2928+
"@typescript-eslint/utils": "npm:8.29.0"
2929+
debug: "npm:^4.3.4"
2930+
ts-api-utils: "npm:^2.0.1"
2931+
peerDependencies:
2932+
eslint: ^8.57.0 || ^9.0.0
2933+
typescript: ">=4.8.4 <5.9.0"
2934+
checksum: 10/3b18caf6d3d16461d462b8960e1fa7fdb94f0eb2aa8afb9c95e2e458af32ffc82b14f1d26bb635b5e751bd0a7ff5c10fa1754377fff0dea760d1a96848705f88
29422935
languageName: node
29432936
linkType: hard
29442937

@@ -2949,12 +2942,19 @@ __metadata:
29492942
languageName: node
29502943
linkType: hard
29512944

2952-
"@typescript-eslint/typescript-estree@npm:8.21.0":
2953-
version: 8.21.0
2954-
resolution: "@typescript-eslint/typescript-estree@npm:8.21.0"
2945+
"@typescript-eslint/types@npm:8.29.0":
2946+
version: 8.29.0
2947+
resolution: "@typescript-eslint/types@npm:8.29.0"
2948+
checksum: 10/d65b9f2f6d87a3744788b09d9112c4a0298f1215138d8677240aae3bfa37ddc24a59315536cd9aab63c7608909ae2c5f436924c889b98986b78003b6028b5c35
2949+
languageName: node
2950+
linkType: hard
2951+
2952+
"@typescript-eslint/typescript-estree@npm:8.22.0":
2953+
version: 8.22.0
2954+
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
29552955
dependencies:
2956-
"@typescript-eslint/types": "npm:8.21.0"
2957-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2956+
"@typescript-eslint/types": "npm:8.22.0"
2957+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
29582958
debug: "npm:^4.3.4"
29592959
fast-glob: "npm:^3.3.2"
29602960
is-glob: "npm:^4.0.3"
@@ -2963,40 +2963,40 @@ __metadata:
29632963
ts-api-utils: "npm:^2.0.0"
29642964
peerDependencies:
29652965
typescript: ">=4.8.4 <5.8.0"
2966-
checksum: 10/1a8bcd2968490dcf047273a36e1d2cd51725e893ad874e554e4b81e62bf54e4ff2b7ee2af206208a2ae9ac2cc5c8b50e2244dd4fe9c42ef34122df4360e9f9c2
2966+
checksum: 10/e3c0b191e2a0f55101c3e3333904f3a255d635e4ea0d026981cc25e83b62660a3a8a7993ac4a3d0c8756afb7dc272099eec48fd93e100a2b8467a5b80ef0026c
29672967
languageName: node
29682968
linkType: hard
29692969

2970-
"@typescript-eslint/typescript-estree@npm:8.22.0":
2971-
version: 8.22.0
2972-
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
2970+
"@typescript-eslint/typescript-estree@npm:8.29.0":
2971+
version: 8.29.0
2972+
resolution: "@typescript-eslint/typescript-estree@npm:8.29.0"
29732973
dependencies:
2974-
"@typescript-eslint/types": "npm:8.22.0"
2975-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
2974+
"@typescript-eslint/types": "npm:8.29.0"
2975+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
29762976
debug: "npm:^4.3.4"
29772977
fast-glob: "npm:^3.3.2"
29782978
is-glob: "npm:^4.0.3"
29792979
minimatch: "npm:^9.0.4"
29802980
semver: "npm:^7.6.0"
2981-
ts-api-utils: "npm:^2.0.0"
2981+
ts-api-utils: "npm:^2.0.1"
29822982
peerDependencies:
2983-
typescript: ">=4.8.4 <5.8.0"
2984-
checksum: 10/e3c0b191e2a0f55101c3e3333904f3a255d635e4ea0d026981cc25e83b62660a3a8a7993ac4a3d0c8756afb7dc272099eec48fd93e100a2b8467a5b80ef0026c
2983+
typescript: ">=4.8.4 <5.9.0"
2984+
checksum: 10/276e6ea97857ef0fd940578d4b8f1677fd68d2bb62603c85d7aa97fcf86c1f66c5da962393254b605c7025f0cda74395904053891088cbe405b899afc1180e9c
29852985
languageName: node
29862986
linkType: hard
29872987

2988-
"@typescript-eslint/utils@npm:8.21.0":
2989-
version: 8.21.0
2990-
resolution: "@typescript-eslint/utils@npm:8.21.0"
2988+
"@typescript-eslint/utils@npm:8.29.0":
2989+
version: 8.29.0
2990+
resolution: "@typescript-eslint/utils@npm:8.29.0"
29912991
dependencies:
29922992
"@eslint-community/eslint-utils": "npm:^4.4.0"
2993-
"@typescript-eslint/scope-manager": "npm:8.21.0"
2994-
"@typescript-eslint/types": "npm:8.21.0"
2995-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
2993+
"@typescript-eslint/scope-manager": "npm:8.29.0"
2994+
"@typescript-eslint/types": "npm:8.29.0"
2995+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
29962996
peerDependencies:
29972997
eslint: ^8.57.0 || ^9.0.0
2998-
typescript: ">=4.8.4 <5.8.0"
2999-
checksum: 10/e44b4e87b8227f7524b4cd16e833ea37fbb73d3829caf484e7ca737060908817788755b9481d053bc4371bbcc99d2477e32b7ad43a421a3e61ce46c2c48c0bd7
2998+
typescript: ">=4.8.4 <5.9.0"
2999+
checksum: 10/1fd17a28b8b57fc73c0455dea43a8185d3a4421f4a21ece01009b5e6a2974c8d4113f90d27993f668fa97077891b4464588d380c25116d351eb12ad7ef0d468d
30003000
languageName: node
30013001
linkType: hard
30023002

@@ -3015,16 +3015,6 @@ __metadata:
30153015
languageName: node
30163016
linkType: hard
30173017

3018-
"@typescript-eslint/visitor-keys@npm:8.21.0":
3019-
version: 8.21.0
3020-
resolution: "@typescript-eslint/visitor-keys@npm:8.21.0"
3021-
dependencies:
3022-
"@typescript-eslint/types": "npm:8.21.0"
3023-
eslint-visitor-keys: "npm:^4.2.0"
3024-
checksum: 10/781cafa354177de4e864511435dbe61d896a7d1331bca76dd0a151295cc27b9677412444d47e1d5c6d2e7de5fee29b7bef0489d76c494fa59139e421f860506a
3025-
languageName: node
3026-
linkType: hard
3027-
30283018
"@typescript-eslint/visitor-keys@npm:8.22.0":
30293019
version: 8.22.0
30303020
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
@@ -3035,6 +3025,16 @@ __metadata:
30353025
languageName: node
30363026
linkType: hard
30373027

3028+
"@typescript-eslint/visitor-keys@npm:8.29.0":
3029+
version: 8.29.0
3030+
resolution: "@typescript-eslint/visitor-keys@npm:8.29.0"
3031+
dependencies:
3032+
"@typescript-eslint/types": "npm:8.29.0"
3033+
eslint-visitor-keys: "npm:^4.2.0"
3034+
checksum: 10/02e0e86ab112849a31b7d06c767be0ca7802385bf953d3b75f4ba6d06741d9492773325bc69d4c2a1c191b08f1c4c4b33f8e062d6d5d9f0f4f78f1b8b3cc2d41
3035+
languageName: node
3036+
linkType: hard
3037+
30383038
"@ungap/structured-clone@npm:^1.0.0":
30393039
version: 1.2.0
30403040
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -11034,6 +11034,15 @@ __metadata:
1103411034
languageName: node
1103511035
linkType: hard
1103611036

11037+
"ts-api-utils@npm:^2.0.1":
11038+
version: 2.1.0
11039+
resolution: "ts-api-utils@npm:2.1.0"
11040+
peerDependencies:
11041+
typescript: ">=4.8.4"
11042+
checksum: 10/02e55b49d9617c6eebf8aadfa08d3ca03ca0cd2f0586ad34117fdfc7aa3cd25d95051843fde9df86665ad907f99baed179e7a117b11021417f379e4d2614eacd
11043+
languageName: node
11044+
linkType: hard
11045+
1103711046
"ts-dedent@npm:2.2.0":
1103811047
version: 2.2.0
1103911048
resolution: "ts-dedent@npm:2.2.0"
@@ -11156,17 +11165,17 @@ __metadata:
1115611165
languageName: node
1115711166
linkType: hard
1115811167

11159-
"typescript-eslint@npm:8.21.0":
11160-
version: 8.21.0
11161-
resolution: "typescript-eslint@npm:8.21.0"
11168+
"typescript-eslint@npm:8.29.0":
11169+
version: 8.29.0
11170+
resolution: "typescript-eslint@npm:8.29.0"
1116211171
dependencies:
11163-
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
11164-
"@typescript-eslint/parser": "npm:8.21.0"
11165-
"@typescript-eslint/utils": "npm:8.21.0"
11172+
"@typescript-eslint/eslint-plugin": "npm:8.29.0"
11173+
"@typescript-eslint/parser": "npm:8.29.0"
11174+
"@typescript-eslint/utils": "npm:8.29.0"
1116611175
peerDependencies:
1116711176
eslint: ^8.57.0 || ^9.0.0
11168-
typescript: ">=4.8.4 <5.8.0"
11169-
checksum: 10/8bb7dce0084ea380b1f55046bead0adbaf57d1f5cdfa7b82a89eec18377fa2cd4e0e9746b4c5e8193899cf4de09c659032bbad19e2a8e9db54d53a596e176c5f
11177+
typescript: ">=4.8.4 <5.9.0"
11178+
checksum: 10/c4ca331261302c72bf83c1c128d5f20a7974f5472db8a554fabdd741c0eb9eda60c72fcf94d45a8633109a4c295b81cc5d1965aedac1022a739388f3b3fac871
1117011179
languageName: node
1117111180
linkType: hard
1117211181

0 commit comments

Comments
 (0)