feat: full upgrade to 3.25 #140
push.yml
on: push
Build Backend
16s
Build Frontend
16s
Annotations
1 error and 9 warnings
Test
Process completed with exit code 1.
|
Lint Frontend:
frontend/src/lib/components/SearchResult.svelte#L11
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
|
Lint Frontend:
frontend/src/lib/components/SearchResult.svelte#L11
A11y: <div> with click handler must have an ARIA role
|
Lint Frontend:
frontend/src/routes/+page.svelte#L165
A11y: <img> element should have an alt attribute
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L544
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L544
A11y: Non-interactive element <li> should not be assigned mouse or keyboard event listeners
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L556
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L556
A11y: Non-interactive element <li> should not be assigned mouse or keyboard event listeners
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L567
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
|
Lint Frontend:
frontend/src/routes/tree/+page.svelte#L567
A11y: Non-interactive element <li> should not be assigned mouse or keyboard event listeners
|