Skip to content

Commit 11099fd

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] <support@github.com>
1 parent 0f38347 commit 11099fd

2 files changed

Lines changed: 159 additions & 41 deletions

File tree

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.35.0",
201+
"@typescript-eslint/parser": "8.35.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.35.0",
310310
"unified": "11.0.5",
311311
"vfile": "6.0.3",
312312
"vite": "6.1.6",

yarn.lock

Lines changed: 156 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.35.0"
1878+
"@typescript-eslint/parser": "npm:8.35.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.35.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.35.0":
2936+
version: 8.35.0
2937+
resolution: "@typescript-eslint/eslint-plugin@npm:8.35.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.35.0"
2941+
"@typescript-eslint/type-utils": "npm:8.35.0"
2942+
"@typescript-eslint/utils": "npm:8.35.0"
2943+
"@typescript-eslint/visitor-keys": "npm:8.35.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.35.0
29392950
eslint: ^8.57.0 || ^9.0.0
29402951
typescript: ">=4.8.4 <5.9.0"
2941-
checksum: 10/5a3d2445178b815398aa9707e112492ce15c1709e7760fc2d68e64fce609901f4145de923007f50c3bbd6d11ef9f6c7843f1df40ab93c99f8a6610bcf34aa5c2
2952+
checksum: 10/a87ef0ed958bfb1d2fd38f41d1628d5411136c201e1361ba2ea136a3e9ec01516abf3d4e963eee1bba60132a630814a8af06f4cc014fafd578d8b45f62771eb0
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.35.0":
2957+
version: 8.35.0
2958+
resolution: "@typescript-eslint/parser@npm:8.35.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.35.0"
2961+
"@typescript-eslint/types": "npm:8.35.0"
2962+
"@typescript-eslint/typescript-estree": "npm:8.35.0"
2963+
"@typescript-eslint/visitor-keys": "npm:8.35.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/bd0e406938a4b305bb409611c29bcdc01e3a63c1c47fcbf527a7e2033ae71f6de7c7f95aa4f8973dcd38f5ec26f8e2857e01f160ebc538453161735c17b644da
2969+
languageName: node
2970+
linkType: hard
2971+
2972+
"@typescript-eslint/project-service@npm:8.35.0":
2973+
version: 8.35.0
2974+
resolution: "@typescript-eslint/project-service@npm:8.35.0"
2975+
dependencies:
2976+
"@typescript-eslint/tsconfig-utils": "npm:^8.35.0"
2977+
"@typescript-eslint/types": "npm:^8.35.0"
2978+
debug: "npm:^4.3.4"
2979+
peerDependencies:
2980+
typescript: ">=4.8.4 <5.9.0"
2981+
checksum: 10/a9419da92231aa27f75078fcffab1d02398b50fdb7d5399775a414ba02570682b4b60cdfafb544a021b0dc2372f029c4195f5ae17c50deb11c25661b2ac18a74
29582982
languageName: node
29592983
linkType: hard
29602984

@@ -2968,18 +2992,37 @@ __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.35.0":
2996+
version: 8.35.0
2997+
resolution: "@typescript-eslint/scope-manager@npm:8.35.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.35.0"
3000+
"@typescript-eslint/visitor-keys": "npm:8.35.0"
3001+
checksum: 10/36082fe476cf744c016a554e5ce77e6beb7d4d9992b513382bdf7e8f7d044ffd780fefc3f698e53780ead677d0afaf93e82bade10f08933e2757750bfd273d13
3002+
languageName: node
3003+
linkType: hard
3004+
3005+
"@typescript-eslint/tsconfig-utils@npm:8.35.0, @typescript-eslint/tsconfig-utils@npm:^8.35.0":
3006+
version: 8.35.0
3007+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.35.0"
3008+
peerDependencies:
3009+
typescript: ">=4.8.4 <5.9.0"
3010+
checksum: 10/4160928313ccbe8b169a009b9c1220826c7df7aab427f960c31f3b838931bc7a121ebee8040118481e4528e2e3cf1b26da047c6ac1d802ecff2ef7206026ea6b
3011+
languageName: node
3012+
linkType: hard
3013+
3014+
"@typescript-eslint/type-utils@npm:8.35.0":
3015+
version: 8.35.0
3016+
resolution: "@typescript-eslint/type-utils@npm:8.35.0"
3017+
dependencies:
3018+
"@typescript-eslint/typescript-estree": "npm:8.35.0"
3019+
"@typescript-eslint/utils": "npm:8.35.0"
29773020
debug: "npm:^4.3.4"
2978-
ts-api-utils: "npm:^2.0.1"
3021+
ts-api-utils: "npm:^2.1.0"
29793022
peerDependencies:
29803023
eslint: ^8.57.0 || ^9.0.0
29813024
typescript: ">=4.8.4 <5.9.0"
2982-
checksum: 10/cc383418bd208b5787ec93923a5ecb46f424b5f9a5aeb81f51382aa440671b6c85d1fe27527f2e0d711dfaff593d42ca6b57c10c839db800aa4d965d01ac8461
3025+
checksum: 10/796210b0f099a9382ab8a437556e2710fa481f5288e098d7c45e3c26827df762968241d8ac9542d805274e3755785b3afd1ad2018c79efce72a33515f2e5613d
29833026
languageName: node
29843027
linkType: hard
29853028

@@ -2990,6 +3033,13 @@ __metadata:
29903033
languageName: node
29913034
linkType: hard
29923035

