feat(components): migrate components to Svelte 5 runes#214
Draft
HDauven wants to merge 8 commits into
Draft
Conversation
- Add apps/storybook workspace (Storybook 8 for Svelte 4) - Add stories for exported components and global overlay decorator - Add Turbo tasks and GitHub Pages workflow
- Upgrade Svelte/Vite/Vitest/Storybook toolchain\n- Update components + tests for Svelte 5\n- Migrate Storybook config to ESM and remove deprecated addons\n- Add overrides to resolve npm audit issues
- Stabilize Svelte 5 snapshots\n- Fix test-helpers typing for svelte-check\n- Bump CI Node to 22.15.0 (needed for @exodus/bytes)
- Add apps/storybook workspace (Storybook 8 for Svelte 4) - Add stories for exported components and global overlay decorator - Add Turbo tasks and GitHub Pages workflow
…torybook10-squashed
|
Member
Author
|
@ascartabelli majority of changes in this PR are in this commit: e3dc007 Which was simply a matter of running the Svelte 5 migration command. |
Member
Author
|
Todo:
|
0dc50e9 to
ced4ed4
Compare
Base automatically changed from
chore/deps-upgrade-svelte5-storybook10-squashed
to
main
February 24, 2026 06:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
This branch is intentionally based on #212 (chore/deps-upgrade-svelte5-storybook10-squashed).