-
-
Notifications
You must be signed in to change notification settings - Fork 97
pkg: Update react to v19.1.1 #3526
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
base: master
Are you sure you want to change the base?
Conversation
|
Size Change: 0 B Total Size: 77.7 kB ℹ️ View Unchanged
|
There was a problem hiding this 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: c559b0e | Previous: b10128e | Ratio |
---|---|---|---|
normalizeLong |
509 ops/sec (±1.73% ) |
532 ops/sec (±1.01% ) |
1.05 |
denormalizeLong |
287 ops/sec (±3.35% ) |
293 ops/sec (±1.96% ) |
1.02 |
denormalizeLong donotcache |
1057 ops/sec (±0.98% ) |
1035 ops/sec (±1.25% ) |
0.98 |
denormalizeShort donotcache 500x |
1626 ops/sec (±0.12% ) |
1581 ops/sec (±0.30% ) |
0.97 |
denormalizeShort 500x |
861 ops/sec (±1.65% ) |
868 ops/sec (±1.78% ) |
1.01 |
denormalizeShort 500x withCache |
6689 ops/sec (±0.07% ) |
6600 ops/sec (±0.08% ) |
0.99 |
queryShort 500x withCache |
2693 ops/sec (±0.12% ) |
2728 ops/sec (±0.14% ) |
1.01 |
buildQueryKey All |
54537 ops/sec (±0.35% ) |
55270 ops/sec (±0.25% ) |
1.01 |
query All withCache |
6736 ops/sec (±0.27% ) |
6899 ops/sec (±0.21% ) |
1.02 |
denormalizeLong with mixin Entity |
280 ops/sec (±1.82% ) |
281 ops/sec (±1.83% ) |
1.00 |
denormalizeLong withCache |
7605 ops/sec (±0.24% ) |
6930 ops/sec (±0.19% ) |
0.91 |
denormalizeLong All withCache |
6629 ops/sec (±0.17% ) |
6644 ops/sec (±0.12% ) |
1.00 |
denormalizeLong Query-sorted withCache |
6912 ops/sec (±0.18% ) |
6951 ops/sec (±0.12% ) |
1.01 |
denormalizeLongAndShort withEntityCacheOnly |
1814 ops/sec (±0.17% ) |
1769 ops/sec (±0.20% ) |
0.98 |
getResponse |
5687 ops/sec (±1.15% ) |
5747 ops/sec (±1.25% ) |
1.01 |
getResponse (null) |
6797138 ops/sec (±0.62% ) |
6655816 ops/sec (±0.61% ) |
0.98 |
getResponse (clear cache) |
282 ops/sec (±1.89% ) |
270 ops/sec (±1.72% ) |
0.96 |
getSmallResponse |
3093 ops/sec (±0.08% ) |
3118 ops/sec (±0.11% ) |
1.01 |
getSmallInferredResponse |
2298 ops/sec (±0.09% ) |
2354 ops/sec (±0.14% ) |
1.02 |
getResponse Collection |
5632 ops/sec (±1.62% ) |
5705 ops/sec (±1.35% ) |
1.01 |
get Collection |
5928 ops/sec (±0.66% ) |
5896 ops/sec (±0.30% ) |
0.99 |
get Query-sorted |
6708 ops/sec (±0.22% ) |
6762 ops/sec (±0.21% ) |
1.01 |
setLong |
530 ops/sec (±0.26% ) |
545 ops/sec (±0.19% ) |
1.03 |
setLongWithMerge |
244 ops/sec (±0.15% ) |
244 ops/sec (±0.35% ) |
1 |
setLongWithSimpleMerge |
261 ops/sec (±0.47% ) |
263 ops/sec (±0.21% ) |
1.01 |
setSmallResponse 500x |
959 ops/sec (±0.09% ) |
966 ops/sec (±0.16% ) |
1.01 |
This comment was automatically generated by workflow using github-action-benchmark.
e9665a0
to
e6a04b3
Compare
b1af905
to
276b1af
Compare
There was a problem hiding this 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
276b1af
to
f64f412
Compare
bd0e8ca
to
39c5a82
Compare
39c5a82
to
c559b0e
Compare
This PR contains the following updates:
19.1.0
->19.1.1
19.1.0
->19.1.1
19.1.0
->19.1.1
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.
This PR was generated by Mend Renovate. View the repository job log.