ci: Version Packages - #11206
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
8 times, most recently
from
August 17, 2026 18:18
f12381f to
757366d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 17, 2026 20:54
757366d to
14a2a71
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 main, this PR will be updated.
Releases
@tanstack/query-core@5.102.0
Minor Changes
c6fc17c- add query and infiniteQuery methods, deprecate old imperative methodsPatch Changes
#11128
5448063- Ignore a retainedpendingThenablesettlement callback invoked after the thenable has settled. Holding a reference toresolve/rejectand calling it later used to overwritestatusandreasoneven though the underlying promise had already settled, leaving the thenable advertising a state that disagreed with its value.#11163
4a9bef6- Release a query's retryer once its fetch settles, so the settled promise no longer keeps that fetch's raw result in memory alongside the structurally sharedstate.data(or after the query is reset or removed).#11036
bef4bc7- Resolve suspense when query data is set programmatically via setQueryData or streamedQuery. Previously, fetchOptimistic returned only the fetch promise, which left the Suspense boundary stuck until the queryFn completed — even when data already existed in the cache. The fix uses Promise.race with a cache subscriber to release suspense as soon as data becomes available.#11211
326aaf1- fix: resetQueries now preserves the queries matched before query.reset() changes their state.@tanstack/angular-query-experimental@5.102.0
Patch Changes
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/eslint-plugin-query@5.102.0
Patch Changes
#11212
279bb55- TypeScript 7 compatibility#11188
3bc8edf- Fix false-positive warnings inno-unstable-depsrule caused byObject.prototypeproperty lookups (toString,valueOf, etc.).@tanstack/lit-query@0.2.12
Patch Changes
#11146
5633820- Brand thequeryKeyreturned byinfiniteQueryOptionswithDataTagsogetQueryDataandsetQueryDatainferInfiniteDatainstead ofunknown.Updated dependencies [
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/preact-query@5.102.0
Patch Changes
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/preact-query-devtools@5.102.0
Patch Changes
@tanstack/preact-query-persist-client@5.102.0
Patch Changes
@tanstack/query-async-storage-persister@5.102.0
Patch Changes
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/query-broadcast-client-experimental@5.102.0
Patch Changes
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/query-persist-client-core@5.102.0
Patch Changes
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/query-sync-storage-persister@5.102.0
Patch Changes
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/react-query@5.102.0
Patch Changes
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/react-query-devtools@5.102.0
Patch Changes
@tanstack/react-query-next-experimental@5.102.0
Patch Changes
@tanstack/react-query-persist-client@5.102.0
Patch Changes
@tanstack/solid-query@5.102.0
Patch Changes
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/solid-query-devtools@5.102.0
Patch Changes
@tanstack/solid-query-persist-client@5.102.0
Patch Changes
@tanstack/svelte-query@6.1.39
Patch Changes
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/svelte-query-devtools@6.1.39
Patch Changes
@tanstack/svelte-query-persist-client@6.1.39
Patch Changes
@tanstack/vue-query@5.102.0
Patch Changes
5448063,4a9bef6,bef4bc7,326aaf1,c6fc17c]:@tanstack/vue-query-devtools@6.1.39
Patch Changes
@tanstack/query-devtools@5.102.0
@tanstack/angular-query-persist-client@5.102.0
Patch Changes