Skip to content

Commit 6cb169e

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] <[email protected]>
1 parent bd49e87 commit 6cb169e

File tree

2 files changed

+99
-90
lines changed

2 files changed

+99
-90
lines changed

package.json

+3-3
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

+96-87
Original file line numberDiff line numberDiff line change
@@ -1804,8 +1804,8 @@ __metadata:
18041804
"@types/is-ci": "npm:3.0.4"
18051805
"@types/node": "npm:22.10.2"
18061806
"@types/node-notifier": "npm:8.0.5"
1807-
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
1808-
"@typescript-eslint/parser": "npm:8.21.0"
1807+
"@typescript-eslint/eslint-plugin": "npm:8.29.0"
1808+
"@typescript-eslint/parser": "npm:8.29.0"
18091809
"@vates/toggle-scripts": "npm:1.0.0"
18101810
"@vitest/coverage-v8": "npm:3.0.7"
18111811
"@vitest/ui": "npm:3.0.7"
@@ -1911,7 +1911,7 @@ __metadata:
19111911
trash-cli: "npm:6.0.0"
19121912
ts-dedent: "npm:2.2.0"
19131913
typescript: "npm:5.7.2"
1914-
typescript-eslint: "npm:8.21.0"
1914+
typescript-eslint: "npm:8.29.0"
19151915
unified: "npm:11.0.5"
19161916
vfile: "npm:6.0.3"
19171917
vitest: "npm:3.0.7"
@@ -2815,50 +2815,40 @@ __metadata:
28152815
languageName: node
28162816
linkType: hard
28172817

2818-
"@typescript-eslint/eslint-plugin@npm:8.21.0":
2819-
version: 8.21.0
2820-
resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0"
2818+
"@typescript-eslint/eslint-plugin@npm:8.29.0":
2819+
version: 8.29.0
2820+
resolution: "@typescript-eslint/eslint-plugin@npm:8.29.0"
28212821
dependencies:
28222822
"@eslint-community/regexpp": "npm:^4.10.0"
2823-
"@typescript-eslint/scope-manager": "npm:8.21.0"
2824-
"@typescript-eslint/type-utils": "npm:8.21.0"
2825-
"@typescript-eslint/utils": "npm:8.21.0"
2826-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2823+
"@typescript-eslint/scope-manager": "npm:8.29.0"
2824+
"@typescript-eslint/type-utils": "npm:8.29.0"
2825+
"@typescript-eslint/utils": "npm:8.29.0"
2826+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
28272827
graphemer: "npm:^1.4.0"
28282828
ignore: "npm:^5.3.1"
28292829
natural-compare: "npm:^1.4.0"
2830-
ts-api-utils: "npm:^2.0.0"
2830+
ts-api-utils: "npm:^2.0.1"
28312831
peerDependencies:
28322832
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
28332833
eslint: ^8.57.0 || ^9.0.0
2834-
typescript: ">=4.8.4 <5.8.0"
2835-
checksum: 10/4c7c274bd0f7d8ee2097278d9fb0829b883c28783b9a1c41e5f4e74dee0412c53063978db3590ad7609d538a38058e43f832895746e6af677da7558a8b16fbdd
2834+
typescript: ">=4.8.4 <5.9.0"
2835+
checksum: 10/1df4b43c209e40a00ec77e572b575760a9ac93967b6ebcc13f36587bf2881fc891c158f62cf25e8c2b8ca1ecd05b3eb583b30869ba6c2fa558435f0574773df8
28362836
languageName: node
28372837
linkType: hard
28382838

