Anki/ts/lib
Damien Elmes 014620ab65
Update to stable Svelte 5 release (#3513)
* 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
2024-10-26 18:21:45 +10:00
..
components Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
domlib Switch to SvelteKit (#3077) 2024-03-31 09:16:31 +01:00
generated alertOnError should default to true 2024-04-17 20:13:37 +10:00
sass Update dprint (#3376) 2024-08-22 18:24:56 +07:00
sveltelib Update to Svelte 5 (#3292) 2024-09-25 18:49:07 +10:00
tag-editor Fix broken tag editor in Svelte 5 (#3488) 2024-10-11 23:21:00 +10:00
tslib Update to stable Svelte 5 release (#3513) 2024-10-26 18:21:45 +10:00