Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-db (source) 0.1.52 -> 0.1.56 age confidence

Release Notes

TanStack/db (@​tanstack/react-db)

v0.1.56

Compare Source

Patch Changes

v0.1.55

Compare Source

Patch Changes
  • Fixed isReady to return true for disabled queries in useLiveQuery/injectLiveQuery across all framework packages. When a query function returns null or undefined (disabling the query), there's no async operation to wait for, so the hook should be considered "ready" immediately. (#​886)

    Additionally, all frameworks now have proper TypeScript overloads that explicitly support returning undefined | null from query functions, making the disabled query pattern type-safe.

    This fixes the common pattern where users conditionally enable queries and don't want to show loading states when the query is disabled.

  • Updated dependencies [c4b9399, a1a484e]:

v0.1.54

Compare Source

Patch Changes

v0.1.53

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge December 14, 2025 01:41
@renovate renovate bot force-pushed the renovate/tanstack-react-db-0.x-lockfile branch 2 times, most recently from 2ab233d to ec2f3b9 Compare December 16, 2025 02:24
@renovate renovate bot force-pushed the renovate/tanstack-react-db-0.x-lockfile branch from ec2f3b9 to 8e48748 Compare December 19, 2025 17:07
@renovate renovate bot changed the title Update dependency @tanstack/react-db to v0.1.55 Update dependency @tanstack/react-db to v0.1.56 Dec 19, 2025
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