Skip to content

Commit 7dd5d61

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 a310931 commit 7dd5d61

File tree

2 files changed

+161
-41
lines changed

2 files changed

+161
-41
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@
197197
"@types/is-ci": "3.0.4",
198198
"@types/node": "22.9.0",
199199
"@types/node-notifier": "8.0.5",
200-
"@typescript-eslint/eslint-plugin": "8.26.0",
201-
"@typescript-eslint/parser": "8.26.0",
200+
"@typescript-eslint/eslint-plugin": "8.38.0",
201+
"@typescript-eslint/parser": "8.38.0",
202202
"@vates/toggle-scripts": "1.0.0",
203203
"@vitest/coverage-v8": "3.0.7",
204204
"@vitest/ui": "3.0.7",
@@ -306,7 +306,7 @@
306306
"trash-cli": "6.0.0",
307307
"ts-dedent": "2.2.0",
308308
"typescript": "5.7.2",
309-
"typescript-eslint": "8.26.0",
309+
"typescript-eslint": "8.38.0",
310310
"unified": "11.0.5",
311311
"vfile": "6.0.3",
312312
"vite": "6.1.6",

yarn.lock

Lines changed: 158 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,17 @@ __metadata:
14711471
languageName: node
14721472
linkType: hard
14731473

1474+
"@eslint-community/eslint-utils@npm:^4.7.0":
1475+
version: 4.7.0
1476+
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
1477+
dependencies:
1478+
eslint-visitor-keys: "npm:^3.4.3"
1479+
peerDependencies:
1480+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
1481+
checksum: 10/43ed5d391526d9f5bbe452aef336389a473026fca92057cf97c576db11401ce9bcf8ef0bf72625bbaf6207ed8ba6bf0dcf4d7e809c24f08faa68a28533c491a7
1482+
languageName: node
1483+
linkType: hard
1484+
14741485
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.11.0, @eslint-community/regexpp@npm:^4.12.1":
14751486
version: 4.12.1
14761487
resolution: "@eslint-community/regexpp@npm:4.12.1"
@@ -1863,8 +1874,8 @@ __metadata:
18631874
"@types/micromatch": "npm:4.0.9"
18641875
"@types/node": "npm:22.9.0"
18651876
"@types/node-notifier": "npm:8.0.5"
1866-
"@typescript-eslint/eslint-plugin": "npm:8.26.0"
1867-
"@typescript-eslint/parser": "npm:8.26.0"
1877+
"@typescript-eslint/eslint-plugin": "npm:8.38.0"
1878+
"@typescript-eslint/parser": "npm:8.38.0"
18681879
"@vates/toggle-scripts": "npm:1.0.0"
18691880
"@vitest/coverage-v8": "npm:3.0.7"
18701881
"@vitest/ui": "npm:3.0.7"
@@ -1974,7 +1985,7 @@ __metadata:
19741985
trash-cli: "npm:6.0.0"
19751986
ts-dedent: "npm:2.2.0"
19761987
typescript: "npm:5.7.2"
1977-
typescript-eslint: "npm:8.26.0"
1988+
typescript-eslint: "npm:8.38.0"
19781989
unified: "npm:11.0.5"
19791990
vfile: "npm:6.0.3"
19801991
vite: "npm:6.1.6"
@@ -2921,40 +2932,53 @@ __metadata:
29212932
languageName: node
29222933
linkType: hard
29232934

2924-
"@typescript-eslint/eslint-plugin@npm:8.26.0":
2925-
version: 8.26.0
2926-
resolution: "@typescript-eslint/eslint-plugin@npm:8.26.0"
2935+
"@typescript-eslint/eslint-plugin@npm:8.38.0":
2936+
version: 8.38.0
2937+
resolution: "@typescript-eslint/eslint-plugin@npm:8.38.0"
29272938
dependencies:
29282939
"@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"
2940+
"@typescript-eslint/scope-manager": "npm:8.38.0"
2941+
"@typescript-eslint/type-utils": "npm:8.38.0"
2942+
"@typescript-eslint/utils": "npm:8.38.0"
2943+
"@typescript-eslint/visitor-keys": "npm:8.38.0"
29332944
graphemer: "npm:^1.4.0"
2934-
ignore: "npm:^5.3.1"
2945+
ignore: "npm:^7.0.0"
29352946
natural-compare: "npm:^1.4.0"
2936-
ts-api-utils: "npm:^2.0.1"
2947+
ts-api-utils: "npm:^2.1.0"
29372948
peerDependencies:
2938-
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2949+
"@typescript-eslint/parser": ^8.38.0
29392950
eslint: ^8.57.0 || ^9.0.0
29402951
typescript: ">=4.8.4 <5.9.0"
2941-
checksum: 10/5a3d2445178b815398aa9707e112492ce15c1709e7760fc2d68e64fce609901f4145de923007f50c3bbd6d11ef9f6c7843f1df40ab93c99f8a6610bcf34aa5c2
2952+
checksum: 10/60a97f671d766bdd3d286e08e0fa46a6ac70d31ee03cde595307b11a9dd784c357d6ad4d3f5071d12ca5eab8cc420c174d2ae9eb491702f32cfcbd68e35d440f
29422953
languageName: node
29432954
linkType: hard
29442955

