Skip to content

Commit defde15

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.20.0 to 8.21.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.21.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.20.0 to 8.21.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.21.0/packages/parser) Updates `typescript-eslint` from 8.20.0 to 8.21.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.21.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 01e4270 commit defde15

File tree

2 files changed

+96
-36
lines changed

2 files changed

+96
-36
lines changed

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.20.0",
196-
"@typescript-eslint/parser": "8.20.0",
195+
"@typescript-eslint/eslint-plugin": "8.21.0",
196+
"@typescript-eslint/parser": "8.21.0",
197197
"@vates/toggle-scripts": "1.0.0",
198198
"@vitest/coverage-v8": "3.0.2",
199199
"@vitest/ui": "3.0.2",
@@ -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.20.0",
304+
"typescript-eslint": "8.21.0",
305305
"unified": "11.0.5",
306306
"vfile": "6.0.3",
307307
"vite": "6.0.11",

yarn.lock

Lines changed: 93 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,8 +1664,8 @@ __metadata:
16641664
"@types/micromatch": "npm:4.0.9"
16651665
"@types/node": "npm:22.9.0"
16661666
"@types/node-notifier": "npm:8.0.5"
1667-
"@typescript-eslint/eslint-plugin": "npm:8.20.0"
1668-
"@typescript-eslint/parser": "npm:8.20.0"
1667+
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
1668+
"@typescript-eslint/parser": "npm:8.21.0"
16691669
"@vates/toggle-scripts": "npm:1.0.0"
16701670
"@vitest/coverage-v8": "npm:3.0.2"
16711671
"@vitest/ui": "npm:3.0.2"
@@ -1775,7 +1775,7 @@ __metadata:
17751775
trash-cli: "npm:6.0.0"
17761776
ts-dedent: "npm:2.2.0"
17771777
typescript: "npm:5.7.2"
1778-
typescript-eslint: "npm:8.20.0"
1778+
typescript-eslint: "npm:8.21.0"
17791779
unified: "npm:11.0.5"
17801780
vfile: "npm:6.0.3"
17811781
vite: "npm:6.0.11"
@@ -2713,15 +2713,15 @@ __metadata:
27132713
languageName: node
27142714
linkType: hard
27152715

2716-
"@typescript-eslint/eslint-plugin@npm:8.20.0":
2717-
version: 8.20.0
2718-
resolution: "@typescript-eslint/eslint-plugin@npm:8.20.0"
2716+
"@typescript-eslint/eslint-plugin@npm:8.21.0":
2717+
version: 8.21.0
2718+
resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0"
27192719
dependencies:
27202720
"@eslint-community/regexpp": "npm:^4.10.0"
2721-
"@typescript-eslint/scope-manager": "npm:8.20.0"
2722-
"@typescript-eslint/type-utils": "npm:8.20.0"
2723-
"@typescript-eslint/utils": "npm:8.20.0"
2724-
"@typescript-eslint/visitor-keys": "npm:8.20.0"
2721+
"@typescript-eslint/scope-manager": "npm:8.21.0"
2722+
"@typescript-eslint/type-utils": "npm:8.21.0"
2723+
"@typescript-eslint/utils": "npm:8.21.0"
2724+
"@typescript-eslint/visitor-keys": "npm:8.21.0"
27252725
graphemer: "npm:^1.4.0"
27262726
ignore: "npm:^5.3.1"
27272727
natural-compare: "npm:^1.4.0"
@@ -2730,23 +2730,23 @@ __metadata:
27302730
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
27312731
eslint: ^8.57.0 || ^9.0.0
27322732
typescript: ">=4.8.4 <5.8.0"
2733-
checksum: 10/9f027dc0eb7b4b0afed41a6f16a731321fb45b621722ddc68d6c87c708021f10cb84efbb6bacc75c91e60a7619c9957bc9ed557bfb5925900b866ef7d6d6b8a2
2733+
checksum: 10/4c7c274bd0f7d8ee2097278d9fb0829b883c28783b9a1c41e5f4e74dee0412c53063978db3590ad7609d538a38058e43f832895746e6af677da7558a8b16fbdd
27342734
languageName: node
27352735
linkType: hard
27362736

