-
-
Notifications
You must be signed in to change notification settings - Fork 97
pkg: Update react #3555
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?
pkg: Update react #3555
Conversation
|
Size Change: +1.91 kB (+2.45%) Total Size: 79.6 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: 40065f6 | Previous: 222e32f | Ratio |
---|---|---|---|
normalizeLong |
540 ops/sec (±1.12% ) |
542 ops/sec (±1.17% ) |
1.00 |
denormalizeLong |
288 ops/sec (±2.72% ) |
291 ops/sec (±2.05% ) |
1.01 |
denormalizeLong donotcache |
1025 ops/sec (±0.97% ) |
1020 ops/sec (±1.44% ) |
1.00 |
denormalizeShort donotcache 500x |
1611 ops/sec (±0.10% ) |
1619 ops/sec (±0.12% ) |
1.00 |
denormalizeShort 500x |
876 ops/sec (±1.59% ) |
854 ops/sec (±1.92% ) |
0.97 |
denormalizeShort 500x withCache |
6477 ops/sec (±0.07% ) |
6525 ops/sec (±0.22% ) |
1.01 |
queryShort 500x withCache |
2759 ops/sec (±0.23% ) |
2810 ops/sec (±0.16% ) |
1.02 |
buildQueryKey All |
55900 ops/sec (±0.44% ) |
53484 ops/sec (±0.26% ) |
0.96 |
query All withCache |
6767 ops/sec (±0.22% ) |
7136 ops/sec (±0.24% ) |
1.05 |
denormalizeLong with mixin Entity |
357 ops/sec (±0.67% ) |
270 ops/sec (±2.25% ) |
0.76 |
denormalizeLong withCache |
7094 ops/sec (±0.26% ) |
6187 ops/sec (±0.19% ) |
0.87 |
denormalizeLong All withCache |
6446 ops/sec (±0.26% ) |
6797 ops/sec (±0.63% ) |
1.05 |
denormalizeLong Query-sorted withCache |
6790 ops/sec (±0.26% ) |
7213 ops/sec (±0.18% ) |
1.06 |
denormalizeLongAndShort withEntityCacheOnly |
1776 ops/sec (±0.20% ) |
1671 ops/sec (±0.20% ) |
0.94 |
getResponse |
5555 ops/sec (±1.21% ) |
5683 ops/sec (±1.22% ) |
1.02 |
getResponse (null) |
7148195 ops/sec (±0.59% ) |
6832769 ops/sec (±0.73% ) |
0.96 |
getResponse (clear cache) |
350 ops/sec (±0.58% ) |
275 ops/sec (±1.88% ) |
0.79 |
getSmallResponse |
3019 ops/sec (±0.17% ) |
3121 ops/sec (±0.12% ) |
1.03 |
getSmallInferredResponse |
2348 ops/sec (±0.18% ) |
2395 ops/sec (±0.10% ) |
1.02 |
getResponse Collection |
5715 ops/sec (±1.07% ) |
5493 ops/sec (±1.21% ) |
0.96 |
get Collection |
5770 ops/sec (±0.89% ) |
5717 ops/sec (±0.28% ) |
0.99 |
get Query-sorted |
5551 ops/sec (±0.28% ) |
6576 ops/sec (±0.30% ) |
1.18 |
setLong |
546 ops/sec (±0.19% ) |
550 ops/sec (±0.55% ) |
1.01 |
setLongWithMerge |
246 ops/sec (±0.21% ) |
248 ops/sec (±0.09% ) |
1.01 |
setLongWithSimpleMerge |
259 ops/sec (±0.31% ) |
262 ops/sec (±0.14% ) |
1.01 |
setSmallResponse 500x |
947 ops/sec (±0.12% ) |
939 ops/sec (±0.10% ) |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
17e713b
to
808fc20
Compare
808fc20
to
40065f6
Compare
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
19.1.1
->19.2.0
19.1.1
->19.2.0
0.17.0
->0.18.0
19.1.1
->19.2.0
Release Notes
facebook/react (react)
v19.2.0
Compare Source
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>
: A new API to hide and restore the UI and internal state of its children.useEffectEvent
is a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal
(for RSCs) lets your know when thecache()
lifetime is over.New React DOM Features
resume
: to resume a prerender to a stream.resumeAndPrerender
: to resume a prerender to HTML.resumeToPipeableStream
: to resume a prerender to a stream.resumeAndPrerenderToNodeStream
: to resume a prerender to HTML.prerender
APIs to return apostponed
state that can be passed to theresume
APIs.Notable changes
<ViewTransition>
Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.prerender
,renderToReadableStream
) to server-side-rendering APIs for Node.js:
IDs generated by useIdAll Changes
React
<Activity />
was developed over many years, starting beforeClassComponent.setState
(@acdlite @sebmarkbage and many others)%o
placeholder (@eps1lon #34198)useDeferredValue
loop in popstate event (@acdlite #32821)useDeferredValue
(@acdlite #34376)cacheSignal
(@sebmarkbage #33557)React DOM
:
for IDs generated byuseId
(@sebmarkbage, @eps1lon: #32001, #33342#33099, #33422)nonce
to be used on hoistable styles (@Andarist #32461)React.use
insideReact.lazy
-ed Component (@hi-ogawa #33941)progressiveChunkSize
option for server-side-rendering APIs (@sebmarkbage #33027)React Server Components
<img>
and<link>
using hints before they're rendered (@sebmarkbage #34604)filterStackFrame
(@eps1lon #33707)React Reconciler
on*
handlers to account for upcoming experimental APIsConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.