Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 25, 2025

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.32

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/db@0.5.6

Patch Changes

  • Fix scheduler handling of lazy left-join/live-query dependencies: treat non-enqueued lazy deps as satisfied to avoid unresolved-dependency deadlocks, and block only when a dep actually has pending work. (#898)

@tanstack/electric-db-collection@0.2.6

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/powersync-db-collection@0.1.10

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/query-db-collection@1.0.5

Patch Changes

  • fix: ensure ctx.meta.loadSubsetOptions type-safety works automatically (#869)

    The module augmentation for ctx.meta.loadSubsetOptions is now guaranteed to load automatically when importing from @tanstack/query-db-collection. Previously, users needed to explicitly import QueryCollectionMeta or use @ts-ignore to pass ctx.meta?.loadSubsetOptions to parseLoadSubsetOptions.

    Additionally, QueryCollectionMeta is now an interface (instead of a type alias), enabling users to safely extend meta with custom properties via declaration merging:

    declare module "@tanstack/query-db-collection" {
      interface QueryCollectionMeta {
        myCustomProperty: string
      }
    }
  • Updated dependencies [c8a2c16]:

    • @tanstack/db@0.5.6

@tanstack/react-db@0.1.50

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/rxdb-db-collection@0.1.38

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/solid-db@0.1.49

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/svelte-db@0.1.49

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/trailbase-db-collection@0.1.50

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/vue-db@0.0.82

Patch Changes

  • Updated dependencies [c8a2c16]:
    • @tanstack/db@0.5.6

@tanstack/db-collection-e2e@0.0.8

Patch Changes

  • Updated dependencies [a540d7c, c8a2c16]:
    • @tanstack/query-db-collection@1.0.5
    • @tanstack/db@0.5.6
    • @tanstack/electric-db-collection@0.2.6

@github-actions github-actions bot force-pushed the changeset-release/main branch from ff41435 to 697a585 Compare November 25, 2025 15:23
@github-actions github-actions bot force-pushed the changeset-release/main branch from 697a585 to 5ca6b99 Compare November 25, 2025 23:27
@KyleAMathews KyleAMathews merged commit e3819e5 into main Nov 26, 2025
@KyleAMathews KyleAMathews deleted the changeset-release/main branch November 26, 2025 03:51
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.

2 participants