Skip to content

Commit 9b9d8b6

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] <[email protected]>
1 parent e7f4c81 commit 9b9d8b6

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
@@ -115,8 +115,8 @@
115115
"@types/is-ci": "3.0.4",
116116
"@types/node": "22.5.0",
117117
"@types/node-notifier": "8.0.5",
118-
"@typescript-eslint/eslint-plugin": "8.14.0",
119-
"@typescript-eslint/parser": "8.14.0",
118+
"@typescript-eslint/eslint-plugin": "8.15.0",
119+
"@typescript-eslint/parser": "8.15.0",
120120
"@vates/toggle-scripts": "1.0.0",
121121
"@vitest/coverage-v8": "2.1.3",
122122
"@vitest/ui": "2.1.3",
@@ -220,7 +220,7 @@
220220
"trash-cli": "6.0.0",
221221
"ts-dedent": "2.2.0",
222222
"typescript": "5.5.4",
223-
"typescript-eslint": "8.14.0",
223+
"typescript-eslint": "8.15.0",
224224
"unified": "11.0.5",
225225
"vfile": "6.0.3",
226226
"vite-tsconfig-paths": "5.1.2",

yarn.lock

Lines changed: 100 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,8 +1580,8 @@ __metadata:
15801580
"@types/is-ci": "npm:3.0.4"
15811581
"@types/node": "npm:22.5.0"
15821582
"@types/node-notifier": "npm:8.0.5"
1583-
"@typescript-eslint/eslint-plugin": "npm:8.14.0"
1584-
"@typescript-eslint/parser": "npm:8.14.0"
1583+
"@typescript-eslint/eslint-plugin": "npm:8.15.0"
1584+
"@typescript-eslint/parser": "npm:8.15.0"
15851585
"@vates/toggle-scripts": "npm:1.0.0"
15861586
"@vitest/coverage-v8": "npm:2.1.3"
15871587
"@vitest/ui": "npm:2.1.3"
@@ -1687,7 +1687,7 @@ __metadata:
16871687
trash-cli: "npm:6.0.0"
16881688
ts-dedent: "npm:2.2.0"
16891689
typescript: "npm:5.5.4"
1690-
typescript-eslint: "npm:8.14.0"
1690+
typescript-eslint: "npm:8.15.0"
16911691
unified: "npm:11.0.5"
16921692
vfile: "npm:6.0.3"
16931693
vite-tsconfig-paths: "npm:5.1.2"
@@ -2773,15 +2773,15 @@ __metadata:
27732773
languageName: node
27742774
linkType: hard
27752775

2776-
"@typescript-eslint/eslint-plugin@npm:8.14.0":
2777-
version: 8.14.0
2778-
resolution: "@typescript-eslint/eslint-plugin@npm:8.14.0"
2776+
"@typescript-eslint/eslint-plugin@npm:8.15.0":
2777+
version: 8.15.0
2778+
resolution: "@typescript-eslint/eslint-plugin@npm:8.15.0"
27792779
dependencies:
27802780
"@eslint-community/regexpp": "npm:^4.10.0"
2781-
"@typescript-eslint/scope-manager": "npm:8.14.0"
2782-
"@typescript-eslint/type-utils": "npm:8.14.0"
2783-
"@typescript-eslint/utils": "npm:8.14.0"
2784-
"@typescript-eslint/visitor-keys": "npm:8.14.0"
2781+
"@typescript-eslint/scope-manager": "npm:8.15.0"
2782+
"@typescript-eslint/type-utils": "npm:8.15.0"
2783+
"@typescript-eslint/utils": "npm:8.15.0"
2784+
"@typescript-eslint/visitor-keys": "npm:8.15.0"
27852785
graphemer: "npm:^1.4.0"
27862786
ignore: "npm:^5.3.1"
27872787
natural-compare: "npm:^1.4.0"
@@ -2792,25 +2792,25 @@ __metadata:
27922792
peerDependenciesMeta:
27932793
typescript:
27942794
optional: true
2795-
checksum: 10/1b1af16dd5678df338850b60388ec9d522ecd0f45605e9cfc5c467eb666b345e5f0ac719a8f584602b41e9dd679b2eb0cec640246fcfa25faeccee358dbf5a14
2795+
checksum: 10/881a6ff3bb38e731027fa223c3cc38a29ffe32502f294b69f5e8099e7a678bab76845a2dfd4ab4d2f301c0f433e9c5e220ea5c8f13f91a508b00b997aaf3e4ed
27962796
languageName: node
27972797
linkType: hard
27982798