2839-
"@typescript-eslint/parser@npm:8.21.0":
2840-
version: 8.21.0
2841-
resolution: "@typescript-eslint/parser@npm:8.21.0"
2839+
"@typescript-eslint/parser@npm:8.29.0":
2840+
version: 8.29.0
2841+
resolution: "@typescript-eslint/parser@npm:8.29.0"
28422842
dependencies:
2843-
"@typescript-eslint/scope-manager": "npm:8.21.0"
2844-
"@typescript-eslint/types": "npm:8.21.0"
2845-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
2846-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2843+
"@typescript-eslint/scope-manager": "npm:8.29.0"
2844+
"@typescript-eslint/types": "npm:8.29.0"
2845+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
2846+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
28472847
debug: "npm:^4.3.4"
28482848
peerDependencies:
28492849
eslint: ^8.57.0 || ^9.0.0
2850-
typescript: ">=4.8.4 <5.8.0"
2851-
checksum: 10/c403f56b0a856ad25ffc0d78d4f0ede64d622edb279ace8bc7554c82518c0462f608a1e06d62111633a57b9ffcc37e063378c3980fba138f93d14a7aad5d0db1
2852-
languageName: node
2853-
linkType: hard
2854-
2855-
"@typescript-eslint/scope-manager@npm:8.21.0":
2856-
version: 8.21.0
2857-
resolution: "@typescript-eslint/scope-manager@npm:8.21.0"
2858-
dependencies:
2859-
"@typescript-eslint/types": "npm:8.21.0"
2860-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2861-
checksum: 10/99aa8257c758546c8c4905bd34381be446adea7642dbc279269039308dc33b8dbcf3d7b7d12da7bec8f8d8760b813a5852dc53d75e953cbe327fac05d3f18fc4
2850+
typescript: ">=4.8.4 <5.9.0"
2851+
checksum: 10/d71fec12e78ac31a2faf076720c39f0e004a26672ebda4fc2f3b6f36306ff2362917dc6e0445746586f2911b4b2dd86622399dd578f002006f6c75cc9dfac013
28622852
languageName: node
28632853
linkType: hard
28642854

@@ -2872,25 +2862,28 @@ __metadata:
28722862
languageName: node
28732863
linkType: hard
28742864

2875-
"@typescript-eslint/type-utils@npm:8.21.0":
2876-
version: 8.21.0
2877-
resolution: "@typescript-eslint/type-utils@npm:8.21.0"
2865+
"@typescript-eslint/scope-manager@npm:8.29.0":
2866+
version: 8.29.0
2867+
resolution: "@typescript-eslint/scope-manager@npm:8.29.0"
28782868
dependencies:
2879-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
2880-
"@typescript-eslint/utils": "npm:8.21.0"
2881-
debug: "npm:^4.3.4"
2882-
ts-api-utils: "npm:^2.0.0"
2883-
peerDependencies:
2884-
eslint: ^8.57.0 || ^9.0.0
2885-
typescript: ">=4.8.4 <5.8.0"
2886-
checksum: 10/b4bce1325a2e5e1a74b6919b3187356b7246475ac4d62898134ed68572e39e52fe5daa89d0bb66d78aef7b2057612cccc00400c0b81f9d5b75acec3174114c8d
2869+
"@typescript-eslint/types": "npm:8.29.0"
2870+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
2871+
checksum: 10/23ce9962d57607f91a8a4a9bc43e64bd91cd933b53e61765924704614e52f39e8ccb28276b60b7472fb6dffe52fa681f114b73e4561fb4dcb74910a4e6a3629f
28872872
languageName: node
28882873
linkType: hard
28892874

2890-
"@typescript-eslint/types@npm:8.21.0":
2891-
version: 8.21.0
2892-
resolution: "@typescript-eslint/types@npm:8.21.0"
2893-
checksum: 10/a22c99f5687358c7343789b942c9885bc1b49eb239562b792f22e2ac4f0d3f04102f204cd2d749202d6888767566fba86f54447894955310890ec307fec8ed8d
2875+
"@typescript-eslint/type-utils@npm:8.29.0":
2876+
version: 8.29.0
2877+
resolution: "@typescript-eslint/type-utils@npm:8.29.0"
2878+
dependencies:
2879+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
2880+
"@typescript-eslint/utils": "npm:8.29.0"
2881+
debug: "npm:^4.3.4"
2882+
ts-api-utils: "npm:^2.0.1"
2883+
peerDependencies:
2884+
eslint: ^8.57.0 || ^9.0.0
2885+
typescript: ">=4.8.4 <5.9.0"
2886+
checksum: 10/3b18caf6d3d16461d462b8960e1fa7fdb94f0eb2aa8afb9c95e2e458af32ffc82b14f1d26bb635b5e751bd0a7ff5c10fa1754377fff0dea760d1a96848705f88
28942887
languageName: node
28952888
linkType: hard
28962889

@@ -2901,12 +2894,19 @@ __metadata:
29012894
languageName: node
29022895
linkType: hard
29032896

