Update react monorepo - #8
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
May 29, 2025 10:52
a6d0120 to
b05bd61
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
June 6, 2025 17:15
b05bd61 to
de18c65
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
June 14, 2025 19:46
de18c65 to
3ceeb3b
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
August 3, 2025 15:48
3ceeb3b to
fad910e
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
August 15, 2025 11:37
fad910e to
4424af4
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
August 23, 2025 08:00
4424af4 to
3282368
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 1, 2025 06:10
3282368 to
45be5a3
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 14, 2025 23:36
45be5a3 to
5bf7fff
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
4 times, most recently
from
October 2, 2025 08:13
de86df5 to
e622bd0
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 7, 2025 07:51
e622bd0 to
ddd3403
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 14, 2025 03:54
ddd3403 to
8267c1e
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
November 19, 2025 03:47
8bbe88e to
19d14d9
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 24, 2025 11:44
19d14d9 to
6e83f35
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
December 4, 2025 11:54
6e83f35 to
927e078
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
December 13, 2025 07:53
927e078 to
a48fe3c
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
January 11, 2026 03:40
a48fe3c to
01d1fb8
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
January 27, 2026 20:00
9923d37 to
13734b5
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
February 5, 2026 23:40
5b75470 to
2c9bc6c
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
February 12, 2026 04:10
2c9bc6c to
497f899
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
April 15, 2026 17:19
497f899 to
4388e2a
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
May 7, 2026 07:55
4388e2a to
931b309
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
May 21, 2026 12:16
931b309 to
d862231
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
June 6, 2026 23:03
1888eec to
6fe29f9
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
July 25, 2026 15:16
6fe29f9 to
35b4c0c
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
August 1, 2026 11:40
35b4c0c to
b3c0fa1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
19.1.2→19.2.1819.1.2→19.2.419.1.0→19.2.819.1.0→19.2.8Release Notes
react/react (react)
v19.2.8Compare Source
v19.2.7Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6 (@unstubbable #36566)v19.2.6Compare Source
React Server Components
v19.2.5Compare Source
React Server Components
v19.2.4Compare Source
React Server Components
v19.2.3Compare Source
React Server Components
v19.2.2Compare Source
React Server Components
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lon #35290)v19.2.1Compare Source
React Server Components
v19.2.0Compare 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.useEffectEventis 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.prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.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)%oplaceholder (@eps1lon #34198)useDeferredValueloop in popstate event (@acdlite #32821)useDeferredValue(@acdlite #34376)cacheSignal(@sebmarkbage #33557)React DOM
:for IDs generated byuseId(@sebmarkbage, @eps1lon: #32001, facebook#33342#33099, #33422)nonceto be used on hoistable styles (@Andarist #32461)React.useinsideReact.lazy-ed Component (@hi-ogawa #33941)progressiveChunkSizeoption 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.9Compare Source
v19.1.8Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.1.7 (@unstubbable #36567)v19.1.7Compare Source
React Server Components
v19.1.6Compare Source
React Server Components
v19.1.5Compare Source
React Server Components
v19.1.4Compare Source
React Server Components
v19.1.3Compare Source
React Server Components
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lon #35290)v19.1.2Compare Source
React Server Components
v19.1.1Compare Source
React
react/react (react-dom)
v19.2.8Compare Source
v19.2.7Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6 (@unstubbable #36566)v19.2.6Compare Source
React Server Components
v19.2.5Compare Source
React Server Components
v19.2.4Compare Source
React Server Components
v19.2.3Compare Source
React Server Components
v19.2.2Compare Source
React Server Components
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lon #35290)v19.2.1Compare Source
React Server Components
v19.2.0Compare 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.useEffectEventis 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.prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.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)%oplaceholder (@eps1lon #34198)useDeferredValueloop in popstate event (@acdlite #32821)useDeferredValue(@acdlite #34376)cacheSignal(@sebmarkbage #33557)React DOM
:for IDs generated byuseId(@sebmarkbage, @eps1lon: #32001, facebook#33342#33099, #33422)nonceto be used on hoistable styles (@Andarist #32461)React.useinsideReact.lazy-ed Component (@hi-ogawa #33941)progressiveChunkSizeoption 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.9Compare Source
v19.1.8Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.1.7 (@unstubbable #36567)v19.1.7Compare Source
React Server Components
v19.1.6Compare Source
React Server Components
v19.1.5Compare Source
React Server Components
v19.1.4Compare Source
React Server Components
v19.1.3Compare Source
React Server Components
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lon #35290)v19.1.2Compare Source
React Server Components
v19.1.1Compare Source
React
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.