2945-
"@typescript-eslint/parser@npm:8.26.0":
2946-
version: 8.26.0
2947-
resolution: "@typescript-eslint/parser@npm:8.26.0"
2956+
"@typescript-eslint/parser@npm:8.38.0":
2957+
version: 8.38.0
2958+
resolution: "@typescript-eslint/parser@npm:8.38.0"
29482959
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"
2960+
"@typescript-eslint/scope-manager": "npm:8.38.0"
2961+
"@typescript-eslint/types": "npm:8.38.0"
2962+
"@typescript-eslint/typescript-estree": "npm:8.38.0"
2963+
"@typescript-eslint/visitor-keys": "npm:8.38.0"
29532964
debug: "npm:^4.3.4"
29542965
peerDependencies:
29552966
eslint: ^8.57.0 || ^9.0.0
29562967
typescript: ">=4.8.4 <5.9.0"
2957-
checksum: 10/86843d488b58d47d4bd45fed25a5afbb033bd844b4517f6401ae2f9af0fdeaedaf5c9dd30e74a7bf5b6029cff10fec0e33ca073b1ffe4795df7403b58aaac58c
2968+
checksum: 10/c39e56a281540287dd96ca60782a7644283d8067a425062f07557f2e57e385f8cf2089e711c0a5e6755efa81bb81a58c1516f20bddfb906ca362b93e800f0479
2969+
languageName: node
2970+
linkType: hard
2971+
2972+
"@typescript-eslint/project-service@npm:8.38.0":
2973+
version: 8.38.0
2974+
resolution: "@typescript-eslint/project-service@npm:8.38.0"
2975+
dependencies:
2976+
"@typescript-eslint/tsconfig-utils": "npm:^8.38.0"
2977+
"@typescript-eslint/types": "npm:^8.38.0"
2978+
debug: "npm:^4.3.4"
2979+
peerDependencies:
2980+
typescript: ">=4.8.4 <5.9.0"
2981+
checksum: 10/fe216046034e36a485de64d399b833ae8128c2976f462d03d1de5871905d77e9a953453880aa7f7f46cc343e9313f796f17d9a55caed41616bb677f4dbea2a58
29582982
languageName: node
29592983
linkType: hard
29602984

@@ -2968,18 +2992,38 @@ __metadata:
29682992
languageName: node
29692993
linkType: hard
29702994

2971-
"@typescript-eslint/type-utils@npm:8.26.0":
2972-
version: 8.26.0
2973-
resolution: "@typescript-eslint/type-utils@npm:8.26.0"
2995+
"@typescript-eslint/scope-manager@npm:8.38.0":
2996+
version: 8.38.0
2997+
resolution: "@typescript-eslint/scope-manager@npm:8.38.0"
29742998
dependencies:
2975-
"@typescript-eslint/typescript-estree": "npm:8.26.0"
2976-
"@typescript-eslint/utils": "npm:8.26.0"
2999+
"@typescript-eslint/types": "npm:8.38.0"
3000+
"@typescript-eslint/visitor-keys": "npm:8.38.0"
3001+
checksum: 10/0809a4135a02c1451fbf44273b583e7e1be7038bd89740756fb8873a714d5cf0c6143c58f4bf5b8c6f215fa1df6024f3347c8ff03d425c0454109252fb820ea2
3002+
languageName: node
3003+
linkType: hard
3004+
3005+
"@typescript-eslint/tsconfig-utils@npm:8.38.0, @typescript-eslint/tsconfig-utils@npm:^8.38.0":
3006+
version: 8.38.0
3007+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.38.0"
3008+
peerDependencies:
3009+
typescript: ">=4.8.4 <5.9.0"
3010+
checksum: 10/e1c80d2a4bd50edc5c1da418bd11cf67fc10e55fc9e2e937df2799c44de7f48739c7821c0579a3b92658e50eb75e341ab89610e952ea28b7deb901219235821c
3011+
languageName: node
3012+
linkType: hard
3013+
3014+
"@typescript-eslint/type-utils@npm:8.38.0":
3015+
version: 8.38.0
3016+
resolution: "@typescript-eslint/type-utils@npm:8.38.0"
3017+
dependencies:
3018+
"@typescript-eslint/types": "npm:8.38.0"
3019+
"@typescript-eslint/typescript-estree": "npm:8.38.0"
3020+
"@typescript-eslint/utils": "npm:8.38.0"
29773021
debug: "npm:^4.3.4"
2978-
ts-api-utils: "npm:^2.0.1"
3022+
ts-api-utils: "npm:^2.1.0"
29793023
peerDependencies:
29803024
eslint: ^8.57.0 || ^9.0.0
29813025
typescript: ">=4.8.4 <5.9.0"
2982-
checksum: 10/cc383418bd208b5787ec93923a5ecb46f424b5f9a5aeb81f51382aa440671b6c85d1fe27527f2e0d711dfaff593d42ca6b57c10c839db800aa4d965d01ac8461
3026+
checksum: 10/e28302119b500ef30d35e1e8d903a2868836f05d6c15889d0a361c33b8d853b55c2965a3b4fd3d761c35bc8746184624a42ef627ad15d3720b208801c0bfd551
29833027
languageName: node
29843028
linkType: hard
29853029

