chore(deps): bump svelte from 3.59.2 to 4.2.19 #14340
Annotations
14 warnings
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. 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 following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
packages/desktop/components/ProposalCard.svelte#L38
A11y: <proposal-card> with click, keydown handlers must have an ARIA role
|
lint:
packages/desktop/components/ProposalCard.svelte#L40
Missing return type on function
|
lint:
packages/desktop/components/ProposalQuestion.svelte#L56
Missing return type on function
|
lint:
packages/desktop/components/ProposalQuestion.svelte#L98
Missing return type on function
|
lint:
packages/desktop/components/ProposalStatusInfo.svelte#L47
A11y: <div> with mouseenter, mouseleave handlers must have an ARIA role
|
lint:
packages/desktop/components/Scroller.svelte#L14
Missing return type on function
|
lint:
packages/desktop/components/Scroller.svelte#L38
Missing return type on function
|
lint:
packages/desktop/components/TitleBar.svelte#L54
Missing return type on function
|
lint:
packages/desktop/components/VestingSchedule.svelte#L71
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
|
lint:
packages/desktop/components/VestingSchedule.svelte#L71
A11y: <vesting-output> with mouseleave, mouseenter, click handlers must have an ARIA role
|