Skip to content

Commit 65fab60

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 b91f206 commit 65fab60

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.27.0",
155+
"@typescript-eslint/parser": "8.27.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.27.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.27.0"
1983+
"@typescript-eslint/parser": "npm:8.27.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.27.0"
20902090
unified: "npm:11.0.5"
20912091
vfile: "npm:6.0.3"
20922092
vitest: "npm:3.0.7"
@@ -2983,50 +2983,40 @@ __metadata:
29832983
languageName: node
29842984
linkType: hard
29852985

2986-
"@typescript-eslint/eslint-plugin@npm:8.21.0":
2987-
version: 8.21.0
2988-
resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0"
2986+
"@typescript-eslint/eslint-plugin@npm:8.27.0":
2987+
version: 8.27.0
2988+
resolution: "@typescript-eslint/eslint-plugin@npm:8.27.0"
29892989
dependencies:
29902990
"@eslint-community/regexpp": "npm:^4.10.0"
2991-
"@typescript-eslint/scope-manager": "npm:8.21.0"
2992-
"@typescript-eslint/type-utils": "npm:8.21.0"
2993-
"@typescript-eslint/utils": "npm:8.21.0"
2994-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2991+
"@typescript-eslint/scope-manager": "npm:8.27.0"
2992+
"@typescript-eslint/type-utils": "npm:8.27.0"
2993+
"@typescript-eslint/utils": "npm:8.27.0"
2994+
"@typescript-eslint/visitor-keys": "npm:8.27.0"
29952995
graphemer: "npm:^1.4.0"
29962996
ignore: "npm:^5.3.1"
29972997
natural-compare: "npm:^1.4.0"
2998-
ts-api-utils: "npm:^2.0.0"
2998+
ts-api-utils: "npm:^2.0.1"
29992999
peerDependencies:
30003000
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
30013001
eslint: ^8.57.0 || ^9.0.0
3002-
typescript: ">=4.8.4 <5.8.0"
3003-
checksum: 10/4c7c274bd0f7d8ee2097278d9fb0829b883c28783b9a1c41e5f4e74dee0412c53063978db3590ad7609d538a38058e43f832895746e6af677da7558a8b16fbdd
3002+
typescript: ">=4.8.4 <5.9.0"
3003+
checksum: 10/d77fc0f66760d3fddfb0a0c14d23e3b782ccc8d74913c5888049df30a6240c6fbeec2864c6dd811474b340b6f87f61b1ed78e9c293056c413d4833360a505c4b
30043004
languageName: node
30053005
linkType: hard
30063006

3007-
"@typescript-eslint/parser@npm:8.21.0":
3008-
version: 8.21.0
3009-
resolution: "@typescript-eslint/parser@npm:8.21.0"
3007+
"@typescript-eslint/parser@npm:8.27.0":
3008+
version: 8.27.0
3009+
resolution: "@typescript-eslint/parser@npm:8.27.0"
30103010
dependencies:
3011-
"@typescript-eslint/scope-manager": "npm:8.21.0"
3012-
"@typescript-eslint/types": "npm:8.21.0"
3013-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
3014-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
3011+
"@typescript-eslint/scope-manager": "npm:8.27.0"
3012+
"@typescript-eslint/types": "npm:8.27.0"
3013+
"@typescript-eslint/typescript-estree": "npm:8.27.0"
3014+
"@typescript-eslint/visitor-keys": "npm:8.27.0"
30153015
debug: "npm:^4.3.4"
30163016
peerDependencies:
30173017
eslint: ^8.57.0 || ^9.0.0
3018-
typescript: ">=4.8.4 <5.8.0"
3019-
checksum: 10/c403f56b0a856ad25ffc0d78d4f0ede64d622edb279ace8bc7554c82518c0462f608a1e06d62111633a57b9ffcc37e063378c3980fba138f93d14a7aad5d0db1
3020-
languageName: node
3021-
linkType: hard
3022-
3023-
"@typescript-eslint/scope-manager@npm:8.21.0":
3024-
version: 8.21.0
3025-
resolution: "@typescript-eslint/scope-manager@npm:8.21.0"
3026-
dependencies:
3027-
"@typescript-eslint/types": "npm:8.21.0"
3028-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
3029-
checksum: 10/99aa8257c758546c8c4905bd34381be446adea7642dbc279269039308dc33b8dbcf3d7b7d12da7bec8f8d8760b813a5852dc53d75e953cbe327fac05d3f18fc4
3018+
typescript: ">=4.8.4 <5.9.0"
3019+
checksum: 10/fd4faef018d52c4359f19df7201b5ed93a5c425002c768fff203dc800eb77bc3fc1500f95706e8c334649b8192c5063ef967ec2e9350e603e5a1088eb3b72a35
30303020
languageName: node
30313021
linkType: hard
30323022

