chore(deps): update dependency svelte to v5 - autoclosed #401
Annotations
11 errors
svelte-check
Process completed with exit code 1.
|
Prettier and ESLint:
ui/src/lib/components/TagPicker.svelte#L52
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
Prettier and ESLint:
ui/src/lib/components/recipes/form/InstructionsField.svelte#L53
Self-closing HTML tags for non-void elements are ambiguous — use `<textarea ...></textarea>` rather than `<textarea ... />`(element_invalid_self_closing_tag)
|
Prettier and ESLint:
ui/src/lib/components/recipes/form/NotesField.svelte#L12
Self-closing HTML tags for non-void elements are ambiguous — use `<textarea ...></textarea>` rather than `<textarea ... />`(element_invalid_self_closing_tag)
|
Prettier and ESLint:
ui/src/lib/components/recipes/form/TagModal.svelte#L52
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
Prettier and ESLint:
ui/src/lib/components/recipes/form/TagModal.svelte#L74
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
Prettier and ESLint:
ui/src/routes/login/+page.svelte#L8
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
Prettier and ESLint:
ui/src/routes/recipes/+page.svelte#L33
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
Prettier and ESLint:
ui/src/routes/recipes/+page.svelte#L147
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
Prettier and ESLint:
ui/src/routes/recipes/+page.svelte#L157
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
Prettier and ESLint:
ui/src/routes/recipes/OptionsMenu.svelte#L32
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
Loading