2904-
"@typescript-eslint/typescript-estree@npm:8.21.0":
2905-
version: 8.21.0
2906-
resolution: "@typescript-eslint/typescript-estree@npm:8.21.0"
2897+
"@typescript-eslint/types@npm:8.29.0":
2898+
version: 8.29.0
2899+
resolution: "@typescript-eslint/types@npm:8.29.0"
2900+
checksum: 10/d65b9f2f6d87a3744788b09d9112c4a0298f1215138d8677240aae3bfa37ddc24a59315536cd9aab63c7608909ae2c5f436924c889b98986b78003b6028b5c35
2901+
languageName: node
2902+
linkType: hard
2903+
2904+
"@typescript-eslint/typescript-estree@npm:8.22.0":
2905+
version: 8.22.0
2906+
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
29072907
dependencies:
2908-
"@typescript-eslint/types": "npm:8.21.0"
2909-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2908+
"@typescript-eslint/types": "npm:8.22.0"
2909+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
29102910
debug: "npm:^4.3.4"
29112911
fast-glob: "npm:^3.3.2"
29122912
is-glob: "npm:^4.0.3"
@@ -2915,40 +2915,40 @@ __metadata:
29152915
ts-api-utils: "npm:^2.0.0"
29162916
peerDependencies:
29172917
typescript: ">=4.8.4 <5.8.0"
2918-
checksum: 10/1a8bcd2968490dcf047273a36e1d2cd51725e893ad874e554e4b81e62bf54e4ff2b7ee2af206208a2ae9ac2cc5c8b50e2244dd4fe9c42ef34122df4360e9f9c2
2918+
checksum: 10/e3c0b191e2a0f55101c3e3333904f3a255d635e4ea0d026981cc25e83b62660a3a8a7993ac4a3d0c8756afb7dc272099eec48fd93e100a2b8467a5b80ef0026c
29192919
languageName: node
29202920
linkType: hard
29212921

2922-
"@typescript-eslint/typescript-estree@npm:8.22.0":
2923-
version: 8.22.0
2924-
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
2922+
"@typescript-eslint/typescript-estree@npm:8.29.0":
2923+
version: 8.29.0
2924+
resolution: "@typescript-eslint/typescript-estree@npm:8.29.0"
29252925
dependencies:
2926-
"@typescript-eslint/types": "npm:8.22.0"
2927-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
2926+
"@typescript-eslint/types": "npm:8.29.0"
2927+
"@typescript-eslint/visitor-keys": "npm:8.29.0"
29282928
debug: "npm:^4.3.4"
29292929
fast-glob: "npm:^3.3.2"
29302930
is-glob: "npm:^4.0.3"
29312931
minimatch: "npm:^9.0.4"
29322932
semver: "npm:^7.6.0"
2933-
ts-api-utils: "npm:^2.0.0"
2933+
ts-api-utils: "npm:^2.0.1"
29342934
peerDependencies:
2935-
typescript: ">=4.8.4 <5.8.0"
2936-
checksum: 10/e3c0b191e2a0f55101c3e3333904f3a255d635e4ea0d026981cc25e83b62660a3a8a7993ac4a3d0c8756afb7dc272099eec48fd93e100a2b8467a5b80ef0026c
2935+
typescript: ">=4.8.4 <5.9.0"
2936+
checksum: 10/276e6ea97857ef0fd940578d4b8f1677fd68d2bb62603c85d7aa97fcf86c1f66c5da962393254b605c7025f0cda74395904053891088cbe405b899afc1180e9c
29372937
languageName: node
29382938
linkType: hard
29392939

2940-
"@typescript-eslint/utils@npm:8.21.0":
2941-
version: 8.21.0
2942-
resolution: "@typescript-eslint/utils@npm:8.21.0"
2940+
"@typescript-eslint/utils@npm:8.29.0":
2941+
version: 8.29.0
2942+
resolution: "@typescript-eslint/utils@npm:8.29.0"
29432943
dependencies:
29442944
"@eslint-community/eslint-utils": "npm:^4.4.0"
2945-
"@typescript-eslint/scope-manager": "npm:8.21.0"
2946-
"@typescript-eslint/types": "npm:8.21.0"
2947-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
2945+
"@typescript-eslint/scope-manager": "npm:8.29.0"
2946+
"@typescript-eslint/types": "npm:8.29.0"
2947+
"@typescript-eslint/typescript-estree": "npm:8.29.0"
29482948
peerDependencies:
29492949
eslint: ^8.57.0 || ^9.0.0
2950-
typescript: ">=4.8.4 <5.8.0"
2951-
checksum: 10/e44b4e87b8227f7524b4cd16e833ea37fbb73d3829caf484e7ca737060908817788755b9481d053bc4371bbcc99d2477e32b7ad43a421a3e61ce46c2c48c0bd7
2950+
typescript: ">=4.8.4 <5.9.0"
2951+
checksum: 10/1fd17a28b8b57fc73c0455dea43a8185d3a4421f4a21ece01009b5e6a2974c8d4113f90d27993f668fa97077891b4464588d380c25116d351eb12ad7ef0d468d
29522952
languageName: node
29532953
linkType: hard
29542954