3036+
"@typescript-eslint/types@npm:8.35.0, @typescript-eslint/types@npm:^8.35.0":
3037+
version: 8.35.0
3038+
resolution: "@typescript-eslint/types@npm:8.35.0"
3039+
checksum: 10/34b5e6da2c59ea84cd528608fff0cc14b102fd23f5517dfee4ef38c9372861d80b5bf92445c9679674f0a4f8dc4ded5066c1bca2bc5569c47515f94568984f35
3040+
languageName: node
3041+
linkType: hard
3042+
29933043
"@typescript-eslint/typescript-estree@npm:8.26.0":
29943044
version: 8.26.0
29953045
resolution: "@typescript-eslint/typescript-estree@npm:8.26.0"
@@ -3008,7 +3058,42 @@ __metadata:
30083058
languageName: node
30093059
linkType: hard
30103060

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

3121+
"@typescript-eslint/visitor-keys@npm:8.35.0":
3122+
version: 8.35.0
3123+
resolution: "@typescript-eslint/visitor-keys@npm:8.35.0"
3124+
dependencies:
3125+
"@typescript-eslint/types": "npm:8.35.0"
3126+
eslint-visitor-keys: "npm:^4.2.1"
3127+
checksum: 10/c0acb13aac3a2be5e82844f7d2e86137347efdd04661dbf9fa69ef04a19dd2f1eb2f1eb6bfbfbaada78a46884308d2c0e0b5d0d1a094c84f2dfb670b67ac2b3b
3128+
languageName: node
3129+
linkType: hard
3130+
30363131
"@ungap/structured-clone@npm:^1.0.0":
30373132
version: 1.2.0
30383133
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -5397,6 +5492,13 @@ __metadata:
53975492
languageName: node
53985493
linkType: hard
53995494

5495+
"eslint-visitor-keys@npm:^4.2.1":
5496+
version: 4.2.1
5497+
resolution: "eslint-visitor-keys@npm:4.2.1"
5498+
checksum: 10/3ee00fc6a7002d4b0ffd9dc99e13a6a7882c557329e6c25ab254220d71e5c9c4f89dca4695352949ea678eb1f3ba912a18ef8aac0a7fe094196fd92f441bfce2
5499+
languageName: node
5500+
linkType: hard
5501+
54005502
"eslint@npm:9.23.0":
54015503
version: 9.23.0
54025504
resolution: "eslint@npm:9.23.0"
@@ -6272,13 +6374,20 @@ __metadata:
62726374
languageName: node
62736375
linkType: hard
62746376

6275-
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.1, ignore@npm:^5.3.2":
6377+
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.2":
62766378
version: 5.3.2
62776379
resolution: "ignore@npm:5.3.2"
62786380
checksum: 10/cceb6a457000f8f6a50e1196429750d782afce5680dd878aa4221bd79972d68b3a55b4b1458fc682be978f4d3c6a249046aa0880637367216444ab7b014cfc98
62796381
languageName: node
62806382
linkType: hard
62816383

6384+
"ignore@npm:^7.0.0":
6385+
version: 7.0.5
6386+
resolution: "ignore@npm:7.0.5"
6387+
checksum: 10/f134b96a4de0af419196f52c529d5c6120c4456ff8a6b5a14ceaaa399f883e15d58d2ce651c9b69b9388491d4669dda47285d307e827de9304a53a1824801bc6
6388+
languageName: node
6389+
linkType: hard
6390+
62826391
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0, import-fresh@npm:^3.3.1":
62836392
version: 3.3.1
62846393
resolution: "import-fresh@npm:3.3.1"
@@ -11022,6 +11131,15 @@ __metadata:
1102211131
languageName: node
1102311132
linkType: hard
1102411133

11134+
"ts-api-utils@npm:^2.1.0":
11135+
version: 2.1.0
11136+
resolution: "ts-api-utils@npm:2.1.0"
11137+
peerDependencies:
11138+
typescript: ">=4.8.4"
11139+
checksum: 10/02e55b49d9617c6eebf8aadfa08d3ca03ca0cd2f0586ad34117fdfc7aa3cd25d95051843fde9df86665ad907f99baed179e7a117b11021417f379e4d2614eacd
11140+
languageName: node
11141+
linkType: hard
11142+
1102511143
"ts-dedent@npm:2.2.0":
1102611144
version: 2.2.0
1102711145
resolution: "ts-dedent@npm:2.2.0"
@@ -11144,17 +11262,17 @@ __metadata:
1114411262
languageName: node
1114511263
linkType: hard
1114611264

11147-
"typescript-eslint@npm:8.26.0":
11148-
version: 8.26.0
11149-
resolution: "typescript-eslint@npm:8.26.0"
11265+
"typescript-eslint@npm:8.35.0":
11266+
version: 8.35.0
11267+
resolution: "typescript-eslint@npm:8.35.0"
1115011268
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"
11269+
"@typescript-eslint/eslint-plugin": "npm:8.35.0"
11270+
"@typescript-eslint/parser": "npm:8.35.0"
11271+
"@typescript-eslint/utils": "npm:8.35.0"
1115411272
peerDependencies:
1115511273
eslint: ^8.57.0 || ^9.0.0
1115611274
typescript: ">=4.8.4 <5.9.0"
11157-
checksum: 10/e9bcaf43932baed4e1af52715def5a6508af9eaac271c3dd8638734aed8e8e0681eb647447ae2565682d6d0bcc52b06722934eafa090259f2feff38d35f2e66c
11275+
checksum: 10/350f584dfe2de1863954d65e27f8a02849569970ee4e0c108d881180d044ffeb4cc112a447ea835f347357219219afefed35084bd0bfd27496eb882f221eb5de
1115811276
languageName: node
1115911277
linkType: hard
1116011278

0 commit comments

Comments
 (0)