Update react monorepo #6

Open
renovate wants to merge 1 commit from renovate/react-monorepo into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) 19.2.1419.2.18 age confidence
@types/react-dom (source) 19.2.319.2.4 age confidence
react (source) 19.2.419.2.8 age confidence
react-dom (source) 19.2.419.2.8 age confidence

Release Notes

react/react (react)

v19.2.8: 19.2.8 (July 21st, 2026)

Compare Source

React Server Components

v19.2.7

Compare Source

React Server Components

v19.2.6

Compare Source

React Server Components

v19.2.5

Compare Source

React Server Components

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`19.2.14` → `19.2.18`](https://renovatebot.com/diffs/npm/@types%2freact/19.2.14/19.2.18) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.2.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/19.2.14/19.2.18?slim=true) | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)) | [`19.2.3` → `19.2.4`](https://renovatebot.com/diffs/npm/@types%2freact-dom/19.2.3/19.2.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact-dom/19.2.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact-dom/19.2.3/19.2.4?slim=true) | | [react](https://react.dev/) ([source](https://github.com/react/react/tree/HEAD/packages/react)) | [`19.2.4` → `19.2.8`](https://renovatebot.com/diffs/npm/react/19.2.4/19.2.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react/19.2.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react/19.2.4/19.2.8?slim=true) | | [react-dom](https://react.dev/) ([source](https://github.com/react/react/tree/HEAD/packages/react-dom)) | [`19.2.4` → `19.2.8`](https://renovatebot.com/diffs/npm/react-dom/19.2.4/19.2.8) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-dom/19.2.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-dom/19.2.4/19.2.8?slim=true) | --- ### Release Notes <details> <summary>react/react (react)</summary> ### [`v19.2.8`](https://github.com/react/react/releases/tag/v19.2.8): 19.2.8 (July 21st, 2026) [Compare Source](https://github.com/react/react/compare/v19.2.7...v19.2.8) ##### React Server Components - Performance improvements when decoding ([#&#8203;37087](https://github.com/facebook/react/pull/37087) by [@&#8203;eps1lon](https://github.com/eps1lon)) ### [`v19.2.7`](https://github.com/react/react/blob/HEAD/CHANGELOG.md#1927-June-1-2026) [Compare Source](https://github.com/react/react/compare/v19.2.6...v19.2.7) ##### React Server Components - Fixed missing `FormData` entries in Server Actions which regressed in 19.2.6 ([@&#8203;unstubbable](https://github.com/unstubbable) [#&#8203;36566](https://github.com/facebook/react/pull/36566)) ### [`v19.2.6`](https://github.com/react/react/blob/HEAD/CHANGELOG.md#1926-May-6-2026) [Compare Source](https://github.com/react/react/compare/v19.2.5...v19.2.6) ##### React Server Components - Type hardening and performance improvements ([@&#8203;eps1lon](https://github.com/eps1lon), [@&#8203;unstubbable](https://github.com/unstubbable) [#&#8203;36425](https://github.com/facebook/react/pull/36425)) ### [`v19.2.5`](https://github.com/react/react/blob/HEAD/CHANGELOG.md#1925-March-18-2026) [Compare Source](https://github.com/react/react/compare/v19.2.4...v19.2.5) ##### React Server Components - Add more cycle protections ([@&#8203;eps1lon](https://github.com/eps1lon), [@&#8203;unstubbable](https://github.com/unstubbable) [#&#8203;36236](https://github.com/facebook/react/pull/36236)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjI5LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Update react monorepo
Some checks failed
CI / verify (pull_request) Failing after 3s
CI / publish-images (pull_request) Has been skipped
622864fd71
renovate force-pushed renovate/react-monorepo from 622864fd71
Some checks failed
CI / verify (pull_request) Failing after 3s
CI / publish-images (pull_request) Has been skipped
to 7032380b74
Some checks failed
CI / verify (pull_request) Failing after 2s
CI / publish-images (pull_request) Has been skipped
2026-06-16 02:54:47 +02:00
Compare
renovate force-pushed renovate/react-monorepo from 7032380b74
Some checks failed
CI / verify (pull_request) Failing after 2s
CI / publish-images (pull_request) Has been skipped
to 80e333f368
Some checks failed
CI / verify (pull_request) Failing after 1s
CI / publish-images (pull_request) Has been skipped
2026-07-10 02:46:40 +02:00
Compare
renovate force-pushed renovate/react-monorepo from 80e333f368
Some checks failed
CI / verify (pull_request) Failing after 1s
CI / publish-images (pull_request) Has been skipped
to bdcf8d8430
Some checks failed
CI / verify (pull_request) Failing after 1s
CI / publish-images (pull_request) Has been skipped
2026-07-16 02:46:44 +02:00
Compare
renovate changed title from Update react monorepo to Update react monorepo to v19.2.17 2026-07-22 02:46:46 +02:00
renovate force-pushed renovate/react-monorepo from bdcf8d8430
Some checks failed
CI / verify (pull_request) Failing after 1s
CI / publish-images (pull_request) Has been skipped
to 37f9d784de
Some checks failed
CI / verify (pull_request) Failing after 1s
CI / publish-images (pull_request) Has been skipped
2026-07-22 02:46:47 +02:00
Compare
renovate changed title from Update react monorepo to v19.2.17 to Update react monorepo 2026-07-31 02:45:14 +02:00
renovate force-pushed renovate/react-monorepo from 37f9d784de
Some checks failed
CI / verify (pull_request) Failing after 1s
CI / publish-images (pull_request) Has been skipped
to 35b7523096
Some checks failed
CI / verify (pull_request) Failing after 1s
CI / publish-images (pull_request) Has been skipped
2026-07-31 02:45:16 +02:00
Compare
renovate force-pushed renovate/react-monorepo from 35b7523096
Some checks failed
CI / verify (pull_request) Failing after 1s
CI / publish-images (pull_request) Has been skipped
to b7d01188be
Some checks failed
CI / verify (pull_request) Failing after 55s
CI / publish-images (pull_request) Has been skipped
2026-08-14 02:52:40 +02:00
Compare
Some checks failed
CI / verify (pull_request) Failing after 55s
CI / publish-images (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/react-monorepo:renovate/react-monorepo
git switch renovate/react-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/react-monorepo
git switch renovate/react-monorepo
git rebase main
git switch main
git merge --ff-only renovate/react-monorepo
git switch renovate/react-monorepo
git rebase main
git switch main
git merge --no-ff renovate/react-monorepo
git switch main
git merge --squash renovate/react-monorepo
git switch main
git merge --ff-only renovate/react-monorepo
git switch main
git merge renovate/react-monorepo
git push origin main
Sign in to join this conversation.
No description provided.