Skip to content

Commit 0537f48

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.21.0 to 8.22.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.22.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.21.0 to 8.22.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.22.0/packages/parser) Updates `typescript-eslint` from 8.21.0 to 8.22.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.22.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] <[email protected]>
1 parent 8ff487f commit 0537f48

File tree

2 files changed

+96
-36
lines changed

2 files changed

+96
-36
lines changed

package.json

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

yarn.lock

+93-33
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.21.0"
1668-
"@typescript-eslint/parser": "npm:8.21.0"
1667+
"@typescript-eslint/eslint-plugin": "npm:8.22.0"
1668+
"@typescript-eslint/parser": "npm:8.22.0"
16691669
"@vates/toggle-scripts": "npm:1.0.0"
16701670
"@vitest/coverage-v8": "npm:3.0.4"
16711671
"@vitest/ui": "npm:3.0.4"
@@ -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.21.0"
1778+
typescript-eslint: "npm:8.22.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.21.0":
2717-
version: 8.21.0
2718-
resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0"
2716+
"@typescript-eslint/eslint-plugin@npm:8.22.0":
2717+
version: 8.22.0
2718+
resolution: "@typescript-eslint/eslint-plugin@npm:8.22.0"
27192719
dependencies:
27202720
"@eslint-community/regexpp": "npm:^4.10.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"
2721+
"@typescript-eslint/scope-manager": "npm:8.22.0"
2722+
"@typescript-eslint/type-utils": "npm:8.22.0"
2723+
"@typescript-eslint/utils": "npm:8.22.0"
2724+
"@typescript-eslint/visitor-keys": "npm:8.22.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/4c7c274bd0f7d8ee2097278d9fb0829b883c28783b9a1c41e5f4e74dee0412c53063978db3590ad7609d538a38058e43f832895746e6af677da7558a8b16fbdd
2733+
checksum: 10/7211ad95f20a27182e2b55ef50102dfee4a7084c267c4e24cca24f0a28daa0360074a38bb71e407dad6d99db1165096b324b708cf35904b1d4f62fc9d5fd0f98
27342734
languageName: node
27352735
linkType: hard
27362736

2737-
"@typescript-eslint/parser@npm:8.21.0":
2738-
version: 8.21.0
2739-
resolution: "@typescript-eslint/parser@npm:8.21.0"
2737+
"@typescript-eslint/parser@npm:8.22.0":
2738+
version: 8.22.0
2739+
resolution: "@typescript-eslint/parser@npm:8.22.0"
27402740
dependencies:
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"
2741+
"@typescript-eslint/scope-manager": "npm:8.22.0"
2742+
"@typescript-eslint/types": "npm:8.22.0"
2743+
"@typescript-eslint/typescript-estree": "npm:8.22.0"
2744+
"@typescript-eslint/visitor-keys": "npm:8.22.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/c403f56b0a856ad25ffc0d78d4f0ede64d622edb279ace8bc7554c82518c0462f608a1e06d62111633a57b9ffcc37e063378c3980fba138f93d14a7aad5d0db1
2749+
checksum: 10/6b7fee52345e8a32d8cfea1ac4aeb563cb0c44ba46290686afde1cd541b787fcf61bec0e6960559f544e9ba3b72670a68f8eda860384aebb5744101f0f1a68c9
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.21.0":
2764-
version: 8.21.0
2765-
resolution: "@typescript-eslint/type-utils@npm:8.21.0"
2763+
"@typescript-eslint/scope-manager@npm:8.22.0":
2764+
version: 8.22.0
2765+
resolution: "@typescript-eslint/scope-manager@npm:8.22.0"
27662766
dependencies:
2767-
"@typescript-eslint/typescript-estree": "npm:8.21.0"
2768-
"@typescript-eslint/utils": "npm:8.21.0"
2767+
"@typescript-eslint/types": "npm:8.22.0"
2768+
"@typescript-eslint/visitor-keys": "npm:8.22.0"
2769+
checksum: 10/7fb4bae6d9f8b86a43405b24828cd36ba0751cce4346d86821a4827cded93227f92668044e5e6d802a32096b50cfcaf2ce9ab65322310fa68f5e3819bef70168
2770+
languageName: node
2771+
linkType: hard
2772+
2773+
"@typescript-eslint/type-utils@npm:8.22.0":
2774+
version: 8.22.0
2775+
resolution: "@typescript-eslint/type-utils@npm:8.22.0"
2776+
dependencies:
2777+
"@typescript-eslint/typescript-estree": "npm:8.22.0"
2778+
"@typescript-eslint/utils": "npm:8.22.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/b4bce1325a2e5e1a74b6919b3187356b7246475ac4d62898134ed68572e39e52fe5daa89d0bb66d78aef7b2057612cccc00400c0b81f9d5b75acec3174114c8d
2784+
checksum: 10/1da2447ce12f09370082daeef88f8922842e39d2a7b0abe3def21442f85bf4250524c60cbb97276d5cd876783b976dcb0ed85aeb8c0b100d83b7f3a59cdfccbf
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.22.0":
2796+
version: 8.22.0
2797+
resolution: "@typescript-eslint/types@npm:8.22.0"
2798+
checksum: 10/b43ea5b05ed0b43dcee8d2fa98b2c3f79c604780cbd56e6ba7f89e3066798b7169848694f59523fd2003e8fa699ddc97f28b0860a4eb04eea26c96d5ac9346bd
2799+
languageName: node
2800+
linkType: hard
2801+
27852802
"@typescript-eslint/typescript-estree@npm:8.21.0":
27862803
version: 8.21.0
27872804
resolution: "@typescript-eslint/typescript-estree@npm:8.21.0"
@@ -2800,7 +2817,40 @@ __metadata:
28002817
languageName: node
28012818
linkType: hard
28022819

