An in-range update of react is breaking the build π¨
greenkeeper opened this issue Β· 3 comments
There have been updates to the react monorepo:
-
- The
devDependency
react was updated from16.10.1
to16.10.2
.
- The
- The
dependency
react-dom was updated from16.10.1
to16.10.2
.
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).
Release Notes for 16.10.2 (October 3, 2019)
React DOM
- Fix regression in react-native-web by restoring order of arguments in event plugin extractors (@necolas in #16978)
Artifacts
β’ 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/
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
Test also failing on 16.10.0 + 16.10.1.
- The
devDependency
react was updated from16.10.2
to16.11.0
. - The
dependency
react-dom was updated from16.10.2
to16.11.0
.
Your tests are passing again with this update. Explicitly upgrade to these versions
Release Notes for 16.11.0 (October 22, 2019)
React DOM
- Fix
mouseenter
handlers from firing twice inside nested React containers. @yuanoook in #16928 - Remove
unstable_createRoot
andunstable_createSyncRoot
experimental APIs. (These are available in the Experimental channel ascreateRoot
andcreateSyncRoot
.) (@acdlite in #17088)
Artifacts
β’ 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/
Closed in favour of #44.