ci: Version Packages (rc) - #8219
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/solid-router-v2-pre
branch
from
September 2, 2026 23:15
73987b6 to
aef78c8
Compare
github-actions
Bot
force-pushed
the
changeset-release/solid-router-v2-pre
branch
from
September 2, 2026 23:56
aef78c8 to
5cff938
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 solid-router-v2-pre, this PR will be updated.
solid-router-v2-preis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonsolid-router-v2-pre.Releases
@tanstack/solid-router@2.0.0-rc.5
Patch Changes
#8192
96f50d9- Bump solid-js, @solidjs/web, and @solidjs/signals to ^2.0.0-rc.6 across the monorepo. rc.6 provides the named flight-data source API (registerFlightDataSource / two-argument subscribeFlightData) that the Start single-flight integration now requires; @tanstack/solid-start's peer floor moves to rc.6 accordingly.#8192
96f50d9- NewloadFlightTargethelper (exported from@tanstack/solid-router/ssr/server): the router's half of a single-flight refresh. Given the mutation request's target href, it builds a router for that location, loads it, and returns the dehydrated payload for thetsrflight-data slice, so server collectors can refresh router state alongside other caches on the same mutation response.#8213
b445b89- Native SSR state transfer for Solid: router match state (loaderData, beforeLoad context, status, errors) now rides Solid's hydration registry undertsr:keys instead of a bespoke bootstrap script, deferredloaderDatapromises stream natively via seroval, the client primes router state from the registry in the Router constructor (before any render context, eliminating boot-time refetches andbootLoad-style workarounds), andRouterProviderowns the server-siderouter.load()dispatch so server entries no longer await it manually.@tanstack/solid-router-devtools@2.0.0-rc.5
Patch Changes
#8192
96f50d9- Bump solid-js, @solidjs/web, and @solidjs/signals to ^2.0.0-rc.6 across the monorepo. rc.6 provides the named flight-data source API (registerFlightDataSource / two-argument subscribeFlightData) that the Start single-flight integration now requires; @tanstack/solid-start's peer floor moves to rc.6 accordingly.Updated dependencies [
96f50d9,96f50d9,b445b89]:@tanstack/solid-router-ssr-query@2.0.0-rc.5
Patch Changes
#8192
96f50d9- Bump solid-js, @solidjs/web, and @solidjs/signals to ^2.0.0-rc.6 across the monorepo. rc.6 provides the named flight-data source API (registerFlightDataSource / two-argument subscribeFlightData) that the Start single-flight integration now requires; @tanstack/solid-start's peer floor moves to rc.6 accordingly.#8193
5a6935f- Deprecated: Solid Query'sQueryClientProvidernow carries the Router + Query SSR pairing natively (registry hydration, named single-flight sources, redirect handling via userland glue), so this integration package is no longer needed. See the README for the migration.@tanstack/solid-start@2.0.0-rc.5
Patch Changes
#8192
96f50d9- Bump solid-js, @solidjs/web, and @solidjs/signals to ^2.0.0-rc.6 across the monorepo. rc.6 provides the named flight-data source API (registerFlightDataSource / two-argument subscribeFlightData) that the Start single-flight integration now requires; @tanstack/solid-start's peer floor moves to rc.6 accordingly.#8192
96f50d9- Adopt Solid's multi-source single-flight protocol: the router's flight data (loader/match state, dehydrated data) registers under its own source id (tsr), so other caches' slices — e.g. solid-query'ssq— coexist on the same mutation response instead of competing for a single consumer slot, and a user-suppliedcollectFlightDatahook adds data alongside the router's rather than displacing it. Requires solid-js / @solidjs/web 2.0.0-rc.6+ (named flight-data sources).Updated dependencies [
96f50d9,96f50d9,b445b89]:@tanstack/solid-start-client@2.0.0-rc.5
Patch Changes
#8192
96f50d9- Bump solid-js, @solidjs/web, and @solidjs/signals to ^2.0.0-rc.6 across the monorepo. rc.6 provides the named flight-data source API (registerFlightDataSource / two-argument subscribeFlightData) that the Start single-flight integration now requires; @tanstack/solid-start's peer floor moves to rc.6 accordingly.Updated dependencies [
96f50d9,96f50d9,b445b89]:@tanstack/solid-start-server@2.0.0-rc.5
Patch Changes
#8192
96f50d9- Bump solid-js, @solidjs/web, and @solidjs/signals to ^2.0.0-rc.6 across the monorepo. rc.6 provides the named flight-data source API (registerFlightDataSource / two-argument subscribeFlightData) that the Start single-flight integration now requires; @tanstack/solid-start's peer floor moves to rc.6 accordingly.Updated dependencies [
96f50d9,96f50d9,b445b89]: