chore(deps-dev): bump svelte from 4.2.19 to 5.3.1 #886
format-lint-test.yaml
on: pull_request
unime_frontend
21s
unime_core
9m 18s
identity_wallet
8m 1s
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)
|