Skip to content

chore(deps): bump @tanstack/query-core from 5.101.4 to 5.102.0 - #223

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tanstack/query-core-5.102.0
Closed

chore(deps): bump @tanstack/query-core from 5.101.4 to 5.102.0#223
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tanstack/query-core-5.102.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps @tanstack/query-core from 5.101.4 to 5.102.0.

Changelog

Sourced from @​tanstack/query-core's changelog.

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

  • #11253 b4368c4 - Improve hydration performance by skipping no-op data transforms and default error-redaction callbacks. Export dehydrateQuery.

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

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

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

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

  • #8737 2215bb0 - fix: make mutation variables optional when undefined extends TVariables

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

  • #11218 5981771 - 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.

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

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

  • #11211 326aaf1 - fix: resetQueries now preserves the queries matched before query.reset() changes their state.

  • #11065 3e83601 - Memoize falsy combine results when the function and query results are unchanged.

Commits
  • 5743468 ci: Version Packages (#11206)
  • 2215bb0 fix(query-core): make MutateFunction optional undefinable-variables (#8737)
  • b4368c4 perf(query-core): skip no-op hydration callbacks and export dehydrateQuery (#...
  • 3e83601 fix(query-core): memoize falsy combine results in QueriesObserver (#11065)
  • 1ef4208 ref: remove experimental_prefetchInRender (#11221)
  • 9656dc4 fix(query-core): Keep observer notifications stable (#11234)
  • 5981771 fix(query-core): release the retryer once a mutation settles (#11218)
  • 1f631b3 perf(query-core): Skip unused query result tracking (#11225)
  • 294d4e6 fix: declaration emit (#11224)
  • 267154c chore: tsup -> tsdown (#11222)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tanstack/query-core](https://github.com/TanStack/query/tree/HEAD/packages/query-core) from 5.101.4 to 5.102.0.
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/query-core/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/query-core@5.102.0/packages/query-core)

---
updated-dependencies:
- dependency-name: "@tanstack/query-core"
  dependency-version: 5.102.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #225.

@dependabot dependabot Bot closed this Aug 26, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/tanstack/query-core-5.102.0 branch August 26, 2026 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants