Skip to content

Commit bf426a8

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 a3f6bdc commit bf426a8

2 files changed

Lines changed: 127 additions & 40 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
"@types/is-ci": "3.0.4",
193193
"@types/node": "22.9.0",
194194
"@types/node-notifier": "8.0.5",
195-
"@typescript-eslint/eslint-plugin": "8.26.0",
196-
"@typescript-eslint/parser": "8.26.0",
195+
"@typescript-eslint/eslint-plugin": "8.32.1",
196+
"@typescript-eslint/parser": "8.32.1",
197197
"@vates/toggle-scripts": "1.0.0",
198198
"@vitest/coverage-v8": "3.0.7",
199199
"@vitest/ui": "3.0.7",
@@ -301,7 +301,7 @@
301301
"trash-cli": "6.0.0",
302302
"ts-dedent": "2.2.0",
303303
"typescript": "5.7.2",
304-
"typescript-eslint": "8.26.0",
304+
"typescript-eslint": "8.32.1",
305305
"unified": "11.0.5",
306306
"vfile": "6.0.3",
307307
"vite": "6.1.6",

yarn.lock

Lines changed: 124 additions & 37 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.32.1"
1878+
"@typescript-eslint/parser": "npm:8.32.1"
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.32.1"
19781989
unified: "npm:11.0.5"
19791990
vfile: "npm:6.0.3"
19801991
vite: "npm:6.1.6"
@@ -2921,40 +2932,40 @@ __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.32.1":
2936+
version: 8.32.1
2937+
resolution: "@typescript-eslint/eslint-plugin@npm:8.32.1"
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.32.1"
2941+
"@typescript-eslint/type-utils": "npm:8.32.1"
2942+
"@typescript-eslint/utils": "npm:8.32.1"
2943+
"@typescript-eslint/visitor-keys": "npm:8.32.1"
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:
29382949
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
29392950
eslint: ^8.57.0 || ^9.0.0
29402951
typescript: ">=4.8.4 <5.9.0"
2941-
checksum: 10/5a3d2445178b815398aa9707e112492ce15c1709e7760fc2d68e64fce609901f4145de923007f50c3bbd6d11ef9f6c7843f1df40ab93c99f8a6610bcf34aa5c2
2952+
checksum: 10/442205dd4e9fe016cf4f3edf292f5dba696c9e7d6c32c785a8bff0833974149513feab6c30d21e2f3c509bd2b2833edfb3175c0ee220661a02da59fd79100bb4
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.32.1":
2957+
version: 8.32.1
2958+
resolution: "@typescript-eslint/parser@npm:8.32.1"
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.32.1"
2961+
"@typescript-eslint/types": "npm:8.32.1"
2962+
"@typescript-eslint/typescript-estree": "npm:8.32.1"
2963+
"@typescript-eslint/visitor-keys": "npm:8.32.1"
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/3c2ab90fec0aaaa57f883bf3963030e74402de82a73b8e47a19109accf18ee1441878bcba73bb9584890eedb56215000d6652196d9bfde05272c043d1c9c529d
29582969
languageName: node
29592970
linkType: hard
29602971

@@ -2968,18 +2979,28 @@ __metadata:
29682979
languageName: node
29692980
linkType: hard
29702981

2971-
"@typescript-eslint/type-utils@npm:8.26.0":
2972-
version: 8.26.0
2973-
resolution: "@typescript-eslint/type-utils@npm:8.26.0"
2982+
"@typescript-eslint/scope-manager@npm:8.32.1":
2983+
version: 8.32.1
2984+
resolution: "@typescript-eslint/scope-manager@npm:8.32.1"
29742985
dependencies:
2975-
"@typescript-eslint/typescript-estree": "npm:8.26.0"
2976-
"@typescript-eslint/utils": "npm:8.26.0"
2986+
"@typescript-eslint/types": "npm:8.32.1"
2987+
"@typescript-eslint/visitor-keys": "npm:8.32.1"
2988+
checksum: 10/f81f71bd88e6bed90c9a42ed3cd26a360f8f7ca53186cea33b872194bf724a4635dd3aead5002b18de6cc5d1df9840445af1f7fc4d117f452705ccebdb6c0b0f
2989+
languageName: node
2990+
linkType: hard
2991+
2992+
"@typescript-eslint/type-utils@npm:8.32.1":
2993+
version: 8.32.1
2994+
resolution: "@typescript-eslint/type-utils@npm:8.32.1"
2995+
dependencies:
2996+
"@typescript-eslint/typescript-estree": "npm:8.32.1"
2997+
"@typescript-eslint/utils": "npm:8.32.1"
29772998
debug: "npm:^4.3.4"
2978-
ts-api-utils: "npm:^2.0.1"
2999+
ts-api-utils: "npm:^2.1.0"
29793000
peerDependencies:
29803001
eslint: ^8.57.0 || ^9.0.0
29813002
typescript: ">=4.8.4 <5.9.0"
2982-
checksum: 10/cc383418bd208b5787ec93923a5ecb46f424b5f9a5aeb81f51382aa440671b6c85d1fe27527f2e0d711dfaff593d42ca6b57c10c839db800aa4d965d01ac8461
3003+
checksum: 10/e50a6f2a16ccd916ed32a4d0b6c1011b8c177d1f789dfa629942efbd6cd3b1f5b9dc42c67b64e8c377338b34906e0191b9165caa4302d92979f13cd06d1b4234
29833004
languageName: node
29843005
linkType: hard
29853006

