-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update react monorepo to v16.14.0 - abandoned #27
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
base: master
Are you sure you want to change the base?
Conversation
|
Netlify BOT Built with commit 3a1a4b8 |
b3da972 to
93f907f
Compare
93f907f to
cdcc3ff
Compare
cdcc3ff to
2d97999
Compare
2d97999 to
81bc91a
Compare
7dcf9c3 to
0f7a65f
Compare
0f7a65f to
cd30cac
Compare
cd30cac to
a41859e
Compare
a41859e to
a7b90ca
Compare
a7b90ca to
87158fa
Compare
87158fa to
c81a0a3
Compare
c81a0a3 to
7a11e5d
Compare
7a11e5d to
e822fdc
Compare
e822fdc to
3a1a4b8
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
16.8.0-alpha.1->16.14.016.8.0-alpha.1->16.14.0Release Notes
facebook/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
v16.8.6Compare Source
React DOM
useReducer(). (@acdlite in #15124)contextTypeis set toContext.Consumerinstead ofContext. (@aweary in #14831)contextTypeis set to invalid values. (@gaearon in #15142)v16.8.5Compare Source
React DOM
sizeattribute. (@kulek1 in #14242)useEffect(async () => ...)warning message. (@gaearon in #15118)React DOM Server
useLayoutEffectwarning message when server rendering. (@gaearon in #15158)React Shallow Renderer
setStatein shallow renderer to work with Hooks. (@gaearon in #15120)React.memo. (@aweary in #14816)forwardRef. (@eps1lon in #15100)v16.8.4Compare Source
React DOM and other renderers
useContexthook. (@bvaughn in #14940)v16.8.3Compare Source
React DOM
React DOM Server
ESLint Plugin for React Hooks
exhaustive-depsrule. (@gaearon in #14636)v16.8.2Compare Source
React DOM
ReactDOM.renderbeing ignored insideuseEffect. (@gaearon in #14799)useImperativeHandleto work correctly when no deps are specified. (@gaearon in #14801)crossOriginattribute to work in SVGimageelements. (@aweary in #14832)React Test Utils and React Test Renderer
act()warning. (@threepointone in #14855)v16.8.1Compare Source
React DOM and React Test Renderer
React Test Utils
v16.8.0Compare Source
React
useReducerHook lazy initialization API. (@acdlite in #14723)React DOM
useStateanduseReducerHooks. (@acdlite in #14569)Object.isalgorithm for comparinguseStateanduseReducervalues. (@Jessidhia in #14752)useEffect/useMemo/useCallbackHooks. (@acdlite in #14594)React.lazy(). (@gaearon in #14626)undefinedor a function. All other values, includingnull, are not allowed. @acdlite in #14119React Test Renderer and Test Utils
shouldComponentUpdatein the presence ofgetDerivedStateFromPropsfor Shallow Renderer. (@chenesan in #14613)ReactTestRenderer.act()andReactTestUtils.act()for batching updates so that tests more closely match real behavior. (@threepointone in #14744)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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.