chore(deps): update dependency svelte to v5 #1325
ci.yml
on: pull_request
lint-ts
25s
lint-rs
43s
typecheck
24s
build-front
19s
build-app
41s
Annotations
13 errors
build-front
Process completed with exit code 1.
|
typecheck
Process completed with exit code 1.
|
lint-ts:
src/lib/components/common/AnimatedLogo.svelte#L17
Self-closing HTML tags for non-void elements are ambiguous β use `<canvas ...></canvas>` rather than `<canvas ... />`(element_invalid_self_closing_tag)
|
lint-ts:
src/lib/components/common/AnimatedLogo.svelte#L18
Self-closing HTML tags for non-void elements are ambiguous β use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint-ts:
src/lib/components/common/Button.svelte#L56
Self-closing HTML tags for non-void elements are ambiguous β use `<span ...></span>` rather than `<span ... />`(element_invalid_self_closing_tag)
|
lint-ts:
src/lib/components/common/DragRegion.svelte#L1
Self-closing HTML tags for non-void elements are ambiguous β use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint-ts:
src/lib/components/common/IconButton.svelte#L14
Self-closing HTML tags for non-void elements are ambiguous β use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint-ts:
src/lib/components/common/InlineSelect.svelte#L35
Self-closing HTML tags for non-void elements are ambiguous β use `<li ...></li>` rather than `<li ... />`(element_invalid_self_closing_tag)
|
lint-ts:
src/lib/components/common/Modal.svelte#L67
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
|
lint-ts:
src/lib/components/common/Modal.svelte#L67
Self-closing HTML tags for non-void elements are ambiguous β use `<button ...></button>` rather than `<button ... />`(element_invalid_self_closing_tag)
|
lint-ts:
src/lib/components/dashboard/LoadingScreen.svelte#L12
Self-closing HTML tags for non-void elements are ambiguous β use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint-ts:
src/lib/components/dashboard/Main.svelte#L88
Self-closing HTML tags for non-void elements are ambiguous β use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
build-app
Process completed with exit code 1.
|