-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
chore: bump Svelte example to Svelte v5 #9981
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@joshnuss is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
This looks good - except the lockfile needs to be updated! Once you do that, we can merge it. 👍 |
@anthonyshew Updated the lockfile. |
Thanks! I'm seeing this is causing some breaks in CI while testing the build forthe example. Do you know why that is? |
hmm, I'm not sure why. On local machine |
I think I've narrowed down that this is something unique to the way these tests are being ran in CI and/or the way we're running them. I see the example itself working just fine. It's likely you'll want to wait on me doing a deep dive here, as something seems to be amiss on our end. |
Ok, thanks @anthonyshew 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @anthonyshew 🙏 Nothin to add from my side. I think it good to go |
Sounds great! Thank you again for doing this. 🚀 |
Description
This PR migrates the Svelte example to Svelte v5.
It was performed by running
pnpx npm-check-updates -u
in all packages inexamples/with-svelte
directory.Also ran
pnpx sv migrate svelte-5
inexamples/with-svelte/packages/ui
.Testing Instructions
In
examples/with-svelte
, runpnpm dev
and visitweb
anddocs
sites to verify it's working.This does not impact any automated tests.