-
-
Notifications
You must be signed in to change notification settings - Fork 8
chore(deps): update react dependencies #88
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
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @renovate[bot]'s task —— View job ✅ PR Review: React Dependencies UpdateI've completed my comprehensive review of this pull request that updates React dependencies. Here's my analysis: Todo List:
Overall Assessment: APPROVED ✅This is a low-risk, routine dependency update that should be safe to merge. 📋 Changes SummaryThe PR updates React dependencies in the workspace catalog:
🔍 Detailed ReviewCode Quality & Best Practices ✅
Changeset Requirements
|
a1a0423
to
f3bd295
Compare
Claude finished @renovate[bot]'s task —— View job ✅ PR Review: React Dependencies UpdateI've completed my comprehensive review of this pull request that updates React type definitions. Here's my analysis: Todo List:
Overall Assessment: APPROVED ✅This is a low-risk, routine dependency update that should be safe to merge. 📋 Changes SummaryThe PR updates React type definitions in the workspace catalog:
🔍 Detailed ReviewCode Quality & Best Practices ✅
Potential Bugs/Issues ✅
Performance Considerations ✅
Security Concerns ✅
Test Coverage
|
f3bd295
to
4d2a4cf
Compare
4d2a4cf
to
482fe61
Compare
482fe61
to
573ca81
Compare
573ca81
to
6fe5e15
Compare
6fe5e15
to
082edfc
Compare
082edfc
to
910ab66
Compare
910ab66
to
73e19e7
Compare
73e19e7
to
3f6cab0
Compare
3f6cab0
to
fc73a47
Compare
fc73a47
to
04d7c84
Compare
04d7c84
to
32c9d0c
Compare
32c9d0c
to
e443e6b
Compare
e443e6b
to
6fa35d2
Compare
6fa35d2
to
6055fe8
Compare
6055fe8
to
8c017b3
Compare
8c017b3
to
fa197fb
Compare
fa197fb
to
c2cce77
Compare
c2cce77
to
a58774a
Compare
| datasource | package | from | to | | ---------- | ---------------- | ------- | ------ | | npm | @types/react | 19.1.10 | 19.2.2 | | npm | @types/react-dom | 19.1.7 | 19.2.1 | | npm | react | 19.1.1 | 19.2.0 | | npm | react-dom | 19.1.1 | 19.2.0 |
a58774a
to
7dc54e1
Compare
This PR contains the following updates:
^19.1.10
->^19.2.2
^19.1.7
->^19.2.1
^19.1.1
->^19.2.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 - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone America/New_York, 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.