2799-
"@typescript-eslint/parser@npm:8.14.0":
2800-
version: 8.14.0
2801-
resolution: "@typescript-eslint/parser@npm:8.14.0"
2799+
"@typescript-eslint/parser@npm:8.15.0":
2800+
version: 8.15.0
2801+
resolution: "@typescript-eslint/parser@npm:8.15.0"
28022802
dependencies:
2803-
"@typescript-eslint/scope-manager": "npm:8.14.0"
2804-
"@typescript-eslint/types": "npm:8.14.0"
2805-
"@typescript-eslint/typescript-estree": "npm:8.14.0"
2806-
"@typescript-eslint/visitor-keys": "npm:8.14.0"
2803+
"@typescript-eslint/scope-manager": "npm:8.15.0"
2804+
"@typescript-eslint/types": "npm:8.15.0"
2805+
"@typescript-eslint/typescript-estree": "npm:8.15.0"
2806+
"@typescript-eslint/visitor-keys": "npm:8.15.0"
28072807
debug: "npm:^4.3.4"
28082808
peerDependencies:
28092809
eslint: ^8.57.0 || ^9.0.0
28102810
peerDependenciesMeta:
28112811
typescript:
28122812
optional: true
2813-
checksum: 10/1ec3eed925e4a78ae415ee49e2571b13920ed7523955260ce045c33f9f22441bba16dd16368094eadfcc13f007d9a79e6003fc8d2c4d2de70c0a6b2a699ab754
2813+
checksum: 10/2261cb63f561db8a613edc2307e9ef3826754b3d6876de076aa768f63bbf5428fb939ce1f050fd7f8512fecca15e7a70ee4f09e0aab9030737ea38a7bc37a4be
28142814
languageName: node
28152815
linkType: hard
28162816

@@ -2824,18 +2824,30 @@ __metadata:
28242824
languageName: node
28252825
linkType: hard
28262826

2827-
"@typescript-eslint/type-utils@npm:8.14.0":
2828-
version: 8.14.0
2829-
resolution: "@typescript-eslint/type-utils@npm:8.14.0"
2827+
"@typescript-eslint/scope-manager@npm:8.15.0":
2828+
version: 8.15.0
2829+
resolution: "@typescript-eslint/scope-manager@npm:8.15.0"
28302830
dependencies:
2831-
"@typescript-eslint/typescript-estree": "npm:8.14.0"
2832-
"@typescript-eslint/utils": "npm:8.14.0"
2831+
"@typescript-eslint/types": "npm:8.15.0"
2832+
"@typescript-eslint/visitor-keys": "npm:8.15.0"
2833+
checksum: 10/70abd5f049c5568a1b33391d85b5842ffae513f5b2bb5630bd26619a50e41ea5e6b620970958f94e0129ffff9ab69997f396f782195923aa45dfbb2df0941a14
2834+
languageName: node
2835+
linkType: hard
2836+
2837+
"@typescript-eslint/type-utils@npm:8.15.0":
2838+
version: 8.15.0
2839+
resolution: "@typescript-eslint/type-utils@npm:8.15.0"
2840+
dependencies:
2841+
"@typescript-eslint/typescript-estree": "npm:8.15.0"
2842+
"@typescript-eslint/utils": "npm:8.15.0"
28332843
debug: "npm:^4.3.4"
28342844
ts-api-utils: "npm:^1.3.0"
2845+
peerDependencies:
2846+
eslint: ^8.57.0 || ^9.0.0
28352847
peerDependenciesMeta:
28362848
typescript:
28372849
optional: true
2838-
checksum: 10/1c1c072a5097ca1332ce9ff7cf2f793b6aa7692bf218311a5b066bfbbf4b751ded537813f2a847b4f68c86d57d2076a873778998c4e379b65600efda4447b584
2850+
checksum: 10/612f0499f7ee89bd8b70531daba1edd343648def2284c414684db9b7636f4beba7c995e05fe8222c5e63f4dd78fdcbb7bcd8453c2c6f376bc73731fa511a5b0f
28392851
languageName: node
28402852
linkType: hard
28412853

@@ -2846,6 +2858,13 @@ __metadata:
28462858
languageName: node
28472859
linkType: hard
28482860

2861+
"@typescript-eslint/types@npm:8.15.0":
2862+
version: 8.15.0
2863+
resolution: "@typescript-eslint/types@npm:8.15.0"
2864+
checksum: 10/d31605748984794e586ed62e9052bd3794ba646ae75f60b9da5de644ad0e76aa64e47386a4e113ba2d66836927e03c836586ef586261c8ae627acc06fb7e275c
2865+
languageName: node
2866+
linkType: hard
2867+
28492868
"@typescript-eslint/typescript-estree@npm:8.14.0":
28502869
version: 8.14.0
28512870
resolution: "@typescript-eslint/typescript-estree@npm:8.14.0"
@@ -2865,7 +2884,43 @@ __metadata:
28652884
languageName: node
28662885
linkType: hard
28672886

