Skip to content

Commit 2296818

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.15.0 to 8.16.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.16.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.15.0 to 8.16.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.16.0/packages/parser) Updates `typescript-eslint` from 8.15.0 to 8.16.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.16.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 05d3174 commit 2296818

File tree

2 files changed

+99
-36
lines changed

2 files changed

+99
-36
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
"@types/is-ci": "3.0.4",
103103
"@types/node": "22.7.9",
104104
"@types/node-notifier": "8.0.5",
105-
"@typescript-eslint/eslint-plugin": "8.15.0",
106-
"@typescript-eslint/parser": "8.15.0",
105+
"@typescript-eslint/eslint-plugin": "8.16.0",
106+
"@typescript-eslint/parser": "8.16.0",
107107
"@vates/toggle-scripts": "1.0.0",
108108
"cross-env": "7.0.3",
109109
"cspell": "8.16.0",
@@ -205,7 +205,7 @@
205205
"trash-cli": "6.0.0",
206206
"ts-dedent": "2.2.0",
207207
"typescript": "5.7.0-beta",
208-
"typescript-eslint": "8.15.0",
208+
"typescript-eslint": "8.16.0",
209209
"unified": "11.0.5",
210210
"vfile": "6.0.3",
211211
"vitest": "2.1.5",

yarn.lock

Lines changed: 96 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,8 +1787,8 @@ __metadata:
17871787
"@types/is-ci": "npm:3.0.4"
17881788
"@types/node": "npm:22.7.9"
17891789
"@types/node-notifier": "npm:8.0.5"
1790-
"@typescript-eslint/eslint-plugin": "npm:8.15.0"
1791-
"@typescript-eslint/parser": "npm:8.15.0"
1790+
"@typescript-eslint/eslint-plugin": "npm:8.16.0"
1791+
"@typescript-eslint/parser": "npm:8.16.0"
17921792
"@vates/toggle-scripts": "npm:1.0.0"
17931793
cross-env: "npm:7.0.3"
17941794
cspell: "npm:8.16.0"
@@ -1890,7 +1890,7 @@ __metadata:
18901890
trash-cli: "npm:6.0.0"
18911891
ts-dedent: "npm:2.2.0"
18921892
typescript: "npm:5.7.0-beta"
1893-
typescript-eslint: "npm:8.15.0"
1893+
typescript-eslint: "npm:8.16.0"
18941894
unified: "npm:11.0.5"
18951895
vfile: "npm:6.0.3"
18961896
vitest: "npm:2.1.5"
@@ -2702,15 +2702,15 @@ __metadata:
27022702
languageName: node
27032703
linkType: hard
27042704

2705-
"@typescript-eslint/eslint-plugin@npm:8.15.0":
2706-
version: 8.15.0
2707-
resolution: "@typescript-eslint/eslint-plugin@npm:8.15.0"
2705+
"@typescript-eslint/eslint-plugin@npm:8.16.0":
2706+
version: 8.16.0
2707+
resolution: "@typescript-eslint/eslint-plugin@npm:8.16.0"
27082708
dependencies:
27092709
"@eslint-community/regexpp": "npm:^4.10.0"
2710-
"@typescript-eslint/scope-manager": "npm:8.15.0"
2711-
"@typescript-eslint/type-utils": "npm:8.15.0"
2712-
"@typescript-eslint/utils": "npm:8.15.0"
2713-
"@typescript-eslint/visitor-keys": "npm:8.15.0"
2710+
"@typescript-eslint/scope-manager": "npm:8.16.0"
2711+
"@typescript-eslint/type-utils": "npm:8.16.0"
2712+
"@typescript-eslint/utils": "npm:8.16.0"
2713+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
27142714
graphemer: "npm:^1.4.0"
27152715
ignore: "npm:^5.3.1"
27162716
natural-compare: "npm:^1.4.0"
@@ -2721,25 +2721,25 @@ __metadata:
27212721
peerDependenciesMeta:
27222722
typescript:
27232723
optional: true
2724-
checksum: 10/881a6ff3bb38e731027fa223c3cc38a29ffe32502f294b69f5e8099e7a678bab76845a2dfd4ab4d2f301c0f433e9c5e220ea5c8f13f91a508b00b997aaf3e4ed
2724+
checksum: 10/aa3d551d4f09940eee0c08328cb0db3a2391a8bba6d044f6bb38c51ac864896519c647d4b8fd99f7c094cc677bcf22454b27322014a08b2f2fb25695a43820db
27252725
languageName: node
27262726
linkType: hard
27272727

2728-
"@typescript-eslint/parser@npm:8.15.0":
2729-
version: 8.15.0
2730-
resolution: "@typescript-eslint/parser@npm:8.15.0"
2728+
"@typescript-eslint/parser@npm:8.16.0":
2729+
version: 8.16.0
2730+
resolution: "@typescript-eslint/parser@npm:8.16.0"
27312731
dependencies:
2732-
"@typescript-eslint/scope-manager": "npm:8.15.0"
2733-
"@typescript-eslint/types": "npm:8.15.0"
2734-
"@typescript-eslint/typescript-estree": "npm:8.15.0"
2735-
"@typescript-eslint/visitor-keys": "npm:8.15.0"
2732+
"@typescript-eslint/scope-manager": "npm:8.16.0"
2733+
"@typescript-eslint/types": "npm:8.16.0"
2734+
"@typescript-eslint/typescript-estree": "npm:8.16.0"
2735+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
27362736
debug: "npm:^4.3.4"
27372737
peerDependencies:
27382738
eslint: ^8.57.0 || ^9.0.0
27392739
peerDependenciesMeta:
27402740
typescript:
27412741
optional: true
2742-
checksum: 10/2261cb63f561db8a613edc2307e9ef3826754b3d6876de076aa768f63bbf5428fb939ce1f050fd7f8512fecca15e7a70ee4f09e0aab9030737ea38a7bc37a4be
2742+
checksum: 10/ac1e2bfdbfe212da470bb17915b5228f7a6b027332b05eb8bcbbad440a81b2476c649e54e232084838e1edc005e6d7dc7a44899587d73672dd3d5484d9dbf9f8
27432743
languageName: node
27442744
linkType: hard
27452745

@@ -2753,20 +2753,30 @@ __metadata:
27532753
languageName: node
27542754
linkType: hard
27552755

2756-
"@typescript-eslint/type-utils@npm:8.15.0":
2757-
version: 8.15.0
2758-
resolution: "@typescript-eslint/type-utils@npm:8.15.0"
2756+
"@typescript-eslint/scope-manager@npm:8.16.0":
2757+
version: 8.16.0
2758+
resolution: "@typescript-eslint/scope-manager@npm:8.16.0"
27592759
dependencies:
2760-
"@typescript-eslint/typescript-estree": "npm:8.15.0"
2761-
"@typescript-eslint/utils": "npm:8.15.0"
2760+
"@typescript-eslint/types": "npm:8.16.0"
2761+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
2762+
checksum: 10/e0aea61f248b39049d4ce21c19f9c8af1a8024f4f92abc8c1d5b79ea65b013c6c4ff41efb92995050036aa95b6a705601917b56809d9ec1fbbab387054aeb269
2763+
languageName: node
2764+
linkType: hard
2765+
2766+
"@typescript-eslint/type-utils@npm:8.16.0":
2767+
version: 8.16.0
2768+
resolution: "@typescript-eslint/type-utils@npm:8.16.0"
2769+
dependencies:
2770+
"@typescript-eslint/typescript-estree": "npm:8.16.0"
2771+
"@typescript-eslint/utils": "npm:8.16.0"
27622772
debug: "npm:^4.3.4"
27632773
ts-api-utils: "npm:^1.3.0"
27642774
peerDependencies:
27652775
eslint: ^8.57.0 || ^9.0.0
27662776
peerDependenciesMeta:
27672777
typescript:
27682778
optional: true
2769-
checksum: 10/612f0499f7ee89bd8b70531daba1edd343648def2284c414684db9b7636f4beba7c995e05fe8222c5e63f4dd78fdcbb7bcd8453c2c6f376bc73731fa511a5b0f
2779+
checksum: 10/b91f6cef6af7e4f82a1dba9622d5ec9f46d1983eecfb88a1adbd310c7f980fedf5c8a198bfe968aae59fc386e4c437f55a7533988252eb9cbb0bdac8321e3dba
27702780
languageName: node
27712781
linkType: hard
27722782

@@ -2777,6 +2787,13 @@ __metadata:
27772787
languageName: node
27782788
linkType: hard
27792789

2790+
"@typescript-eslint/types@npm:8.16.0":
2791+
version: 8.16.0
2792+
resolution: "@typescript-eslint/types@npm:8.16.0"
2793+
checksum: 10/b37b26cd0e45b0cd6f7d492a07af583e4877d798495ab5fc1cfacb3c561b6d7981e3166f0475bb997e6c6d56ef903e160895174c7e63c08322dbb42d026cf7dc
2794+
languageName: node
2795+
linkType: hard
2796+
27802797
"@typescript-eslint/typescript-estree@npm:8.15.0":
27812798
version: 8.15.0
27822799
resolution: "@typescript-eslint/typescript-estree@npm:8.15.0"
@@ -2796,7 +2813,43 @@ __metadata:
27962813
languageName: node
27972814
linkType: hard
27982815

