Skip to content

Version Packages#3846

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

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

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 1, 2026

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/rest@0.16.1

Patch Changes

  • #3845 14095fe - Fix type errors when using concrete body types with subclassed RestEndpoint

    Subclassing RestEndpoint (the standard pattern for adding auth headers, custom
    serialization, etc.) could produce type errors when specifying concrete body types.

    // Before: type error on body ❌
    class AuthdEndpoint<O extends RestGenerics = any> extends RestEndpoint<O> {}
    new AuthdEndpoint({
      method: 'PUT',
      path: '/users/:id',
      body: {} as { username: string; email: string },
    });
    
    // After: works correctly ✓

example-benchmark-react@0.1.2

Patch Changes

  • Updated dependencies [14095fe]:
    • @data-client/rest@0.16.1
    • @data-client/react@0.16.0

coinbase-lite@0.0.17

Patch Changes

  • Updated dependencies [14095fe]:
    • @data-client/rest@0.16.1

test-bundlesize@0.1.9

Patch Changes

  • Updated dependencies [14095fe]:
    • @data-client/rest@0.16.1
    • @data-client/react@0.16.0

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 1, 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 1, 2026 1:33pm

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.08%. Comparing base (14095fe) to head (7b89fbb).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3846   +/-   ##
=======================================
  Coverage   98.08%   98.08%           
=======================================
  Files         152      152           
  Lines        2871     2871           
  Branches      563      563           
=======================================
  Hits         2816     2816           
  Misses         11       11           
  Partials       44       44           

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

@ntucker ntucker merged commit 9b6c7f4 into master Apr 1, 2026
21 checks passed
@ntucker ntucker deleted the changeset-release/master branch April 1, 2026 13:36
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