Skip to content

Commit 2fd5071

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.14.0 to 8.15.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.15.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.14.0 to 8.15.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.15.0/packages/parser) Updates `typescript-eslint` from 8.14.0 to 8.15.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.15.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 166e1f9 commit 2fd5071

File tree

2 files changed

+103
-36
lines changed

2 files changed

+103
-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.14.0",
106-
"@typescript-eslint/parser": "8.14.0",
105+
"@typescript-eslint/eslint-plugin": "8.15.0",
106+
"@typescript-eslint/parser": "8.15.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.14.0",
208+
"typescript-eslint": "8.15.0",
209209
"unified": "11.0.5",
210210
"vfile": "6.0.3",
211211
"vitest": "2.1.5",

yarn.lock

Lines changed: 100 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.14.0"
1791-
"@typescript-eslint/parser": "npm:8.14.0"
1790+
"@typescript-eslint/eslint-plugin": "npm:8.15.0"
1791+
"@typescript-eslint/parser": "npm:8.15.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.14.0"
1893+
typescript-eslint: "npm:8.15.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.14.0":
2706-
version: 8.14.0
2707-
resolution: "@typescript-eslint/eslint-plugin@npm:8.14.0"
2705+
"@typescript-eslint/eslint-plugin@npm:8.15.0":
2706+
version: 8.15.0
2707+
resolution: "@typescript-eslint/eslint-plugin@npm:8.15.0"
27082708
dependencies:
27092709
"@eslint-community/regexpp": "npm:^4.10.0"
2710-
"@typescript-eslint/scope-manager": "npm:8.14.0"
2711-
"@typescript-eslint/type-utils": "npm:8.14.0"
2712-
"@typescript-eslint/utils": "npm:8.14.0"
2713-
"@typescript-eslint/visitor-keys": "npm:8.14.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"
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/1b1af16dd5678df338850b60388ec9d522ecd0f45605e9cfc5c467eb666b345e5f0ac719a8f584602b41e9dd679b2eb0cec640246fcfa25faeccee358dbf5a14
2724+
checksum: 10/881a6ff3bb38e731027fa223c3cc38a29ffe32502f294b69f5e8099e7a678bab76845a2dfd4ab4d2f301c0f433e9c5e220ea5c8f13f91a508b00b997aaf3e4ed
27252725
languageName: node
27262726
linkType: hard
27272727

2728-
"@typescript-eslint/parser@npm:8.14.0":
2729-
version: 8.14.0
2730-
resolution: "@typescript-eslint/parser@npm:8.14.0"
2728+
"@typescript-eslint/parser@npm:8.15.0":
2729+
version: 8.15.0
2730+
resolution: "@typescript-eslint/parser@npm:8.15.0"
27312731
dependencies:
2732-
"@typescript-eslint/scope-manager": "npm:8.14.0"
2733-
"@typescript-eslint/types": "npm:8.14.0"
2734-
"@typescript-eslint/typescript-estree": "npm:8.14.0"
2735-
"@typescript-eslint/visitor-keys": "npm:8.14.0"
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"
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/1ec3eed925e4a78ae415ee49e2571b13920ed7523955260ce045c33f9f22441bba16dd16368094eadfcc13f007d9a79e6003fc8d2c4d2de70c0a6b2a699ab754
2742+
checksum: 10/2261cb63f561db8a613edc2307e9ef3826754b3d6876de076aa768f63bbf5428fb939ce1f050fd7f8512fecca15e7a70ee4f09e0aab9030737ea38a7bc37a4be
27432743
languageName: node
27442744
linkType: hard
27452745

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

2756-
"@typescript-eslint/type-utils@npm:8.14.0":
2757-
version: 8.14.0
2758-
resolution: "@typescript-eslint/type-utils@npm:8.14.0"
2756+
"@typescript-eslint/scope-manager@npm:8.15.0":
2757+
version: 8.15.0
2758+
resolution: "@typescript-eslint/scope-manager@npm:8.15.0"
27592759
dependencies:
2760-
"@typescript-eslint/typescript-estree": "npm:8.14.0"
2761-
"@typescript-eslint/utils": "npm:8.14.0"
2760+
"@typescript-eslint/types": "npm:8.15.0"
2761+
"@typescript-eslint/visitor-keys": "npm:8.15.0"
2762+
checksum: 10/70abd5f049c5568a1b33391d85b5842ffae513f5b2bb5630bd26619a50e41ea5e6b620970958f94e0129ffff9ab69997f396f782195923aa45dfbb2df0941a14
2763+
languageName: node
2764+
linkType: hard
2765+
2766+
"@typescript-eslint/type-utils@npm:8.15.0":
2767+
version: 8.15.0
2768+
resolution: "@typescript-eslint/type-utils@npm:8.15.0"
2769+
dependencies:
2770+
"@typescript-eslint/typescript-estree": "npm:8.15.0"
2771+
"@typescript-eslint/utils": "npm:8.15.0"
27622772
debug: "npm:^4.3.4"
27632773
ts-api-utils: "npm:^1.3.0"
2774+
peerDependencies:
2775+
eslint: ^8.57.0 || ^9.0.0
27642776
peerDependenciesMeta:
27652777
typescript:
27662778
optional: true
2767-
checksum: 10/1c1c072a5097ca1332ce9ff7cf2f793b6aa7692bf218311a5b066bfbbf4b751ded537813f2a847b4f68c86d57d2076a873778998c4e379b65600efda4447b584
2779+
checksum: 10/612f0499f7ee89bd8b70531daba1edd343648def2284c414684db9b7636f4beba7c995e05fe8222c5e63f4dd78fdcbb7bcd8453c2c6f376bc73731fa511a5b0f
27682780
languageName: node
27692781
linkType: hard
27702782

