ci: Version Packages - #1838
Open
github-actions[bot] wants to merge 1 commit into
Open
ci: Version Packages#1838github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
September 18, 2026 13:22
0f6d5bc to
95ad387
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 18, 2026 15:27
95ad387 to
e188bc5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 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/db@0.10.0
Minor Changes
Deprecation: Mutation handler return values and QueryCollection auto-refetch behavior. (#843)
What's changed:
QueryCollection changes:
{ refetch: false }from your handlercollection.utils.refetch()and return{ refetch: false }to prevent a second fetch; remove the return in v1.0await collection.utils.refetch()explicitly when needed, or omit it to skipElectricCollection changes:
{ txid }is deprecated - useawait collection.utils.awaitTxId(txid)insteadawaitTxIdandawaitMatchtimeouts increase to 15 secondsMigration guide:
Patch Changes
Preserve explicit locale settings when locale sorting is selected by default and omit unset locale fields from collection comparison options. (#1833)
Fix same-key delete-then-insert reduction, preserve whole-row replacements through local adapters, and publish immutable previous values for live-object and replacement-object sync updates. Same-reference live rows still require an immutable provider
previousValue; stale or partial values on that reused reference remain unsupported. (#1835)Start idle collections only after locally decidable mutation validation succeeds, and publish authoritative Query Collection refetch results without stale intermediate snapshots. (#1840)
Align live-query join keys with established predicate equality for binary, temporal, Date, and opaque values, including on-demand collection loading, and prevent nullish operands from matching in full and correlated joins. (#1834)
Preserve whole-object nullability through supported join and
unionAllprojections, retain intrinsic nullish fields when right/full joins follow branch unions, and preserve constrained generic fields through supported join andunionAllquery chains. (#1843)Preserve only captured accepted local inserts across a truncate. Preserve sparse-array length and RegExp state through ordered-query hashing, including hosts without a global File constructor. Prevent delayed replay reads from rerunning any transaction removed while the read was in flight, without rescanning the outbox. (#1822)
Updated dependencies [
3ad64a4]:@tanstack/electric-db-collection@0.5.0
Minor Changes
Deprecation: Mutation handler return values and QueryCollection auto-refetch behavior. (#843)
What's changed:
QueryCollection changes:
{ refetch: false }from your handlercollection.utils.refetch()and return{ refetch: false }to prevent a second fetch; remove the return in v1.0await collection.utils.refetch()explicitly when needed, or omit it to skipElectricCollection changes:
{ txid }is deprecated - useawait collection.utils.awaitTxId(txid)insteadawaitTxIdandawaitMatchtimeouts increase to 15 secondsMigration guide:
Patch Changes
including nullable values, compatible reference-to-array types, and non-text
array elements. Reject nullish membership operands and literal-array left
operands, and escape quotes in mapped column names.
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/powersync-db-collection@0.2.0
Minor Changes
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/query-db-collection@1.3.0
Minor Changes
Deprecation: Mutation handler return values and QueryCollection auto-refetch behavior. (#843)
What's changed:
QueryCollection changes:
{ refetch: false }from your handlercollection.utils.refetch()and return{ refetch: false }to prevent a second fetch; remove the return in v1.0await collection.utils.refetch()explicitly when needed, or omit it to skipElectricCollection changes:
{ txid }is deprecated - useawait collection.utils.awaitTxId(txid)insteadawaitTxIdandawaitMatchtimeouts increase to 15 secondsMigration guide:
Patch Changes
Add
createCursorPagerto fulfill offset/limit requests from endpoints with opaque continuation tokens. Reuse fresh backend pages through the existing QueryClient, with Query-managed expiry, invalidation and garbage collection, while retaining the existing UI peek-ahead behavior. (#1824)Keep manual raw-row writes from overwriting other cache formats or marking them fresh. Preserve wrapped-response writes and seeding of empty row caches.
Keep on-demand Query cache ownership and post-write readiness isolated across collections, co-owners, deferred cleanup, errors, and custom query hashes. Active enabled scopes revalidate from post-write provider results, while inactive collection-owned entries are removed without disturbing unrelated or foreign-observed Queries. (#1826)
Start idle collections only after locally decidable mutation validation succeeds, and publish authoritative Query Collection refetch results without stale intermediate snapshots. (#1840)
Updated dependencies [
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/angular-db@0.1.92
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/browser-db-sqlite-persistence@0.2.24
Patch Changes
@tanstack/capacitor-db-sqlite-persistence@0.2.24
Patch Changes
@tanstack/cloudflare-durable-objects-db-sqlite-persistence@0.2.24
Patch Changes
@tanstack/db-ivm@0.1.23
Patch Changes
@tanstack/db-sqlite-persistence-core@0.2.24
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/electron-db-sqlite-persistence@0.1.36
Patch Changes
@tanstack/expo-db-sqlite-persistence@0.2.24
Patch Changes
@tanstack/node-db-sqlite-persistence@0.2.24
Patch Changes
@tanstack/offline-transactions@1.0.57
Patch Changes
Fence each successful outbox clear deletion from overlapping reads, including when another deletion is still pending or fails. (#1836)
Preserve only captured accepted local inserts across a truncate. Preserve sparse-array length and RegExp state through ordered-query hashing, including hosts without a global File constructor. Prevent delayed replay reads from rerunning any transaction removed while the read was in flight, without rescanning the outbox. (#1822)
Updated dependencies [
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/react-db@0.4.2
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/react-native-db-sqlite-persistence@0.2.24
Patch Changes
@tanstack/rxdb-db-collection@0.1.98
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/solid-db@0.2.46
Patch Changes
reorder or multiple results share the same public
$key.84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/svelte-db@0.4.2
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/tauri-db-sqlite-persistence@0.2.24
Patch Changes
@tanstack/trailbase-db-collection@0.1.110
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/vue-db@0.2.2
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:todos@0.0.22
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:offline-transactions-react-native@1.0.9
Patch Changes
179d003,84fc44b,1ab1cd3,7f6b643,09776a8,fdcb078,76d766e,1e54c6a,d698b90,3ad64a4]:shopping-list-react-native@1.0.9
Patch Changes
84fc44b,1ab1cd3,b4494fd,7f6b643,09776a8,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/db-example-react-next-ssr-e2e@0.0.4
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/db-example-paced-mutations-demo@0.0.14
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/db-example-react-todo@0.1.29
Patch Changes
179d003,84fc44b,b4494fd,fdcb078,76d766e]:@tanstack/db-example-solid-todo@0.0.37
Patch Changes
179d003,84fc44b,b4494fd,fdcb078,76d766e,1db0729]:@tanstack/capacitor-db-sqlite-persistence-e2e-app@0.0.36
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/expo-db-sqlite-persistence-e2e-app@0.0.36
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]:@tanstack/tauri-db-sqlite-persistence-e2e-app@0.0.36
Patch Changes
84fc44b,1ab1cd3,7f6b643,76d766e,1e54c6a,d698b90,3ad64a4]: