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 #3322

Merged
merged 1 commit into from
Dec 28, 2024
Merged

Version Packages #3322

merged 1 commit into from
Dec 28, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 22, 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/[email protected]

Patch Changes

  • 3906fc2 Thanks @ntucker! - SUBSCRIBE action field ordering consistent with other actions

@data-client/[email protected]

Patch Changes

  • 3906fc2 Thanks @ntucker! - SUBSCRIBE action field ordering consistent with other actions

  • 19d4669 Thanks @ntucker! - Fix pnp compatibility

    Change import from @data-client/normalizr -> @data-client/core
    as core is explicit dependency

  • Updated dependencies [3906fc2]:

@data-client/[email protected]

Patch Changes

  • #3333 1777546 Thanks @renovate! - Resource.extend() compatibility with TypeScript 5

    Previously extending existing members with no
    typed overrides (like path) would not work starting with
    TypeScript 5.7.

    const UserResource = UserResourceBase.extend({
      partialUpdate: {
        getOptimisticResponse(snap, params, body) {
          params.id;
          params.group;
          // @ts-expect-error
          params.nothere;
          return {
            id: params.id,
            ...body,
          };
        },
      },
    });

[email protected]

Patch Changes

Copy link

codecov bot commented Dec 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.85%. Comparing base (1112651) to head (e3d3fcf).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3322   +/-   ##
=======================================
  Coverage   98.85%   98.85%           
=======================================
  Files         132      132           
  Lines        2274     2274           
  Branches      466      466           
=======================================
  Hits         2248     2248           
  Misses         13       13           
  Partials       13       13           

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

@github-actions github-actions bot force-pushed the changeset-release/master branch 9 times, most recently from 0f94ab7 to 5c6aef2 Compare December 24, 2024 13:28
@github-actions github-actions bot force-pushed the changeset-release/master branch from 5c6aef2 to 3158552 Compare December 24, 2024 18:23
@github-actions github-actions bot force-pushed the changeset-release/master branch 5 times, most recently from aae1d34 to 1cc1198 Compare December 28, 2024 11:14
@github-actions github-actions bot force-pushed the changeset-release/master branch from 1cc1198 to dad07f0 Compare December 28, 2024 11:19
@github-actions github-actions bot force-pushed the changeset-release/master branch from dad07f0 to e3d3fcf Compare December 28, 2024 18:47
@ntucker ntucker added this pull request to the merge queue Dec 28, 2024
Merged via the queue into master with commit af07e7a Dec 28, 2024
18 checks passed
@ntucker ntucker deleted the changeset-release/master branch December 28, 2024 18:59
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