Skip to content

Conversation

@github-actions
Copy link
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.15.5

Patch Changes

  • #3706 93ee4da Thanks @ntucker! - Add direct exports for schema classes from @data-client/endpoint

    Schema classes (Union, Invalidate, Collection, Query, Values, All) can now be imported directly instead of requiring the schema namespace.

    Before

    import { schema } from '@data-client/endpoint';
    const myUnion = new schema.Union({ users: User, groups: Group }, 'type');

    After

    import { Union } from '@data-client/endpoint';
    const myUnion = new Union({ users: User, groups: Group }, 'type');

    The schema namespace export remains available for backward compatibility.

  • Updated dependencies []:

    • @data-client/normalizr@0.15.4

@data-client/endpoint@0.15.5

Patch Changes

  • #3706 93ee4da Thanks @ntucker! - Add direct exports for schema classes from @data-client/endpoint

    Schema classes (Union, Invalidate, Collection, Query, Values, All) can now be imported directly instead of requiring the schema namespace.

    Before

    import { schema } from '@data-client/endpoint';
    const myUnion = new schema.Union({ users: User, groups: Group }, 'type');

    After

    import { Union } from '@data-client/endpoint';
    const myUnion = new Union({ users: User, groups: Group }, 'type');

    The schema namespace export remains available for backward compatibility.

@data-client/graphql@0.15.5

Patch Changes

  • #3706 93ee4da Thanks @ntucker! - Add direct exports for schema classes from @data-client/endpoint

    Schema classes (Union, Invalidate, Collection, Query, Values, All) can now be imported directly instead of requiring the schema namespace.

    Before

    import { schema } from '@data-client/endpoint';
    const myUnion = new schema.Union({ users: User, groups: Group }, 'type');

    After

    import { Union } from '@data-client/endpoint';
    const myUnion = new Union({ users: User, groups: Group }, 'type');

    The schema namespace export remains available for backward compatibility.

  • Updated dependencies [93ee4da]:

    • @data-client/endpoint@0.15.5

@data-client/react@0.15.5

Patch Changes

  • #3706 93ee4da Thanks @ntucker! - Add direct exports for schema classes from @data-client/endpoint

    Schema classes (Union, Invalidate, Collection, Query, Values, All) can now be imported directly instead of requiring the schema namespace.

    Before

    import { schema } from '@data-client/endpoint';
    const myUnion = new schema.Union({ users: User, groups: Group }, 'type');

    After

    import { Union } from '@data-client/endpoint';
    const myUnion = new Union({ users: User, groups: Group }, 'type');

    The schema namespace export remains available for backward compatibility.

  • Updated dependencies [93ee4da]:

    • @data-client/core@0.15.5

@data-client/rest@0.15.5

Patch Changes

  • #3706 93ee4da Thanks @ntucker! - Add direct exports for schema classes from @data-client/endpoint

    Schema classes (Union, Invalidate, Collection, Query, Values, All) can now be imported directly instead of requiring the schema namespace.

    Before

    import { schema } from '@data-client/endpoint';
    const myUnion = new schema.Union({ users: User, groups: Group }, 'type');

    After

    import { Union } from '@data-client/endpoint';
    const myUnion = new Union({ users: User, groups: Group }, 'type');

    The schema namespace export remains available for backward compatibility.

  • Updated dependencies [93ee4da]:

    • @data-client/endpoint@0.15.5

@data-client/vue@0.15.3

Patch Changes

  • #3706 93ee4da Thanks @ntucker! - Add direct exports for schema classes from @data-client/endpoint

    Schema classes (Union, Invalidate, Collection, Query, Values, All) can now be imported directly instead of requiring the schema namespace.

    Before

    import { schema } from '@data-client/endpoint';
    const myUnion = new schema.Union({ users: User, groups: Group }, 'type');

    After

    import { Union } from '@data-client/endpoint';
    const myUnion = new Union({ users: User, groups: Group }, 'type');

    The schema namespace export remains available for backward compatibility.

  • Updated dependencies [93ee4da]:

    • @data-client/core@0.15.5

example-benchmark@0.4.79

Patch Changes

  • Updated dependencies [93ee4da]:
    • @data-client/core@0.15.5
    • @data-client/endpoint@0.15.5
    • @data-client/normalizr@0.15.4

coinbase-lite@0.0.13

Patch Changes

  • Updated dependencies [93ee4da]:
    • @data-client/react@0.15.5
    • @data-client/rest@0.15.5

normalizr-github-example@0.1.54

Patch Changes

  • Updated dependencies [93ee4da]:
    • @data-client/endpoint@0.15.5
    • @data-client/normalizr@0.15.4

normalizr-redux-example@0.1.52

Patch Changes

  • Updated dependencies [93ee4da]:
    • @data-client/endpoint@0.15.5
    • @data-client/normalizr@0.15.4

normalizr-relationships@0.1.54

Patch Changes

  • Updated dependencies [93ee4da]:
    • @data-client/endpoint@0.15.5
    • @data-client/normalizr@0.15.4

test-bundlesize@0.1.5

Patch Changes

  • Updated dependencies [93ee4da]:
    • @data-client/react@0.15.5
    • @data-client/rest@0.15.5
    • @data-client/img@0.15.0

@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.13%. Comparing base (93ee4da) to head (4dd8306).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3707   +/-   ##
=======================================
  Coverage   98.13%   98.13%           
=======================================
  Files         150      150           
  Lines        2736     2736           
  Branches      537      537           
=======================================
  Hits         2685     2685           
  Misses         11       11           
  Partials       40       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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