Update dependency @tanstack/react-db to v0.1.67 #2067
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 contains the following updates:
0.1.52→0.1.67Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
TanStack/db (@tanstack/react-db)
v0.1.67Compare Source
Patch Changes
05130f2]:v0.1.66Compare Source
Patch Changes
f9b741e]:v0.1.65Compare Source
Patch Changes
6745ed0,1b22e40,7a2cacd,bdf9405]:v0.1.64Compare Source
Patch Changes
v0.1.63Compare Source
Patch Changes
29033b8,888ad6a]:v0.1.62Compare Source
Patch Changes
c1247e8]:v0.1.61Compare Source
Patch Changes
Improve runtime error message and documentation when
useLiveSuspenseQueryreceivesundefinedfrom query callback. (#860)Following TanStack Query's
useSuspenseQuerydesign,useLiveSuspenseQueryintentionally does not support disabled queries (when callback returnsundefinedornull). This maintains the type guarantee thatdatais alwaysT(notT | undefined), which is a core benefit of using Suspense.What changed:
@remarkssection explaining the design decision, showing both incorrect (❌) and correct (✅) patternsWhy this matters:
This aligns with TanStack Query's philosophy where Suspense queries prioritize type safety and proper component composition over flexibility.
Updated dependencies [
f795a67,d542667,6503c09,b1cc4a7]:v0.1.60Compare Source
Patch Changes
41308b8]:v0.1.59Compare Source
Patch Changes
32ec4d8]:v0.1.58Compare Source
Patch Changes
26ed0aa]:v0.1.57Compare Source
Patch Changes
8ed7725,01452bf]:v0.1.56Compare Source
Patch Changes
b3b1940,09da081,86ad40c]:v0.1.55Compare Source
Patch Changes
Fixed
isReadyto returntruefor disabled queries inuseLiveQuery/injectLiveQueryacross all framework packages. When a query function returnsnullorundefined(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 | nullfrom 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.54Compare Source
Patch Changes
1d19d22,b3e4e80]:v0.1.53Compare Source
Patch Changes
5f474f1]: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.
This PR was generated by Mend Renovate. View the repository job log.