chore(deps): update react monorepo to v19.2.18 - #322
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 21, 2025 05:06
9167802 to
15490b3
Compare
Deploying calcway with
|
| Latest commit: |
d954c2b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0fedd82f.calcway.pages.dev |
| Branch Preview URL: | https://renovate-react-monorepo.calcway.pages.dev |
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 22, 2025 05:12
15490b3 to
22225ac
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 26, 2025 18:10
22225ac to
433cc65
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 27, 2025 05:22
433cc65 to
dbb23e2
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 28, 2025 04:33
dbb23e2 to
ed3afc2
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 28, 2025 12:32
ed3afc2 to
9a98ef5
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 30, 2025 09:01
9a98ef5 to
d5584cf
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 1, 2025 21:21
d5584cf to
114dc31
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 2, 2025 01:06
114dc31 to
9f3c1bf
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 5, 2025 05:09
9f3c1bf to
bcf481e
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 6, 2025 04:51
bcf481e to
87f4af0
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 16, 2025 04:51
f9fb174 to
040eb0c
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 17, 2025 06:15
040eb0c to
7de8323
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 18, 2025 03:49
7de8323 to
b5ce5b0
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 21, 2025 04:36
b5ce5b0 to
5438326
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 22, 2025 09:46
5438326 to
254303e
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 23, 2025 04:12
254303e to
dba0b69
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 29, 2025 07:08
dba0b69 to
9960f53
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 30, 2025 08:11
9960f53 to
ee23a4c
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 31, 2025 07:46
ee23a4c to
346ccff
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 1, 2025 06:42
346ccff to
1db1466
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 2, 2025 05:34
1db1466 to
24442d9
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 7, 2025 03:33
24442d9 to
31ee79b
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 9, 2025 06:05
31ee79b to
a3fad40
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 11, 2025 17:12
a3fad40 to
16e2041
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.12→19.2.1819.1.9→19.2.419.1.1→19.2.819.1.1→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
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
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.