Skip to content

Commit 6d55a62

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 3c66b32 commit 6d55a62

File tree

2 files changed

+150
-41
lines changed

2 files changed

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

yarn.lock

Lines changed: 147 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.33.0"
1878+
"@typescript-eslint/parser": "npm:8.33.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.33.0"
19781989
unified: "npm:11.0.5"
19791990
vfile: "npm:6.0.3"
19801991
vite: "npm:6.1.6"
@@ -2921,40 +2932,51 @@ __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.33.0":
2936+
version: 8.33.0
2937+
resolution: "@typescript-eslint/eslint-plugin@npm:8.33.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.33.0"
2941+
"@typescript-eslint/type-utils": "npm:8.33.0"
2942+
"@typescript-eslint/utils": "npm:8.33.0"
2943+
"@typescript-eslint/visitor-keys": "npm:8.33.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.33.0
29392950
eslint: ^8.57.0 || ^9.0.0
29402951
typescript: ">=4.8.4 <5.9.0"
2941-
checksum: 10/5a3d2445178b815398aa9707e112492ce15c1709e7760fc2d68e64fce609901f4145de923007f50c3bbd6d11ef9f6c7843f1df40ab93c99f8a6610bcf34aa5c2
2952+
checksum: 10/b728001208b28c05d024f352d61d6b707c5f9a9d1d9ada8239d3171897ac1545a54401ca340732af9f615af88dae954f7264d73ced1950e02d38225d33492f8d
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.33.0":
2957+
version: 8.33.0
2958+
resolution: "@typescript-eslint/parser@npm:8.33.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.33.0"
2961+
"@typescript-eslint/types": "npm:8.33.0"
2962+
"@typescript-eslint/typescript-estree": "npm:8.33.0"
2963+
"@typescript-eslint/visitor-keys": "npm:8.33.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/1a875fdb0e9d0a49cbe0f5a33da16ee95c5a1ddf08bd1a3f9481de5c6b3981aee8ef2be24570a14fbed1b53ee348ee8dac39bcc436e6479ea1ecb39b69ce7f2a
2969+
languageName: node
2970+
linkType: hard
2971+
2972+
"@typescript-eslint/project-service@npm:8.33.0":
2973+
version: 8.33.0
2974+
resolution: "@typescript-eslint/project-service@npm:8.33.0"
2975+
dependencies:
2976+
"@typescript-eslint/tsconfig-utils": "npm:^8.33.0"
2977+
"@typescript-eslint/types": "npm:^8.33.0"
2978+
debug: "npm:^4.3.4"
2979+
checksum: 10/5fdc829a67092c2b764598facaf515ec114af2fcfdaf68af321aa667e4c4962fa6c19120efbde7ca234488b2bd7299015fb6b221b22253fe4ea3eae0bb72e494
29582980
languageName: node
29592981
linkType: hard
29602982

@@ -2968,18 +2990,37 @@ __metadata:
29682990
languageName: node
29692991
linkType: hard
29702992

2971-
"@typescript-eslint/type-utils@npm:8.26.0":
2972-
version: 8.26.0
2973-
resolution: "@typescript-eslint/type-utils@npm:8.26.0"
2993+
"@typescript-eslint/scope-manager@npm:8.33.0":
2994+
version: 8.33.0
2995+
resolution: "@typescript-eslint/scope-manager@npm:8.33.0"
29742996
dependencies:
2975-
"@typescript-eslint/typescript-estree": "npm:8.26.0"
2976-
"@typescript-eslint/utils": "npm:8.26.0"
2997+
"@typescript-eslint/types": "npm:8.33.0"
2998+
"@typescript-eslint/visitor-keys": "npm:8.33.0"
2999+
checksum: 10/f52075c9ab3bdc69435f3b36583d2d5eb7bc66cfc8462184c9dc6dba5d0825e4d1d0f2e473ffaab5469fcfc4dc770908c26c1623b882d283739eb8e1869ab759
3000+
languageName: node
3001+
linkType: hard
3002+
3003+
"@typescript-eslint/tsconfig-utils@npm:8.33.0, @typescript-eslint/tsconfig-utils@npm:^8.33.0":
3004+
version: 8.33.0
3005+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.33.0"
3006+
peerDependencies:
3007+
typescript: ">=4.8.4 <5.9.0"
3008+
checksum: 10/5bb139be996a16f65c012c083e4c0dc2ddafd1295940203e6c2a1ac9fa0718b1a91f74354f162d3d9614b013e062863414d4478c57ffbf78dfd7cb4f5701abde
3009+
languageName: node
3010+
linkType: hard
3011+
3012+
"@typescript-eslint/type-utils@npm:8.33.0":
3013+
version: 8.33.0
3014+
resolution: "@typescript-eslint/type-utils@npm:8.33.0"
3015+
dependencies:
3016+
"@typescript-eslint/typescript-estree": "npm:8.33.0"
3017+
"@typescript-eslint/utils": "npm:8.33.0"
29773018
debug: "npm:^4.3.4"
2978-
ts-api-utils: "npm:^2.0.1"
3019+
ts-api-utils: "npm:^2.1.0"
29793020
peerDependencies:
29803021
eslint: ^8.57.0 || ^9.0.0
29813022
typescript: ">=4.8.4 <5.9.0"
2982-
checksum: 10/cc383418bd208b5787ec93923a5ecb46f424b5f9a5aeb81f51382aa440671b6c85d1fe27527f2e0d711dfaff593d42ca6b57c10c839db800aa4d965d01ac8461
3023+
checksum: 10/993e7b8f2c8b6e34e175fd57077cb3ffbe9c83da66917b8bd0049e82c39f1ef18ab718a2ca1774db48311c58e4baf5b8e749e6aff5ff50c01b714e9471a673a5
29833024
languageName: node
29843025
linkType: hard
29853026

