fix(deps): update react monorepo - #2416
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 7, 2025 10:09
4d950be to
af43622
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 13, 2025 17:56
af43622 to
d9a2de0
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 11, 2025 17:44
d9a2de0 to
4766664
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 12, 2025 07:57
4766664 to
6f42e13
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
November 18, 2025 03:44
a4e5ebb to
f6e583e
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 24, 2025 12:41
f6e583e to
f5f66ed
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
December 4, 2025 11:15
5e583ab to
a366e7d
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
December 4, 2025 16:49
a366e7d to
f7a4a0c
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
December 11, 2025 20:16
f7a4a0c to
cbad555
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
December 12, 2025 04:05
cbad555 to
6876c43
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
January 10, 2026 12:38
6876c43 to
3132b16
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
January 27, 2026 15:46
ad43127 to
586bd4f
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
February 5, 2026 12:45
b43f3c9 to
90b9bb0
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
February 11, 2026 13:32
90b9bb0 to
b07bbfb
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
April 8, 2026 20:47
b07bbfb to
b1c83da
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
April 17, 2026 21:04
a11da57 to
11acbaf
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
April 29, 2026 12:54
11acbaf to
a7794d6
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
May 12, 2026 10:40
ba82ee8 to
1a15543
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
May 19, 2026 19:10
49465aa to
6a3e20a
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
June 1, 2026 18:18
627cf6c to
0fa8d85
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
June 11, 2026 12:02
a6a1985 to
9dac1ea
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
July 16, 2026 14:17
43d479f to
7778f39
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
July 21, 2026 20:59
753b51a to
f1621e2
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
July 24, 2026 20:12
f1621e2 to
048d014
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
July 31, 2026 02:40
a0b56fe to
8200117
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
August 14, 2026 19:17
3bbd91f to
7d691f0
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
August 23, 2026 22:58
7d691f0 to
ca1015d
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
August 26, 2026 15:41
ca1015d to
d4662f7
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.2.7→19.2.1819.2.3→19.2.57.0.1→7.1.119.2.0→19.2.819.2.0→19.2.8Release Notes
facebook/react (eslint-plugin-react-hooks)
v7.1.1Compare Source
Note: 7.1.0 accidentally removed the
component-hook-factoriesrule, causing errors for users who referenced it in their ESLint config. This is now fixed.component-hook-factoriesrule for backwards compatibility. (@mofeiZ in #36307)v7.1.0Compare Source
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better
set-state-in-effectdetection, improved ref validation, and more helpful error reporting.useEffectEventchecks in component syntax. (@jbrown215 in #35041)set-state-in-effectvalidation with fewer false negatives. (@jorge-cab in #35134, @josephsavona in #35147, @jackpope in #35214, @chesnokov-tony in #35419, @jsleitor in #36107)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
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
Configuration
📅 Schedule: (UTC)
🚦 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.