fix(deps): update typescript-projects (#16023)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot] 2025-02-11 18:50:18 +00:00 committed by GitHub
parent f0a4c945bd
commit d2575d8f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1050 additions and 953 deletions

View file

@ -175,6 +175,7 @@
color="secondary"
shape="round"
icon={mdiUnfoldMoreHorizontal}
aria-label={$t('expand_all')}
/>
</div>
@ -187,6 +188,7 @@
color="secondary"
shape="round"
icon={mdiUnfoldLessHorizontal}
aria-label={$t('collapse_all')}
/>
</div>
</div>

View file

@ -109,7 +109,6 @@
);
</script>
<!-- svelte-ignore a11y_no_static_element_interactions -->
<svelte:element
this={href ? 'a' : 'button'}
type={href ? undefined : type}

View file

@ -85,7 +85,6 @@
let paddingClass = $derived(paddingClasses[padding]);
</script>
<!-- svelte-ignore a11y_no_static_element_interactions -->
<svelte:element
this={href ? 'a' : 'button'}
type={href ? undefined : type}

View file

@ -74,6 +74,7 @@
color="secondary"
shape="round"
icon={mdiUnfoldMoreHorizontal}
aria-label={$t('expand_all')}
/>
</div>
@ -86,6 +87,7 @@
color="secondary"
shape="round"
icon={mdiUnfoldLessHorizontal}
aria-label={$t('collapse_all')}
/>
</div>
</div>

View file

@ -94,6 +94,7 @@
title={$t('support_and_feedback')}
icon={mdiHelpCircleOutline}
onclick={() => (shouldShowHelpPanel = !shouldShowHelpPanel)}
aria-label={$t('support_and_feedback')}
/>
</div>