Open greenkeeper[bot] opened 6 years ago
After pinning to 16.5.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
react was updated from 16.5.1
to 16.5.2
.dependency
react-dom was updated from 16.5.1
to 16.5.2
.Your tests are still failing with these versions. Compare changes
<iframe>
regression (@JSteunou in #13650)updateWrapper
so that <textarea>
s no longer re-render when data is unchanged (@joelbarbosa in #13643dependency
react was updated from 16.5.2
to 16.6.0
.dependency
react-dom was updated from 16.5.2
to 16.6.0
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.6.0
to 16.6.1
.dependency
react-dom was updated from 16.6.0
to 16.6.1
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.6.1
to 16.6.2
.dependency
react-dom was updated from 16.6.1
to 16.6.2
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.6.2
to 16.6.3
.dependency
react-dom was updated from 16.6.2
to 16.6.3
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.6.3
to 16.7.0
.dependency
react-dom was updated from 16.6.3
to 16.7.0
.Your tests are still failing with these versions. Compare changes
React.lazy
for large numbers of lazily-loaded components. (@acdlite in #14429)react-dom/server@16.6
and react@<16.6
. (@gaearon in #14291)dependency
react was updated from 16.7.0
to 16.8.0
.dependency
react-dom was updated from 16.7.0
to 16.8.0
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.8.0
to 16.8.1
.dependency
react-dom was updated from 16.8.0
to 16.8.1
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.8.1
to 16.8.2
.dependency
react-dom was updated from 16.8.1
to 16.8.2
.Your tests are still failing with these versions. Compare changes
ReactDOM.render
being ignored inside useEffect
. (@gaearon in #14799)useImperativeHandle
to work correctly when no deps are specified. (@gaearon in #14801)crossOrigin
attribute to work in SVG image
elements. (@aweary in #14832)act()
warning. (@threepointone in #14855)dependency
react was updated from 16.8.2
to 16.8.3
.dependency
react-dom was updated from 16.8.2
to 16.8.3
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.8.3
to 16.8.4
.dependency
react-dom was updated from 16.8.3
to 16.8.4
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.8.4
to 16.8.5
.dependency
react-dom was updated from 16.8.4
to 16.8.5
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.8.5
to 16.8.6
.dependency
react-dom was updated from 16.8.5
to 16.8.6
.Your tests are still failing with these versions. Compare changes
useReducer()
. (@acdlite in #15124)contextType
is set to Context.Consumer
instead of Context
. (@aweary in #14831)contextType
is set to invalid values. (@gaearon in #15142)dependency
react was updated from 16.8.6
to 16.9.0
.dependency
react-dom was updated from 16.8.6
to 16.9.0
.Your tests are still failing with these versions. Compare changes
<React.Profiler>
API for gathering performance measurements programmatically. (@bvaughn in #15172)unstable_ConcurrentMode
in favor of unstable_createRoot
. (@acdlite in #15532)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 from useEffect
, creating a loop. (@gaearon in #15180)findDOMNode
for components wrapped in <Suspense>
. (@acdlite in #15312)!important
style. (@acdlite in #15861 and #15882)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)β’ react: https://unpkg.com/react@16.9.0/umd/
β’ react-art: https://unpkg.com/react-art@16.9.0/umd/
β’ react-dom: https://unpkg.com/react-dom@16.9.0/umd/
β’ react-is: https://unpkg.com/react-is@16.9.0/umd/
β’ react-test-renderer: https://unpkg.com/react-test-renderer@16.9.0/umd/
β’ scheduler: https://unpkg.com/scheduler@0.15.0/umd/
dependency
react was updated from 16.9.0
to 16.10.0
.dependency
react-dom was updated from 16.9.0
to 16.10.0
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.10.0
to 16.10.1
.dependency
react-dom was updated from 16.10.0
to 16.10.1
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.10.1
to 16.10.2
.dependency
react-dom was updated from 16.10.1
to 16.10.2
.Your tests are still failing with these versions. Compare changes
β’ react: https://unpkg.com/react@16.10.2/umd/
β’ react-art: https://unpkg.com/react-art@16.10.2/umd/
β’ react-dom: https://unpkg.com/react-dom@16.10.2/umd/
β’ react-is: https://unpkg.com/react-is@16.10.2/umd/
β’ react-test-renderer: https://unpkg.com/react-test-renderer@16.10.2/umd/
β’ scheduler: https://unpkg.com/scheduler@0.16.2/umd/
dependency
react was updated from 16.10.2
to 16.11.0
.dependency
react-dom was updated from 16.10.2
to 16.11.0
.Your tests are still failing with these versions. Compare changes
mouseenter
handlers from firing twice inside nested React containers. @yuanoook in #16928unstable_createRoot
and unstable_createSyncRoot
experimental APIs. (These are available in the Experimental channel as createRoot
and createSyncRoot
.) (@acdlite in #17088)β’ react: https://unpkg.com/react@16.11.0/umd/
β’ react-art: https://unpkg.com/react-art@16.11.0/umd/
β’ react-dom: https://unpkg.com/react-dom@16.11.0/umd/
β’ react-is: https://unpkg.com/react-is@16.11.0/umd/
β’ react-test-renderer: https://unpkg.com/react-test-renderer@16.11.0/umd/
β’ scheduler: https://unpkg.com/scheduler@0.17.0/umd/
dependency
react was updated from 16.11.0
to 16.12.0
.dependency
react-dom was updated from 16.11.0
to 16.12.0
.Your tests are still failing with these versions. Compare changes
dependency
react was updated from 16.12.0
to 16.13.0
.dependency
react-dom was updated from 16.12.0
to 16.13.0
.Your tests are still failing with these versions. Compare changes
React.createFactory()
(@trueadm in #17878)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 in StrictMode
(@bvaughn in #17942)version
property to ReactDOM (@ealush in #15780)toString()
of dangerouslySetInnerHTML
(@sebmarkbage in #17773)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)dependency
react was updated from 16.13.0
to 16.13.1
.dependency
react-dom was updated from 16.13.0
to 16.13.1
.Your tests are still failing with these versions. Compare changes
There have been updates to the react monorepoundefined
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
This monorepo update includes releases of one or more dependencies which all belong to the react group definition.
react is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/joe-crick/simple_job/builds/428399490?utm_source=github_status&utm_medium=notification)).Release Notes for v16.5.1
16.5.1 (September 13, 2018)
React
React.forwardRef
receives an unexpected number of arguments. (@andresroberto in #13636)React DOM
isReactComponent
. (@gaearon in #13608)react-dom/profiling
withschedule/tracking
. (@bvaughn in #13605)ForwardRef
component defines adisplayName
, use it in warnings. (@probablyup in #13615)Schedule (Experimental)
schedule/tracking-profiling
. (@bvaughn in #13605)FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: