Skip to content

chore(svelte5): upgrade to Svelte 5 #376

chore(svelte5): upgrade to Svelte 5

chore(svelte5): upgrade to Svelte 5 #376

Triggered via pull request October 26, 2024 14:45
@VaiTonVaiTon
synchronize #337
chore/svelte5
Status Failure
Total duration 34s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/app.d.ts#L12
Expected an assignment or function call and instead saw an expression
build: src/lib/components/Line.svelte#L50
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
build: src/lib/components/Line.svelte#L88
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
build: src/lib/components/Line.svelte#L97
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
build: src/routes/[...dir]/[file=asciidoc]/+page.svelte#L40
Self-closing HTML tags for non-void elements are ambiguous — use `<section ...></section>` rather than `<section ... />`(element_invalid_self_closing_tag)
build: src/routes/[...dir]/[file=asciidoc]/+page.svelte#L41
Self-closing HTML tags for non-void elements are ambiguous — use `<section ...></section>` rather than `<section ... />`(element_invalid_self_closing_tag)
build: src/routes/[...dir]/[file=markdown]/+page.svelte#L51
Self-closing HTML tags for non-void elements are ambiguous — use `<span ...></span>` rather than `<span ... />`(element_invalid_self_closing_tag)
build: src/routes/[...dir]/[file=markdown]/+page.svelte#L53
Self-closing HTML tags for non-void elements are ambiguous — use `<span ...></span>` rather than `<span ... />`(element_invalid_self_closing_tag)
build: src/routes/[...dir]/[file=markdown]/+page.svelte#L92
Self-closing HTML tags for non-void elements are ambiguous — use `<section ...></section>` rather than `<section ... />`(element_invalid_self_closing_tag)
build: src/routes/[...dir]/[zfile=dir]/+page.svelte#L16
'editUrls' is assigned a value but never used