Skip to content

pkg: Update react to v19.1.1#3526

Merged
ntucker merged 2 commits intomasterfrom
renovate/react
Sep 7, 2025
Merged

pkg: Update react to v19.1.1#3526
ntucker merged 2 commits intomasterfrom
renovate/react

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react (source) 19.1.0 -> 19.1.1 age adoption passing confidence
react-dom (source) 19.1.0 -> 19.1.1 age adoption passing confidence
react-test-renderer (source) 19.1.0 -> 19.1.1 age adoption passing confidence

Release Notes

facebook/react (react)

v19.1.1

Compare Source

facebook/react (react-dom)

v19.1.1

Compare Source

facebook/react (react-test-renderer)

v19.1.1

Compare Source

React

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Jul 29, 2025

⚠️ No Changeset found

Latest commit: d532603

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

@github-actions
Copy link
Contributor

github-actions bot commented Jul 29, 2025

Size Change: 0 B

Total Size: 77.7 kB

ℹ️ View Unchanged
Filename Size
examples/test-bundlesize/dist/App.js 3.42 kB
examples/test-bundlesize/dist/polyfill.js 311 B
examples/test-bundlesize/dist/rdcClient.js 10.1 kB
examples/test-bundlesize/dist/rdcEndpoint.js 5.61 kB
examples/test-bundlesize/dist/react.js 57.5 kB
examples/test-bundlesize/dist/webpack-runtime.js 726 B

compressed-size-action

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

Details
Benchmark suite Current: d532603 Previous: e266b94 Ratio
normalizeLong 523 ops/sec (±1.64%) 537 ops/sec (±1.08%) 1.03
denormalizeLong 281 ops/sec (±2.80%) 295 ops/sec (±2.28%) 1.05
denormalizeLong donotcache 1033 ops/sec (±1.18%) 1039 ops/sec (±1.28%) 1.01
denormalizeShort donotcache 500x 1608 ops/sec (±0.12%) 1584 ops/sec (±0.09%) 0.99
denormalizeShort 500x 1069 ops/sec (±0.49%) 858 ops/sec (±1.69%) 0.80
denormalizeShort 500x withCache 6693 ops/sec (±0.18%) 6359 ops/sec (±0.15%) 0.95
queryShort 500x withCache 2645 ops/sec (±0.12%) 2679 ops/sec (±0.11%) 1.01
buildQueryKey All 52783 ops/sec (±0.22%) 52626 ops/sec (±0.30%) 1.00
query All withCache 7063 ops/sec (±0.28%) 6700 ops/sec (±0.29%) 0.95
denormalizeLong with mixin Entity 350 ops/sec (±0.58%) 276 ops/sec (±1.94%) 0.79
denormalizeLong withCache 6437 ops/sec (±0.20%) 7093 ops/sec (±0.22%) 1.10
denormalizeLong All withCache 6739 ops/sec (±0.16%) 6643 ops/sec (±0.19%) 0.99
denormalizeLong Query-sorted withCache 7082 ops/sec (±0.18%) 6941 ops/sec (±0.21%) 0.98
denormalizeLongAndShort withEntityCacheOnly 1684 ops/sec (±0.21%) 1750 ops/sec (±0.19%) 1.04
getResponse 5579 ops/sec (±1.26%) 5635 ops/sec (±1.39%) 1.01
getResponse (null) 6475251 ops/sec (±0.58%) 7236199 ops/sec (±0.66%) 1.12
getResponse (clear cache) 349 ops/sec (±0.40%) 273 ops/sec (±2.18%) 0.78
getSmallResponse 3043 ops/sec (±0.23%) 3091 ops/sec (±0.09%) 1.02
getSmallInferredResponse 2322 ops/sec (±0.09%) 2318 ops/sec (±0.14%) 1.00
getResponse Collection 5652 ops/sec (±1.38%) 5505 ops/sec (±0.97%) 0.97
get Collection 5849 ops/sec (±0.27%) 5425 ops/sec (±0.27%) 0.93
get Query-sorted 5420 ops/sec (±0.24%) 6681 ops/sec (±0.20%) 1.23
setLong 541 ops/sec (±0.25%) 553 ops/sec (±0.33%) 1.02
setLongWithMerge 244 ops/sec (±0.23%) 247 ops/sec (±0.13%) 1.01
setLongWithSimpleMerge 258 ops/sec (±0.20%) 264 ops/sec (±0.07%) 1.02
setSmallResponse 500x 957 ops/sec (±0.10%) 946 ops/sec (±1.63%) 0.99

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

@renovate renovate bot force-pushed the renovate/react branch 6 times, most recently from e9665a0 to e6a04b3 Compare August 4, 2025 10:12
@renovate renovate bot force-pushed the renovate/react branch 3 times, most recently from b1af905 to 276b1af Compare August 9, 2025 23:56
@ntucker ntucker requested a review from Copilot August 10, 2025 05:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates React and related packages from version 19.1.0 to 19.1.1 across the entire codebase. This is a minor patch release that includes a fix for Owner Stacks to work with ES2015 function.name semantics.

  • Updates React, React DOM, and React Test Renderer from 19.1.0 to 19.1.1
  • Updates package dependencies consistently across all packages and examples
  • Maintains version consistency across the monorepo

Reviewed Changes

Copilot reviewed 7 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Updates root React dependencies to 19.1.1
packages/test/package.json Updates React and React DOM dev dependencies
packages/react/package.json Updates React dev dependency
examples/todo-app/package.json Updates React dependencies in todo example
examples/nextjs/package.json Updates React dependencies in Next.js example
examples/github-app/package.json Updates React dependencies in GitHub app example
examples/benchmark/package.json Updates React dependency in benchmark example
Files not reviewed (3)
  • examples/github-app/package-lock.json: Language not supported
  • examples/nextjs/package-lock.json: Language not supported
  • examples/todo-app/package-lock.json: Language not supported

@renovate renovate bot force-pushed the renovate/react branch from 276b1af to f64f412 Compare August 12, 2025 21:58
@renovate renovate bot force-pushed the renovate/react branch 2 times, most recently from bd0e8ca to 39c5a82 Compare August 22, 2025 21:18
@renovate renovate bot force-pushed the renovate/react branch 7 times, most recently from 5f2f0c6 to f3f20aa Compare September 6, 2025 02:45
@renovate
Copy link
Contributor Author

renovate bot commented Sep 7, 2025

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.

@codecov
Copy link

codecov bot commented Sep 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.26%. Comparing base (597c634) to head (d532603).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3526   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files         130      130           
  Lines        2245     2245           
  Branches      452      452           
=======================================
  Hits         2206     2206           
  Misses         10       10           
  Partials       29       29           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ntucker ntucker enabled auto-merge September 7, 2025 18:20
@ntucker ntucker added this pull request to the merge queue Sep 7, 2025
Merged via the queue into master with commit c1b393b Sep 7, 2025
23 checks passed
@ntucker ntucker deleted the renovate/react branch September 7, 2025 18:24
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

Comments