@@ -2990,6 +3011,13 @@ __metadata:
29903011
languageName: node
29913012
linkType: hard
29923013

3014+
"@typescript-eslint/types@npm:8.32.1":
3015+
version: 8.32.1
3016+
resolution: "@typescript-eslint/types@npm:8.32.1"
3017+
checksum: 10/3a310e4bafa8dd6ddc83cd8627048ebe54660982348531bbbeee3d0fb06ffdacce6ac14200159166774bd8797664686f5d0bf19d3dd33216daccbc0e48cd3e51
3018+
languageName: node
3019+
linkType: hard
3020+
29933021
"@typescript-eslint/typescript-estree@npm:8.26.0":
29943022
version: 8.26.0
29953023
resolution: "@typescript-eslint/typescript-estree@npm:8.26.0"
@@ -3008,7 +3036,40 @@ __metadata:
30083036
languageName: node
30093037
linkType: hard
30103038

3011-
"@typescript-eslint/utils@npm:8.26.0, @typescript-eslint/utils@npm:^8.23.0":
3039+
"@typescript-eslint/typescript-estree@npm:8.32.1":
3040+
version: 8.32.1
3041+
resolution: "@typescript-eslint/typescript-estree@npm:8.32.1"
3042+
dependencies:
3043+
"@typescript-eslint/types": "npm:8.32.1"
3044+
"@typescript-eslint/visitor-keys": "npm:8.32.1"
3045+
debug: "npm:^4.3.4"
3046+
fast-glob: "npm:^3.3.2"
3047+
is-glob: "npm:^4.0.3"
3048+
minimatch: "npm:^9.0.4"
3049+
semver: "npm:^7.6.0"
3050+
ts-api-utils: "npm:^2.1.0"
3051+
peerDependencies:
3052+
typescript: ">=4.8.4 <5.9.0"
3053+
checksum: 10/8b956ce05bf64d412e33b7d564db9d5620a7c2600ab04f2c6bb7561bcf46593f14b77ca9c895a4480869a323565a140985a4f4760f9df58f71114c4f502b3c78
3054+
languageName: node
3055+
linkType: hard
3056+
3057+
"@typescript-eslint/utils@npm:8.32.1":
3058+
version: 8.32.1
3059+
resolution: "@typescript-eslint/utils@npm:8.32.1"
3060+
dependencies:
3061+
"@eslint-community/eslint-utils": "npm:^4.7.0"
3062+
"@typescript-eslint/scope-manager": "npm:8.32.1"
3063+
"@typescript-eslint/types": "npm:8.32.1"
3064+
"@typescript-eslint/typescript-estree": "npm:8.32.1"
3065+
peerDependencies:
3066+
eslint: ^8.57.0 || ^9.0.0
3067+
typescript: ">=4.8.4 <5.9.0"
3068+
checksum: 10/9383cea185f3b54124a639f806d627f686637460e2eea431ccb9eeb6452dcd5a893856e051eb5925510f8aeb9317f8b7d23d9f39ca8fa80c46f2b797dae77d9c
3069+
languageName: node
3070+
linkType: hard
3071+
3072+
"@typescript-eslint/utils@npm:^8.23.0":
30123073
version: 8.26.0
30133074
resolution: "@typescript-eslint/utils@npm:8.26.0"
30143075
dependencies:
@@ -3033,6 +3094,16 @@ __metadata:
30333094
languageName: node
30343095
linkType: hard
30353096

3097+
"@typescript-eslint/visitor-keys@npm:8.32.1":
3098+
version: 8.32.1
3099+
resolution: "@typescript-eslint/visitor-keys@npm:8.32.1"
3100+
dependencies:
3101+
"@typescript-eslint/types": "npm:8.32.1"
3102+
eslint-visitor-keys: "npm:^4.2.0"
3103+
checksum: 10/a1cbfbdac89d443dfc2718673e2cc1e884fc942678b3d1c3149cdab8123c71685473e362d794fcee1e975ceb45d16f44025a3f0bebe9b09a6bf8679f060d6817
3104+
languageName: node
3105+
linkType: hard
3106+
30363107
"@ungap/structured-clone@npm:^1.0.0":
30373108
version: 1.2.0
30383109
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -6272,13 +6343,20 @@ __metadata:
62726343
languageName: node
62736344
linkType: hard
62746345

6275-
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.1, ignore@npm:^5.3.2":
6346+
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.2":
62766347
version: 5.3.2
62776348
resolution: "ignore@npm:5.3.2"
62786349
checksum: 10/cceb6a457000f8f6a50e1196429750d782afce5680dd878aa4221bd79972d68b3a55b4b1458fc682be978f4d3c6a249046aa0880637367216444ab7b014cfc98
62796350
languageName: node
62806351
linkType: hard
62816352

6353+
"ignore@npm:^7.0.0":
6354+
version: 7.0.4
6355+
resolution: "ignore@npm:7.0.4"
6356+
checksum: 10/01ee59df2ffd14b0844efc17f5ab3642c848e45efdb7cc757928da5e076cb74313748f77f5ffe362a6407c5e7cc71f10fad5e8eb9d91c1a17c4e7ef2c1f8e40e
6357+
languageName: node
6358+
linkType: hard
6359+
62826360
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0, import-fresh@npm:^3.3.1":
62836361
version: 3.3.1
62846362
resolution: "import-fresh@npm:3.3.1"
@@ -11022,6 +11100,15 @@ __metadata:
1102211100
languageName: node
1102311101
linkType: hard
1102411102

11103+
"ts-api-utils@npm:^2.1.0":
11104+
version: 2.1.0
11105+
resolution: "ts-api-utils@npm:2.1.0"
11106+
peerDependencies:
11107+
typescript: ">=4.8.4"
11108+
checksum: 10/02e55b49d9617c6eebf8aadfa08d3ca03ca0cd2f0586ad34117fdfc7aa3cd25d95051843fde9df86665ad907f99baed179e7a117b11021417f379e4d2614eacd
11109+
languageName: node
11110+
linkType: hard
11111+
1102511112
"ts-dedent@npm:2.2.0":
1102611113
version: 2.2.0
1102711114
resolution: "ts-dedent@npm:2.2.0"
@@ -11144,17 +11231,17 @@ __metadata:
1114411231
languageName: node
1114511232
linkType: hard
1114611233

11147-
"typescript-eslint@npm:8.26.0":
11148-
version: 8.26.0
11149-
resolution: "typescript-eslint@npm:8.26.0"
11234+
"typescript-eslint@npm:8.32.1":
11235+
version: 8.32.1
11236+
resolution: "typescript-eslint@npm:8.32.1"
1115011237
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"
11238+
"@typescript-eslint/eslint-plugin": "npm:8.32.1"
11239+
"@typescript-eslint/parser": "npm:8.32.1"
11240+
"@typescript-eslint/utils": "npm:8.32.1"
1115411241
peerDependencies:
1115511242
eslint: ^8.57.0 || ^9.0.0
1115611243
typescript: ">=4.8.4 <5.9.0"
11157-
checksum: 10/e9bcaf43932baed4e1af52715def5a6508af9eaac271c3dd8638734aed8e8e0681eb647447ae2565682d6d0bcc52b06722934eafa090259f2feff38d35f2e66c
11244+
checksum: 10/4a042815f73825b510954579938a26c8664c2134e9663b0ac6f771f5f7338d4d41d78e5ded685ab42c1c6410117d955bac2c01fcc7e8ad3ef06c5e7dc2c95a7d
1115811245
languageName: node
1115911246
linkType: hard
1116011247

0 commit comments

Comments
 (0)