Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3029

Merged
merged 1 commit into from
Apr 28, 2024
Merged

Version Packages #3029

merged 1 commit into from
Apr 28, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 27, 2024

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

Patch Changes

@data-client/react@0.11.5

Patch Changes

  • #3033 2152b41 Thanks @ntucker! - Environments without RequestIdleCallback will call immediately

  • Updated dependencies [2152b41]:

    • @data-client/core@0.11.5

@data-client/rest@0.11.5

Patch Changes

  • #3028 b173c52 Thanks @ntucker! - Warn for capitalization mistakes when calling createResource()

    Endpoint and Collection are both capitalized because they
    are classes. However, this may not be intuitive since other arguments are lower-first. Let's add a console.warn() to help
    guide, since this may be intentional?

    export const UserResource = createResource({
      urlPrefix: CONFIG.API_ROOT,
      path: "/users/:id",
      schema: User,
      // this should be 'Endpoint:'
      endpoint: AuthedEndpoint,
    });

@data-client/test@0.11.5

Patch Changes

  • #3030 068ae03 Thanks @renovate! - Use @testing-library/react-hooks act as it is fully compatible with 17,18,19 of React

  • 95524f8 Thanks @ntucker! - Prefer using act from 'react' (v19)

example-benchmark@0.4.43

Patch Changes

  • Updated dependencies [2152b41]:
    • @data-client/core@0.11.5

Copy link

codecov bot commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.49%. Comparing base (8f53b5e) to head (64007fa).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3029   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files         122      122           
  Lines        2194     2194           
  Branches      448      448           
=======================================
  Hits         2161     2161           
  Misses         21       21           
  Partials       12       12           

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

@ntucker ntucker added this pull request to the merge queue Apr 28, 2024
Merged via the queue into master with commit 9fa1f33 Apr 28, 2024
21 checks passed
@ntucker ntucker deleted the changeset-release/master branch April 28, 2024 21:07
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.

None yet

1 participant