Skip to content

feat: support svelte 5 #57

feat: support svelte 5

feat: support svelte 5 #57

Triggered via pull request December 28, 2024 11:30
@Ni55aNNi55aN
synchronize #55
svelte-5
Status Success
Total duration 1m 34s
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/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#L249
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci / ci: src/app/index.ts#L30
The 'Object.keys(builders) as AppStack[]' has unsafe 'as' type assertion
ci / ci: src/app/index.ts#L45
This line has a length of 125. Maximum allowed is 120
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#L47
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci / ci: src/app/index.ts#L56
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator