Version Packages (next) - #17062
Merged
Merged
Version Packages (next)#17062
Conversation
|
Install the latest version of pnpm add https://pkg.svelte.dev/@sveltejs/kit/c/8a1dd274b1174fe19cb39b73051f35c96efd8a57Open in |
github-actions
Bot
force-pushed
the
changeset-release/version-3
branch
3 times, most recently
from
September 8, 2026 13:57
a724b37 to
78cbfd8
Compare
github-actions
Bot
force-pushed
the
changeset-release/version-3
branch
18 times, most recently
from
September 15, 2026 14:14
e4c48db to
a93a82b
Compare
github-actions
Bot
force-pushed
the
changeset-release/version-3
branch
6 times, most recently
from
September 18, 2026 16:17
a50cdf8 to
ef21f53
Compare
github-actions
Bot
force-pushed
the
changeset-release/version-3
branch
2 times, most recently
from
September 19, 2026 11:38
299141f to
fe9a3ef
Compare
github-actions
Bot
force-pushed
the
changeset-release/version-3
branch
22 times, most recently
from
September 24, 2026 14:54
19654c3 to
78fbd59
Compare
github-actions
Bot
force-pushed
the
changeset-release/version-3
branch
from
September 24, 2026 15:57
78fbd59 to
8a1dd27
Compare
teemingc
approved these changes
Sep 24, 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/adapter-bun@1.0.0-next.3
Major Changes
Bun.buildpass, keeping production dependencies external;buildOptionsnow only applies to executables (#17120)Patch Changes
abf47df,df3f003,3c044cd,509dd14,5d8722c,462111a,9f3342f,224e791,8614b01,65f93c8,147f09a,09b8de8,68c6ef9,377fc5d,84cb5fd,99492ac,4ac8c9b,8efeeb3,4c812c8,fbbb4c7,c6ba86b,7847e4e,68791be,f8258ee,4da6320,b21766f,a2bfcaf,680405d,755024a,3a7d329]:@sveltejs/adapter-netlify@7.0.0-next.12
Major Changes
publishadapter option rather than reading thenetlify.tomlfile (#17078)Minor Changes
splitandedgeoptions combined (#17045)Patch Changes
abf47df,df3f003,3c044cd,509dd14,5d8722c,462111a,9f3342f,224e791,8614b01,65f93c8,147f09a,09b8de8,68c6ef9,377fc5d,84cb5fd,99492ac,4ac8c9b,8efeeb3,4c812c8,fbbb4c7,c6ba86b,7847e4e,68791be,f8258ee,4da6320,b21766f,a2bfcaf,680405d,755024a,3a7d329]:@sveltejs/adapter-node@6.0.0-next.13
Major Changes
breaking: record the list of static assets at build time, files added to the output afterwards are not served (#16908)
breaking: validate static assets with content-hash
ETags and stop sendingLast-Modified(#16908)breaking: serve static assets only to
GETandHEADrequests (#16908)Minor Changes
Patch Changes
chore: bundle the adapter's server source directly instead of prebuilding it with rolldown (#17109)
chore: hand adapt-time values to the server as a module instead of patching built chunks (#17103)
chore: avoid bundling the server twice (#17068)
Updated dependencies [
abf47df,df3f003,3c044cd,509dd14,5d8722c,462111a,9f3342f,224e791,8614b01,65f93c8,147f09a,09b8de8,68c6ef9,377fc5d,84cb5fd,99492ac,4ac8c9b,8efeeb3,4c812c8,fbbb4c7,c6ba86b,7847e4e,68791be,f8258ee,4da6320,b21766f,a2bfcaf,680405d,755024a,3a7d329]:@sveltejs/kit@3.0.0-next.28
Major Changes
x-sveltekit-(#17125)Patch Changes
fix: support bigint params in server-side route resolution (#17130)
fix: generate types when dev server starts (#17034)
fix: validate prerender concurrency (#17145)
fix: manipulate stack trace for errors that happen while generating prerender inputs (#17113)
fix: keep memory flat when precompressing many files (#16993)
fix: render remote form actions while prerendering (#17139)
fix: ignore Vitest browser loader HTML transforms (#17092)
fix: prevent failed link preloads from causing unhandled promise rejections in production (#17181)
fix: enforce request body size limits when Content-Type is absent (#17127)
fix: ignore nested outDir files outside generated (#17150)
fix: follow HTTP redirects from authentication proxies when enhancing form submissions (#17106)
fix: support form fields named after Object prototype properties (#17136)
fix: evict hashed fetch cache entries after mutations (#17146)
fix: keep hash-router links on the current document when resolving paths (#17107)
fix: resolve every module entry point using
kit.moduleExtensions(#17043)fix: send an explicit SSE Accept header for
query.liverequests to avoid buffering by proxies (#17104)fix: exit build workers after completing their tasks while allowing synchronous exit handlers to run (#17135)
fix: respect
paths.relativefor server-side route resolution imports (#17056)fix: recommend safe include and exclude patterns in tsconfig warning (#17102)
chore: configure the server runtime in one place, deprecate
Serverin favour of theserverobject written bybuilder.generateServerInstance(#17000)fix: reject fallback handlers on prerendered endpoints (#17140)
fix: record client output extensions in
builder.mimeTypes(#16908)fix: atomically replace route metadata during sync (#17096)
fix: preserve sourcemap source paths when adapters copy build output (#17082)
fix: prevent prerender crawler from hanging on unterminated unquoted attributes (#17141)
fix: redact nested and typed underscore-prefixed remote form fields after invalid submissions (#17128)
fix: correctly serialize Node.js buffers returned from remote functions during SSR (#17158)
fix: preserve errors with read-only stack properties (#17180)
fix: reject invalid binary form file metadata (#17149)