@@ -2967,16 +2967,6 @@ __metadata:
29672967
languageName: node
29682968
linkType: hard
29692969

2970-
"@typescript-eslint/visitor-keys@npm:8.21.0":
2971-
version: 8.21.0
2972-
resolution: "@typescript-eslint/visitor-keys@npm:8.21.0"
2973-
dependencies:
2974-
"@typescript-eslint/types": "npm:8.21.0"
2975-
eslint-visitor-keys: "npm:^4.2.0"
2976-
checksum: 10/781cafa354177de4e864511435dbe61d896a7d1331bca76dd0a151295cc27b9677412444d47e1d5c6d2e7de5fee29b7bef0489d76c494fa59139e421f860506a
2977-
languageName: node
2978-
linkType: hard
2979-
29802970
"@typescript-eslint/visitor-keys@npm:8.22.0":
29812971
version: 8.22.0
29822972
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
@@ -2987,6 +2977,16 @@ __metadata:
29872977
languageName: node
29882978
linkType: hard
29892979

2980+
"@typescript-eslint/visitor-keys@npm:8.29.0":
2981+
version: 8.29.0
2982+
resolution: "@typescript-eslint/visitor-keys@npm:8.29.0"
2983+
dependencies:
2984+
"@typescript-eslint/types": "npm:8.29.0"
2985+
eslint-visitor-keys: "npm:^4.2.0"
2986+
checksum: 10/02e0e86ab112849a31b7d06c767be0ca7802385bf953d3b75f4ba6d06741d9492773325bc69d4c2a1c191b08f1c4c4b33f8e062d6d5d9f0f4f78f1b8b3cc2d41
2987+
languageName: node
2988+
linkType: hard
2989+
29902990
"@ungap/structured-clone@npm:^1.0.0":
29912991
version: 1.2.0
29922992
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -10879,6 +10879,15 @@ __metadata:
1087910879
languageName: node
1088010880
linkType: hard
1088110881

10882+
"ts-api-utils@npm:^2.0.1":
10883+
version: 2.1.0
10884+
resolution: "ts-api-utils@npm:2.1.0"
10885+
peerDependencies:
10886+
typescript: ">=4.8.4"
10887+
checksum: 10/02e55b49d9617c6eebf8aadfa08d3ca03ca0cd2f0586ad34117fdfc7aa3cd25d95051843fde9df86665ad907f99baed179e7a117b11021417f379e4d2614eacd
10888+
languageName: node
10889+
linkType: hard
10890+
1088210891
"ts-dedent@npm:2.2.0":
1088310892
version: 2.2.0
1088410893
resolution: "ts-dedent@npm:2.2.0"
@@ -11001,17 +11010,17 @@ __metadata:
1100111010
languageName: node
1100211011
linkType: hard
1100311012

11004-
"typescript-eslint@npm:8.21.0":
11005-
version: 8.21.0
11006-
resolution: "typescript-eslint@npm:8.21.0"
11013+
"typescript-eslint@npm:8.29.0":
11014+
version: 8.29.0
11015+
resolution: "typescript-eslint@npm:8.29.0"
1100711016
dependencies:
11008-
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
11009-
"@typescript-eslint/parser": "npm:8.21.0"
11010-
"@typescript-eslint/utils": "npm:8.21.0"
11017+
"@typescript-eslint/eslint-plugin": "npm:8.29.0"
11018+
"@typescript-eslint/parser": "npm:8.29.0"
11019+
"@typescript-eslint/utils": "npm:8.29.0"
1101111020
peerDependencies:
1101211021
eslint: ^8.57.0 || ^9.0.0
11013-
typescript: ">=4.8.4 <5.8.0"
11014-
checksum: 10/8bb7dce0084ea380b1f55046bead0adbaf57d1f5cdfa7b82a89eec18377fa2cd4e0e9746b4c5e8193899cf4de09c659032bbad19e2a8e9db54d53a596e176c5f
11022+
typescript: ">=4.8.4 <5.9.0"
11023+
checksum: 10/c4ca331261302c72bf83c1c128d5f20a7974f5472db8a554fabdd741c0eb9eda60c72fcf94d45a8633109a4c295b81cc5d1965aedac1022a739388f3b3fac871
1101511024
languageName: node
1101611025
linkType: hard
1101711026

0 commit comments

Comments
 (0)