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/angular-db@0.1.36
Patch Changes
1d19d22,b3e4e80]:@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()andObject.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)
serializefunctionJSON.stringify(like BigInt), preventing a secondary error from masking the original issueUpdated dependencies [
1d19d22,b3e4e80]:@tanstack/powersync-db-collection@0.1.14
Patch Changes
1d19d22,b3e4e80]:@tanstack/react-db@0.1.54
Patch Changes
1d19d22,b3e4e80]:@tanstack/rxdb-db-collection@0.1.42
Patch Changes
1d19d22,b3e4e80]:@tanstack/solid-db@0.1.53
Patch Changes
1d19d22,b3e4e80]:@tanstack/svelte-db@0.1.53
Patch Changes
1d19d22,b3e4e80]:@tanstack/trailbase-db-collection@0.1.54
Patch Changes
1d19d22,b3e4e80]:@tanstack/vue-db@0.0.86
Patch Changes
1d19d22,b3e4e80]:@tanstack/db-collection-e2e@0.0.13
Patch Changes
1d19d22,aebd0fa,b3e4e80]: