Version Packages (next)#16344
Merged
Merged
Conversation
|
Install the latest version of pnpm add https://pkg.svelte.dev/@sveltejs/kit/c/3b393d8f20d6462fc2886801ced825c4b0806832Open in |
github-actions
Bot
force-pushed
the
changeset-release/version-3
branch
2 times, most recently
from
July 14, 2026 18:50
c577474 to
36cd83f
Compare
github-actions
Bot
force-pushed
the
changeset-release/version-3
branch
13 times, most recently
from
July 17, 2026 08:09
1c7ceeb to
7482745
Compare
github-actions
Bot
force-pushed
the
changeset-release/version-3
branch
from
July 17, 2026 08:13
7482745 to
3b393d8
Compare
Rich-Harris
approved these changes
Jul 17, 2026
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 version-3, this PR will be updated.
version-3is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonversion-3.Releases
@sveltejs/kit@3.0.0-next.9
Major Changes
breaking:
handle'sresolveis now typed to always return aPromise(#16352)breaking: replace the
$libalias with#liband removefiles.libconfig. (#16360)breaking: disallow cross-origin form submissions without a
Content-Typeheader (#16347)breaking: Server-only directories (
/server/in the path) are now treated as server-only everywhere inside the project (exceptsrc/routesand the assets directory) (#16360)breaking: delegate CORS handling to Vite for static directory requests during development (#16357)
Minor Changes
$env/static/private,$env/dynamic/private,$env/static/public,$env/dynamic/publicand$app/environmentas deprecated aliases for$app/env/private$app/env/publicand$app/env(#16334)Patch Changes
perf: cache the default cookie header parse and avoid allocations in
cookies.get(#16341)fix: avoid client-side code being bundled by Cloudflare Wrangler (#16364)
fix: handle rejected streamed server data after delayed loads (#16268)
fix: enable CSRF protection in builds with a non-production
NODE_ENVvalue (#16313)@sveltejs/package@3.0.0-next.3
Minor Changes
@sveltejs/adapter-node@6.0.0-next.4
Patch Changes
c1ee782,1a1b3ea,6423d98,6d1f4f0,5ca9906,b148d31,5ca9906,9f3d9bb,7bfd922,ffa0e3b]:@sveltejs/enhanced-img@1.0.0-next.2
Patch Changes
$libalias with#libin docs (#16360)