-
Couldn't load subscription status.
- Fork 0
Bump react and @types/react #120
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
Conversation
✅ Deploy Preview for graceful-halva-2f1868 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@dependabot merge
…On Mon, Oct 13, 2025 at 5:19 PM dependabot[bot] ***@***.***> wrote:
Bumps react <https://github.com/facebook/react/tree/HEAD/packages/react>
and @types/react
<https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react>.
These dependencies needed to be updated together.
Updates react from 19.1.1 to 19.2.0
Release notes
*Sourced from react's releases
<https://github.com/facebook/react/releases>.*
19.2.0 (Oct 1, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post
<https://react.dev/blog/2025/10/01/react-19-2> for more information.
New React Features
- <Activity> <https://react.dev/reference/react/Activity>: A new API
to hide and restore the UI and internal state of its children.
- useEffectEvent <https://react.dev/reference/react/useEffectEvent> is
a React Hook that lets you extract non-reactive logic into an Effect
Event
<https://react.dev/learn/separating-events-from-effects#declaring-an-effect-event>
.
- cacheSignal <https://react.dev/reference/react/cacheSignal> (for
RSCs) lets your know when the cache() lifetime is over.
- React Performance tracks
<https://react.dev/reference/developer-tooling/react-performance-tracks>
appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
- resume <https://react.dev/reference/react-dom/server/resume>: to
resume a prerender to a stream.
- resumeAndPrerender
<https://react.dev/reference/react-dom/static/resumeAndPrerender>:
to resume a prerender to HTML.
- Added resume APIs for partial pre-rendering with Node Streams:
- resumeToPipeableStream
<https://react.dev/reference/react-dom/server/resumeToPipeableStream>:
to resume a prerender to a stream.
- resumeAndPrerenderToNodeStream
<https://react.dev/reference/react-dom/static/resumeAndPrerenderToNodeStream>:
to resume a prerender to HTML.
- Updated prerender
<https://react.dev/reference/react-dom/static/prerender> APIs to
return a postponed state that can be passed to the resume APIs.
Notable changes
- React DOM now batches suspense boundary reveals, matching the
behavior of client side rendering. This change is especially noticeable
when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition> Component. React will batch as much reveals as
possible before the first paint while trying to hit popular
first-contentful paint metrics.
- Add Node Web Streams (prerender, renderToReadableStream) to
server-side-rendering APIs for Node.js
- Use underscore instead of : IDs generated by useId
All Changes React
- <Activity /> was developed over many years, starting before
ClassComponent.setState (@acdlite <https://github.com/acdlite>
@sebmarkbage <https://github.com/sebmarkbage> and many others)
- Stringify context as "SomeContext" instead of "SomeContext.Provider"
(@kassens <https://github.com/kassens> #33507
<https://redirect.github.com/facebook/react/pull/33507>)
- Include stack of cause of React instrumentation errors with %o
placeholder (@eps1lon <https://github.com/eps1lon> #34198
<https://redirect.github.com/facebook/react/pull/34198>)
- Fix infinite useDeferredValue loop in popstate event (@acdlite
<https://github.com/acdlite> #32821
<https://redirect.github.com/facebook/react/pull/32821>)
- Fix a bug when an initial value was passed to useDeferredValue (
@acdlite <https://github.com/acdlite> #34376
<https://redirect.github.com/facebook/react/pull/34376>)
- Fix a crash when submitting forms with Client Actions (@sebmarkbage
<https://github.com/sebmarkbage> #33055
<https://redirect.github.com/facebook/react/pull/33055>)
- Hide/unhide the content of dehydrated suspense boundaries if they
resuspend (@sebmarkbage <https://github.com/sebmarkbage> #32900
<https://redirect.github.com/facebook/react/pull/32900>)
- Avoid stack overflow on wide trees during Hot Reload (@sophiebits
<https://github.com/sophiebits> #34145
<https://redirect.github.com/facebook/react/pull/34145>)
- Improve Owner and Component stacks in various places (@sebmarkbage
<https://github.com/sebmarkbage>, @eps1lon
<https://github.com/eps1lon>: #33629
<https://redirect.github.com/facebook/react/pull/33629>, #33724
<https://redirect.github.com/facebook/react/pull/33724>, #32735
<https://redirect.github.com/facebook/react/pull/32735>, #33723
<https://redirect.github.com/facebook/react/pull/33723>)
- Add cacheSignal (@sebmarkbage <https://github.com/sebmarkbage>
#33557 <https://redirect.github.com/facebook/react/pull/33557>)
React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered
content (@sebmarkbage <https://github.com/sebmarkbage> #33342
<https://redirect.github.com/facebook/react/pull/33342>)
- Use underscore instead of : for IDs generated by useId (@sebmarkbage
<https://github.com/sebmarkbage>, @eps1lon
<https://github.com/eps1lon>: #32001
<https://redirect.github.com/facebook/react/pull/32001>,
facebook/react#33342
<https://redirect.github.com/facebook/react/pull/33342>#33099
<https://redirect.github.com/facebook/react/pull/33099>, #33422
<https://redirect.github.com/facebook/react/pull/33422>)
- Stop warning when ARIA 1.3 attributes are used (@Abdul-Omira
<https://github.com/Abdul-Omira> #34264
<https://redirect.github.com/facebook/react/pull/34264>)
- Allow nonce to be used on hoistable styles (@Andarist
<https://github.com/Andarist> #32461
<https://redirect.github.com/facebook/react/pull/32461>)
- Warn for using a React owned node as a Container if it also has text
content (@sebmarkbage <https://github.com/sebmarkbage> #32774
<https://redirect.github.com/facebook/react/pull/32774>)
... (truncated)
Changelog
*Sourced from react's changelog
<https://github.com/facebook/react/blob/main/CHANGELOG.md>.*
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post
<https://react.dev/blog/2025/10/01/react-19-2> for more information.
New React Features
- <Activity> <https://react.dev/reference/react/Activity>: A new API
to hide and restore the UI and internal state of its children.
- useEffectEvent <https://react.dev/reference/react/useEffectEvent> is
a React Hook that lets you extract non-reactive logic into an Effect
Event
<https://react.dev/learn/separating-events-from-effects#declaring-an-effect-event>
.
- cacheSignal <https://react.dev/reference/react/cacheSignal> (for
RSCs) lets your know when the cache() lifetime is over.
- React Performance tracks
<https://react.dev/reference/developer-tooling/react-performance-tracks>
appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
- resume <https://react.dev/reference/react-dom/server/resume>: to
resume a prerender to a stream.
- resumeAndPrerender
<https://react.dev/reference/react-dom/static/resumeAndPrerender>:
to resume a prerender to HTML.
- Added resume APIs for partial pre-rendering with Node Streams:
- resumeToPipeableStream
<https://react.dev/reference/react-dom/server/resumeToPipeableStream>:
to resume a prerender to a stream.
- resumeAndPrerenderToNodeStream
<https://react.dev/reference/react-dom/static/resumeAndPrerenderToNodeStream>:
to resume a prerender to HTML.
- Updated prerender
<https://react.dev/reference/react-dom/static/prerender> APIs to
return a postponed state that can be passed to the resume APIs.
Notable changes
- React DOM now batches suspense boundary reveals, matching the
behavior of client side rendering. This change is especially noticeable
when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition> Component. React will batch as much reveals as
possible before the first paint while trying to hit popular
first-contentful paint metrics.
- Add Node Web Streams (prerender, renderToReadableStream) to
server-side-rendering APIs for Node.js
- Use underscore instead of : IDs generated by useId
All Changes React
- <Activity /> was developed over many years, starting before
ClassComponent.setState (@acdlite <https://github.com/acdlite>
@sebmarkbage <https://github.com/sebmarkbage> and many others)
- Stringify context as "SomeContext" instead of "SomeContext.Provider"
(@kassens <https://github.com/kassens> #33507
<https://redirect.github.com/facebook/react/pull/33507>)
- Include stack of cause of React instrumentation errors with %o
placeholder (@eps1lon <https://github.com/eps1lon> #34198
<https://redirect.github.com/facebook/react/pull/34198>)
- Fix infinite useDeferredValue loop in popstate event (@acdlite
<https://github.com/acdlite> #32821
<https://redirect.github.com/facebook/react/pull/32821>)
- Fix a bug when an initial value was passed to useDeferredValue (
@acdlite <https://github.com/acdlite> #34376
<https://redirect.github.com/facebook/react/pull/34376>)
- Fix a crash when submitting forms with Client Actions (@sebmarkbage
<https://github.com/sebmarkbage> #33055
<https://redirect.github.com/facebook/react/pull/33055>)
- Hide/unhide the content of dehydrated suspense boundaries if they
resuspend (@sebmarkbage <https://github.com/sebmarkbage> #32900
<https://redirect.github.com/facebook/react/pull/32900>)
- Avoid stack overflow on wide trees during Hot Reload (@sophiebits
<https://github.com/sophiebits> #34145
<https://redirect.github.com/facebook/react/pull/34145>)
- Improve Owner and Component stacks in various places (@sebmarkbage
<https://github.com/sebmarkbage>, @eps1lon
<https://github.com/eps1lon>: #33629
<https://redirect.github.com/facebook/react/pull/33629>, #33724
<https://redirect.github.com/facebook/react/pull/33724>, #32735
<https://redirect.github.com/facebook/react/pull/32735>, #33723
<https://redirect.github.com/facebook/react/pull/33723>)
- Add cacheSignal (@sebmarkbage <https://github.com/sebmarkbage>
#33557 <https://redirect.github.com/facebook/react/pull/33557>)
React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered
content (@sebmarkbage <https://github.com/sebmarkbage> #33342
<https://redirect.github.com/facebook/react/pull/33342>)
- Use underscore instead of : for IDs generated by useId (@sebmarkbage
<https://github.com/sebmarkbage>, @eps1lon
<https://github.com/eps1lon>: #32001
<https://redirect.github.com/facebook/react/pull/32001>,
facebook/react#33342
<https://redirect.github.com/facebook/react/pull/33342>#33099
<https://redirect.github.com/facebook/react/pull/33099>, #33422
<https://redirect.github.com/facebook/react/pull/33422>)
- Stop warning when ARIA 1.3 attributes are used (@Abdul-Omira
<https://github.com/Abdul-Omira> #34264
<https://redirect.github.com/facebook/react/pull/34264>)
- Allow nonce to be used on hoistable styles (@Andarist
<https://github.com/Andarist> #32461
<https://redirect.github.com/facebook/react/pull/32461>)
... (truncated)
Commits
- 5667a41
<facebook/react@5667a41>
Bump next prerelease version numbers (#34639
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/34639>
)
- 8bb7241
<facebook/react@8bb7241>
Bump useEffectEvent to Canary (#34610
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/34610>
)
- e3c9656
<facebook/react@e3c9656>
Ensure Performance Track are Clamped and Don't overlap (#34509
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/34509>
)
- 68f00c9
<facebook/react@68f00c9>
Release Activity in Canary (#34374
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/34374>
)
- 0e10ee9
<facebook/react@0e10ee9>
[Reconciler] Set ProfileMode for Host Root Fiber by default in dev (
#34432
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/34432>
)
- 3bf8ab4
<facebook/react@3bf8ab4>
Add missing Activity export to development mode (#34439
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/34439>
)
- 1549bda
<facebook/react@1549bda>
[Flight] Only assign _store in dev mode when creating lazy types (
#34354
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/34354>
)
- bb6f0c8
<facebook/react@bb6f0c8>
[Flight] Fix wrong missing key warning when static child is blocked (
#34350
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/34350>
)
- 05addfc
<facebook/react@05addfc>
Update Flow to 0.266 (#34271
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/34271>
)
- ec5dd0a
<facebook/react@ec5dd0a>
Update Flow to 0.257 (#34253
<https://github.com/facebook/react/tree/HEAD/packages/react/issues/34253>
)
- Additional commits viewable in compare view
<https://github.com/facebook/react/commits/v19.2.0/packages/react>
Updates @types/react from 19.1.15 to 19.2.2
Commits
- See full diff in compare view
<https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#120
Commit Summary
- 1789523
<1789523>
Bump react and @types/react
File Changes
(2 files <https://github.com/rnelson/webcv/pull/120/files>)
- *M* package-lock.json
<https://github.com/rnelson/webcv/pull/120/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(16)
- *M* package.json
<https://github.com/rnelson/webcv/pull/120/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(4)
Patch Links:
- https://github.com/rnelson/webcv/pull/120.patch
- https://github.com/rnelson/webcv/pull/120.diff
—
Reply to this email directly, view it on GitHub
<#120>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA44WL3RBGZAOBYG7BT5ND3XQQO3AVCNFSM6AAAAACJCULXVCVHI2DSMVQWIX3LMV43ASLTON2WKOZTGUYTCNRTGU2DQNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
1789523 to
b780ffe
Compare
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.1.1 to 19.2.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react) Updates `@types/react` from 19.1.15 to 19.2.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-version: 19.2.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b780ffe to
e2881da
Compare
Bumps react and @types/react. These dependencies needed to be updated together.
Updates
reactfrom 19.1.1 to 19.2.0Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
5667a41Bump next prerelease version numbers (#34639)8bb7241Bump useEffectEvent to Canary (#34610)e3c9656Ensure Performance Track are Clamped and Don't overlap (#34509)68f00c9Release Activity in Canary (#34374)0e10ee9[Reconciler] Set ProfileMode for Host Root Fiber by default in dev (#34432)3bf8ab4Add missing Activity export to development mode (#34439)1549bda[Flight] Only assign_storein dev mode when creating lazy types (#34354)bb6f0c8[Flight] Fix wrong missing key warning when static child is blocked (#34350)05addfcUpdate Flow to 0.266 (#34271)ec5dd0aUpdate Flow to 0.257 (#34253)Updates
@types/reactfrom 19.1.15 to 19.2.2Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @rnelson.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)