Skip to content

ci: Version Packages (rc) - #11518

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

TkDodo merged 1 commit into
solid-query-v6-prefrom
changeset-release/solid-query-v6-pre

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 17, 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.4

Patch Changes

  • #11449 fd3f1c9 - fix: finish server renders that read a disabled query. Reading .data from a
    useQuery with enabled: false and nothing cached stopped an SSR render from
    ever completing — no bytes at all, since the data node was handed a promise
    that can never settle. That parking is intended client behaviour (the reader
    suspends into the nearest <Loading> until an enable, refetch or cache write
    revives the compute), but on the server there is no later: the render has to
    finish, and nothing will enable the query or write the cache before it does.
    A disabled query with no data now commits its idle state on the server, which
    is the contract the scalar metadata channel already honoured and the state the
    client hydrates to. Client behaviour is unchanged.

  • #11517 09f2666 - The single-flight consumer applies X-Revalidate on responses that carried no slice for the query cache (no collector registered, a redirect leaving the app) instead of throwing on the missing payload — nothing is covered, so the declared scope is swept in full. The header's three states are three scopes: absent leaves the cache alone, an empty declaration (revalidate: []) sweeps nothing, and the reserved key * (revalidate: '*') invalidates every query the payload did not cover.

  • #11360 0e6ff54 - fix: stop a mounted observer from re-creating and refetching a removed
    query. The read layer bumps its per-hook version signal on every cache
    event for its hash, removed included, and the recompute that followed
    called queryCache.build(), which put the entry the caller had just
    deleted straight back. The resurrection was not passive: the rebuilt
    entry also re-pointed the still-live observer, whose mount-fetch policy
    then refetched and repopulated the key, so removeQueries() (and
    clear()) could not be made to stick while any hook observed the key.
    query() now reuses the entry it last read when the cache no longer
    holds that hash, and only builds when the hash is genuinely new, so a
    removal leaves the cache empty and fires no fetch, while the mounted
    reader holds its last value until options change or a real entry returns
    through setQueryData, a refetch or a later mount. This is the behavior
    of the other adapters, and of solid-query at 6.0.0-rc.0.

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

Patch Changes

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

Patch Changes

@coderabbitai

coderabbitai Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 0786eaec-25a5-4f6d-b201-13c2ac7b5494

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions
github-actions Bot force-pushed the changeset-release/solid-query-v6-pre branch from e757e57 to 57b3e04 Compare September 17, 2026 00:33
@nx-cloud

nx-cloud Bot commented Sep 17, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 3388445

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

☁️ Nx Cloud last updated this comment at 2026-09-17 03:37:32 UTC

@github-actions

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 17, 2026

Copy link
Copy Markdown
More templates

@tanstack/angular-query-experimental

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

@tanstack/eslint-plugin-query

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

@tanstack/lit-query

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

@tanstack/preact-query

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

@tanstack/preact-query-devtools

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

@tanstack/preact-query-persist-client

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

@tanstack/query-async-storage-persister

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

@tanstack/query-broadcast-client-experimental

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

@tanstack/query-core

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

@tanstack/query-devtools

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

@tanstack/query-persist-client-core

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

@tanstack/query-sync-storage-persister

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

@tanstack/react-query

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

@tanstack/react-query-devtools

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

@tanstack/react-query-next-experimental

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

@tanstack/react-query-persist-client

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

@tanstack/solid-query

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

@tanstack/solid-query-devtools

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

@tanstack/solid-query-persist-client

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

@tanstack/svelte-query

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

@tanstack/svelte-query-devtools

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

@tanstack/svelte-query-persist-client

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

@tanstack/vue-query

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

@tanstack/vue-query-devtools

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

commit: 3388445

@github-actions

Copy link
Copy Markdown
Contributor Author

size-limit report 📦

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

@github-actions
github-actions Bot force-pushed the changeset-release/solid-query-v6-pre branch from 57b3e04 to 3388445 Compare September 17, 2026 01:16
@TkDodo
TkDodo merged commit 1b43d5e into solid-query-v6-pre Sep 17, 2026
9 checks passed
@TkDodo
TkDodo deleted the changeset-release/solid-query-v6-pre branch September 17, 2026 08:21
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