-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update react monorepo #312
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
=======================================
Coverage 71.67% 71.67%
=======================================
Files 239 239
Lines 4039 4039
Branches 856 856
=======================================
Hits 2895 2895
Misses 1019 1019
Partials 125 125 Continue to review full report at Codecov.
|
c2d2407
to
6393290
Compare
6393290
to
f09d395
Compare
f09d395
to
e647a86
Compare
e647a86
to
2b27f18
Compare
2b27f18
to
9f6715a
Compare
9f6715a
to
9c9740e
Compare
9c9740e
to
d0c2d9c
Compare
d0c2d9c
to
05af2c2
Compare
05af2c2
to
0e4584f
Compare
0e4584f
to
8851cea
Compare
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
==========================================
+ Coverage 71.65% 71.67% +0.02%
==========================================
Files 239 239
Lines 4050 4039 -11
Branches 858 856 -2
==========================================
- Hits 2902 2895 -7
+ Misses 1021 1019 -2
+ Partials 127 125 -2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
=======================================
Coverage 71.65% 71.65%
=======================================
Files 239 239
Lines 4050 4050
Branches 858 858
=======================================
Hits 2902 2902
Misses 1021 1021
Partials 127 127 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
=======================================
Coverage 71.65% 71.65%
=======================================
Files 239 239
Lines 4050 4050
Branches 858 858
=======================================
Hits 2902 2902
Misses 1021 1021
Partials 127 127 Continue to review full report at Codecov.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #312 +/- ##
==========================================
+ Coverage 71.13% 71.83% +0.70%
==========================================
Files 240 240
Lines 4320 4609 +289
Branches 902 1126 +224
==========================================
+ Hits 3073 3311 +238
- Misses 1124 1286 +162
+ Partials 123 12 -111 ☔ View full report in Codecov by Sentry. |
8851cea
to
d5c76a9
Compare
b0f95aa
to
5dbca13
Compare
5dbca13
to
1d27be7
Compare
9f07fc3
to
e2d94d9
Compare
7a52956
to
0313091
Compare
af0d7b2
to
c657fb3
Compare
adfe3e3
to
cf47772
Compare
7a8522a
to
a8f0852
Compare
a8f0852
to
8b77a30
Compare
8b77a30
to
8aefc80
Compare
8aefc80
to
2425d0e
Compare
2425d0e
to
2c27e00
Compare
2c27e00
to
42fa794
Compare
42fa794
to
6aba8d1
Compare
6aba8d1
to
750dbad
Compare
750dbad
to
e379401
Compare
e379401
to
3008dc2
Compare
27e3c29
to
83c567d
Compare
83c567d
to
3aa91b0
Compare
3aa91b0
to
2aa0a27
Compare
5b2329a
to
8af2df8
Compare
8af2df8
to
d10fa90
Compare
This PR contains the following updates:
16.4.11
->16.14.63
16.6.3
->16.14.0
16.6.3
->16.14.0
16.2.0
->16.14.0
Release Notes
facebook/react (react)
v16.14.0
Compare Source
React
v16.13.1
Compare Source
React DOM
componentWillReceiveProps
,shouldComponentUpdate
, and so on). (@gaearon in #18330)v16.13.0
Compare Source
React
React.createFactory()
(@trueadm in #17878)React DOM
style
may cause an unexpected collision (@sophiebits in #14181, #18002)unstable_createPortal
(@trueadm in #17880)onMouseEnter
being fired on disabled buttons (@AlfredoGJ in #17675)shouldComponentUpdate
twice when developing inStrictMode
(@bvaughn in #17942)version
property 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)SuspenseList
CPU bound heuristic (@sebmarkbage in #17455)isPending
only being true when transitioning from inside an input event (@acdlite in #17382)React.memo
components dropping updates when interrupted by a higher priority update (@acdlite in #18091)v16.12.0
Compare Source
React DOM
useEffect
) not being fired in a multi-root app. (@acdlite in #17347)React Is
lazy
andmemo
types considered elements instead of components (@bvaughn in #17278)v16.11.0
Compare Source
React DOM
mouseenter
handlers from firing twice inside nested React containers. @yuanoook in #16928unstable_createRoot
andunstable_createSyncRoot
experimental APIs. (These are available in the Experimental channel ascreateRoot
andcreateSyncRoot
.) (@acdlite in #17088)v16.10.2
Compare Source
React DOM
v16.10.1
Compare Source
React DOM
v16.10.0
Compare Source
React DOM
Object.is
instead of inline polyfill, when available. (@ku8ar in #16212)Scheduler (Experimental)
postMessage
loop with short intervals instead of attempting to align to frame boundaries withrequestAnimationFrame
. (@acdlite in #16214)useSubscription
v16.9.0
Compare Source
React
<React.Profiler>
API for gathering performance measurements programmatically. (@bvaughn in #15172)unstable_ConcurrentMode
in 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)disablePictureInPicture
attribute on<video>
. (@eek in #15334)onLoad
event for<embed>
. (@cherniavskii in #15614)useState
state from DevTools. (@bvaughn in #14906)setState
is called fromuseEffect
, creating a loop. (@gaearon in #15180)findDOMNode
for components wrapped in<Suspense>
. (@acdlite in #15312)!important
style. (@acdlite in #15861 and #15882)React DOM Server
React Test Utilities and Test Renderer
act(async () => ...)
for testing asynchronous state updates. (@threepointone in #14853)act
from different renderers. (@threepointone in #16039 and #16042)act()
call. (@threepointone in #15763 and #16041)act
from the wrong renderer. (@threepointone in #15756)ESLint Plugin: React Hooks
v16.8.6
Compare Source
React DOM
useReducer()
. (@acdlite in #15124)contextType
is set toContext.Consumer
instead ofContext
. (@aweary in #14831)contextType
is set to invalid values. (@gaearon in #15142)v16.8.5
Compare Source
React DOM
size
attribute. (@kulek1 in #14242)useEffect(async () => ...)
warning message. (@gaearon in #15118)React DOM Server
useLayoutEffect
warning message when server rendering. (@gaearon in #15158)React Shallow Renderer
setState
in shallow renderer to work with Hooks. (@gaearon in #15120)React.memo
. (@aweary in #14816)forwardRef
. (@eps1lon in #15100)v16.8.4
Compare Source
React DOM and other renderers
useContext
hook. (@bvaughn in #14940)v16.8.3
Compare Source
React DOM
React DOM Server
ESLint Plugin for React Hooks
exhaustive-deps
rule. (@gaearon in #14636)v16.8.2
Compare Source
React DOM
ReactDOM.render
being ignored insideuseEffect
. (@gaearon in #14799)useImperativeHandle
to work correctly when no deps are specified. (@gaearon in #14801)crossOrigin
attribute to work in SVGimage
elements. (@aweary in #14832)React Test Utils and React Test Renderer
act()
warning. (@threepointone in #14855)v16.8.1
Compare Source
React DOM and React Test Renderer
React Test Utils
v16.8.0
Compare Source
React
useReducer
Hook lazy initialization API. (@acdlite in #14723)React DOM
useState
anduseReducer
Hooks. (@acdlite in #14569)Object.is
algorithm for comparinguseState
anduseReducer
values. (@Jessidhia in #14752)useEffect
/useMemo
/useCallback
Hooks. (@acdlite in #14594)React.lazy()
. (@gaearon in #14626)undefined
or a function. All other values, includingnull
, are not allowed. @acdlite in #14119React Test Renderer and Test Utils
shouldComponentUpdate
in the presence ofgetDerivedStateFromProps
for 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
v16.7.0
Compare Source
React DOM
React.lazy
for large numbers of lazily-loaded components. (@acdlite in #14429)react-dom/[email protected]
andreact@<16.6
. (@gaearon in #14291)Scheduler (Experimental)
setTimeout
in testing environments. (@bvaughn in #14358)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.