@@ -2775,6 +2787,13 @@ __metadata:
27752787
languageName: node
27762788
linkType: hard
27772789

2790+
"@typescript-eslint/types@npm:8.15.0":
2791+
version: 8.15.0
2792+
resolution: "@typescript-eslint/types@npm:8.15.0"
2793+
checksum: 10/d31605748984794e586ed62e9052bd3794ba646ae75f60b9da5de644ad0e76aa64e47386a4e113ba2d66836927e03c836586ef586261c8ae627acc06fb7e275c
2794+
languageName: node
2795+
linkType: hard
2796+
27782797
"@typescript-eslint/typescript-estree@npm:8.14.0":
27792798
version: 8.14.0
27802799
resolution: "@typescript-eslint/typescript-estree@npm:8.14.0"
@@ -2794,7 +2813,43 @@ __metadata:
27942813
languageName: node
27952814
linkType: hard
27962815

2797-
"@typescript-eslint/utils@npm:8.14.0, @typescript-eslint/utils@npm:^8.12.2":
2816+
"@typescript-eslint/typescript-estree@npm:8.15.0":
2817+
version: 8.15.0
2818+
resolution: "@typescript-eslint/typescript-estree@npm:8.15.0"
2819+
dependencies:
2820+
"@typescript-eslint/types": "npm:8.15.0"
2821+
"@typescript-eslint/visitor-keys": "npm:8.15.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/e9bf3aab855578f046e0a91ff91a7d08423a5c8bc0bedfc5f2af3c9b6eb98a9fe693a23e4bf56791930e838de16811ce91edae07702c9621c0ad7a56838c7c0c
2832+
languageName: node
2833+
linkType: hard
2834+
2835+
"@typescript-eslint/utils@npm:8.15.0":
2836+
version: 8.15.0
2837+
resolution: "@typescript-eslint/utils@npm:8.15.0"
2838+
dependencies:
2839+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2840+
"@typescript-eslint/scope-manager": "npm:8.15.0"
2841+
"@typescript-eslint/types": "npm:8.15.0"
2842+
"@typescript-eslint/typescript-estree": "npm:8.15.0"
2843+
peerDependencies:
2844+
eslint: ^8.57.0 || ^9.0.0
2845+
peerDependenciesMeta:
2846+
typescript:
2847+
optional: true
2848+
checksum: 10/22f6d5727aabbcd108ca2cc0563e85ec3a616759a9ef8aae6c22687e6dc8da3dc2a1ea3e075b811cad5512451bb26fe90d74ebba573c2ba7d219c9a4256a1787
2849+
languageName: node
2850+
linkType: hard
2851+
2852+
"@typescript-eslint/utils@npm:^8.12.2":
27982853
version: 8.14.0
27992854
resolution: "@typescript-eslint/utils@npm:8.14.0"
28002855
dependencies:
@@ -2818,6 +2873,16 @@ __metadata:
28182873
languageName: node
28192874
linkType: hard
28202875

2876+
"@typescript-eslint/visitor-keys@npm:8.15.0":
2877+
version: 8.15.0
2878+
resolution: "@typescript-eslint/visitor-keys@npm:8.15.0"
2879+
dependencies:
2880+
"@typescript-eslint/types": "npm:8.15.0"
2881+
eslint-visitor-keys: "npm:^4.2.0"
2882+
checksum: 10/31916783cd038ab46a0012d6c664e4d93409b12e911dd1d2fe122506d82fda0ec2411d63632b90c19cd39451c8abfb7a138b0918a4e22019e328c4709748c806
2883+
languageName: node
2884+
linkType: hard
2885+
28212886
"@ungap/structured-clone@npm:^1.0.0":
28222887
version: 1.2.0
28232888
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -10762,17 +10827,19 @@ __metadata:
1076210827
languageName: node
1076310828
linkType: hard
1076410829

10765-
"typescript-eslint@npm:8.14.0":
10766-
version: 8.14.0
10767-
resolution: "typescript-eslint@npm:8.14.0"
10830+
"typescript-eslint@npm:8.15.0":
10831+
version: 8.15.0
10832+
resolution: "typescript-eslint@npm:8.15.0"
1076810833
dependencies:
10769-
"@typescript-eslint/eslint-plugin": "npm:8.14.0"
10770-
"@typescript-eslint/parser": "npm:8.14.0"
10771-
"@typescript-eslint/utils": "npm:8.14.0"
10834+
"@typescript-eslint/eslint-plugin": "npm:8.15.0"
10835+
"@typescript-eslint/parser": "npm:8.15.0"
10836+
"@typescript-eslint/utils": "npm:8.15.0"
10837+
peerDependencies:
10838+
eslint: ^8.57.0 || ^9.0.0
1077210839
peerDependenciesMeta:
1077310840
typescript:
1077410841
optional: true
10775-
checksum: 10/0e38a97a536e2d89136586f9a1a7cfdd12cfa2e5c66592d80c7f248bf1525ae1bbfc9ef0c2853c495e01f6e918196e090100fe16e4715b15d8259fa613842541
10842+
checksum: 10/42ea9af347a2fba3a85e6cbec01e4572d8e8995f24795e166a583b119d273d901afc8511a9c9b41cd42b183f0698dfc16b9348f34b547c6c233b8fe636cda485
1077610843
languageName: node
1077710844
linkType: hard
1077810845

0 commit comments

Comments
 (0)