Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 1, 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.36

Patch Changes

@tanstack/db@0.5.10

Patch Changes

  • Type utils in collection options as specific type (e.g. ElectricCollectionUtils) instead of generic UtilsRecord. (#940)

  • Fix proxy to handle frozen objects correctly. Previously, creating a proxy for a frozen object (such as data from state management libraries that freeze their state) would throw a TypeError when attempting to modify properties via the proxy. The proxy now uses an unfrozen internal copy as the Proxy target, allowing modifications to be tracked correctly while preserving the immutability of the original object. (#933)

    Also adds support for Object.seal() and Object.preventExtensions() on proxies, allowing these operations to work correctly on change-tracking proxies.

@tanstack/electric-db-collection@0.2.11

Patch Changes

  • Type utils in collection options as specific type (e.g. ElectricCollectionUtils) instead of generic UtilsRecord. (#940)

  • fix: Add BigInt support to pg-serializer and fix error message for non-JSON-serializable values (#932)

    • Added support for serializing BigInt values to strings in the serialize function
    • Fixed the error message when encountering unsupported types to handle values that cannot be serialized by JSON.stringify (like BigInt), preventing a secondary error from masking the original issue
  • Updated dependencies [1d19d22, b3e4e80]:

    • @tanstack/db@0.5.10

@tanstack/powersync-db-collection@0.1.14

Patch Changes

@tanstack/react-db@0.1.54

Patch Changes

@tanstack/rxdb-db-collection@0.1.42

Patch Changes

@tanstack/solid-db@0.1.53

Patch Changes

@tanstack/svelte-db@0.1.53

Patch Changes

@tanstack/trailbase-db-collection@0.1.54

Patch Changes

@tanstack/vue-db@0.0.86

Patch Changes

@tanstack/db-collection-e2e@0.0.13

Patch Changes

  • Updated dependencies [1d19d22, aebd0fa, b3e4e80]:
    • @tanstack/electric-db-collection@0.2.11
    • @tanstack/db@0.5.10
    • @tanstack/query-db-collection@1.0.5

@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from d3f84f1 to 5afe784 Compare December 1, 2025 16:18
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5afe784 to b18bec4 Compare December 2, 2025 03:25
@KyleAMathews KyleAMathews merged commit 6ba4a9f into main Dec 2, 2025
@KyleAMathews KyleAMathews deleted the changeset-release/main branch December 2, 2025 18:09
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