Update react monorepo#234
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
March 29, 2023 05:09
7502ebc to
144b81f
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
April 10, 2023 11:12
e577927 to
4e6346e
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
April 12, 2023 12:32
4e6346e to
27d852b
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
May 6, 2023 13:28
27d852b to
12d2831
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
May 25, 2023 21:54
12d2831 to
eca902c
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
June 13, 2023 18:48
ae3aa1f to
cf3a4a8
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
August 9, 2023 20:31
74341fd to
58a3c5a
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
August 22, 2023 20:05
58a3c5a to
2813b73
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
October 1, 2023 11:58
e604614 to
d04bceb
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 10, 2023 23:02
d04bceb to
5769e0f
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 18, 2023 14:23
5769e0f to
109730c
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 7, 2023 21:39
109730c to
6d37dc6
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 21, 2023 01:56
6d37dc6 to
a78c869
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
November 27, 2023 23:27
a78c869 to
e1aa799
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
December 4, 2023 22:32
1623042 to
12f4010
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
December 13, 2023 03:31
29438c2 to
bc98a63
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
December 28, 2023 15:17
bc98a63 to
b0f8447
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
4 times, most recently
from
March 4, 2024 18:20
d96ea7f to
372d9c6
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
March 12, 2024 00:36
4215498 to
e44a07e
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
March 18, 2024 14:03
742c030 to
1da0a6b
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
6 times, most recently
from
March 27, 2024 18:58
54beb06 to
0d71fe6
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
April 9, 2024 01:02
341b084 to
f908c5d
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
4 times, most recently
from
April 15, 2024 23:22
028c5cd to
5f0a1d5
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
April 25, 2024 22:44
f3b9a4e to
1b53eb3
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
April 26, 2024 17:09
1b53eb3 to
5771029
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
April 26, 2024 22:52
5771029 to
c58b81b
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:
18.2.39→18.3.3118.0.0→18.3.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
facebook/react (react)
v18.3.1Compare Source
actfromreactf1338fv18.3.0Compare Source
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
this.refsto support string ref codemod 909071findDOMNodeoutside StrictMode c3b283test-utilsmethods d4ea75defaultPropsfor function components #25699key#25697actfromtest-utilsd4ea75React DOM
unmountComponentAtNode8a015brenderToStaticNodeStream#28874v18.2.0Compare Source
React DOM
onRecoverableError. (@gnoff in #24591)documentcausing a blank page on mismatch. (@gnoff in #24523)setStatein Safari when adding an iframe. (@gaearon in #24459)React DOM Server
<title>elements to match the browser constraints. (@gnoff in #24679)highWaterMarkto0. (@jplhomer in #24641)Server Components (Experimental)
useId()inside Server Components. (@gnoff in #24172)v18.1.0Compare Source
React DOM
react-dom/clientwhen using UMD bundle. (@alireza-molaee in #24274)suppressHydrationWarningto work in production too. (@gaearon in #24271)componentWillUnmountfiring twice inside of Suspense. (@acdlite in #24308)useDeferredValuecausing an infinite loop when passed an unmemoized value. (@acdlite in #24247)setStateloop inuseEffect. (@gaearon in #24298)setStateinuseInsertionEffect. (@gaearon in #24295)React DOM Server
bootstrapScriptContentcontents. (@gnoff in #24385)renderToPipeableStream. (@gnoff in #24291)ESLint Plugin: React Hooks
Use Subscription
use-sync-external-storeshim. (@gaearon in #24289)Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.