2737-
"@typescript-eslint/parser@npm:8.20.0":
2738-
version: 8.20.0
2739-
resolution: "@typescript-eslint/parser@npm:8.20.0"
2737+
"@typescript-eslint/parser@npm:8.21.0":
2738+
version: 8.21.0
2739+
resolution: "@typescript-eslint/parser@npm:8.21.0"
27402740
dependencies:
2741-
"@typescript-eslint/scope-manager": "npm:8.20.0"
2742-
"@typescript-eslint/types": "npm:8.20.0"
2743-
"@typescript-eslint/typescript-estree": "npm:8.20.0"
2744-
"@typescript-eslint/visitor-keys": "npm:8.20.0"
2741+
"@typescript-eslint/scope-manager": "npm:8.21.0"
2742+
"@typescript-eslint/types": "npm:8.21.0"
2743+
"@typescript-eslint/typescript-estree": "npm:8.21.0"
2744+
"@typescript-eslint/visitor-keys": "npm:8.21.0"
27452745
debug: "npm:^4.3.4"
27462746
peerDependencies:
27472747
eslint: ^8.57.0 || ^9.0.0
27482748
typescript: ">=4.8.4 <5.8.0"
2749-
checksum: 10/52960498961d0927e9dc60f724e9df6445357db06133a7c00cc840823d92c8dd9f0b47cebc026aef12c316748732e5c04ca61861db05d2264cf53ab88fdb34e9
2749+
checksum: 10/c403f56b0a856ad25ffc0d78d4f0ede64d622edb279ace8bc7554c82518c0462f608a1e06d62111633a57b9ffcc37e063378c3980fba138f93d14a7aad5d0db1
27502750
languageName: node
27512751
linkType: hard
27522752

@@ -2760,18 +2760,28 @@ __metadata:
27602760
languageName: node
27612761
linkType: hard
27622762

2763-
"@typescript-eslint/type-utils@npm:8.20.0":
2764-
version: 8.20.0
2765-
resolution: "@typescript-eslint/type-utils@npm:8.20.0"
2763+
"@typescript-eslint/scope-manager@npm:8.21.0":
2764+
version: 8.21.0
2765+
resolution: "@typescript-eslint/scope-manager@npm:8.21.0"
27662766
dependencies:
2767-
"@typescript-eslint/typescript-estree": "npm:8.20.0"
2768-
"@typescript-eslint/utils": "npm:8.20.0"
2767+
"@typescript-eslint/types": "npm:8.21.0"
2768+
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2769+
checksum: 10/99aa8257c758546c8c4905bd34381be446adea7642dbc279269039308dc33b8dbcf3d7b7d12da7bec8f8d8760b813a5852dc53d75e953cbe327fac05d3f18fc4
2770+
languageName: node
2771+
linkType: hard
2772+
2773+
"@typescript-eslint/type-utils@npm:8.21.0":
2774+
version: 8.21.0
2775+
resolution: "@typescript-eslint/type-utils@npm:8.21.0"
2776+
dependencies:
2777+
"@typescript-eslint/typescript-estree": "npm:8.21.0"
2778+
"@typescript-eslint/utils": "npm:8.21.0"
27692779
debug: "npm:^4.3.4"
27702780
ts-api-utils: "npm:^2.0.0"
27712781
peerDependencies:
27722782
eslint: ^8.57.0 || ^9.0.0
27732783
typescript: ">=4.8.4 <5.8.0"
2774-
checksum: 10/cdde9d30e684c0c44434ed97e11c962d8f80f53b8a0050e8fe10b7f20c26f7684a340acd21c83bdcbc1feb3eef334eb5b0fef31d2d330648e52d4afe57942a95
2784+
checksum: 10/b4bce1325a2e5e1a74b6919b3187356b7246475ac4d62898134ed68572e39e52fe5daa89d0bb66d78aef7b2057612cccc00400c0b81f9d5b75acec3174114c8d
27752785
languageName: node
27762786
linkType: hard
27772787

@@ -2782,6 +2792,13 @@ __metadata:
27822792
languageName: node
27832793
linkType: hard
27842794

2795+
"@typescript-eslint/types@npm:8.21.0":
2796+
version: 8.21.0
2797+
resolution: "@typescript-eslint/types@npm:8.21.0"
2798+
checksum: 10/a22c99f5687358c7343789b942c9885bc1b49eb239562b792f22e2ac4f0d3f04102f204cd2d749202d6888767566fba86f54447894955310890ec307fec8ed8d
2799+
languageName: node
2800+
linkType: hard
2801+
27852802
"@typescript-eslint/typescript-estree@npm:8.20.0":
27862803
version: 8.20.0
27872804
resolution: "@typescript-eslint/typescript-estree@npm:8.20.0"
@@ -2800,7 +2817,40 @@ __metadata:
28002817
languageName: node
28012818
linkType: hard
28022819

