디펜던시 업그레이드 시도 #15437
Annotations
10 errors
apps/website/src/lib/components/AdSense.svelte#L16
Prefer `globalThis` over `window`
|
apps/website/src/lib/components/AdSense.svelte#L16
Prefer `globalThis` over `window`
|
apps/website/src/lib/components/Alert.svelte#L16
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
apps/website/src/lib/components/ColorPicker.svelte#L176
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
|
apps/website/src/lib/components/ColorPicker.svelte#L176
Self-closing HTML tags for non-void elements are ambiguous — use `<button ...></button>` rather than `<button ... />`(element_invalid_self_closing_tag)
|
apps/website/src/lib/components/ColorPicker.svelte#L222
Self-closing HTML tags for non-void elements are ambiguous — use `<canvas ...></canvas>` rather than `<canvas ... />`(element_invalid_self_closing_tag)
|
apps/website/src/lib/components/ColorPicker.svelte#L315
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
|
apps/website/src/lib/components/ColorPicker.svelte#L315
Self-closing HTML tags for non-void elements are ambiguous — use `<button ...></button>` rather than `<button ... />`(element_invalid_self_closing_tag)
|
apps/website/src/lib/components/ColorPicker.svelte#L345
Buttons and links should either contain text or have an `aria-label` or `aria-labelledby` attribute(a11y_consider_explicit_label)
|
apps/website/src/lib/components/ColorPicker.svelte#L345
Self-closing HTML tags for non-void elements are ambiguous — use `<button ...></button>` rather than `<button ... />`(element_invalid_self_closing_tag)
|
The logs for this run have expired and are no longer available.
Loading