Skip to content

chore: manage snap list #19

chore: manage snap list

chore: manage snap list #19

Triggered via push December 16, 2024 15:41
Status Failure
Total duration 24s
Artifacts

frontend.yml

on: push
lint-and-test
13s
lint-and-test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
lint-and-test: src/pages/main/components/SnapVault.vue#L29
Type '{ id: string; image: string; }[]' is not assignable to type '{ id: string; image: string; checked: boolean; }[] | { id: string; image: string; checked: boolean; }[]'.
lint-and-test: src/pages/main/components/SnapVault.vue#L49
'newList' is declared but its value is never read.
lint-and-test: src/pages/main/components/SnapVault.vue#L104
Type '(val: boolean) => void' is not assignable to type '() => any'.
lint-and-test: src/pages/main/components/SnapVaultItemList.vue#L21
'isHovered' is declared but its value is never read.
lint-and-test: src/pages/main/components/SnapVaultItemList.vue#L42
Expected 1 arguments, but got 2.
lint-and-test: src/pages/main/components/SnapVaultItemList.vue#L42
Property 'checked' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<__VLS_Props, TypeEmitsToOptions<__VLS_Emit>>, { Button: typeof Button; Checkbox: typeof Checkbox; ... 4 more ...; handleDelete: typeof handleDelete; }, ... 23 more ..., {}>'.
lint-and-test: src/pages/main/components/SnapVaultItemList.vue#L44
Type 'string' is not assignable to type 'number'.
lint-and-test: src/pages/main/components/SnapVaultItemList.vue#L44
Type 'string' is not assignable to type 'number'.
lint-and-test
Process completed with exit code 2.
lint-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636