2803-
"@typescript-eslint/utils@npm:8.20.0, @typescript-eslint/utils@npm:^8.13.0":
2820+
"@typescript-eslint/typescript-estree@npm:8.21.0":
2821+
version: 8.21.0
2822+
resolution: "@typescript-eslint/typescript-estree@npm:8.21.0"
2823+
dependencies:
2824+
"@typescript-eslint/types": "npm:8.21.0"
2825+
"@typescript-eslint/visitor-keys": "npm:8.21.0"
2826+
debug: "npm:^4.3.4"
2827+
fast-glob: "npm:^3.3.2"
2828+
is-glob: "npm:^4.0.3"
2829+
minimatch: "npm:^9.0.4"
2830+
semver: "npm:^7.6.0"
2831+
ts-api-utils: "npm:^2.0.0"
2832+
peerDependencies:
2833+
typescript: ">=4.8.4 <5.8.0"
2834+
checksum: 10/1a8bcd2968490dcf047273a36e1d2cd51725e893ad874e554e4b81e62bf54e4ff2b7ee2af206208a2ae9ac2cc5c8b50e2244dd4fe9c42ef34122df4360e9f9c2
2835+
languageName: node
2836+
linkType: hard
2837+
2838+
"@typescript-eslint/utils@npm:8.21.0":
2839+
version: 8.21.0
2840+
resolution: "@typescript-eslint/utils@npm:8.21.0"
2841+
dependencies:
2842+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2843+
"@typescript-eslint/scope-manager": "npm:8.21.0"
2844+
"@typescript-eslint/types": "npm:8.21.0"
2845+
"@typescript-eslint/typescript-estree": "npm:8.21.0"
2846+
peerDependencies:
2847+
eslint: ^8.57.0 || ^9.0.0
2848+
typescript: ">=4.8.4 <5.8.0"
2849+
checksum: 10/e44b4e87b8227f7524b4cd16e833ea37fbb73d3829caf484e7ca737060908817788755b9481d053bc4371bbcc99d2477e32b7ad43a421a3e61ce46c2c48c0bd7
2850+
languageName: node
2851+
linkType: hard
2852+
2853+
"@typescript-eslint/utils@npm:^8.13.0":
28042854
version: 8.20.0
28052855
resolution: "@typescript-eslint/utils@npm:8.20.0"
28062856
dependencies:
@@ -2825,6 +2875,16 @@ __metadata:
28252875
languageName: node
28262876
linkType: hard
28272877

2878+
"@typescript-eslint/visitor-keys@npm:8.21.0":
2879+
version: 8.21.0
2880+
resolution: "@typescript-eslint/visitor-keys@npm:8.21.0"
2881+
dependencies:
2882+
"@typescript-eslint/types": "npm:8.21.0"
2883+
eslint-visitor-keys: "npm:^4.2.0"
2884+
checksum: 10/781cafa354177de4e864511435dbe61d896a7d1331bca76dd0a151295cc27b9677412444d47e1d5c6d2e7de5fee29b7bef0489d76c494fa59139e421f860506a
2885+
languageName: node
2886+
linkType: hard
2887+
28282888
"@ungap/structured-clone@npm:^1.0.0":
28292889
version: 1.2.0
28302890
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -10857,17 +10917,17 @@ __metadata:
1085710917
languageName: node
1085810918
linkType: hard
1085910919

10860-
"typescript-eslint@npm:8.20.0":
10861-
version: 8.20.0
10862-
resolution: "typescript-eslint@npm:8.20.0"
10920+
"typescript-eslint@npm:8.21.0":
10921+
version: 8.21.0
10922+
resolution: "typescript-eslint@npm:8.21.0"
1086310923
dependencies:
10864-
"@typescript-eslint/eslint-plugin": "npm:8.20.0"
10865-
"@typescript-eslint/parser": "npm:8.20.0"
10866-
"@typescript-eslint/utils": "npm:8.20.0"
10924+
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
10925+
"@typescript-eslint/parser": "npm:8.21.0"
10926+
"@typescript-eslint/utils": "npm:8.21.0"
1086710927
peerDependencies:
1086810928
eslint: ^8.57.0 || ^9.0.0
1086910929
typescript: ">=4.8.4 <5.8.0"
10870-
checksum: 10/5d72ec36d9a6a519cedb003af28bdad37560999a6f8a126193098ff403d6cc6947f3f27d09171d446bc62e43a1aeb00563ce1adfc85014a011993bfa2c95a20f
10930+
checksum: 10/8bb7dce0084ea380b1f55046bead0adbaf57d1f5cdfa7b82a89eec18377fa2cd4e0e9746b4c5e8193899cf4de09c659032bbad19e2a8e9db54d53a596e176c5f
1087110931
languageName: node
1087210932
linkType: hard
1087310933

0 commit comments

Comments
 (0)