add(experimental): new add-on to toggle experimental flags and opt in…#1121
Merged
Conversation
…onfig-in-vite-config-during-create
Reads/edits config wherever it lives - a svelte.config.{js,ts} default export or the object passed to sveltekit() in vite.config.{js,ts}.
parseKitOptions now locates the config in either place and falls back to defaults instead of throwing. Deprecates file.svelteConfig in favour of the svelteConfig helper.
mdsvex, drizzle, sveltekit-adapter and eslint now edit the config wherever it lives; eslint only wires svelteConfig when a standalone svelte.config file exists.
…s/kit ^2.62.0 The inlined vite.config config needs kit >= 2.62.0; snapshots regenerated.
…to `@next` versions
🦋 Changeset detectedLatest commit: f510379 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
manuel3108
approved these changes
Jun 8, 2026
manuel3108
left a comment
Member
There was a problem hiding this comment.
LGTM and works as expected.
The pr title and changeset seem a bit unusual compared the others ones, or did i miss something?
Co-authored-by: Manuel <30698007+manuel3108@users.noreply.github.com>
Co-authored-by: Manuel <30698007+manuel3108@users.noreply.github.com>
…o feat/experimental-addon
…' of github.com:sveltejs/cli into feat/experimental-addon
Base automatically changed from
feat/provide-svelte-config-in-vite-config-during-create
to
main
June 8, 2026 18:22
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.
Targeting
svelte-configto reduce the diffDescription
new add-on to toggle experimental flags and opt into
@nextversionsChecklist