Skip to content

Commit ef9a410

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.24.1 to 8.33.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.33.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.24.1 to 8.33.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.33.0/packages/parser) Updates `typescript-eslint` from 8.24.1 to 8.33.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.33.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf95442 commit ef9a410

File tree

2 files changed

+131
-91
lines changed

2 files changed

+131
-91
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164
"@types/node": "22.8.6",
165165
"@types/node-notifier": "8.0.5",
166166
"@types/rollup": "0.54.0",
167-
"@typescript-eslint/eslint-plugin": "8.24.1",
168-
"@typescript-eslint/parser": "8.24.1",
167+
"@typescript-eslint/eslint-plugin": "8.46.3",
168+
"@typescript-eslint/parser": "8.46.3",
169169
"@vates/toggle-scripts": "1.0.0",
170170
"@vitest/coverage-v8": "3.0.0-beta.3",
171171
"@vitest/ui": "3.0.0-beta.3",
@@ -274,7 +274,7 @@
274274
"trash-cli": "6.0.0",
275275
"ts-dedent": "2.2.0",
276276
"typescript": "5.7.2",
277-
"typescript-eslint": "8.24.1",
277+
"typescript-eslint": "8.46.3",
278278
"unified": "11.0.5",
279279
"vfile": "6.0.3",
280280
"vite": "5.4.20",

yarn.lock

Lines changed: 128 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,8 +1839,8 @@ __metadata:
18391839
"@types/node": "npm:22.8.6"
18401840
"@types/node-notifier": "npm:8.0.5"
18411841
"@types/rollup": "npm:0.54.0"
1842-
"@typescript-eslint/eslint-plugin": "npm:8.24.1"
1843-
"@typescript-eslint/parser": "npm:8.24.1"
1842+
"@typescript-eslint/eslint-plugin": "npm:8.46.3"
1843+
"@typescript-eslint/parser": "npm:8.46.3"
18441844
"@vates/toggle-scripts": "npm:1.0.0"
18451845
"@vitest/coverage-v8": "npm:3.0.0-beta.3"
18461846
"@vitest/ui": "npm:3.0.0-beta.3"
@@ -1950,7 +1950,7 @@ __metadata:
19501950
trash-cli: "npm:6.0.0"
19511951
ts-dedent: "npm:2.2.0"
19521952
typescript: "npm:5.7.2"
1953-
typescript-eslint: "npm:8.24.1"
1953+
typescript-eslint: "npm:8.46.3"
19541954
unified: "npm:11.0.5"
19551955
vfile: "npm:6.0.3"
19561956
vite: "npm:5.4.20"
@@ -2917,50 +2917,53 @@ __metadata:
29172917
languageName: node
29182918
linkType: hard
29192919

2920-
"@typescript-eslint/eslint-plugin@npm:8.24.1":
2921-
version: 8.24.1
2922-
resolution: "@typescript-eslint/eslint-plugin@npm:8.24.1"
2920+
"@typescript-eslint/eslint-plugin@npm:8.46.3":
2921+
version: 8.46.3
2922+
resolution: "@typescript-eslint/eslint-plugin@npm:8.46.3"
29232923
dependencies:
29242924
"@eslint-community/regexpp": "npm:^4.10.0"
2925-
"@typescript-eslint/scope-manager": "npm:8.24.1"
2926-
"@typescript-eslint/type-utils": "npm:8.24.1"
2927-
"@typescript-eslint/utils": "npm:8.24.1"
2928-
"@typescript-eslint/visitor-keys": "npm:8.24.1"
2925+
"@typescript-eslint/scope-manager": "npm:8.46.3"
2926+
"@typescript-eslint/type-utils": "npm:8.46.3"
2927+
"@typescript-eslint/utils": "npm:8.46.3"
2928+
"@typescript-eslint/visitor-keys": "npm:8.46.3"
29292929
graphemer: "npm:^1.4.0"
2930-
ignore: "npm:^5.3.1"
2930+
ignore: "npm:^7.0.0"
29312931
natural-compare: "npm:^1.4.0"
2932-
ts-api-utils: "npm:^2.0.1"
2932+
ts-api-utils: "npm:^2.1.0"
29332933
peerDependencies:
2934-
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2934+
"@typescript-eslint/parser": ^8.46.3
29352935
eslint: ^8.57.0 || ^9.0.0
2936-
typescript: ">=4.8.4 <5.8.0"
2937-
checksum: 10/4c455e98d47f8dc1ea12c0dae0a849de49b0ad9aa5f9591b2ba24c07b75af0782a349d13cf6c5c375c6e8ba43d12555f932d43d31f25c8848eceb972021c12ee
2936+
typescript: ">=4.8.4 <6.0.0"
2937+
checksum: 10/0c1eb81a43f1d04fdd79c4e59f9f0687b86735ae6c98d94fe5eb021da2f83e0e2426a2922fe94296fb0a9ab131d53fe4cde8b54d0948d7b23e01e648a318bd1c
29382938
languageName: node
29392939
linkType: hard
29402940

2941-
"@typescript-eslint/parser@npm:8.24.1":
2942-
version: 8.24.1
2943-
resolution: "@typescript-eslint/parser@npm:8.24.1"
2941+
"@typescript-eslint/parser@npm:8.46.3":
2942+
version: 8.46.3
2943+
resolution: "@typescript-eslint/parser@npm:8.46.3"
29442944
dependencies:
2945-
"@typescript-eslint/scope-manager": "npm:8.24.1"
2946-
"@typescript-eslint/types": "npm:8.24.1"
2947-
"@typescript-eslint/typescript-estree": "npm:8.24.1"
2948-
"@typescript-eslint/visitor-keys": "npm:8.24.1"
2945+
"@typescript-eslint/scope-manager": "npm:8.46.3"
2946+
"@typescript-eslint/types": "npm:8.46.3"
2947+
"@typescript-eslint/typescript-estree": "npm:8.46.3"
2948+
"@typescript-eslint/visitor-keys": "npm:8.46.3"
29492949
debug: "npm:^4.3.4"
29502950
peerDependencies:
29512951
eslint: ^8.57.0 || ^9.0.0
2952-
typescript: ">=4.8.4 <5.8.0"
2953-
checksum: 10/9a0f86b140a2c63ff8eca17f40fe315d8a5b7ab51594e2630caff845717aab1c2138edd070e710d7edb0daf685d6bba827e983e8cb076b53d03eda07307b0113
2952+
typescript: ">=4.8.4 <6.0.0"
2953+
checksum: 10/d36edeba9ce37d219115fb101a4496bca2685969b217d0f64c0c255867a8793a8b41a95b86e26775a09b3abbb7c5b93ef712ea9a0fba3d055dcf385b17825075
29542954
languageName: node
29552955
linkType: hard
29562956

2957-
"@typescript-eslint/scope-manager@npm:8.24.1":
2958-
version: 8.24.1
2959-
resolution: "@typescript-eslint/scope-manager@npm:8.24.1"
2957+
"@typescript-eslint/project-service@npm:8.46.3":
2958+
version: 8.46.3
2959+
resolution: "@typescript-eslint/project-service@npm:8.46.3"
29602960
dependencies:
2961-
"@typescript-eslint/types": "npm:8.24.1"
2962-
"@typescript-eslint/visitor-keys": "npm:8.24.1"
2963-
checksum: 10/ab668c073c51cf801a1f5ef8578d0ae29d778d92b143cb1575bb7a867016f45ef4d044ce374fbe47606391f2d39b6963df725964e90af85bff1c435d8006b535
2961+
"@typescript-eslint/tsconfig-utils": "npm:^8.46.3"
2962+
"@typescript-eslint/types": "npm:^8.46.3"
2963+
debug: "npm:^4.3.4"
2964+
peerDependencies:
2965+
typescript: ">=4.8.4 <6.0.0"
2966+
checksum: 10/2f041dfc664209b6a213cf585df28d0913ddf81916b83119c897a10dd9ad20dcd0ee3c523ee95440f498da6ba9d6e50cf08852418c0a2ebddd92c7a7cd295736
29642967
languageName: node
29652968
linkType: hard
29662969

@@ -2974,25 +2977,38 @@ __metadata:
29742977
languageName: node
29752978
linkType: hard
29762979

