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-actionsgithub-actionsBot 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

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

Patch Changes

  • #1116134f7cee - 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

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

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

  • #11224294d4e6 - Fix queryOptions and infiniteQueryOptions return types so exported inferred options can be emitted in declaration files without leaking internal data tag symbols.

  • #112251f631b3 - Skip unused result tracking when notifying useQueries listeners without a combine function.

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

  • #1117218c1c1e - 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.

  • #111285448063 - 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.

  • #112211ef4208 - Remove experimental render-time prefetching and the promise property from query results.

  • #112185981771 - Release a mutation's retryer once its execution settles, so the settled promise no longer keeps that mutation's result, variables and context in memory for as long as the mutation cache retains it.

  • #111634a9bef6 - 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).

  • #11036bef4bc7 - 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.

  • #112349656dc4 - Notify every query observer when another observer unsubscribes synchronously during the same query update.

  • #11211326aaf1 - 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

  • #11212279bb55 - TypeScript 7 compatibility

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

  • #111158582702 - 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

  • #103736e3d521 - fix(types): propagate generic type parameters to useMutationState select callback

  • #11224294d4e6 - Fix queryOptions and infiniteQueryOptions return types so exported inferred options can be emitted in declaration files without leaking internal data tag symbols.

  • #11147cb6c9d3 - Default TData of UseInfiniteQueryOptions and UseSuspenseInfiniteQueryOptions to InfiniteData<TQueryFnData> so it matches the hook generics.

  • #111664913802 - Evaluate a function-form throwOnError against the actual query error before disabling retryOnMount (port of #9338), so errored queries whose throwOnError returns false are retried on mount again.

  • #112211ef4208 - Remove experimental render-time prefetching and the promise property from query results.

  • #11233b866a95 - remove unused experimental_beforeQuery and experimental_afterQuery hooks

  • #11144e546d03 - fix: remove placeholderData from suspense infinite query

  • Updated dependencies [34f7cee, 5bb089d, ba4650c, 294d4e6, 1f631b3, 01a02bf, 18c1c1e, 5448063, 1ef4208, 5981771, 4a9bef6, bef4bc7, 9656dc4, 326aaf1, c6fc17c]:

    • @tanstack/query-core@5.102.0

@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

@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

@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

@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

@tanstack/svelte-query-devtools@6.1.39

Patch Changes

  • Updated dependencies [6e3d521, 294d4e6, 1ef4208]:
    • @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, 294d4e6, 1ef4208]:
    • @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

@tanstack/query-devtools@5.102.0

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

Patch Changes

  • Updated dependencies [294d4e6, 1ef4208]:
    • @tanstack/angular-query-experimental@5.102.0
    • @tanstack/query-persist-client-core@5.102.0

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch 30 times, most recently from d0b0515 to 82a026aCompareAugust 20, 2026 00:48
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch 6 times, most recently from 12cbecb to 63983daCompareAugust 20, 2026 09:28
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 63983da to f896189CompareAugust 20, 2026 09:35
Sign up for freeto 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