@@ -3040,25 +3030,28 @@ __metadata:
30403030
languageName: node
30413031
linkType: hard
30423032

3043-
"@typescript-eslint/type-utils@npm:8.21.0":
3044-
version: 8.21.0
3045-
resolution: "@typescript-eslint/type-utils@npm:8.21.0"
3033+
"@typescript-eslint/scope-manager@npm:8.27.0":
3034+
version: 8.27.0
3035+
resolution: "@typescript-eslint/scope-manager@npm:8.27.0"
30463036
dependencies:
3047-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
3048-
"@typescript-eslint/utils": "npm:8.21.0"
3049-
debug: "npm:^4.3.4"
3050-
ts-api-utils: "npm:^2.0.0"
3051-
peerDependencies:
3052-
eslint: ^8.57.0 || ^9.0.0
3053-
typescript: ">=4.8.4 <5.8.0"
3054-
checksum: 10/b4bce1325a2e5e1a74b6919b3187356b7246475ac4d62898134ed68572e39e52fe5daa89d0bb66d78aef7b2057612cccc00400c0b81f9d5b75acec3174114c8d
3037+
"@typescript-eslint/types": "npm:8.27.0"
3038+
"@typescript-eslint/visitor-keys": "npm:8.27.0"
3039+
checksum: 10/e5429b79837f253b8e679ce8246e500175b74ead04314ad336326f132fa3532e30e75258dcd7e48f8dc76cdf6130fdbeb6e8cfa4965ea0d3b5baf99419df550f
30553040
languageName: node
30563041
linkType: hard
30573042

3058-
"@typescript-eslint/types@npm:8.21.0":
3059-
version: 8.21.0
3060-
resolution: "@typescript-eslint/types@npm:8.21.0"
3061-
checksum: 10/a22c99f5687358c7343789b942c9885bc1b49eb239562b792f22e2ac4f0d3f04102f204cd2d749202d6888767566fba86f54447894955310890ec307fec8ed8d
3043+
"@typescript-eslint/type-utils@npm:8.27.0":
3044+
version: 8.27.0
3045+
resolution: "@typescript-eslint/type-utils@npm:8.27.0"
3046+
dependencies:
3047+
"@typescript-eslint/typescript-estree": "npm:8.27.0"
3048+
"@typescript-eslint/utils": "npm:8.27.0"
3049+
debug: "npm:^4.3.4"
3050+
ts-api-utils: "npm:^2.0.1"
3051+
peerDependencies:
3052+
eslint: ^8.57.0 || ^9.0.0
3053+
typescript: ">=4.8.4 <5.9.0"
3054+
checksum: 10/2183a574e7e60cecc5df7fd697d2a5e0445a96a8b288166586e9bb3db2444a97bf7539aeb3a1c75782df56927e7bd52ea8da9151ba4ec6445931c55a9034f81b
30623055
languageName: node
30633056
linkType: hard
30643057

@@ -3069,12 +3062,19 @@ __metadata:
30693062
languageName: node
30703063
linkType: hard
30713064

