chore(deps): update dependency svelte to v5 #1064
Annotations
5 errors and 4 warnings
lint:
explorer-v3/src/components/MonacoEditor.svelte#L265
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint:
explorer-v3/src/components/MonacoEditor.svelte#L271
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint:
explorer-v3/src/components/RulesSettings.svelte#L45
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
|
lint:
explorer-v3/src/components/RulesSettings.svelte#L102
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
|
lint
Process completed with exit code 1.
|
lint:
src/parser/astro-parser/parse.ts#L116
Unexpected 'fixme' comment: 'FIXME: Adjust because the parser does...'
|
lint:
src/parser/astro-parser/parse.ts#L173
Unexpected 'fixme' comment: 'FIXME: Some white space may be removed.'
|
lint:
src/parser/script.ts#L106
Unexpected console statement
|
lint:
tests/src/parser/test-utils.ts#L67
Unexpected 'fixme' comment: 'FIXME The astro parser used to parse...'
|