Skip to content

ci: Version Packages (rc) - #11330

Merged
brenelz merged 1 commit into
solid-query-v6-prefrom
changeset-release/solid-query-v6-pre
Sep 2, 2026
Merged

ci: Version Packages (rc)#11330
brenelz merged 1 commit into
solid-query-v6-prefrom
changeset-release/solid-query-v6-pre

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

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-query-v6-pre, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

solid-query-v6-pre is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on solid-query-v6-pre.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@tanstack/solid-query@6.0.0-rc.2

Minor Changes

  • #11326 72f8185 - SSR lifecycle utilities: new dehydrateSettled awaits in-flight queries before dehydrating so streamed HTML carries settled data; QueryClientProvider tears the client down after server render disposal (cancelQueries + clear, preventing cross-request leaks) and dehydration now respects defaultOptions.dehydrate.shouldDehydrateQuery filtering.

  • #11326 72f8185 - Built-in single-flight consumer: QueryClientProvider now subscribes the query cache's slice of Solid's multi-source single-flight channel under the exported FLIGHT_DATA_SOURCE id ("sq"). Mutation responses carrying that slice — a DehydratedState produced by a server collector registered with registerFlightDataSource(FLIGHT_DATA_SOURCE, hook) — hydrate the provider's client before the mutation's promise resolves, so every mounted query on those keys updates with no follow-up refetches and no per-app wiring. Subscribing is inert when no server collector exists. Requires the @solidjs/web release following 2.0.0-rc.4 (the named-source single-flight protocol).

Patch Changes

  • #11325 209f9f5 - fix: scope useMutation's mutation-cache subscription to the flight. The
    hook subscribed at mount with a bare reactive client() read (tripping
    Solid's STRICT_READ_UNTRACKED dev diagnostic) and held the subscription
    for its whole life even though the listener only matters while a mutation
    is in flight. The subscription now starts in run against the same
    client the mutation is built on and ends at settle: nothing reactive is
    read at setup, the listener and the mutation can never sit on different
    clients, and idle hooks hold no cache subscription.

  • #11326 72f8185 - Require solid-js and @solidjs/web 2.0.0-rc.6+. rc.6 ships the named flight-data source API the single-flight consumer uses, plus the async settle fix the adapter depends on (rc.5's settle-walk regression breaks query hydration).

@tanstack/solid-query-devtools@6.0.0-rc.2

Patch Changes

  • #11326 72f8185 - Require solid-js and @solidjs/web 2.0.0-rc.6+. rc.6 ships the named flight-data source API the single-flight consumer uses, plus the async settle fix the adapter depends on (rc.5's settle-walk regression breaks query hydration).

  • Updated dependencies [72f8185, 72f8185, 209f9f5, 72f8185]:

    • @tanstack/solid-query@6.0.0-rc.2

@tanstack/solid-query-persist-client@6.0.0-rc.2

Patch Changes

  • #11326 72f8185 - Require solid-js and @solidjs/web 2.0.0-rc.6+. rc.6 ships the named flight-data source API the single-flight consumer uses, plus the async settle fix the adapter depends on (rc.5's settle-walk regression breaks query hydration).

  • Updated dependencies [72f8185, 72f8185, 209f9f5, 72f8185]:

    • @tanstack/solid-query@6.0.0-rc.2

@github-actions
github-actions Bot force-pushed the changeset-release/solid-query-v6-pre branch from f9b5cee to 35e2a48 Compare September 2, 2026 22:04
@nx-cloud

nx-cloud Bot commented Sep 2, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 35e2a48

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 9m 11s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 25s View ↗

☁️ Nx Cloud last updated this comment at 2026-09-02 22:15:09 UTC

@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

🚀 Changeset Version Preview

No changeset entries found. Merging this PR will not cause a version bump for any packages.

@pkg-pr-new

pkg-pr-new Bot commented Sep 2, 2026

Copy link
Copy Markdown
More templates

@tanstack/angular-query-experimental

npm i https://pkg.pr.new/@tanstack/angular-query-experimental@11330

@tanstack/eslint-plugin-query

npm i https://pkg.pr.new/@tanstack/eslint-plugin-query@11330

@tanstack/lit-query

npm i https://pkg.pr.new/@tanstack/lit-query@11330

@tanstack/preact-query

npm i https://pkg.pr.new/@tanstack/preact-query@11330

@tanstack/preact-query-devtools

npm i https://pkg.pr.new/@tanstack/preact-query-devtools@11330

@tanstack/preact-query-persist-client

npm i https://pkg.pr.new/@tanstack/preact-query-persist-client@11330

@tanstack/query-async-storage-persister

npm i https://pkg.pr.new/@tanstack/query-async-storage-persister@11330

@tanstack/query-broadcast-client-experimental

npm i https://pkg.pr.new/@tanstack/query-broadcast-client-experimental@11330

@tanstack/query-core

npm i https://pkg.pr.new/@tanstack/query-core@11330

@tanstack/query-devtools

npm i https://pkg.pr.new/@tanstack/query-devtools@11330

@tanstack/query-persist-client-core

npm i https://pkg.pr.new/@tanstack/query-persist-client-core@11330

@tanstack/query-sync-storage-persister

npm i https://pkg.pr.new/@tanstack/query-sync-storage-persister@11330

@tanstack/react-query

npm i https://pkg.pr.new/@tanstack/react-query@11330

@tanstack/react-query-devtools

npm i https://pkg.pr.new/@tanstack/react-query-devtools@11330

@tanstack/react-query-next-experimental

npm i https://pkg.pr.new/@tanstack/react-query-next-experimental@11330

@tanstack/react-query-persist-client

npm i https://pkg.pr.new/@tanstack/react-query-persist-client@11330

@tanstack/solid-query

npm i https://pkg.pr.new/@tanstack/solid-query@11330

@tanstack/solid-query-devtools

npm i https://pkg.pr.new/@tanstack/solid-query-devtools@11330

@tanstack/solid-query-persist-client

npm i https://pkg.pr.new/@tanstack/solid-query-persist-client@11330

@tanstack/svelte-query

npm i https://pkg.pr.new/@tanstack/svelte-query@11330

@tanstack/svelte-query-devtools

npm i https://pkg.pr.new/@tanstack/svelte-query-devtools@11330

@tanstack/svelte-query-persist-client

npm i https://pkg.pr.new/@tanstack/svelte-query-persist-client@11330

@tanstack/vue-query

npm i https://pkg.pr.new/@tanstack/vue-query@11330

@tanstack/vue-query-devtools

npm i https://pkg.pr.new/@tanstack/vue-query-devtools@11330

commit: 35e2a48

@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

size-limit report 📦

Path Size
react full 12.15 KB (0%)
react minimal 9.1 KB (0%)

@brenelz
brenelz merged commit 0f768ad into solid-query-v6-pre Sep 2, 2026
8 checks passed
@brenelz
brenelz deleted the changeset-release/solid-query-v6-pre branch September 2, 2026 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant