-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update react packages #1263
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: main
Are you sure you want to change the base?
Conversation
|
a01cd74
to
c3498a3
Compare
c3498a3
to
81aa29b
Compare
81aa29b
to
bf4b1fa
Compare
bf4b1fa
to
26d22e1
Compare
26d22e1
to
d956a9b
Compare
d956a9b
to
019a466
Compare
019a466
to
3a17dd9
Compare
3a17dd9
to
bad2e32
Compare
bad2e32
to
7037d25
Compare
7037d25
to
69198e8
Compare
69198e8
to
990892e
Compare
990892e
to
a06396c
Compare
a06396c
to
92142d1
Compare
e435451
to
572a936
Compare
572a936
to
92e1501
Compare
92e1501
to
e07a9b1
Compare
e07a9b1
to
47240e9
Compare
47240e9
to
9a8e619
Compare
9a8e619
to
0e200fc
Compare
0e200fc
to
af5e87a
Compare
af5e87a
to
7ceb6c0
Compare
7ceb6c0
to
807a0c0
Compare
807a0c0
to
8fbed73
Compare
8fbed73
to
cd7bedd
Compare
cd7bedd
to
e9b5a42
Compare
e9b5a42
to
6f415f0
Compare
6f415f0
to
8181993
Compare
This PR contains the following updates:
19.0.0
->19.2.0
2.2.2
->2.4.0
19.0.0
->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 APIsv19.1.1
Compare Source
v19.1.0
Compare Source
styleguidist/react-docgen-typescript (react-docgen-typescript)
v2.4.0
: v.2.4.0Compare Source
v2.3.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 6am on Saturday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate using a preset from
. View repository job log here