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

Merged
merged 1 commit into from
Apr 13, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@data-client/endpoint (source) 0.11.0 -> 0.11.1 age adoption passing confidence
@data-client/graphql (source) 0.11.0 -> 0.11.1 age adoption passing confidence
@data-client/rest (source) 0.11.0 -> 0.11.1 age adoption passing confidence
@types/react (source) 18.2.75 -> 18.2.78 age adoption passing confidence
@types/react-dom (source) 18.2.24 -> 18.2.25 age adoption passing confidence
next (source) 14.1.4 -> 14.2.1 age adoption passing confidence

Release Notes

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

v0.11.1

Compare Source

Patch Changes
reactive/data-client (@​data-client/graphql)

v0.11.1

Compare Source

Patch Changes
reactive/data-client (@​data-client/rest)

v0.11.1

Compare Source

Patch Changes
vercel/next.js (next)

v14.2.1

Compare Source

v14.2.0

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 13, 2024

⚠️ No Changeset found

Latest commit: dc494b4

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: dc494b4 Previous: 390df74 Ratio
normalizeLong 472 ops/sec (±0.96%) 501 ops/sec (±0.55%) 1.06
infer All 9430 ops/sec (±1.04%) 9379 ops/sec (±2.43%) 0.99
denormalizeLong 325 ops/sec (±1.17%) 322 ops/sec (±2.57%) 0.99
denormalizeLong donotcache 846 ops/sec (±1.22%) 850 ops/sec (±0.29%) 1.00
denormalizeShort donotcache 500x 1361 ops/sec (±0.10%) 1360 ops/sec (±0.28%) 1.00
denormalizeShort 500x 954 ops/sec (±0.43%) 971 ops/sec (±0.45%) 1.02
denormalizeShort 500x withCache 5212 ops/sec (±0.21%) 4981 ops/sec (±0.42%) 0.96
denormalizeLong with mixin Entity 303 ops/sec (±0.51%) 307 ops/sec (±0.45%) 1.01
denormalizeLong withCache 6459 ops/sec (±0.59%) 7397 ops/sec (±0.21%) 1.15
denormalizeLong All withCache 6674 ops/sec (±0.29%) 6683 ops/sec (±0.11%) 1.00
denormalizeLong Query-sorted withCache 6496 ops/sec (±0.39%) 6616 ops/sec (±0.22%) 1.02
denormalizeLongAndShort withEntityCacheOnly 1536 ops/sec (±0.38%) 1636 ops/sec (±1.11%) 1.07
getResponse 5307 ops/sec (±1.39%) 5220 ops/sec (±0.81%) 0.98
getResponse (null) 5521118 ops/sec (±0.44%) 6191573 ops/sec (±0.42%) 1.12
getResponse (clear cache) 295 ops/sec (±0.40%) 304 ops/sec (±0.39%) 1.03
getSmallResponse 2554 ops/sec (±0.45%) 2526 ops/sec (±0.27%) 0.99
getSmallInferredResponse 1817 ops/sec (±0.36%) 1839 ops/sec (±0.33%) 1.01
getResponse Query-sorted 4823 ops/sec (±0.15%) 4875 ops/sec (±0.16%) 1.01
getResponse Collection 5736 ops/sec (±1.19%) 4980 ops/sec (±0.87%) 0.87
get Collection 5467 ops/sec (±0.47%) 4833 ops/sec (±0.29%) 0.88
setLong 482 ops/sec (±0.20%) 502 ops/sec (±0.43%) 1.04
setLongWithMerge 193 ops/sec (±1.08%) 196 ops/sec (±0.23%) 1.02
setLongWithSimpleMerge 207 ops/sec (±0.28%) 207 ops/sec (±0.23%) 1
setSmallResponse 500x 863 ops/sec (±0.32%) 848 ops/sec (±0.32%) 0.98

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc9249b to 3b28728 Compare April 13, 2024 10:46
Copy link

codecov bot commented Apr 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.46%. Comparing base (390df74) to head (dc494b4).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3007   +/-   ##
=======================================
  Coverage   98.46%   98.46%           
=======================================
  Files         119      119           
  Lines        2154     2154           
  Branches      435      435           
=======================================
  Hits         2121     2121           
  Misses         21       21           
  Partials       12       12           

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b28728 to dc494b4 Compare April 13, 2024 11:04
@ntucker ntucker enabled auto-merge April 13, 2024 11:09
@ntucker ntucker added this pull request to the merge queue Apr 13, 2024
Merged via the queue into master with commit 3af5411 Apr 13, 2024
23 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch April 13, 2024 11:17
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