Open greenkeeper[bot] opened 5 years ago
After pinning to 16.8.6 your tests are passing again. Downgrade this dependency π.
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 passing again with this update. Explicitly upgrade to these versions π
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 passing again with this update. Explicitly upgrade to these versions π
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 passing again with this update. Explicitly upgrade to these versions π
β’ 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 passing again with this update. Explicitly upgrade to these versions π
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 passing again with this update. Explicitly upgrade to these versions π
β’ react: https://unpkg.com/react@16.12.0/umd/
β’ react-art: https://unpkg.com/react-art@16.12.0/umd/
β’ react-dom: https://unpkg.com/react-dom@16.12.0/umd/
β’ react-is: https://unpkg.com/react-is@16.12.0/umd/
β’ react-test-renderer: https://unpkg.com/react-test-renderer@16.12.0/umd/
β’ scheduler: https://unpkg.com/scheduler@0.18.0/umd/
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 passing again with this update. Explicitly upgrade to these versions π
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 passing again with this update. Explicitly upgrade to these versions π
There have been updates to the react monorepo:
dependency
react was updated from16.8.6
to16.9.0
.dependency
react-dom was updated from16.8.6
to16.9.0
.π¨ 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
- β **Travis CI - Branch:** The build **errored**.Release Notes for 16.9.0 (August 8, 2019)
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)Artifacts
β’ 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/
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: