chore(deps): update dependency svelte to v5 #1336
Annotations
10 errors
Lint TypeScript:
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 TypeScript:
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 TypeScript:
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 TypeScript:
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 TypeScript:
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 TypeScript:
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 TypeScript:
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 TypeScript:
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 TypeScript:
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 TypeScript:
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)
|
Loading