Conversation
|
|
Size Change: 0 B Total Size: 77.7 kB ℹ️ View Unchanged
|
There was a problem hiding this comment.
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.
e9665a0 to
e6a04b3
Compare
b1af905 to
276b1af
Compare
There was a problem hiding this comment.
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
5f2f0c6 to
f3f20aa
Compare
f3f20aa to
0a440af
Compare
Edited/Blocked NotificationRenovate 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
19.1.0->19.1.119.1.0->19.1.119.1.0->19.1.1Release Notes
facebook/react (react)
v19.1.1Compare Source
facebook/react (react-dom)
v19.1.1Compare Source
facebook/react (react-test-renderer)
v19.1.1Compare 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.