3072-
"@typescript-eslint/typescript-estree@npm:8.21.0":
3073-
version: 8.21.0
3074-
resolution: "@typescript-eslint/typescript-estree@npm:8.21.0"
3065+
"@typescript-eslint/types@npm:8.27.0":
3066+
version: 8.27.0
3067+
resolution: "@typescript-eslint/types@npm:8.27.0"
3068+
checksum: 10/e7b608f6ce5be52c7bcee098abc5f88b677a6511e701e563ba73901300c838827cd7fa11e1fd0f5df027948e0fd3f6181c16c05578d33041c6639bc79b015172
3069+
languageName: node
3070+
linkType: hard
3071+
3072+
"@typescript-eslint/typescript-estree@npm:8.22.0":
3073+
version: 8.22.0
3074+
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
30753075
dependencies:
3076-
"@typescript-eslint/types": "npm:8.21.0"
3077-
"@typescript-eslint/visitor-keys": "npm:8.21.0"
3076+
"@typescript-eslint/types": "npm:8.22.0"
3077+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
30783078
debug: "npm:^4.3.4"
30793079
fast-glob: "npm:^3.3.2"
30803080
is-glob: "npm:^4.0.3"
@@ -3083,40 +3083,40 @@ __metadata:
30833083
ts-api-utils: "npm:^2.0.0"
30843084
peerDependencies:
30853085
typescript: ">=4.8.4 <5.8.0"
3086-
checksum: 10/1a8bcd2968490dcf047273a36e1d2cd51725e893ad874e554e4b81e62bf54e4ff2b7ee2af206208a2ae9ac2cc5c8b50e2244dd4fe9c42ef34122df4360e9f9c2
3086+
checksum: 10/e3c0b191e2a0f55101c3e3333904f3a255d635e4ea0d026981cc25e83b62660a3a8a7993ac4a3d0c8756afb7dc272099eec48fd93e100a2b8467a5b80ef0026c
30873087
languageName: node
30883088
linkType: hard
30893089

3090-
"@typescript-eslint/typescript-estree@npm:8.22.0":
3091-
version: 8.22.0
3092-
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
3090+
"@typescript-eslint/typescript-estree@npm:8.27.0":
3091+
version: 8.27.0
3092+
resolution: "@typescript-eslint/typescript-estree@npm:8.27.0"
30933093
dependencies:
3094-
"@typescript-eslint/types": "npm:8.22.0"
3095-
"@typescript-eslint/visitor-keys": "npm:8.22.0"
3094+
"@typescript-eslint/types": "npm:8.27.0"
3095+
"@typescript-eslint/visitor-keys": "npm:8.27.0"
30963096
debug: "npm:^4.3.4"
30973097
fast-glob: "npm:^3.3.2"
30983098
is-glob: "npm:^4.0.3"
30993099
minimatch: "npm:^9.0.4"
31003100
semver: "npm:^7.6.0"
3101-
ts-api-utils: "npm:^2.0.0"
3101+
ts-api-utils: "npm:^2.0.1"
31023102
peerDependencies:
3103-
typescript: ">=4.8.4 <5.8.0"
3104-
checksum: 10/e3c0b191e2a0f55101c3e3333904f3a255d635e4ea0d026981cc25e83b62660a3a8a7993ac4a3d0c8756afb7dc272099eec48fd93e100a2b8467a5b80ef0026c
3103+
typescript: ">=4.8.4 <5.9.0"
3104+
checksum: 10/2f81718909c96bc31f6ce599bc0a80d233a591c044d939af223005587ea87852a1e76e90d11e037c49bbadc5fda9815da8f0aaca49f979cf990ff392675f62b0
31053105
languageName: node
31063106
linkType: hard
31073107

3108-
"@typescript-eslint/utils@npm:8.21.0":
3109-
version: 8.21.0
3110-
resolution: "@typescript-eslint/utils@npm:8.21.0"
3108+
"@typescript-eslint/utils@npm:8.27.0":
3109+
version: 8.27.0
3110+
resolution: "@typescript-eslint/utils@npm:8.27.0"
31113111
dependencies:
31123112
"@eslint-community/eslint-utils": "npm:^4.4.0"
3113-
"@typescript-eslint/scope-manager": "npm:8.21.0"
3114-
"@typescript-eslint/types": "npm:8.21.0"
3115-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
3113+
"@typescript-eslint/scope-manager": "npm:8.27.0"
3114+
"@typescript-eslint/types": "npm:8.27.0"
3115+
"@typescript-eslint/typescript-estree": "npm:8.27.0"
31163116
peerDependencies:
31173117
eslint: ^8.57.0 || ^9.0.0
3118-
typescript: ">=4.8.4 <5.8.0"
3119-
checksum: 10/e44b4e87b8227f7524b4cd16e833ea37fbb73d3829caf484e7ca737060908817788755b9481d053bc4371bbcc99d2477e32b7ad43a421a3e61ce46c2c48c0bd7
3118+
typescript: ">=4.8.4 <5.9.0"
3119+
checksum: 10/858610da7c802a584a6e73f0ece45b12ca1a7fb40a3a8639e531afaff3beb8e618d27f712805b49b1eb3f429e07c3edcaa641686525de4e2c0861fdcc790c822
31203120
languageName: node
31213121
linkType: hard
31223122

