fix(deps): 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
April 26, 2024 18:08
d5de7e0 to
70b59d1
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
August 19, 2025 22:13
4cea246 to
70b59d1
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
August 22, 2025 18:06
2ed4add to
85e3ae6
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
August 26, 2025 08:43
85e3ae6 to
d331ce1
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
4 times, most recently
from
August 31, 2025 10:39
1d872de to
f152e77
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 13, 2025 19:01
f152e77 to
7e507c1
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
6 times, most recently
from
October 2, 2025 00:53
b7060f1 to
f0be4e0
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 7, 2025 00:50
f0be4e0 to
f6dc6a3
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
October 13, 2025 16:55
382144d to
b2468e1
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
5 times, most recently
from
November 18, 2025 08:15
dfd9c61 to
b9c8861
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 24, 2025 13:58
b9c8861 to
c44caeb
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
December 3, 2025 19:38
c44caeb to
f562060
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
December 12, 2025 04:50
7944e7f to
0a87618
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
January 10, 2026 12:39
0a87618 to
b5b50d7
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
January 27, 2026 14:02
04b7b1d to
a5ce22b
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
February 11, 2026 13:04
4b4d9c3 to
fef5248
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
April 8, 2026 19:49
fef5248 to
06f988b
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
May 6, 2026 16:53
06f988b to
e1ee30c
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
May 19, 2026 20:42
e1ee30c to
b953cba
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
June 1, 2026 20:49
b953cba to
f725ff7
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
June 5, 2026 20:42
f725ff7 to
ac743f2
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.10→19.2.1719.1.7→19.2.319.1.1→19.2.719.1.1→19.2.7Release Notes
facebook/react (react)
v19.2.7: 19.2.7 (June 1st, 2026)Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6(#36566 by @unstubbable)
v19.2.6: 19.2.6 (May 6th, 2026)Compare Source
React Server Components
(by @eps1lon and @unstubbable)
v19.2.5: 19.2.5 (April 8th, 2026)Compare Source
React Server Components
v19.2.4: 19.2.4 (January 26th, 2026)Compare Source
React Server Components
v19.2.3: 19.2.3 (December 11th, 2025)Compare Source
React Server Components
v19.2.2: 19.2.2 (December 11th, 2025)Compare Source
React Server Components
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lon #35290)v19.2.1: 19.2.1 (December 3rd, 2025)Compare 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, #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.8: 19.1.8 (June 1st, 2026)Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.1.7(#36567 by @unstubbable)
v19.1.7: 19.1.7 (May 6th, 2026)Compare Source
React Server Components
(by @eps1lon and @unstubbable)
v19.1.6: 19.1.6 (April 8th, 2026)Compare Source
React Server Components
v19.1.5: 19.1.5 (January 26th, 2026)Compare Source
React Server Components
v19.1.4: 19.1.4 (December 11th, 2025)Compare Source
React Server Components
v19.1.3: 19.1.3 (December 11th, 2025)Compare Source
React Server Components
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lon #35290)v19.1.2: 19.1.2 (December 3rd, 2025)Compare Source
React Server Components
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.