Version Packages (next) - #295
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
github-actions
Bot
force-pushed
the
changeset-release/next
branch
from
August 3, 2026 09:30
d8648f3 to
da3f184
Compare
github-actions
Bot
force-pushed
the
changeset-release/next
branch
from
August 3, 2026 09:54
da3f184 to
8a5e881
Compare
Member
|
Stale — 3.0.0-next.22 was versioned directly on next (including two changesets this PR predates: the _$SC head-splice removal and the @dom-expressions/compiler 0.50.0-next.37 bump) and the release workflow published it on push. Merging this would regress CHANGELOG/pre.json. The changesets action will open a fresh PR on the next unversioned changeset. |
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 next, this PR will be updated.
nextis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonnext.Releases
vite-plugin-solid@3.0.0-next.22
Patch Changes
clientOnly(() => import("x"))calls — third argument, options slot padded withvoid 0— so the beta.30 server half can emit early modulepreload hints for browser-only modules;resolveLazyModuleUrlsalready resolves the placeholder position-independently)ReadableStreamcontroller throws, and a streamed fragment can land seconds after the shell — an abort (page reload, navigation away) during that window took down the whole Node process withERR_INVALID_STATE. Writes are now dropped once the stream closes or is cancelled.