Skip to content

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

chore(deps): update dependency svelte to v5

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

Triggered via pull request November 17, 2024 01:27
Status Failure
Total duration 1m 0s
Artifacts

checks.yml

on: pull_request
define-lints
12s
define-lints
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 5 warnings
lint (eslint): src/components/Calendar.svelte#L92
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
lint (eslint): src/components/Navbar.svelte#L81
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
lint (eslint): src/components/about-us/Exercises.svelte#L102
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
lint (eslint): src/layouts/NewsletterDialog.svelte#L14
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
lint (eslint): src/layouts/NewsletterSignupDialog.svelte#L21
Self-closing HTML tags for non-void elements are ambiguous — use `<iframe ...></iframe>` rather than `<iframe ... />`(element_invalid_self_closing_tag)
lint (eslint)
Process completed with exit code 1.
lint (svelte-check): src/components/Calendar.svelte#L92
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`
lint (svelte-check): src/components/Navbar.svelte#L81
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`
lint (svelte-check): src/components/about-us/Exercises.svelte#L102
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`
lint (svelte-check): src/layouts/NewsletterSignupDialog.svelte#L21
Self-closing HTML tags for non-void elements are ambiguous — use `<iframe ...></iframe>` rather than `<iframe ... />`
lint (svelte-check): src/layouts/NewsletterDialog.svelte#L14
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`