Skip to content

ci: Version Packages#1344

Merged
KyleAMathews merged 1 commit intomainfrom
changeset-release/main
Mar 10, 2026
Merged

ci: Version Packages#1344
KyleAMathews merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 9, 2026

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/angular-db@0.1.58

Patch Changes

@tanstack/db@0.5.32

Patch Changes

  • fix(db): use Ref<T, Nullable> brand instead of Ref<T> | undefined for nullable join refs in declarative select (#1262)

    The declarative select() callback receives proxy objects that record property accesses. These proxies are always truthy at build time, but nullable join sides (left/right/full) were typed as Ref<T> | undefined, misleading users into using ?. and ?? operators that have no effect at runtime. Nullable join refs are now typed as Ref<T, true>, which allows direct property access without optional chaining while correctly producing T | undefined in the result type.

  • Fix unbounded WHERE expression growth in DeduplicatedLoadSubset when loading all data after accumulating specific predicates. The deduplication layer now correctly tracks the original request predicate (e.g., where: undefined for "load all") instead of the optimized difference query sent to the backend, ensuring hasLoadedAllData is properly set and subsequent requests are deduplicated. (#1348)

  • fix(db): throw error when fn.select() is used with groupBy() (#1324)

  • Add queryOnce helper for one-shot query execution, including findOne() support and optional QueryBuilder configs. (#1211)

@tanstack/electric-db-collection@0.2.40

Patch Changes

@tanstack/offline-transactions@1.0.23

Patch Changes

@tanstack/powersync-db-collection@0.1.36

Patch Changes

@tanstack/query-db-collection@1.0.29

Patch Changes

@tanstack/react-db@0.1.76

Patch Changes

@tanstack/rxdb-db-collection@0.1.64

Patch Changes

@tanstack/solid-db@0.2.12

Patch Changes

@tanstack/svelte-db@0.1.75

Patch Changes

@tanstack/trailbase-db-collection@0.1.76

Patch Changes

@tanstack/vue-db@0.0.109

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch from 5fbd56f to 42595f2 Compare March 10, 2026 11:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from 42595f2 to 9f40252 Compare March 10, 2026 23:15
@KyleAMathews KyleAMathews merged commit be32c53 into main Mar 10, 2026
@KyleAMathews KyleAMathews deleted the changeset-release/main branch March 10, 2026 23:19
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