Skip to content

feat: add svelte 5

feat: add svelte 5 #58

Triggered via pull request December 28, 2024 15:34
@Ni55aNNi55aN
synchronize #55
svelte-5
Status Success
Total duration 1m 49s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
ci / ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / ci: src/commands/init/index.test.ts#L44
The type of 'stackVersions' is 'any'
ci / ci: src/commands/init/index.ts#L24
The 'version as 12 | 13 | 14 | 15 | 16 | 17 | 18' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L26
The 'version as 2 | 3' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L27
The 'version as 3 | 4 | 5' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L28
The 'version as 3' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L39
The 'name as App.AppStack' has unsafe 'as' type assertion
ci / ci: src/index.ts#L17
Unsafe argument of type `any` assigned to a parameter of type `string`
ci / ci: src/index.ts#L17
Unsafe member access .version on an `any` value
ci / ci: src/index.ts#L17
The type of 'version' is 'any'
ci / ci: src/index.ts#L26
Async arrow function has too many statements (26). Maximum allowed is 16