Skip to content

chore(deps-dev): bump svelte from 4.2.19 to 5.3.1 #886

chore(deps-dev): bump svelte from 4.2.19 to 5.3.1

chore(deps-dev): bump svelte from 4.2.19 to 5.3.1 #886

Triggered via pull request December 1, 2024 21:27
Status Failure
Total duration 9m 27s
Artifacts

format-lint-test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
unime_frontend: unime/src/lib/components/ActionSheet.svelte#L49
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
unime_frontend: unime/src/lib/components/LoadingSpinner.svelte#L8
Self-closing HTML tags for non-void elements are ambiguous — use `<lottie-player ...></lottie-player>` rather than `<lottie-player ... />`(element_invalid_self_closing_tag)
unime_frontend: unime/src/lib/components/ProgressBar.svelte#L8
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
unime_frontend: unime/src/lib/components/StatusIndicator.svelte#L57
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
unime_frontend: unime/src/lib/components/Switch.svelte#L22
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
unime_frontend: unime/src/lib/components/navigation/BottomNavItem.svelte#L13
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
unime_frontend: unime/src/lib/components/navigation/Tabs.svelte#L52
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
unime_frontend: unime/src/lib/components/navigation/Tabs.svelte#L61
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
unime_frontend: unime/src/routes/(app)/activity/ConnectionsList.svelte#L41
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
unime_frontend: unime/src/routes/(app)/me/+page.svelte#L136
Self-closing HTML tags for non-void elements are ambiguous — use `<lottie-player ...></lottie-player>` rather than `<lottie-player ... />`(element_invalid_self_closing_tag)