Skip to content

chore(deps): update dependency svelte to v5 #1064

chore(deps): update dependency svelte to v5

chore(deps): update dependency svelte to v5 #1064

Triggered via pull request November 15, 2024 17:07
Status Failure
Total duration 2m 49s
Artifacts

NodeCI.yml

on: pull_request
Matrix: test-for-eslint-v7
Matrix: test
Fit to window
Zoom out
Zoom in

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...'