kit
kit copied to clipboard
chore: use svelte v5 in create-svelte templates
Use Svelte v5 as default in create-svelte package.
Would create-svelte be deprecated and replaced with sv?
No, the new CLI replaces "npm create svelte" and "npx svelte-add". You will still use Vite everywhere it was used before
https://twitter.com/BenjaminMcCann/status/1847780400053309761
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
- [ ] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
- [x] This message body should clearly illustrate what problems it solves.
- [ ] Ideally, include a test that fails without this PR but passes with it.
Tests
- [x] Run the tests with
pnpm testand lint the project withpnpm lintandpnpm check
Changesets
- [x] If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.
Edits
- [x] Please ensure that 'Allow edits from maintainers' is checked. PRs without this option may be closed.
🦋 Changeset detected
Latest commit: 10664903e443a7b952b598059eef260094fe89ae
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| create-svelte | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
yes please merge this, Cloudflare can't work with Svelte 5 because it's still using version 4 (I'm using sv to upgrade to 5)
Yes, please use npx sv instead of npm create svelte. The create-svelte project will be going away shortly. I've updated all the docs on the new site, which will be rolled out later this week, to suggest using npx sv