Commit Graph

2 Commits

Author SHA1 Message Date
Aculix Technologies 4857f1cc26 chore: upgrade to svelte 5 and vite 8
Svelte 4.2 to 5.56, Vite 5 to 8, vite-plugin-svelte 3 to 7. The old tree
wouldn't resolve incrementally, because a stale vite-plugin-svelte-inspector
pinned the v3 peer, so this is a clean reinstall.

Clears all 7 npm audit advisories, including a high-severity Rollup path
traversal.

Reactivity moves to runes: $state, $derived, $effect. Event directives
become properties, and main.js uses mount().

Also drops inputElement, a bind:this target nothing ever read.
2026-08-15 23:59:28 +05:30
Aculix Technologies 876ba3c835 first commit 2025-10-16 14:16:01 +05:30