Skip to content

Version Packages#3913

Merged
ntucker merged 1 commit intomasterfrom
changeset-release/master
Apr 16, 2026
Merged

Version Packages#3913
ntucker merged 1 commit intomasterfrom
changeset-release/master

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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 master, this PR will be updated.

Releases

@data-client/core@0.16.7

Patch Changes

  • fd64b41 - Include @data-client/normalizr@0.16.6 performance improvements:

    • #3875 467a5f6 - Fix deepClone to only copy own properties

      deepClone in the immutable store path now uses Object.keys() instead of for...in, preventing inherited properties from being copied into cloned state.

    • #3877 e9e96f1 - Replace megamorphic computed dispatch in getDependency with switch

      getDependency used delegate[array[index]](...spread) which creates a temporary array, a computed property lookup, and a spread call on every invocation — a megamorphic pattern that prevents V8 from inlining or type-specializing the call site. Replaced with a switch on path.length for monomorphic dispatch.

    • #3876 7d28629 - Improve denormalization performance by pre-allocating the dependency tracking slot

      Replace Array.prototype.unshift() in GlobalCache.getResults() with a pre-allocated slot at index 0, avoiding O(n) element shifting on every cache-miss denormalization.

    • #3884 7df6a49 - Move entity table POJO clone from getNewEntities to setEntity

      Lazy-clone entity and meta tables on first write per entity type instead of eagerly in getNewEntities. This keeps getNewEntities as a pure Map operation, eliminating its V8 Maglev bailout ("Insufficient type feedback for generic named access" on this.entities).

    • #3878 98a7831 - Avoid hidden class mutation in normalize() return object

      The normalize result object was constructed with result: '' as any then mutated via ret.result = visit(...), causing a V8 hidden class transition when the property type changed from string to the actual result type. Restructured to compute the result first and construct the final object in a single step.

@data-client/react@0.16.7

Patch Changes

  • fd64b41 - Include @data-client/normalizr@0.16.6 performance improvements:

    • #3875 467a5f6 - Fix deepClone to only copy own properties

      deepClone in the immutable store path now uses Object.keys() instead of for...in, preventing inherited properties from being copied into cloned state.

    • #3877 e9e96f1 - Replace megamorphic computed dispatch in getDependency with switch

      getDependency used delegate[array[index]](...spread) which creates a temporary array, a computed property lookup, and a spread call on every invocation — a megamorphic pattern that prevents V8 from inlining or type-specializing the call site. Replaced with a switch on path.length for monomorphic dispatch.

    • #3876 7d28629 - Improve denormalization performance by pre-allocating the dependency tracking slot

      Replace Array.prototype.unshift() in GlobalCache.getResults() with a pre-allocated slot at index 0, avoiding O(n) element shifting on every cache-miss denormalization.

    • #3884 7df6a49 - Move entity table POJO clone from getNewEntities to setEntity

      Lazy-clone entity and meta tables on first write per entity type instead of eagerly in getNewEntities. This keeps getNewEntities as a pure Map operation, eliminating its V8 Maglev bailout ("Insufficient type feedback for generic named access" on this.entities).

    • #3878 98a7831 - Avoid hidden class mutation in normalize() return object

      The normalize result object was constructed with result: '' as any then mutated via ret.result = visit(...), causing a V8 hidden class transition when the property type changed from string to the actual result type. Restructured to compute the result first and construct the final object in a single step.

  • Updated dependencies [fd64b41]:

    • @data-client/core@0.16.7

@data-client/vue@0.16.1

Patch Changes

  • fd64b41 - Include @data-client/normalizr@0.16.6 performance improvements:

    • #3875 467a5f6 - Fix deepClone to only copy own properties

      deepClone in the immutable store path now uses Object.keys() instead of for...in, preventing inherited properties from being copied into cloned state.

    • #3877 e9e96f1 - Replace megamorphic computed dispatch in getDependency with switch

      getDependency used delegate[array[index]](...spread) which creates a temporary array, a computed property lookup, and a spread call on every invocation — a megamorphic pattern that prevents V8 from inlining or type-specializing the call site. Replaced with a switch on path.length for monomorphic dispatch.

    • #3876 7d28629 - Improve denormalization performance by pre-allocating the dependency tracking slot

      Replace Array.prototype.unshift() in GlobalCache.getResults() with a pre-allocated slot at index 0, avoiding O(n) element shifting on every cache-miss denormalization.

    • #3884 7df6a49 - Move entity table POJO clone from getNewEntities to setEntity

      Lazy-clone entity and meta tables on first write per entity type instead of eagerly in getNewEntities. This keeps getNewEntities as a pure Map operation, eliminating its V8 Maglev bailout ("Insufficient type feedback for generic named access" on this.entities).

    • #3878 98a7831 - Avoid hidden class mutation in normalize() return object

      The normalize result object was constructed with result: '' as any then mutated via ret.result = visit(...), causing a V8 hidden class transition when the property type changed from string to the actual result type. Restructured to compute the result first and construct the final object in a single step.

  • Updated dependencies [fd64b41]:

    • @data-client/core@0.16.7

example-benchmark@0.4.84

Patch Changes

  • Updated dependencies [fd64b41]:
    • @data-client/core@0.16.7
    • @data-client/endpoint@0.16.6

example-benchmark-react@0.1.8

Patch Changes

  • Updated dependencies [fd64b41]:
    • @data-client/core@0.16.7
    • @data-client/react@0.16.7
    • @data-client/endpoint@0.16.6
    • @data-client/rest@0.16.6

coinbase-lite@0.0.23

Patch Changes

  • Updated dependencies [fd64b41]:
    • @data-client/react@0.16.7

test-bundlesize@0.1.15

Patch Changes

  • Updated dependencies [fd64b41]:
    • @data-client/react@0.16.7
    • @data-client/img@0.16.0
    • @data-client/rest@0.16.6

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs-site Ignored Ignored Preview Apr 16, 2026 2:13am

Request Review

@ntucker ntucker merged commit 4f5b6b6 into master Apr 16, 2026
8 of 14 checks passed
@ntucker ntucker deleted the changeset-release/master branch April 16, 2026 02:15
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