Skip to content

Conversation

renovate[bot]
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.

Copy link

changeset-bot bot commented Jul 29, 2025

⚠️ No Changeset found

Latest commit: 39c5a82

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

Benchmark suite Current: 39c5a82 Previous: b10128e Ratio
normalizeLong 522 ops/sec (±1.75%) 532 ops/sec (±1.01%) 1.02
denormalizeLong 280 ops/sec (±2.76%) 293 ops/sec (±1.96%) 1.05
denormalizeLong donotcache 1025 ops/sec (±1.24%) 1035 ops/sec (±1.25%) 1.01
denormalizeShort donotcache 500x 1622 ops/sec (±0.15%) 1581 ops/sec (±0.30%) 0.97
denormalizeShort 500x 869 ops/sec (±1.77%) 868 ops/sec (±1.78%) 1.00
denormalizeShort 500x withCache 6056 ops/sec (±0.09%) 6600 ops/sec (±0.08%) 1.09
queryShort 500x withCache 2772 ops/sec (±0.10%) 2728 ops/sec (±0.14%) 0.98
buildQueryKey All 55677 ops/sec (±1.08%) 55270 ops/sec (±0.25%) 0.99
query All withCache 6924 ops/sec (±0.57%) 6899 ops/sec (±0.21%) 1.00
denormalizeLong with mixin Entity 279 ops/sec (±1.80%) 281 ops/sec (±1.83%) 1.01
denormalizeLong withCache 6687 ops/sec (±0.12%) 6930 ops/sec (±0.19%) 1.04
denormalizeLong All withCache 6544 ops/sec (±0.51%) 6644 ops/sec (±0.12%) 1.02
denormalizeLong Query-sorted withCache 6856 ops/sec (±0.21%) 6951 ops/sec (±0.12%) 1.01
denormalizeLongAndShort withEntityCacheOnly 1753 ops/sec (±0.28%) 1769 ops/sec (±0.20%) 1.01
getResponse 6020 ops/sec (±1.46%) 5747 ops/sec (±1.25%) 0.95
getResponse (null) 7325010 ops/sec (±0.72%) 6655816 ops/sec (±0.61%) 0.91
getResponse (clear cache) 282 ops/sec (±1.78%) 270 ops/sec (±1.72%) 0.96
getSmallResponse 3093 ops/sec (±0.12%) 3118 ops/sec (±0.11%) 1.01
getSmallInferredResponse 2349 ops/sec (±0.08%) 2354 ops/sec (±0.14%) 1.00
getResponse Collection 5768 ops/sec (±1.35%) 5705 ops/sec (±1.35%) 0.99
get Collection 6199 ops/sec (±0.45%) 5896 ops/sec (±0.30%) 0.95
get Query-sorted 7008 ops/sec (±0.54%) 6762 ops/sec (±0.21%) 0.96
setLong 530 ops/sec (±0.31%) 545 ops/sec (±0.19%) 1.03
setLongWithMerge 242 ops/sec (±0.18%) 244 ops/sec (±0.35%) 1.01
setLongWithSimpleMerge 257 ops/sec (±0.54%) 263 ops/sec (±0.21%) 1.02
setSmallResponse 500x 943 ops/sec (±0.13%) 966 ops/sec (±0.16%) 1.02

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 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 bd0e8ca to 39c5a82 Compare August 22, 2025 21:18
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.

0 participants