Conversation
b8baef3 to
4882d14
Compare
benmccann
approved these changes
Feb 23, 2026
|
It probably would have been best to wait to release a stable version that required vite 8 until vite 8 was out of beta. This took me a while to debug. |
Member
|
Yeah, in retrospect I think you're right. I realized it afterwards. I'm not used to doing these releases - so lesson learned for next time |
Member
|
We just changed the latest tag on npm back to the 6.x branch. That should solve the issue of people being notified about the upgrade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sveltejs/vite-plugin-svelte@7.0.0
Major Changes
breaking(deps): require vite 8 (#1266)
breaking(options): remove deprecated options (#1274)
vitePlugin.hotinsvelte.config.jsuse
compilerOptions.hmrinsteadvitePlugin.ignorePluginPreprocessorsinsvelte.config.jsno longer needed
api.idFilterofvite-plugin-svelte:apiuse
api.filterinsteadplugin.api.sveltePreprocessof other vite pluginsUpdate affected plugins to a newer version or remove them.
See docs for more information.
breaking(dev): no longer overrides compilerOptions.cssHash because Svelte now produces a stable css hash by itself (#1271)
breaking(inspector): integrate vite-plugin-svelte-inspector into vite-plugin-svelte to avoid circular dependency (#1270)
breaking(deps): require svelte 5.46.4 or later (#1271)
Patch Changes
chore: upgrade vitefu to compatible peer dependency range (#1286)
remove author field from package.json (#1281)