@@ -2990,6 +3034,13 @@ __metadata:
29903034
languageName: node
29913035
linkType: hard
29923036

3037+
"@typescript-eslint/types@npm:8.38.0, @typescript-eslint/types@npm:^8.38.0":
3038+
version: 8.38.0
3039+
resolution: "@typescript-eslint/types@npm:8.38.0"
3040+
checksum: 10/87ac2d199eeadd35157f08deab0929616f74f50a0ed8ec0d6b216bc33755b3fc41615b2386587569c723d6cfa74a3ada428bd31c8f00ea23520213750fd2d297
3041+
languageName: node
3042+
linkType: hard
3043+
29933044
"@typescript-eslint/typescript-estree@npm:8.26.0":
29943045
version: 8.26.0
29953046
resolution: "@typescript-eslint/typescript-estree@npm:8.26.0"
@@ -3008,7 +3059,42 @@ __metadata:
30083059
languageName: node
30093060
linkType: hard
30103061

3011-
"@typescript-eslint/utils@npm:8.26.0, @typescript-eslint/utils@npm:^8.23.0":
3062+
"@typescript-eslint/typescript-estree@npm:8.38.0":
3063+
version: 8.38.0
3064+
resolution: "@typescript-eslint/typescript-estree@npm:8.38.0"
3065+
dependencies:
3066+
"@typescript-eslint/project-service": "npm:8.38.0"
3067+
"@typescript-eslint/tsconfig-utils": "npm:8.38.0"
3068+
"@typescript-eslint/types": "npm:8.38.0"
3069+
"@typescript-eslint/visitor-keys": "npm:8.38.0"
3070+
debug: "npm:^4.3.4"
3071+
fast-glob: "npm:^3.3.2"
3072+
is-glob: "npm:^4.0.3"
3073+
minimatch: "npm:^9.0.4"
3074+
semver: "npm:^7.6.0"
3075+
ts-api-utils: "npm:^2.1.0"
3076+
peerDependencies:
3077+
typescript: ">=4.8.4 <5.9.0"
3078+
checksum: 10/4ff14184a9ad15fcb3c3c60e3e950659004b81458db14b84dda084b9108c390e1fa26611aee764935c7cb483f2701e63f54bcb668c9fec5278ecae5ef734417f
3079+
languageName: node
3080+
linkType: hard
3081+
3082+
"@typescript-eslint/utils@npm:8.38.0":
3083+
version: 8.38.0
3084+
resolution: "@typescript-eslint/utils@npm:8.38.0"
3085+
dependencies:
3086+
"@eslint-community/eslint-utils": "npm:^4.7.0"
3087+
"@typescript-eslint/scope-manager": "npm:8.38.0"
3088+
"@typescript-eslint/types": "npm:8.38.0"
3089+
"@typescript-eslint/typescript-estree": "npm:8.38.0"
3090+
peerDependencies:
3091+
eslint: ^8.57.0 || ^9.0.0
3092+
typescript: ">=4.8.4 <5.9.0"
3093+
checksum: 10/5be4936796b0f1b1d3111e4544fddad03e38a792812cdbeca90ffdbb2048a2a593e7593feb4f8e9d59d2989208e6040988f3c9925275e7fb8c965eccc5a736b3
3094+
languageName: node
3095+
linkType: hard
3096+
3097+
"@typescript-eslint/utils@npm:^8.23.0":
30123098
version: 8.26.0
30133099
resolution: "@typescript-eslint/utils@npm:8.26.0"
30143100
dependencies:
@@ -3033,6 +3119,16 @@ __metadata:
30333119
languageName: node
30343120
linkType: hard
30353121