2799-
"@typescript-eslint/utils@npm:8.15.0, @typescript-eslint/utils@npm:^8.13.0":
2816+
"@typescript-eslint/typescript-estree@npm:8.16.0":
2817+
version: 8.16.0
2818+
resolution: "@typescript-eslint/typescript-estree@npm:8.16.0"
2819+
dependencies:
2820+
"@typescript-eslint/types": "npm:8.16.0"
2821+
"@typescript-eslint/visitor-keys": "npm:8.16.0"
2822+
debug: "npm:^4.3.4"
2823+
fast-glob: "npm:^3.3.2"
2824+
is-glob: "npm:^4.0.3"
2825+
minimatch: "npm:^9.0.4"
2826+
semver: "npm:^7.6.0"
2827+
ts-api-utils: "npm:^1.3.0"
2828+
peerDependenciesMeta:
2829+
typescript:
2830+
optional: true
2831+
checksum: 10/823cf55d331cf7283547a2860a5d7bfd7dbd497be6e87b226dd7456b36db214de1504855afbbaef8d89932c11a1e589d4cb2a4093b6f1c542a4ce8319d988006
2832+
languageName: node
2833+
linkType: hard
2834+
2835+
"@typescript-eslint/utils@npm:8.16.0":
2836+
version: 8.16.0
2837+
resolution: "@typescript-eslint/utils@npm:8.16.0"
2838+
dependencies:
2839+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2840+
"@typescript-eslint/scope-manager": "npm:8.16.0"
2841+
"@typescript-eslint/types": "npm:8.16.0"
2842+
"@typescript-eslint/typescript-estree": "npm:8.16.0"
2843+
peerDependencies:
2844+
eslint: ^8.57.0 || ^9.0.0
2845+
peerDependenciesMeta:
2846+
typescript:
2847+
optional: true
2848+
checksum: 10/80ba35b97a8e80ac2b54a56ac041b4f4583328d764e1693e7d3750de383cbcefcb7e838b75e550e8aa4df446f4b41460da6dc83543517280a4e3a61546c1a8dc
2849+
languageName: node
2850+
linkType: hard
2851+
2852+
"@typescript-eslint/utils@npm:^8.13.0":
28002853
version: 8.15.0
28012854
resolution: "@typescript-eslint/utils@npm:8.15.0"
28022855
dependencies:
@@ -2823,6 +2876,16 @@ __metadata:
28232876
languageName: node
28242877
linkType: hard
28252878

2879+
"@typescript-eslint/visitor-keys@npm:8.16.0":
2880+
version: 8.16.0
2881+
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"
2882+
dependencies:
2883+
"@typescript-eslint/types": "npm:8.16.0"
2884+
eslint-visitor-keys: "npm:^4.2.0"
2885+
checksum: 10/e3f231a3e8ca2f7a3dc0e9ebdc3ea1f51a377b1285727413b4c89c44dbfaf342f2574b1b4e7f478f295963045a6058e27b4827816fe2a5a2d09f565eb68522c7
2886+
languageName: node
2887+
linkType: hard
2888+
28262889
"@ungap/structured-clone@npm:^1.0.0":
28272890
version: 1.2.0
28282891
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -10769,19 +10832,19 @@ __metadata:
1076910832
languageName: node
1077010833
linkType: hard
1077110834

10772-
"typescript-eslint@npm:8.15.0":
10773-
version: 8.15.0
10774-
resolution: "typescript-eslint@npm:8.15.0"
10835+
"typescript-eslint@npm:8.16.0":
10836+
version: 8.16.0
10837+
resolution: "typescript-eslint@npm:8.16.0"
1077510838
dependencies:
10776-
"@typescript-eslint/eslint-plugin": "npm:8.15.0"
10777-
"@typescript-eslint/parser": "npm:8.15.0"
10778-
"@typescript-eslint/utils": "npm:8.15.0"
10839+
"@typescript-eslint/eslint-plugin": "npm:8.16.0"
10840+
"@typescript-eslint/parser": "npm:8.16.0"
10841+
"@typescript-eslint/utils": "npm:8.16.0"
1077910842
peerDependencies:
1078010843
eslint: ^8.57.0 || ^9.0.0
1078110844
peerDependenciesMeta:
1078210845
typescript:
1078310846
optional: true
10784-
checksum: 10/42ea9af347a2fba3a85e6cbec01e4572d8e8995f24795e166a583b119d273d901afc8511a9c9b41cd42b183f0698dfc16b9348f34b547c6c233b8fe636cda485
10847+
checksum: 10/bbcb31482210aeb715c0f41f659d642491828c0779426e5cceef70fa0ad96f3eeaf0cd3faaed1cc50965855a5324cf0b03790abc284f5364b2be458b0380337a
1078510848
languageName: node
1078610849
linkType: hard
1078710850

0 commit comments

Comments
 (0)