feat: support svelte 5 #57
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
|