fix(deps): update react monorepo - #39
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
March 15, 2021 17:47
5f3f8a1 to
f3c02cb
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
April 4, 2021 16:17
1b25a10 to
00a51a4
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
May 7, 2021 13:36
bb1eb6a to
38e5ecb
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
May 14, 2021 10:13
562ccfb to
e40bf58
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
May 20, 2021 23:19
e40bf58 to
23838c0
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
June 5, 2021 03:45
2ff3ce1 to
e340c60
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
June 16, 2021 03:31
e340c60 to
490fc69
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 6, 2021 16:55
490fc69 to
6e5860b
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
March 12, 2022 00:02
6e5860b to
bdad1fa
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
April 7, 2022 13:47
bdad1fa to
40c169e
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
October 17, 2022 17:48
40c169e to
1e7a9b6
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
December 30, 2022 15:06
1e7a9b6 to
2bcd296
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:
1.6.1->1.7.02.0.1->2.5.116.8.6->16.14.016.8.6->16.14.016.8.6->16.14.0Release Notes
facebook/react (eslint-plugin-react-hooks)
v2.5.0v2.4.0forwardRef. (@dprgarner in #17255)Effect. (@gaearon in #17663)facebook/react (react)
v16.14.0Compare Source
React
v16.13.1Compare Source
React DOM
componentWillReceiveProps,shouldComponentUpdate, and so on). (@gaearon in #18330)v16.13.0Compare Source
React
React.createFactory()(@trueadm in #17878)React DOM
stylemay cause an unexpected collision (@sophiebits in #14181, #18002)unstable_createPortal(@trueadm in #17880)onMouseEnterbeing fired on disabled buttons (@AlfredoGJ in #17675)shouldComponentUpdatetwice when developing inStrictMode(@bvaughn in #17942)versionproperty to ReactDOM (@ealush in #15780)toString()ofdangerouslySetInnerHTML(@sebmarkbage in #17773)Concurrent Mode (Experimental)
ReactDOM.createRoot()(@trueadm in #17937)ReactDOM.createRoot()callback params and added warnings on usage (@bvaughn in #17916)SuspenseListCPU bound heuristic (@sebmarkbage in #17455)isPendingonly being true when transitioning from inside an input event (@acdlite in #17382)React.memocomponents dropping updates when interrupted by a higher priority update (@acdlite in #18091)v16.12.0Compare Source
React DOM
useEffect) not being fired in a multi-root app. (@acdlite in #17347)React Is
lazyandmemotypes considered elements instead of components (@bvaughn in #17278)v16.11.0Compare Source
React DOM
mouseenterhandlers from firing twice inside nested React containers. @yuanoook in #16928unstable_createRootandunstable_createSyncRootexperimental APIs. (These are available in the Experimental channel ascreateRootandcreateSyncRoot.) (@acdlite in #17088)v16.10.2Compare Source
React DOM
v16.10.1Compare Source
React DOM
v16.10.0Compare Source
React DOM
Object.isinstead of inline polyfill, when available. (@ku8ar in #16212)Scheduler (Experimental)
postMessageloop with short intervals instead of attempting to align to frame boundaries withrequestAnimationFrame. (@acdlite in #16214)useSubscription
v16.9.0Compare Source
React
<React.Profiler>API for gathering performance measurements programmatically. (@bvaughn in #15172)unstable_ConcurrentModein favor ofunstable_createRoot. (@acdlite in #15532)React DOM
UNSAFE_*lifecycle methods. (@bvaughn in #15186 and @threepointone in #16103)javascript:URLs as a common attack surface. (@sebmarkbage in #15047)disablePictureInPictureattribute on<video>. (@eek in #15334)onLoadevent for<embed>. (@cherniavskii in #15614)useStatestate from DevTools. (@bvaughn in #14906)setStateis called fromuseEffect, creating a loop. (@gaearon in #15180)findDOMNodefor components wrapped in<Suspense>. (@acdlite in #15312)!importantstyle. (@acdlite in #15861 and #15882)React DOM Server
React Test Utilities and Test Renderer
act(async () => ...)for testing asynchronous state updates. (@threepointone in #14853)actfrom different renderers. (@threepointone in #16039 and #16042)act()call. (@threepointone in #15763 and #16041)actfrom the wrong renderer. (@threepointone in #15756)ESLint Plugin: React Hooks
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.