ci: Version Packages#1661
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
0d5e840 to
c3f7f5c
Compare
c3f7f5c to
9bfd171
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.7.0
Minor Changes
Extract shared live-query adapter helpers into
@tanstack/db(#1641)Adds
isCollection,isSingleResultCollection, andgetLiveQueryStatusFlagsto@tanstack/dband migrates all five framework adapters to use them.isCollectionreplaces the per-adapter duck-typing and Solid'sinstanceof CollectionImplwith one structural, multi-realm-safe guard (theinstanceofform gave false negatives across dual-package boundaries). No behavior change; internal deduplication only.Patch Changes
$syncedandisPersisted.promise, and add core coverage for queued ambiguous server-key sync while optimistic temp-key inserts are pending. (#1652)@tanstack/angular-db@0.1.75
Patch Changes
fix(angular-db): a
{ query }config-object passed toinjectLiveQuerynow syncs (#1638)The config-object branch called
createLiveQueryCollection(opts)without defaultingstartSync, unlike the query-function and reactive-options branches (which forcestartSync: true), so a bare{ query }never started syncing and produced no data. It now defaultsstartSync: trueandgcTime: 0while still honoring any explicit values in the config.Extract shared live-query adapter helpers into
@tanstack/db(#1641)Adds
isCollection,isSingleResultCollection, andgetLiveQueryStatusFlagsto@tanstack/dband migrates all five framework adapters to use them.isCollectionreplaces the per-adapter duck-typing and Solid'sinstanceof CollectionImplwith one structural, multi-realm-safe guard (theinstanceofform gave false negatives across dual-package boundaries). No behavior change; internal deduplication only.Updated dependencies [
eabcea7,6d4c096]:@tanstack/browser-db-sqlite-persistence@0.2.7
Patch Changes
@tanstack/capacitor-db-sqlite-persistence@0.2.7
Patch Changes
@tanstack/cloudflare-durable-objects-db-sqlite-persistence@0.2.7
Patch Changes
@tanstack/db-sqlite-persistence-core@0.2.7
Patch Changes
eabcea7,6d4c096]:@tanstack/electric-db-collection@0.3.13
Patch Changes
eabcea7,6d4c096]:@tanstack/electron-db-sqlite-persistence@0.1.19
Patch Changes
@tanstack/expo-db-sqlite-persistence@0.2.7
Patch Changes
@tanstack/node-db-sqlite-persistence@0.2.7
Patch Changes
@tanstack/offline-transactions@1.0.40
Patch Changes
eabcea7,6d4c096]:@tanstack/powersync-db-collection@0.1.53
Patch Changes
eabcea7,6d4c096]:@tanstack/query-db-collection@1.0.48
Patch Changes
Clarify that
selectextracts rows for DB materialization while preserving the wrapped TanStack Query cache response. (#1654)Document the current TanStack Query option compatibility surface for Query Collections, including forwarded options, QueryClient defaults, adapter-owned fields, and common options that are not currently exposed. (#1653)
Add coverage for query invalidation behavior across eager and on-demand query collections. (#1655)
Updated dependencies [
eabcea7,6d4c096]:@tanstack/react-db@0.1.93
Patch Changes
Extract shared live-query adapter helpers into
@tanstack/db(#1641)Adds
isCollection,isSingleResultCollection, andgetLiveQueryStatusFlagsto@tanstack/dband migrates all five framework adapters to use them.isCollectionreplaces the per-adapter duck-typing and Solid'sinstanceof CollectionImplwith one structural, multi-realm-safe guard (theinstanceofform gave false negatives across dual-package boundaries). No behavior change; internal deduplication only.Updated dependencies [
eabcea7,6d4c096]:@tanstack/react-native-db-sqlite-persistence@0.2.7
Patch Changes
@tanstack/rxdb-db-collection@0.1.81
Patch Changes
eabcea7,6d4c096]:@tanstack/solid-db@0.2.29
Patch Changes
Extract shared live-query adapter helpers into
@tanstack/db(#1641)Adds
isCollection,isSingleResultCollection, andgetLiveQueryStatusFlagsto@tanstack/dband migrates all five framework adapters to use them.isCollectionreplaces the per-adapter duck-typing and Solid'sinstanceof CollectionImplwith one structural, multi-realm-safe guard (theinstanceofform gave false negatives across dual-package boundaries). No behavior change; internal deduplication only.Updated dependencies [
eabcea7,6d4c096]:@tanstack/svelte-db@0.1.92
Patch Changes
Extract shared live-query adapter helpers into
@tanstack/db(#1641)Adds
isCollection,isSingleResultCollection, andgetLiveQueryStatusFlagsto@tanstack/dband migrates all five framework adapters to use them.isCollectionreplaces the per-adapter duck-typing and Solid'sinstanceof CollectionImplwith one structural, multi-realm-safe guard (theinstanceofform gave false negatives across dual-package boundaries). No behavior change; internal deduplication only.fix(svelte-db): a disabled
useLiveQuery(query callback returningnull/undefined) no longer crashes (#1637)The reactive-getter unwrapping (
toValue) called the query callback and, when it returnednull/undefinedto signal a disabled query, passed the unwrappednullintocreateLiveQueryCollection, throwing ingetQueryIR. Anull/undefinedresolved value is now treated as a disabled query (returns thedisabledstate) as it is in the other adapters.Updated dependencies [
eabcea7,6d4c096]:@tanstack/tauri-db-sqlite-persistence@0.2.7
Patch Changes
@tanstack/trailbase-db-collection@0.1.93
Patch Changes
eabcea7,6d4c096]:@tanstack/vue-db@0.0.126
Patch Changes
Extract shared live-query adapter helpers into
@tanstack/db(#1641)Adds
isCollection,isSingleResultCollection, andgetLiveQueryStatusFlagsto@tanstack/dband migrates all five framework adapters to use them.isCollectionreplaces the per-adapter duck-typing and Solid'sinstanceof CollectionImplwith one structural, multi-realm-safe guard (theinstanceofform gave false negatives across dual-package boundaries). No behavior change; internal deduplication only.Updated dependencies [
eabcea7,6d4c096]:todos@0.0.19
Patch Changes
42fb59c,eabcea7,6d4c096]:offline-transactions-react-native@1.0.4
Patch Changes
eabcea7,b2b8923,580f9d0,6d4c096,e147721]:shopping-list-react-native@1.0.4
Patch Changes
eabcea7,6d4c096]:@tanstack/db-example-paced-mutations-demo@0.0.9
Patch Changes
eabcea7,6d4c096]:@tanstack/capacitor-db-sqlite-persistence-e2e-app@0.0.19
Patch Changes
eabcea7,6d4c096]:@tanstack/expo-db-sqlite-persistence-e2e-app@0.0.19
Patch Changes
eabcea7,6d4c096]:@tanstack/tauri-db-sqlite-persistence-e2e-app@0.0.19
Patch Changes
eabcea7,6d4c096]: