Version Packages (next) - #17062
Open
github-actions[bot] wants to merge 1 commit into
Open
Version Packages (next)#17062github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
|
Install the latest version of pnpm add https://pkg.svelte.dev/@sveltejs/kit/c/bd50e109be0b7346c19b9c9177c508b74385640dOpen 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
12 times, most recently
from
September 18, 2026 22:52
7e5f2ff to
768451a
Compare
github-actions
Bot
force-pushed
the
changeset-release/version-3
branch
from
September 19, 2026 00:13
7a6e166 to
bd50e10
Compare
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,8614b01,65f93c8,147f09a,68c6ef9,377fc5d,4ac8c9b,4c812c8,fbbb4c7,c6ba86b,7847e4e,f8258ee,4da6320,b21766f,a2bfcaf,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,8614b01,65f93c8,147f09a,68c6ef9,377fc5d,4ac8c9b,4c812c8,fbbb4c7,c6ba86b,7847e4e,f8258ee,4da6320,b21766f,a2bfcaf,3a7d329]:@sveltejs/adapter-node@6.0.0-next.13
Patch Changes
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,8614b01,65f93c8,147f09a,68c6ef9,377fc5d,4ac8c9b,4c812c8,fbbb4c7,c6ba86b,7847e4e,f8258ee,4da6320,b21766f,a2bfcaf,3a7d329]:@sveltejs/kit@3.0.0-next.28
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: 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: evict hashed fetch cache entries after mutations (#17146)
fix: keep hash-router links on the current document when resolving paths (#17107)
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: 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: reject invalid binary form file metadata (#17149)