mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Update to stable Svelte 5 release
This causes a bunch of warnings to be omitted:
ts/routes/graphs/RangeBox.svelte:52:18
Warn: Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update (svelte)
break;
case RevlogRange.All:
$days = 0;
They are triggered on enum references, and it appears to be a bug.
May need to report it to Svelte?
* Deps update
* Silence spurious errors + fix a real one
https://github.com/sveltejs/svelte/issues/13811
|
||
|---|---|---|
| .. | ||
| [...notetypeIds] | ||
| Alert.svelte | ||
| change-notetype-base.scss | ||
| ChangeNotetypePage.svelte | ||
| index.ts | ||
| lib.test.ts | ||
| lib.ts | ||
| Mapper.svelte | ||
| MapperRow.svelte | ||
| NotetypeSelector.svelte | ||
| SaveButton.svelte | ||
| StickyHeader.svelte | ||