@@ -3135,16 +3135,6 @@ __metadata:
31353135
languageName: node
31363136
linkType: hard
31373137

3138-
"@typescript-eslint/visitor-keys@npm:8.21.0":
3139-
version: 8.21.0
3140-
resolution: "@typescript-eslint/visitor-keys@npm:8.21.0"
3141-
dependencies:
3142-
"@typescript-eslint/types": "npm:8.21.0"
3143-
eslint-visitor-keys: "npm:^4.2.0"
3144-
checksum: 10/781cafa354177de4e864511435dbe61d896a7d1331bca76dd0a151295cc27b9677412444d47e1d5c6d2e7de5fee29b7bef0489d76c494fa59139e421f860506a
3145-
languageName: node
3146-
linkType: hard
3147-
31483138
"@typescript-eslint/visitor-keys@npm:8.22.0":
31493139
version: 8.22.0
31503140
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
@@ -3155,6 +3145,16 @@ __metadata:
31553145
languageName: node
31563146
linkType: hard
31573147

3148+
"@typescript-eslint/visitor-keys@npm:8.27.0":
3149+
version: 8.27.0
3150+
resolution: "@typescript-eslint/visitor-keys@npm:8.27.0"
3151+
dependencies:
3152+
"@typescript-eslint/types": "npm:8.27.0"
3153+
eslint-visitor-keys: "npm:^4.2.0"
3154+
checksum: 10/d62522d021760452f9c0549227ab2c603724834697c5bb51cb1e6b7b45d169c923225eb4b6d5dc822a5fbe634b7b445154f2da9f99a7d550cb288b3c2c9113d7
3155+
languageName: node
3156+
linkType: hard
3157+
31583158
"@ungap/structured-clone@npm:^1.0.0":
31593159
version: 1.2.0
31603160
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -11130,6 +11130,15 @@ __metadata:
1113011130
languageName: node
1113111131
linkType: hard
1113211132

11133+
"ts-api-utils@npm:^2.0.1":
11134+
version: 2.0.1
11135+
resolution: "ts-api-utils@npm:2.0.1"
11136+
peerDependencies:
11137+
typescript: ">=4.8.4"
11138+
checksum: 10/2e68938cd5acad6b5157744215ce10cd097f9f667fd36b5fdd5efdd4b0c51063e855459d835f94f6777bb8a0f334916b6eb5c1eedab8c325feb34baa39238898
11139+
languageName: node
11140+
linkType: hard
11141+
1113311142
"ts-dedent@npm:2.2.0":
1113411143
version: 2.2.0
1113511144
resolution: "ts-dedent@npm:2.2.0"
@@ -11252,17 +11261,17 @@ __metadata:
1125211261
languageName: node
1125311262
linkType: hard
1125411263

11255-
"typescript-eslint@npm:8.21.0":
11256-
version: 8.21.0
11257-
resolution: "typescript-eslint@npm:8.21.0"
11264+
"typescript-eslint@npm:8.27.0":
11265+
version: 8.27.0
11266+
resolution: "typescript-eslint@npm:8.27.0"
1125811267
dependencies:
11259-
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
11260-
"@typescript-eslint/parser": "npm:8.21.0"
11261-
"@typescript-eslint/utils": "npm:8.21.0"
11268+
"@typescript-eslint/eslint-plugin": "npm:8.27.0"
11269+
"@typescript-eslint/parser": "npm:8.27.0"
11270+
"@typescript-eslint/utils": "npm:8.27.0"
1126211271
peerDependencies:
1126311272
eslint: ^8.57.0 || ^9.0.0
11264-
typescript: ">=4.8.4 <5.8.0"
11265-
checksum: 10/8bb7dce0084ea380b1f55046bead0adbaf57d1f5cdfa7b82a89eec18377fa2cd4e0e9746b4c5e8193899cf4de09c659032bbad19e2a8e9db54d53a596e176c5f
11273+
typescript: ">=4.8.4 <5.9.0"
11274+
checksum: 10/c23a3c6163aae238f630dcbcbe21a1fc216f39a97b80188ed16e6f72e913a4aacc7a2bbde95a06608d7cf56bb8c1e365638440b201b2c7cce3b027ce0095c469
1126611275
languageName: node
1126711276
linkType: hard
1126811277

0 commit comments

Comments
 (0)