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 react #3298

Merged
merged 3 commits into from
Dec 6, 2024
Merged

pkg: Update react #3298

merged 3 commits into from
Dec 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react (source) 19.0.0-rc-fb9a90fa48-20240614 -> 19.0.0 age adoption passing confidence
react (source) 19.0.0-rc.1 -> 19.0.0 age adoption passing confidence
react-dom (source) 19.0.0-rc-fb9a90fa48-20240614 -> 19.0.0 age adoption passing confidence
react-dom (source) 19.0.0-rc.1 -> 19.0.0 age adoption passing confidence
react-refresh (source) 0.14.2 -> 0.16.0 age adoption passing confidence
react-test-renderer (source) 19.0.0-rc-fb9a90fa48-20240614 -> 19.0.0 age adoption passing confidence

Release Notes

facebook/react (react)

v19.0.0

Compare Source

facebook/react (react-dom)

v19.0.0

Compare Source

facebook/react (react-test-renderer)

v19.0.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 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 Dec 5, 2024

⚠️ No Changeset found

Latest commit: 85d40c4

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 Author

renovate bot commented Dec 5, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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: 85d40c4 Previous: 1d4e12c Ratio
normalizeLong 509 ops/sec (±1.70%) 503 ops/sec (±0.40%) 0.99
infer All 8908 ops/sec (±1.52%) 9054 ops/sec (±1.41%) 1.02
denormalizeLong 250 ops/sec (±3.21%) 262 ops/sec (±2.58%) 1.05
denormalizeLong donotcache 858 ops/sec (±1.79%) 855 ops/sec (±1.67%) 1.00
denormalizeShort donotcache 500x 1362 ops/sec (±0.18%) 1359 ops/sec (±0.34%) 1.00
denormalizeShort 500x 763 ops/sec (±2.15%) 771 ops/sec (±1.97%) 1.01
denormalizeShort 500x withCache 4729 ops/sec (±0.82%) 4840 ops/sec (±0.39%) 1.02
denormalizeLong with mixin Entity 249 ops/sec (±2.09%) 248 ops/sec (±2.06%) 1.00
denormalizeLong withCache 6269 ops/sec (±0.16%) 5912 ops/sec (±0.15%) 0.94
denormalizeLong All withCache 6189 ops/sec (±0.17%) 6292 ops/sec (±0.59%) 1.02
denormalizeLong Query-sorted withCache 5982 ops/sec (±0.91%) 6210 ops/sec (±0.26%) 1.04
denormalizeLongAndShort withEntityCacheOnly 1581 ops/sec (±0.62%) 1580 ops/sec (±0.34%) 1.00
getResponse 5563 ops/sec (±0.38%) 5675 ops/sec (±0.32%) 1.02
getResponse (null) 5196232 ops/sec (±0.33%) 4889779 ops/sec (±0.51%) 0.94
getResponse (clear cache) 253 ops/sec (±1.87%) 246 ops/sec (±1.95%) 0.97
getSmallResponse 2627 ops/sec (±0.24%) 2526 ops/sec (±0.30%) 0.96
getSmallInferredResponse 1981 ops/sec (±1.04%) 2026 ops/sec (±0.78%) 1.02
getResponse Query-sorted 6607 ops/sec (±0.47%) 6579 ops/sec (±1.04%) 1.00
getResponse Collection 5743 ops/sec (±1.34%) 6135 ops/sec (±1.58%) 1.07
get Collection 5009 ops/sec (±0.76%) 5760 ops/sec (±0.50%) 1.15
setLong 527 ops/sec (±0.30%) 501 ops/sec (±0.80%) 0.95
setLongWithMerge 203 ops/sec (±0.28%) 202 ops/sec (±0.35%) 1.00
setLongWithSimpleMerge 210 ops/sec (±0.43%) 209 ops/sec (±0.40%) 1.00
setSmallResponse 500x 897 ops/sec (±0.45%) 900 ops/sec (±1.06%) 1.00

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

@ntucker ntucker force-pushed the renovate/react branch 3 times, most recently from 0ed4482 to 6054324 Compare December 6, 2024 10:35
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.85%. Comparing base (4d272fe) to head (85d40c4).
Report is 1 commits behind head on master.

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

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

@ntucker ntucker enabled auto-merge December 6, 2024 11:01
@ntucker ntucker added this pull request to the merge queue Dec 6, 2024
Merged via the queue into master with commit ebfbe14 Dec 6, 2024
27 checks passed
@ntucker ntucker deleted the renovate/react branch December 6, 2024 11:09
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