2977-
"@typescript-eslint/type-utils@npm:8.24.1":
2978-
version: 8.24.1
2979-
resolution: "@typescript-eslint/type-utils@npm:8.24.1"
2980+
"@typescript-eslint/scope-manager@npm:8.46.3":
2981+
version: 8.46.3
2982+
resolution: "@typescript-eslint/scope-manager@npm:8.46.3"
29802983
dependencies:
2981-
"@typescript-eslint/typescript-estree": "npm:8.24.1"
2982-
"@typescript-eslint/utils": "npm:8.24.1"
2983-
debug: "npm:^4.3.4"
2984-
ts-api-utils: "npm:^2.0.1"
2984+
"@typescript-eslint/types": "npm:8.46.3"
2985+
"@typescript-eslint/visitor-keys": "npm:8.46.3"
2986+
checksum: 10/6bb6c3210bfcca59cf60860b51bfae8d28b01d074a8608b6f24b3290952ff74103e08d390d11cbf613812fca04aa55ad14ad9da04c3041e23acdca235ab1ff78
2987+
languageName: node
2988+
linkType: hard
2989+
2990+
"@typescript-eslint/tsconfig-utils@npm:8.46.3, @typescript-eslint/tsconfig-utils@npm:^8.46.3":
2991+
version: 8.46.3
2992+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.3"
29852993
peerDependencies:
2986-
eslint: ^8.57.0 || ^9.0.0
2987-
typescript: ">=4.8.4 <5.8.0"
2988-
checksum: 10/7161f6218f2f1a100142c50d71d5e470459821e3715a4d6717be3ae4e1ef8aac06c6144f1010690f15c34ee9d8330526324a8133e541aa7382439f180ccb2860
2994+
typescript: ">=4.8.4 <6.0.0"
2995+
checksum: 10/e7a16eadf79483d4b61dee56a08d032bafe26d44d634e7863a5875dbb44393570896641272a4e9810f4eac76a4109f59ad667b036d7627ef1647dc672ea19c5e
29892996
languageName: node
29902997
linkType: hard
29912998

2992-
"@typescript-eslint/types@npm:8.24.1":
2993-
version: 8.24.1
2994-
resolution: "@typescript-eslint/types@npm:8.24.1"
2995-
checksum: 10/f3f624d7494c02a35810988388e2d5cc35ac10860e455148faba0fe332c6b8cf4be0aa0c1e0f0012813e2d6e86c17aadadfd0c7c6e73433c064755df7d81535b
2999+
"@typescript-eslint/type-utils@npm:8.46.3":
3000+
version: 8.46.3
3001+
resolution: "@typescript-eslint/type-utils@npm:8.46.3"
3002+
dependencies:
3003+
"@typescript-eslint/types": "npm:8.46.3"
3004+
"@typescript-eslint/typescript-estree": "npm:8.46.3"
3005+
"@typescript-eslint/utils": "npm:8.46.3"
3006+
debug: "npm:^4.3.4"
3007+
ts-api-utils: "npm:^2.1.0"
3008+
peerDependencies:
3009+
eslint: ^8.57.0 || ^9.0.0
3010+
typescript: ">=4.8.4 <6.0.0"
3011+
checksum: 10/b29cd001c715033ec9cd5fdf2723915f1b4c6c9342283ed00d20e4b942117625facba9a2cf3914b06633c2af9a167430f8f134323627adb0be85f73da4e89d72
29963012
languageName: node
29973013
linkType: hard
29983014

@@ -3003,21 +3019,10 @@ __metadata:
30033019
languageName: node
30043020
linkType: hard
30053021

3006-
"@typescript-eslint/typescript-estree@npm:8.24.1":
3007-
version: 8.24.1
3008-
resolution: "@typescript-eslint/typescript-estree@npm:8.24.1"
3009-
dependencies:
3010-
"@typescript-eslint/types": "npm:8.24.1"
3011-
"@typescript-eslint/visitor-keys": "npm:8.24.1"
3012-
debug: "npm:^4.3.4"
3013-
fast-glob: "npm:^3.3.2"
3014-
is-glob: "npm:^4.0.3"
3015-
minimatch: "npm:^9.0.4"
3016-
semver: "npm:^7.6.0"
3017-
ts-api-utils: "npm:^2.0.1"
3018-
peerDependencies:
3019-
typescript: ">=4.8.4 <5.8.0"
3020-
checksum: 10/b0645010607d3469b85479344245ef1fd6bd24804271fb439280167ad87e9f05cdf6a2ba2ccbcdc946c339c323249a86dd1e7ce6e130eb6e73ea619795b76151
3022+
"@typescript-eslint/types@npm:8.46.3, @typescript-eslint/types@npm:^8.46.3":
3023+
version: 8.46.3
3024+
resolution: "@typescript-eslint/types@npm:8.46.3"
3025+
checksum: 10/3de35df2ec2f2937c8f6eb262cd49f34500a18d01e0d8da6f348afd621f6c222c41d4ea15203ebbf0bd59814aa2b4c83fde7eb6d4aad1fa1514ee7a742887c6a
30213026
languageName: node
30223027
linkType: hard
30233028

@@ -3039,18 +3044,38 @@ __metadata:
30393044
languageName: node
30403045
linkType: hard
30413046