2868-
"@typescript-eslint/utils@npm:8.14.0, @typescript-eslint/utils@npm:^8.12.2":
2887+
"@typescript-eslint/typescript-estree@npm:8.15.0":
2888+
version: 8.15.0
2889+
resolution: "@typescript-eslint/typescript-estree@npm:8.15.0"
2890+
dependencies:
2891+
"@typescript-eslint/types": "npm:8.15.0"
2892+
"@typescript-eslint/visitor-keys": "npm:8.15.0"
2893+
debug: "npm:^4.3.4"
2894+
fast-glob: "npm:^3.3.2"
2895+
is-glob: "npm:^4.0.3"
2896+
minimatch: "npm:^9.0.4"
2897+
semver: "npm:^7.6.0"
2898+
ts-api-utils: "npm:^1.3.0"
2899+
peerDependenciesMeta:
2900+
typescript:
2901+
optional: true
2902+
checksum: 10/e9bf3aab855578f046e0a91ff91a7d08423a5c8bc0bedfc5f2af3c9b6eb98a9fe693a23e4bf56791930e838de16811ce91edae07702c9621c0ad7a56838c7c0c
2903+
languageName: node
2904+
linkType: hard
2905+
2906+
"@typescript-eslint/utils@npm:8.15.0":
2907+
version: 8.15.0
2908+
resolution: "@typescript-eslint/utils@npm:8.15.0"
2909+
dependencies:
2910+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2911+
"@typescript-eslint/scope-manager": "npm:8.15.0"
2912+
"@typescript-eslint/types": "npm:8.15.0"
2913+
"@typescript-eslint/typescript-estree": "npm:8.15.0"
2914+
peerDependencies:
2915+
eslint: ^8.57.0 || ^9.0.0
2916+
peerDependenciesMeta:
2917+
typescript:
2918+
optional: true
2919+
checksum: 10/22f6d5727aabbcd108ca2cc0563e85ec3a616759a9ef8aae6c22687e6dc8da3dc2a1ea3e075b811cad5512451bb26fe90d74ebba573c2ba7d219c9a4256a1787
2920+
languageName: node
2921+
linkType: hard
2922+
2923+
"@typescript-eslint/utils@npm:^8.12.2":
28692924
version: 8.14.0
28702925
resolution: "@typescript-eslint/utils@npm:8.14.0"
28712926
dependencies:
@@ -2889,6 +2944,16 @@ __metadata:
28892944
languageName: node
28902945
linkType: hard
28912946

2947+
"@typescript-eslint/visitor-keys@npm:8.15.0":
2948+
version: 8.15.0
2949+
resolution: "@typescript-eslint/visitor-keys@npm:8.15.0"
2950+
dependencies:
2951+
"@typescript-eslint/types": "npm:8.15.0"
2952+
eslint-visitor-keys: "npm:^4.2.0"
2953+
checksum: 10/31916783cd038ab46a0012d6c664e4d93409b12e911dd1d2fe122506d82fda0ec2411d63632b90c19cd39451c8abfb7a138b0918a4e22019e328c4709748c806
2954+
languageName: node
2955+
linkType: hard
2956+
28922957
"@ungap/structured-clone@npm:^1.0.0":
28932958
version: 1.2.0
28942959
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -11268,17 +11333,19 @@ __metadata:
1126811333
languageName: node
1126911334
linkType: hard
1127011335

11271-
"typescript-eslint@npm:8.14.0":
11272-
version: 8.14.0
11273-
resolution: "typescript-eslint@npm:8.14.0"
11336+
"typescript-eslint@npm:8.15.0":
11337+
version: 8.15.0
11338+
resolution: "typescript-eslint@npm:8.15.0"
1127411339
dependencies:
11275-
"@typescript-eslint/eslint-plugin": "npm:8.14.0"
11276-
"@typescript-eslint/parser": "npm:8.14.0"
11277-
"@typescript-eslint/utils": "npm:8.14.0"
11340+
"@typescript-eslint/eslint-plugin": "npm:8.15.0"
11341+
"@typescript-eslint/parser": "npm:8.15.0"
11342+
"@typescript-eslint/utils": "npm:8.15.0"
11343+
peerDependencies:
11344+
eslint: ^8.57.0 || ^9.0.0
1127811345
peerDependenciesMeta:
1127911346
typescript:
1128011347
optional: true
11281-
checksum: 10/0e38a97a536e2d89136586f9a1a7cfdd12cfa2e5c66592d80c7f248bf1525ae1bbfc9ef0c2853c495e01f6e918196e090100fe16e4715b15d8259fa613842541
11348+
checksum: 10/42ea9af347a2fba3a85e6cbec01e4572d8e8995f24795e166a583b119d273d901afc8511a9c9b41cd42b183f0698dfc16b9348f34b547c6c233b8fe636cda485
1128211349
languageName: node
1128311350
linkType: hard
1128411351

0 commit comments

Comments
 (0)