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

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/cli 3.1.42 -> 3.1.44 age adoption passing confidence
@anansi/core 0.20.7 -> 0.20.8 age adoption passing confidence
@anansi/router 0.10.6 -> 0.10.7 age adoption passing confidence
@types/react (source) 18.3.10 -> 18.3.11 age adoption passing confidence
antd (source) 5.21.1 -> 5.21.2 age adoption passing confidence
globals 15.9.0 -> 15.10.0 age adoption passing confidence
next (source) 14.2.13 -> 14.2.14 age adoption passing confidence
react-native (source, changelog) 0.75.3 -> 0.75.4 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v5.21.2

Compare Source


sindresorhus/globals (globals)

v15.10.0

Compare Source

vercel/next.js (next)

v14.2.14

Compare Source

facebook/react-native (react-native)

v0.75.4

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Oct 2, 2024

⚠️ No Changeset found

Latest commit: 2bc51f9

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

@ntucker ntucker enabled auto-merge October 2, 2024 19:31
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: 2bc51f9 Previous: 6381423 Ratio
normalizeLong 493 ops/sec (±0.38%) 502 ops/sec (±0.20%) 1.02
infer All 9284 ops/sec (±0.41%) 9285 ops/sec (±0.32%) 1.00
denormalizeLong 330 ops/sec (±0.90%) 344 ops/sec (±1.02%) 1.04
denormalizeLong donotcache 890 ops/sec (±0.50%) 879 ops/sec (±0.56%) 0.99
denormalizeShort donotcache 500x 1368 ops/sec (±0.21%) 1341 ops/sec (±0.18%) 0.98
denormalizeShort 500x 985 ops/sec (±0.36%) 958 ops/sec (±0.29%) 0.97
denormalizeShort 500x withCache 4842 ops/sec (±0.24%) 4877 ops/sec (±0.20%) 1.01
denormalizeLong with mixin Entity 295 ops/sec (±0.26%) 296 ops/sec (±0.20%) 1.00
denormalizeLong withCache 5658 ops/sec (±0.17%) 6936 ops/sec (±0.28%) 1.23
denormalizeLong All withCache 6478 ops/sec (±0.25%) 6590 ops/sec (±0.19%) 1.02
denormalizeLong Query-sorted withCache 6309 ops/sec (±0.27%) 6474 ops/sec (±0.29%) 1.03
denormalizeLongAndShort withEntityCacheOnly 1463 ops/sec (±0.64%) 1491 ops/sec (±0.35%) 1.02
getResponse 6251 ops/sec (±1.24%) 6413 ops/sec (±1.62%) 1.03
getResponse (null) 5269151 ops/sec (±0.96%) 5246021 ops/sec (±0.56%) 1.00
getResponse (clear cache) 293 ops/sec (±0.49%) 288 ops/sec (±0.40%) 0.98
getSmallResponse 2613 ops/sec (±1.56%) 2674 ops/sec (±0.12%) 1.02
getSmallInferredResponse 2041 ops/sec (±0.97%) 1946 ops/sec (±0.20%) 0.95
getResponse Query-sorted 5318 ops/sec (±0.35%) 5415 ops/sec (±0.44%) 1.02
getResponse Collection 6123 ops/sec (±1.28%) 5952 ops/sec (±1.20%) 0.97
get Collection 5627 ops/sec (±1.09%) 4988 ops/sec (±1.22%) 0.89
setLong 503 ops/sec (±0.35%) 501 ops/sec (±0.25%) 1.00
setLongWithMerge 199 ops/sec (±0.47%) 198 ops/sec (±0.27%) 0.99
setLongWithSimpleMerge 209 ops/sec (±0.39%) 206 ops/sec (±0.38%) 0.99
setSmallResponse 500x 907 ops/sec (±0.30%) 887 ops/sec (±0.23%) 0.98

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

@ntucker ntucker added this pull request to the merge queue Oct 2, 2024
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.94%. Comparing base (4580e62) to head (2bc51f9).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3235   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files         132      132           
  Lines        2269     2269           
  Branches      467      467           
=======================================
  Hits         2245     2245           
  Misses         13       13           
  Partials       11       11           
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Merged via the queue into master with commit 3b314d7 Oct 2, 2024
24 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch October 2, 2024 19:44
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