Skip to content

feat: support svelte 5 #56

feat: support svelte 5

feat: support svelte 5 #56

Triggered via pull request December 28, 2024 11:13
Status Success
Total duration 1m 32s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
ci / ci: src/app/stack/svelte/compatibility.ts#L1
Strings must use singlequote
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/app/dependencies-installer.ts#L17
Unsafe return of a value of type `any`
ci / ci: src/app/dependencies-installer.ts#L20
This line has a length of 123. Maximum allowed is 120
ci / ci: src/app/dependencies-installer.ts#L22
Unsafe argument of type `any` assigned to a parameter of type `DependenciesAlias`
ci / ci: src/app/dependencies-installer.ts#L31
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci / ci: src/app/features.ts#L248
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci / ci: src/app/index.ts#L29
The 'Object.keys(builders) as AppStack[]' has unsafe 'as' type assertion
ci / ci: src/app/index.ts#L44
This line has a length of 125. Maximum allowed is 120
ci / ci: src/app/index.ts#L45
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci / ci: src/app/index.ts#L46
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci / ci: src/app/index.ts#L54
Unsafe assignment of an `any` value