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

pkg: Update all non-major dependencies #3012

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/cli 3.1.18 -> 3.1.20 age adoption passing confidence
@data-client/react (source) 0.11.0 -> 0.11.2 age adoption passing confidence
@types/react (source) 18.2.78 -> 18.2.79 age adoption passing confidence
antd (source) 5.16.1 -> 5.16.2 age adoption passing confidence
babel-plugin-module-resolver 5.0.0 -> 5.0.1 age adoption passing confidence

Release Notes

reactive/data-client (@​data-client/react)

v0.11.2

Compare Source

Patch Changes
  • #​3010 c906392 Thanks @​ntucker! - ErrorBoundary listens to all errors

    This means it may catch errors that were previously passing thorugh

  • #​3010 c906392 Thanks @​ntucker! - ErrorBoundary default error fallback supports react native

  • #​3010 c906392 Thanks @​ntucker! - Add listen prop to ErrorBoundary and AsyncBoundary

    <AsyncBoundary listen={history.listen}>
      <MatchedRoute index={0} />
    </AsyncBoundary>
  • #​3010 c906392 Thanks @​ntucker! - Add resetErrorBoundary sent to errorComponent

    function ErrorComponent({
      error,
      className,
      resetErrorBoundary,
    }: {
      error: Error;
      resetErrorBoundary: () => void;
      className?: string;
    }) {
      return (
        <pre role="alert" className={className}>
          {error.message} <button onClick={resetErrorBoundary}>Reset</button>
        </pre>
      );
    }
ant-design/ant-design (antd)

v5.16.2

Compare Source

tleunen/babel-plugin-module-resolver (babel-plugin-module-resolver)

v5.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented Apr 17, 2024

⚠️ No Changeset found

Latest commit: 9922f09

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 9922f09 Previous: c906392 Ratio
normalizeLong 515 ops/sec (±0.48%) 458 ops/sec (±1.57%) 0.89
infer All 9786 ops/sec (±2.33%) 9679 ops/sec (±0.56%) 0.99
denormalizeLong 346 ops/sec (±1.58%) 320 ops/sec (±1.70%) 0.92
denormalizeLong donotcache 869 ops/sec (±2.58%) 846 ops/sec (±1.24%) 0.97
denormalizeShort donotcache 500x 1417 ops/sec (±0.52%) 1350 ops/sec (±0.58%) 0.95
denormalizeShort 500x 1004 ops/sec (±0.66%) 957 ops/sec (±0.36%) 0.95
denormalizeShort 500x withCache 5358 ops/sec (±0.63%) 4808 ops/sec (±0.17%) 0.90
denormalizeLong with mixin Entity 320 ops/sec (±0.58%) 297 ops/sec (±0.53%) 0.93
denormalizeLong withCache 6771 ops/sec (±0.43%) 6593 ops/sec (±0.17%) 0.97
denormalizeLong All withCache 6909 ops/sec (±0.49%) 6911 ops/sec (±0.76%) 1.00
denormalizeLong Query-sorted withCache 6556 ops/sec (±0.59%) 6745 ops/sec (±0.41%) 1.03
denormalizeLongAndShort withEntityCacheOnly 1664 ops/sec (±0.66%) 1529 ops/sec (±0.46%) 0.92
getResponse 5807 ops/sec (±0.79%) 4752 ops/sec (±0.38%) 0.82
getResponse (null) 5385538 ops/sec (±0.57%) 5989091 ops/sec (±0.45%) 1.11
getResponse (clear cache) 317 ops/sec (±0.73%) 289 ops/sec (±0.51%) 0.91
getSmallResponse 2632 ops/sec (±0.53%) 2515 ops/sec (±0.29%) 0.96
getSmallInferredResponse 1854 ops/sec (±0.60%) 1829 ops/sec (±0.33%) 0.99
getResponse Query-sorted 5210 ops/sec (±0.60%) 4748 ops/sec (±0.31%) 0.91
getResponse Collection 5262 ops/sec (±1.49%) 5582 ops/sec (±0.94%) 1.06
get Collection 5061 ops/sec (±0.47%) 4786 ops/sec (±0.28%) 0.95
setLong 515 ops/sec (±0.62%) 466 ops/sec (±0.53%) 0.90
setLongWithMerge 198 ops/sec (±0.64%) 188 ops/sec (±0.56%) 0.95
setLongWithSimpleMerge 216 ops/sec (±1.72%) 203 ops/sec (±0.37%) 0.94
setSmallResponse 500x 900 ops/sec (±0.61%) 846 ops/sec (±1.05%) 0.94

This comment was automatically generated by workflow using github-action-benchmark.

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.49%. Comparing base (af410d8) to head (9922f09).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3012   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files         122      122           
  Lines        2186     2186           
  Branches      439      439           
=======================================
  Hits         2153     2153           
  Misses         21       21           
  Partials       12       12           

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

@ntucker ntucker enabled auto-merge April 17, 2024 19:44
@ntucker ntucker added this pull request to the merge queue Apr 17, 2024
Merged via the queue into master with commit 88d6d5d Apr 17, 2024
23 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch April 17, 2024 19:51
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