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 passing again with this update. Explicitly upgrade to these versions π
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.8.3
to 16.8.4
.dependency
react-dom was updated from 16.8.3
to 16.8.4
.Your tests are passing again with this update. Explicitly upgrade to these versions π
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 passing again with this update. Explicitly upgrade to these versions π
size
attribute. (@kulek1 in #14242)useEffect(async () => ...)
warning message. (@gaearon in #15118)setState
in shallow renderer to work with Hooks. (@gaearon in #15120)React.memo
. (@aweary in #14816)forwardRef
. (@eps1lon in #15100)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 passing again with this update. Explicitly upgrade to these versions π
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 passing again with this update. Explicitly upgrade to these versions π
<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 passing again with this update. Explicitly upgrade to these versions π
Object.is
instead of inline polyfill, when available. (@ku8ar in #16212)postMessage
loop with short intervals instead of attempting to align to frame boundaries with requestAnimationFrame
. (@acdlite in #16214)β’ react: https://unpkg.com/react@16.10.0/umd/
β’ react-art: https://unpkg.com/react-art@16.10.0/umd/
β’ react-dom: https://unpkg.com/react-dom@16.10.0/umd/
β’ react-is: https://unpkg.com/react-is@16.10.0/umd/
β’ react-test-renderer: https://unpkg.com/react-test-renderer@16.10.0/umd/
β’ scheduler: https://unpkg.com/scheduler@0.16.0/umd/
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/
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 failed ([Details](https://travis-ci.org/Kornil/simple-ts-react-app/builds/428327793?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: