-
Notifications
You must be signed in to change notification settings - Fork 28
feat: migrate to svelte 5, modernise repo #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
ce03833 to
98b28e4
Compare
b828437 to
542732e
Compare
|
What is stopping this from merging? It would be great to use Sanity with Svelte 5! |
Hi @manuelsanchez2 👋 . Thanks for nudging this. We are awaiting a fix of something upstream to be able to merge this. In the meantime you could check this testing branch I I created updating to Svelte v5: https://github.com/sanity-io/sanity-template-sveltekit-clean/tree/experimental-upgrade-to-svelte-5. If I remember correctly, bumping the Svelte version up did not create any breaking changes, as seen in this commit 😄 6c4c625 |

Updates this template to use
@sanity/sveltekitover@sanity/visual-editingand@sanity/svelte-loader.Also moves to eslint flat config, updates dependencies, etc.