@@ -2990,6 +3031,13 @@ __metadata:
29903031
languageName: node
29913032
linkType: hard
29923033

3034+
"@typescript-eslint/types@npm:8.33.0, @typescript-eslint/types@npm:^8.33.0":
3035+
version: 8.33.0
3036+
resolution: "@typescript-eslint/types@npm:8.33.0"
3037+
checksum: 10/778e812e2c3543e79168fe1072559d8bfef314a96b90da81805f9359f3b5cdfd202153c161723ccb1a4f8edb2593625aa5003f6235039bf189b39c93ff2605c2
3038+
languageName: node
3039+
linkType: hard
3040+
29933041
"@typescript-eslint/typescript-estree@npm:8.26.0":
29943042
version: 8.26.0
29953043
resolution: "@typescript-eslint/typescript-estree@npm:8.26.0"
@@ -3008,7 +3056,42 @@ __metadata:
30083056
languageName: node
30093057
linkType: hard
30103058

3011-
"@typescript-eslint/utils@npm:8.26.0, @typescript-eslint/utils@npm:^8.23.0":
3059+
"@typescript-eslint/typescript-estree@npm:8.33.0":
3060+
version: 8.33.0
3061+
resolution: "@typescript-eslint/typescript-estree@npm:8.33.0"
3062+
dependencies:
3063+
"@typescript-eslint/project-service": "npm:8.33.0"
3064+
"@typescript-eslint/tsconfig-utils": "npm:8.33.0"
3065+
"@typescript-eslint/types": "npm:8.33.0"
3066+
"@typescript-eslint/visitor-keys": "npm:8.33.0"
3067+
debug: "npm:^4.3.4"
3068+
fast-glob: "npm:^3.3.2"
3069+
is-glob: "npm:^4.0.3"
3070+
minimatch: "npm:^9.0.4"
3071+
semver: "npm:^7.6.0"
3072+
ts-api-utils: "npm:^2.1.0"
3073+
peerDependencies:
3074+
typescript: ">=4.8.4 <5.9.0"
3075+
checksum: 10/7cad508e5cc70a1e0bc72ee0448b0cc55e195c93124a25a8330c58fc3fee4e2762cbc8039ad13d40cb0ef2953239af9dbb4d3653636f605ed3f9414995af080c
3076+
languageName: node
3077+
linkType: hard
3078+
3079+
"@typescript-eslint/utils@npm:8.33.0":
3080+
version: 8.33.0
3081+
resolution: "@typescript-eslint/utils@npm:8.33.0"
3082+
dependencies:
3083+
"@eslint-community/eslint-utils": "npm:^4.7.0"
3084+
"@typescript-eslint/scope-manager": "npm:8.33.0"
3085+
"@typescript-eslint/types": "npm:8.33.0"
3086+
"@typescript-eslint/typescript-estree": "npm:8.33.0"
3087+
peerDependencies:
3088+
eslint: ^8.57.0 || ^9.0.0
3089+
typescript: ">=4.8.4 <5.9.0"
3090+
checksum: 10/096011772d1ba6236413b1a49b8ad4f8999c0dcad1192ab81a13a753a95bfaf18cb138db94302cb00c312d410c7f48bb35ac1521908a55967e1fbba641aebcc5
3091+
languageName: node
3092+
linkType: hard
3093+
3094+
"@typescript-eslint/utils@npm:^8.23.0":
30123095
version: 8.26.0
30133096
resolution: "@typescript-eslint/utils@npm:8.26.0"
30143097
dependencies:
@@ -3033,6 +3116,16 @@ __metadata:
30333116
languageName: node
30343117
linkType: hard
30353118

