-
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
base: main
Are you sure you want to change the base?
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 |
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.