sveltestrap
sveltestrap copied to clipboard
Svelte4 and Storybook7 fixes
This is more of a maintenance PR by which me and my colleague were able to update to Svelte4, Storybook7 and all deprecated packages.
- This was tested on my project (CMS system called DMART)
- The Storybook compiles and runs successfully. (npm run docs/start)
- CI checks pass successfully as well (supporting nodejs 18 and 20).
Given that Svelte3 support is not maintained in this PR, and if it is accepted, we may consider making a major release ... e.g. 6.0 rc
The formatting in this PR is all over the place. Mixes of double quotes and single quotes, unindented code, etc.
I think it'd be better to separate the Svelte 4 and Storybook 7 PRs to make them easier to review. This PR is 200 files, which is quite large
Also, what's the difference between your Svelte 4 changes and https://github.com/bestguy/sveltestrap/pull/574?