3119+
"@typescript-eslint/visitor-keys@npm:8.33.0":
3120+
version: 8.33.0
3121+
resolution: "@typescript-eslint/visitor-keys@npm:8.33.0"
3122+
dependencies:
3123+
"@typescript-eslint/types": "npm:8.33.0"
3124+
eslint-visitor-keys: "npm:^4.2.0"
3125+
checksum: 10/f7f030c296dd83feb144f74aa382a67e4bb521d250507ede839f762bb215036d99d191b2203ac7af9867e434e569e4071ee0737cbde41d0ec38c0197f0a8549d
3126+
languageName: node
3127+
linkType: hard
3128+
30363129
"@ungap/structured-clone@npm:^1.0.0":
30373130
version: 1.2.0
30383131
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -6272,13 +6365,20 @@ __metadata:
62726365
languageName: node
62736366
linkType: hard
62746367

6275-
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.1, ignore@npm:^5.3.2":
6368+
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.2":
62766369
version: 5.3.2
62776370
resolution: "ignore@npm:5.3.2"
62786371
checksum: 10/cceb6a457000f8f6a50e1196429750d782afce5680dd878aa4221bd79972d68b3a55b4b1458fc682be978f4d3c6a249046aa0880637367216444ab7b014cfc98
62796372
languageName: node
62806373
linkType: hard
62816374

6375+
"ignore@npm:^7.0.0":
6376+
version: 7.0.4
6377+
resolution: "ignore@npm:7.0.4"
6378+
checksum: 10/01ee59df2ffd14b0844efc17f5ab3642c848e45efdb7cc757928da5e076cb74313748f77f5ffe362a6407c5e7cc71f10fad5e8eb9d91c1a17c4e7ef2c1f8e40e
6379+
languageName: node
6380+
linkType: hard
6381+
62826382
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0, import-fresh@npm:^3.3.1":
62836383
version: 3.3.1
62846384
resolution: "import-fresh@npm:3.3.1"
@@ -11022,6 +11122,15 @@ __metadata:
1102211122
languageName: node
1102311123
linkType: hard
1102411124

11125+
"ts-api-utils@npm:^2.1.0":
11126+
version: 2.1.0
11127+
resolution: "ts-api-utils@npm:2.1.0"
11128+
peerDependencies:
11129+
typescript: ">=4.8.4"
11130+
checksum: 10/02e55b49d9617c6eebf8aadfa08d3ca03ca0cd2f0586ad34117fdfc7aa3cd25d95051843fde9df86665ad907f99baed179e7a117b11021417f379e4d2614eacd
11131+
languageName: node
11132+
linkType: hard
11133+
1102511134
"ts-dedent@npm:2.2.0":
1102611135
version: 2.2.0
1102711136
resolution: "ts-dedent@npm:2.2.0"
@@ -11144,17 +11253,17 @@ __metadata:
1114411253
languageName: node
1114511254
linkType: hard
1114611255

11147-
"typescript-eslint@npm:8.26.0":
11148-
version: 8.26.0
11149-
resolution: "typescript-eslint@npm:8.26.0"
11256+
"typescript-eslint@npm:8.33.0":
11257+
version: 8.33.0
11258+
resolution: "typescript-eslint@npm:8.33.0"
1115011259
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"
11260+
"@typescript-eslint/eslint-plugin": "npm:8.33.0"
11261+
"@typescript-eslint/parser": "npm:8.33.0"
11262+
"@typescript-eslint/utils": "npm:8.33.0"
1115411263
peerDependencies:
1115511264
eslint: ^8.57.0 || ^9.0.0
1115611265
typescript: ">=4.8.4 <5.9.0"
11157-
checksum: 10/e9bcaf43932baed4e1af52715def5a6508af9eaac271c3dd8638734aed8e8e0681eb647447ae2565682d6d0bcc52b06722934eafa090259f2feff38d35f2e66c
11266+
checksum: 10/45c3ac8859eea71171f1ffb422fa71c7f5b60ea3b01ed4e655d9604057408b144c961c52fa07c9d75c65d18ffbf3a0c433ff688a48a73b7afe5bcc4811fb401e
1115811267
languageName: node
1115911268
linkType: hard
1116011269

0 commit comments

Comments
 (0)