Version Packages - #15769
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
April 28, 2026 19:34
514b9e7 to
78260ae
Compare
Member
|
/ecosystem-ci run |
Rich-Harris
approved these changes
Apr 29, 2026
Rich-Harris
requested changes
Apr 29, 2026
Rich-Harris
left a comment
Member
There was a problem hiding this comment.
actually... blocking this until we update the default service worker and add some docs around not cloning transfer-encoding: chunked responses
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
April 29, 2026 17:47
1679d3a to
7c39431
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 30, 2026 03:11
7c39431 to
ac2c41e
Compare
Member
|
/ecosystem-ci run |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
May 1, 2026 13:30
b384ac3 to
b43781e
Compare
Member
|
/ecosystem-ci run |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 1, 2026 15:37
b43781e to
9660b48
Compare
Member
|
/ecosystem-ci run |
Rich-Harris
approved these changes
May 1, 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 main, this PR will be updated.
Releases
@sveltejs/kit@2.59.0
Minor Changes
feat: support
query.batchinrequested(...)(#15751)breaking: on the server, make the promise returned from
refreshrepresent adding the refresh to the map, not the time it takes to run the remote function (#15705)feat: experimental
query.livefunction (#15705)Patch Changes
fix: unwrap
PromiseinRemoteCommandoutput type (#15771)fix: empty call to
.updates()on a command/form invocation means "don't update anything" (#15705)fix:
form.fields.foo.as('checkbox', default_value)now works (#15752)fix: remote forms with default values defined by
field.as('text', defaultValue)now correctly reset to the provided default values once submitted (#15753)fix: make sure queries always get started correctly (#15705)
fix: allow plain functions as overrides in
updates(#15705)