3042-
"@typescript-eslint/utils@npm:8.24.1":
3043-
version: 8.24.1
3044-
resolution: "@typescript-eslint/utils@npm:8.24.1"
3047+
"@typescript-eslint/typescript-estree@npm:8.46.3":
3048+
version: 8.46.3
3049+
resolution: "@typescript-eslint/typescript-estree@npm:8.46.3"
30453050
dependencies:
3046-
"@eslint-community/eslint-utils": "npm:^4.4.0"
3047-
"@typescript-eslint/scope-manager": "npm:8.24.1"
3048-
"@typescript-eslint/types": "npm:8.24.1"
3049-
"@typescript-eslint/typescript-estree": "npm:8.24.1"
3051+
"@typescript-eslint/project-service": "npm:8.46.3"
3052+
"@typescript-eslint/tsconfig-utils": "npm:8.46.3"
3053+
"@typescript-eslint/types": "npm:8.46.3"
3054+
"@typescript-eslint/visitor-keys": "npm:8.46.3"
3055+
debug: "npm:^4.3.4"
3056+
fast-glob: "npm:^3.3.2"
3057+
is-glob: "npm:^4.0.3"
3058+
minimatch: "npm:^9.0.4"
3059+
semver: "npm:^7.6.0"
3060+
ts-api-utils: "npm:^2.1.0"
3061+
peerDependencies:
3062+
typescript: ">=4.8.4 <6.0.0"
3063+
checksum: 10/b55cf72fe3dff0b9bdf9b1793e43fdb2789fa6d706ba7d69fb94801bea82041056a95659bd8fe1e6f026787b2e8d0f8d060149841095a0a82044e3469b8d82cd
3064+
languageName: node
3065+
linkType: hard
3066+
3067+
"@typescript-eslint/utils@npm:8.46.3":
3068+
version: 8.46.3
3069+
resolution: "@typescript-eslint/utils@npm:8.46.3"
3070+
dependencies:
3071+
"@eslint-community/eslint-utils": "npm:^4.7.0"
3072+
"@typescript-eslint/scope-manager": "npm:8.46.3"
3073+
"@typescript-eslint/types": "npm:8.46.3"
3074+
"@typescript-eslint/typescript-estree": "npm:8.46.3"
30503075
peerDependencies:
30513076
eslint: ^8.57.0 || ^9.0.0
3052-
typescript: ">=4.8.4 <5.8.0"
3053-
checksum: 10/90890afc1de2eaabf94fb80e03713b81e976d927fa998159d132a0cf17c093a1722e27be9a642c5b94104db6dedb86a15addac046853c1f608bdcef27cfb1fd1
3077+
typescript: ">=4.8.4 <6.0.0"
3078+
checksum: 10/369c962bc20a2a6022ef4533ad55ab4e3d2403e7e200505b29fae6f0b8fc99be8fe149d929781f5ead0d3f88f2c74904f60aaa3771e6773e2b7dd8f61f07a534
30543079
languageName: node
30553080
linkType: hard
30563081

@@ -3069,16 +3094,6 @@ __metadata:
30693094
languageName: node
30703095
linkType: hard
30713096

3072-
"@typescript-eslint/visitor-keys@npm:8.24.1":
3073-
version: 8.24.1
3074-
resolution: "@typescript-eslint/visitor-keys@npm:8.24.1"
3075-
dependencies:
3076-
"@typescript-eslint/types": "npm:8.24.1"
3077-
eslint-visitor-keys: "npm:^4.2.0"
3078-
checksum: 10/94876bd771e050dadf4af6e2bbb3819d3a14407d69a643153eb56857dae982cd3b68ba644613c433449e305ec0fd6f4aeab573ceb8f8d25fea9c55396153d6b9
3079-
languageName: node
3080-
linkType: hard
3081-
30823097
"@typescript-eslint/visitor-keys@npm:8.32.1":
30833098
version: 8.32.1
30843099
resolution: "@typescript-eslint/visitor-keys@npm:8.32.1"
@@ -3089,6 +3104,16 @@ __metadata:
30893104
languageName: node
30903105
linkType: hard
30913106

3107+
"@typescript-eslint/visitor-keys@npm:8.46.3":
3108+
version: 8.46.3
3109+
resolution: "@typescript-eslint/visitor-keys@npm:8.46.3"
3110+
dependencies:
3111+
"@typescript-eslint/types": "npm:8.46.3"
3112+
eslint-visitor-keys: "npm:^4.2.1"
3113+
checksum: 10/02659a4cc4780d677907ed7e356e18b941e0ed18883acfda0d74d3e388144f90aa098b8fcdc2f4c01e9e6b60ac6154d1afb009feb6169c483260a5c8b4891171
3114+
languageName: node
3115+
linkType: hard
3116+
30923117
"@ungap/structured-clone@npm:^1.0.0":
30933118
version: 1.2.0
30943119
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -5455,6 +5480,13 @@ __metadata:
54555480
languageName: node
54565481
linkType: hard
54575482