3122+
"@typescript-eslint/visitor-keys@npm:8.38.0":
3123+
version: 8.38.0
3124+
resolution: "@typescript-eslint/visitor-keys@npm:8.38.0"
3125+
dependencies:
3126+
"@typescript-eslint/types": "npm:8.38.0"
3127+
eslint-visitor-keys: "npm:^4.2.1"
3128+
checksum: 10/a95a535146a1d4d7bdfd32bd678b21ab4c6856c9e9114338253e7181eac3663d399e0bf357c492f029a9069a531f6357acbcc710284fdfdac535ced9d5b95fbf
3129+
languageName: node
3130+
linkType: hard
3131+
30363132
"@ungap/structured-clone@npm:^1.0.0":
30373133
version: 1.2.0
30383134
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -5397,6 +5493,13 @@ __metadata:
53975493
languageName: node
53985494
linkType: hard
53995495

5496+
"eslint-visitor-keys@npm:^4.2.1":
5497+
version: 4.2.1
5498+
resolution: "eslint-visitor-keys@npm:4.2.1"
5499+
checksum: 10/3ee00fc6a7002d4b0ffd9dc99e13a6a7882c557329e6c25ab254220d71e5c9c4f89dca4695352949ea678eb1f3ba912a18ef8aac0a7fe094196fd92f441bfce2
5500+
languageName: node
5501+
linkType: hard
5502+
54005503
"eslint@npm:9.23.0":
54015504
version: 9.23.0
54025505
resolution: "eslint@npm:9.23.0"
@@ -6272,13 +6375,20 @@ __metadata:
62726375
languageName: node
62736376
linkType: hard
62746377

6275-
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.1, ignore@npm:^5.3.2":
6378+
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.2":
62766379
version: 5.3.2
62776380
resolution: "ignore@npm:5.3.2"
62786381
checksum: 10/cceb6a457000f8f6a50e1196429750d782afce5680dd878aa4221bd79972d68b3a55b4b1458fc682be978f4d3c6a249046aa0880637367216444ab7b014cfc98
62796382
languageName: node
62806383
linkType: hard
62816384

6385+
"ignore@npm:^7.0.0":
6386+
version: 7.0.5
6387+
resolution: "ignore@npm:7.0.5"
6388+
checksum: 10/f134b96a4de0af419196f52c529d5c6120c4456ff8a6b5a14ceaaa399f883e15d58d2ce651c9b69b9388491d4669dda47285d307e827de9304a53a1824801bc6
6389+
languageName: node
6390+
linkType: hard
6391+
62826392
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0, import-fresh@npm:^3.3.1":
62836393
version: 3.3.1
62846394
resolution: "import-fresh@npm:3.3.1"
@@ -11022,6 +11132,15 @@ __metadata:
1102211132
languageName: node
1102311133
linkType: hard
1102411134

11135+
"ts-api-utils@npm:^2.1.0":
11136+
version: 2.1.0
11137+
resolution: "ts-api-utils@npm:2.1.0"
11138+
peerDependencies:
11139+
typescript: ">=4.8.4"
11140+
checksum: 10/02e55b49d9617c6eebf8aadfa08d3ca03ca0cd2f0586ad34117fdfc7aa3cd25d95051843fde9df86665ad907f99baed179e7a117b11021417f379e4d2614eacd
11141+
languageName: node
11142+
linkType: hard
11143+
1102511144
"ts-dedent@npm:2.2.0":
1102611145
version: 2.2.0
1102711146
resolution: "ts-dedent@npm:2.2.0"
@@ -11144,17 +11263,18 @@ __metadata:
1114411263
languageName: node
1114511264
linkType: hard
1114611265

11147-
"typescript-eslint@npm:8.26.0":
11148-
version: 8.26.0
11149-
resolution: "typescript-eslint@npm:8.26.0"
11266+
"typescript-eslint@npm:8.38.0":
11267+
version: 8.38.0
11268+
resolution: "typescript-eslint@npm:8.38.0"
1115011269
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"
11270+
"@typescript-eslint/eslint-plugin": "npm:8.38.0"
11271+
"@typescript-eslint/parser": "npm:8.38.0"
11272+
"@typescript-eslint/typescript-estree": "npm:8.38.0"
11273+
"@typescript-eslint/utils": "npm:8.38.0"
1115411274
peerDependencies:
1115511275
eslint: ^8.57.0 || ^9.0.0
1115611276
typescript: ">=4.8.4 <5.9.0"
11157-
checksum: 10/e9bcaf43932baed4e1af52715def5a6508af9eaac271c3dd8638734aed8e8e0681eb647447ae2565682d6d0bcc52b06722934eafa090259f2feff38d35f2e66c
11277+
checksum: 10/f48ae641a2d20e3163f6a86c9a7c682148b0feb58ea8a9675ffce7bcf619090beb437cac4e08174fb855e314d7fd368af2aee898e7acec285a22642f4609b906
1115811278
languageName: node
1115911279
linkType: hard
1116011280

0 commit comments

Comments
 (0)