style: ; #71
Annotations
10 errors and 6 warnings
lint:
src/components/CategoryQuestions/OptionsModal.svelte#L97
A11y: visible, non-interactive elements with an on:click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as <button type="button"> or <a> might be more appropriate. See https://svelte.dev/docs/accessibility-warnings#a11y-click-events-have-key-events for more details.(a11y-click-events-have-key-events)
|
lint:
src/components/CategoryQuestions/OptionsModal.svelte#L97
A11y: <div> with click handler must have an ARIA role(a11y-no-static-element-interactions)
|
lint:
src/components/TagInputs.svelte#L44
`{@html}` can lead to XSS attack
|
lint:
src/components/TopBar.svelte#L49
A11y: visible, non-interactive elements with an on:click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as <button type="button"> or <a> might be more appropriate. See https://svelte.dev/docs/accessibility-warnings#a11y-click-events-have-key-events for more details.(a11y-click-events-have-key-events)
|
lint:
src/components/TopBar.svelte#L49
A11y: <i> with click handler must have an ARIA role(a11y-no-static-element-interactions)
|
lint:
src/components/TopBar.svelte#L55
A11y: visible, non-interactive elements with an on:click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as <button type="button"> or <a> might be more appropriate. See https://svelte.dev/docs/accessibility-warnings#a11y-click-events-have-key-events for more details.(a11y-click-events-have-key-events)
|
lint:
src/components/TopBar.svelte#L55
A11y: <i> with click handler must have an ARIA role(a11y-no-static-element-interactions)
|
lint:
src/components/Tree.svelte#L24
`{@html}` can lead to XSS attack
|
lint:
src/routes/(default)/+layout.svelte#L19
A11y: <div> with click, keypress handlers must have an ARIA role(a11y-no-static-element-interactions)
|
lint:
src/routes/(default)/+page.svelte#L25
'BigInt' is not defined
|
lint
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|