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

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/cli 3.1.40 -> 3.1.41 age adoption passing confidence
@types/node (source) 22.5.5 -> 22.7.3 age adoption passing confidence
@types/react (source) 18.3.7 -> 18.3.9 age adoption passing confidence
antd (source) 5.20.6 -> 5.21.1 age adoption passing confidence
next (source) 14.2.12 -> 14.2.13 age adoption passing confidence
rollup (source) 2.79.1 -> 2.79.2 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v5.21.1

Compare Source


v5.21.0

Compare Source

vercel/next.js (next)

v14.2.13

Compare Source

rollup/rollup (rollup)

v2.79.2

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 Sep 26, 2024

⚠️ No Changeset found

Latest commit: d6dedca

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: d6dedca Previous: b72017b Ratio
normalizeLong 514 ops/sec (±0.14%) 502 ops/sec (±0.30%) 0.98
infer All 9443 ops/sec (±0.70%) 9269 ops/sec (±0.62%) 0.98
denormalizeLong 354 ops/sec (±0.78%) 334 ops/sec (±1.81%) 0.94
denormalizeLong donotcache 896 ops/sec (±0.34%) 858 ops/sec (±2.48%) 0.96
denormalizeShort donotcache 500x 1378 ops/sec (±0.16%) 1336 ops/sec (±0.20%) 0.97
denormalizeShort 500x 967 ops/sec (±0.31%) 964 ops/sec (±0.35%) 1.00
denormalizeShort 500x withCache 4826 ops/sec (±0.58%) 4933 ops/sec (±0.20%) 1.02
denormalizeLong with mixin Entity 290 ops/sec (±0.80%) 288 ops/sec (±0.47%) 0.99
denormalizeLong withCache 5786 ops/sec (±0.69%) 6045 ops/sec (±0.30%) 1.04
denormalizeLong All withCache 6438 ops/sec (±0.19%) 6309 ops/sec (±0.25%) 0.98
denormalizeLong Query-sorted withCache 6325 ops/sec (±0.38%) 6155 ops/sec (±0.43%) 0.97
denormalizeLongAndShort withEntityCacheOnly 1502 ops/sec (±0.68%) 1395 ops/sec (±0.49%) 0.93
getResponse 6195 ops/sec (±1.65%) 5947 ops/sec (±1.05%) 0.96
getResponse (null) 5426332 ops/sec (±0.43%) 5477824 ops/sec (±0.43%) 1.01
getResponse (clear cache) 295 ops/sec (±1.55%) 285 ops/sec (±0.43%) 0.97
getSmallResponse 2689 ops/sec (±0.34%) 2656 ops/sec (±0.20%) 0.99
getSmallInferredResponse 2053 ops/sec (±0.88%) 2039 ops/sec (±0.23%) 0.99
getResponse Query-sorted 5477 ops/sec (±0.53%) 5518 ops/sec (±0.37%) 1.01
getResponse Collection 6143 ops/sec (±1.07%) 5306 ops/sec (±1.40%) 0.86
get Collection 5460 ops/sec (±1.06%) 4392 ops/sec (±1.45%) 0.80
setLong 511 ops/sec (±0.22%) 502 ops/sec (±0.32%) 0.98
setLongWithMerge 195 ops/sec (±0.74%) 194 ops/sec (±0.36%) 0.99
setLongWithSimpleMerge 214 ops/sec (±0.28%) 204 ops/sec (±0.78%) 0.95
setSmallResponse 500x 899 ops/sec (±0.34%) 888 ops/sec (±0.35%) 0.99

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

@ntucker ntucker enabled auto-merge September 27, 2024 08:52
@ntucker ntucker added this pull request to the merge queue Sep 27, 2024
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.94%. Comparing base (6d98467) to head (d6dedca).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3231      +/-   ##
==========================================
- Coverage   99.25%   98.94%   -0.31%     
==========================================
  Files         132      132              
  Lines        2269     2269              
  Branches      467      467              
==========================================
- Hits         2252     2245       -7     
- Misses         10       13       +3     
- Partials        7       11       +4     
Flag Coverage Δ
98.94% <ø> (-0.31%) ⬇️

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 f77a068 Sep 27, 2024
24 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch September 27, 2024 09:02
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