5483+
"eslint-visitor-keys@npm:^4.2.1":
5484+
version: 4.2.1
5485+
resolution: "eslint-visitor-keys@npm:4.2.1"
5486+
checksum: 10/3ee00fc6a7002d4b0ffd9dc99e13a6a7882c557329e6c25ab254220d71e5c9c4f89dca4695352949ea678eb1f3ba912a18ef8aac0a7fe094196fd92f441bfce2
5487+
languageName: node
5488+
linkType: hard
5489+
54585490
"eslint@npm:9.23.0":
54595491
version: 9.23.0
54605492
resolution: "eslint@npm:9.23.0"
@@ -6330,13 +6362,20 @@ __metadata:
63306362
languageName: node
63316363
linkType: hard
63326364

6333-
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.1, ignore@npm:^5.3.2":
6365+
"ignore@npm:^5.0.0, ignore@npm:^5.2.0, ignore@npm:^5.3.2":
63346366
version: 5.3.2
63356367
resolution: "ignore@npm:5.3.2"
63366368
checksum: 10/cceb6a457000f8f6a50e1196429750d782afce5680dd878aa4221bd79972d68b3a55b4b1458fc682be978f4d3c6a249046aa0880637367216444ab7b014cfc98
63376369
languageName: node
63386370
linkType: hard
63396371

6372+
"ignore@npm:^7.0.0":
6373+
version: 7.0.5
6374+
resolution: "ignore@npm:7.0.5"
6375+
checksum: 10/f134b96a4de0af419196f52c529d5c6120c4456ff8a6b5a14ceaaa399f883e15d58d2ce651c9b69b9388491d4669dda47285d307e827de9304a53a1824801bc6
6376+
languageName: node
6377+
linkType: hard
6378+
63406379
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
63416380
version: 3.3.0
63426381
resolution: "import-fresh@npm:3.3.0"
@@ -11068,7 +11107,7 @@ __metadata:
1106811107
languageName: node
1106911108
linkType: hard
1107011109

11071-
"ts-api-utils@npm:^2.0.1, ts-api-utils@npm:^2.1.0":
11110+
"ts-api-utils@npm:^2.1.0":
1107211111
version: 2.1.0
1107311112
resolution: "ts-api-utils@npm:2.1.0"
1107411113
peerDependencies:
@@ -11199,17 +11238,18 @@ __metadata:
1119911238
languageName: node
1120011239
linkType: hard
1120111240

11202-
"typescript-eslint@npm:8.24.1":
11203-
version: 8.24.1
11204-
resolution: "typescript-eslint@npm:8.24.1"
11241+
"typescript-eslint@npm:8.46.3":
11242+
version: 8.46.3
11243+
resolution: "typescript-eslint@npm:8.46.3"
1120511244
dependencies:
11206-
"@typescript-eslint/eslint-plugin": "npm:8.24.1"
11207-
"@typescript-eslint/parser": "npm:8.24.1"
11208-
"@typescript-eslint/utils": "npm:8.24.1"
11245+
"@typescript-eslint/eslint-plugin": "npm:8.46.3"
11246+
"@typescript-eslint/parser": "npm:8.46.3"
11247+
"@typescript-eslint/typescript-estree": "npm:8.46.3"
11248+
"@typescript-eslint/utils": "npm:8.46.3"
1120911249
peerDependencies:
1121011250
eslint: ^8.57.0 || ^9.0.0
11211-
typescript: ">=4.8.4 <5.8.0"
11212-
checksum: 10/c50e555c5a5a42f843d2a7d57315b35749eb05fdf2b264fd8471f8a825a744444fb534c0a6bb3f0086ad3b3dc0ef76da6ac3154a917af81c908016d5874cbbae
11251+
typescript: ">=4.8.4 <6.0.0"
11252+
checksum: 10/2f77eb70c8fd6ec4920d5abf828ef28007df8ff94605246a4ca918fadb996a83f7fb82510a1de69fad7f0159ee8f15246d467ebc42df20a4585919cb6b401715
1121311253
languageName: node
1121411254
linkType: hard
1121511255

0 commit comments

Comments
 (0)