2803-
"@typescript-eslint/utils@npm:8.21.0, @typescript-eslint/utils@npm:^8.13.0":
2820+
"@typescript-eslint/typescript-estree@npm:8.22.0":
2821+
version: 8.22.0
2822+
resolution: "@typescript-eslint/typescript-estree@npm:8.22.0"
2823+
dependencies:
2824+
"@typescript-eslint/types": "npm:8.22.0"
2825+
"@typescript-eslint/visitor-keys": "npm:8.22.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/e3c0b191e2a0f55101c3e3333904f3a255d635e4ea0d026981cc25e83b62660a3a8a7993ac4a3d0c8756afb7dc272099eec48fd93e100a2b8467a5b80ef0026c
2835+
languageName: node
2836+
linkType: hard
2837+
2838+
"@typescript-eslint/utils@npm:8.22.0":
2839+
version: 8.22.0
2840+
resolution: "@typescript-eslint/utils@npm:8.22.0"
2841+
dependencies:
2842+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2843+
"@typescript-eslint/scope-manager": "npm:8.22.0"
2844+
"@typescript-eslint/types": "npm:8.22.0"
2845+
"@typescript-eslint/typescript-estree": "npm:8.22.0"
2846+
peerDependencies:
2847+
eslint: ^8.57.0 || ^9.0.0
2848+
typescript: ">=4.8.4 <5.8.0"
2849+
checksum: 10/92a5ae5d79a5988e88fdda8d5e88f73e7b9ce24b339098d72698dba766ded274c24d0e2857bcb799c0aa7a59257e54a273eabdaaab39a5cd20283669201eeb53
2850+
languageName: node
2851+
linkType: hard
2852+
2853+
"@typescript-eslint/utils@npm:^8.13.0":
28042854
version: 8.21.0
28052855
resolution: "@typescript-eslint/utils@npm:8.21.0"
28062856
dependencies:
@@ -2825,6 +2875,16 @@ __metadata:
28252875
languageName: node
28262876
linkType: hard
28272877

2878+
"@typescript-eslint/visitor-keys@npm:8.22.0":
2879+
version: 8.22.0
2880+
resolution: "@typescript-eslint/visitor-keys@npm:8.22.0"
2881+
dependencies:
2882+
"@typescript-eslint/types": "npm:8.22.0"
2883+
eslint-visitor-keys: "npm:^4.2.0"
2884+
checksum: 10/1a172620d46e23362c5d1e1e7c8186856dff6b6f1c2697d67f9aac1b3dfd0de96c2c73487e4deed80fad3bfa5cf74cfed3519221657c6ede602b04ac091525a4
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.21.0":
10861-
version: 8.21.0
10862-
resolution: "typescript-eslint@npm:8.21.0"
10920+
"typescript-eslint@npm:8.22.0":
10921+
version: 8.22.0
10922+
resolution: "typescript-eslint@npm:8.22.0"
1086310923
dependencies:
10864-
"@typescript-eslint/eslint-plugin": "npm:8.21.0"
10865-
"@typescript-eslint/parser": "npm:8.21.0"
10866-
"@typescript-eslint/utils": "npm:8.21.0"
10924+
"@typescript-eslint/eslint-plugin": "npm:8.22.0"
10925+
"@typescript-eslint/parser": "npm:8.22.0"
10926+
"@typescript-eslint/utils": "npm:8.22.0"
1086710927
peerDependencies:
1086810928
eslint: ^8.57.0 || ^9.0.0
1086910929
typescript: ">=4.8.4 <5.8.0"
10870-
checksum: 10/8bb7dce0084ea380b1f55046bead0adbaf57d1f5cdfa7b82a89eec18377fa2cd4e0e9746b4c5e8193899cf4de09c659032bbad19e2a8e9db54d53a596e176c5f
10930+
checksum: 10/399be32d4ee4ecaa5ca7d5f78398aa889c10ed52d06a469e7489368550aa3b6c4ec6a062a235ac4ee5f511cb7f25551cd65cd3a0f0048ca7ff51bf8ce7200e1f
1087110931
languageName: node
1087210932
linkType: hard
1087310933

0 commit comments

Comments
 (0)