Skip to content

ci: Version Packages - #11206

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

ci: Version Packages#11206
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 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 main, this PR will be updated.

Releases

@tanstack/query-core@5.102.0

Minor Changes

  • #10658 c6fc17c - add query and infiniteQuery methods, deprecate old imperative methods

Patch Changes

  • #11161 34f7cee - fix(query-core): clear a stale select error when the observer switches to a query without data, and reset isPlaceholderData on select-error results to match the declared result types, so a previous query's select error no longer leaks into the new result

  • #11214 5bb089d - Reduce observer churn overhead by removing observers in place instead of copying the observer list for every unsubscribe.

  • #11011 ba4650c - fix(query-core): reset isPlaceholderData when select throws on placeholder data

  • #11215 01a02bf - Avoid repeatedly synchronizing the same tracked property across all observers in useQueries.

  • #11172 18c1c1e - Reattach MutationObserver to its current mutation when a listener subscribes again, so a useMutation result no longer stays pending after React tears down and re-establishes the subscription mid-mutation.

  • #11128 5448063 - Ignore a retained pendingThenable settlement callback invoked after the thenable has settled. Holding a reference to resolve/reject and calling it later used to overwrite status and reason even 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 shared state.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

@tanstack/eslint-plugin-query@5.102.0

Patch Changes

  • #11212 279bb55 - TypeScript 7 compatibility

  • #11188 3bc8edf - Fix false-positive warnings in no-unstable-deps rule caused by Object.prototype property lookups (toString, valueOf, etc.).

  • #11115 8582702 - Remove unused helper functions from the internal ASTUtils object (getNestedIdentifiers, getNestedReturnStatements, getClosestVariableDeclarator, mapKeyNodeToText, and mapKeyNodeToBaseText). They were not referenced by any rule and are not part of the public API.

@tanstack/lit-query@0.2.12

Patch Changes

@tanstack/preact-query@5.102.0

Patch Changes

@tanstack/preact-query-devtools@5.102.0

Patch Changes

  • Updated dependencies [6e3d521, cb6c9d3, e546d03]:
    • @tanstack/preact-query@5.102.0
    • @tanstack/query-devtools@5.102.0

@tanstack/preact-query-persist-client@5.102.0

Patch Changes

  • Updated dependencies [6e3d521, cb6c9d3, e546d03]:
    • @tanstack/preact-query@5.102.0
    • @tanstack/query-persist-client-core@5.102.0

@tanstack/query-async-storage-persister@5.102.0

Patch Changes

@tanstack/query-broadcast-client-experimental@5.102.0

Patch Changes

@tanstack/query-persist-client-core@5.102.0

Patch Changes

@tanstack/query-sync-storage-persister@5.102.0

Patch Changes

@tanstack/react-query@5.102.0

Patch Changes

@tanstack/react-query-devtools@5.102.0

Patch Changes

  • Updated dependencies [6e3d521, cb6c9d3, e546d03]:
    • @tanstack/react-query@5.102.0
    • @tanstack/query-devtools@5.102.0

@tanstack/react-query-next-experimental@5.102.0

Patch Changes

@tanstack/react-query-persist-client@5.102.0

Patch Changes

  • Updated dependencies [6e3d521, cb6c9d3, e546d03]:
    • @tanstack/react-query@5.102.0
    • @tanstack/query-persist-client-core@5.102.0

@tanstack/solid-query@5.102.0

Patch Changes

@tanstack/solid-query-devtools@5.102.0

Patch Changes

  • Updated dependencies [6e3d521, 47d49d3]:
    • @tanstack/solid-query@5.102.0
    • @tanstack/query-devtools@5.102.0

@tanstack/solid-query-persist-client@5.102.0

Patch Changes

  • Updated dependencies [6e3d521, 47d49d3]:
    • @tanstack/solid-query@5.102.0
    • @tanstack/query-persist-client-core@5.102.0

@tanstack/svelte-query@6.1.39

Patch Changes

@tanstack/svelte-query-devtools@6.1.39

Patch Changes

  • Updated dependencies [6e3d521]:
    • @tanstack/svelte-query@6.1.39
    • @tanstack/query-devtools@5.102.0

@tanstack/svelte-query-persist-client@6.1.39

Patch Changes

  • Updated dependencies [6e3d521]:
    • @tanstack/svelte-query@6.1.39
    • @tanstack/query-persist-client-core@5.102.0

@tanstack/vue-query@5.102.0

Patch Changes

@tanstack/vue-query-devtools@6.1.39

Patch Changes

  • Updated dependencies [6e3d521]:
    • @tanstack/vue-query@5.102.0
    • @tanstack/query-devtools@5.102.0

@tanstack/query-devtools@5.102.0

@tanstack/angular-query-persist-client@5.102.0

Patch Changes

  • Updated dependencies []:
    • @tanstack/angular-query-experimental@5.102.0
    • @tanstack/query-persist-client-core@5.102.0

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 20 times, most recently from 2665ea0 to fd2cbcd Compare August 18, 2026 13:23
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from fd2cbcd to 155728d Compare August 18, 2026 14:22
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.

0 participants