elmasse / nextein

A static site generator with markdown + react for Next.js

Home Page:https://nextein.elmasse.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of react is breaking the build 🚨

greenkeeper opened this issue Β· comments

There have been updates to the react monorepo:

    • The devDependency react was updated from 16.6.1 to 16.6.2.

🚨 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 devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

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 🌴

After pinning to 16.6.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency react was updated from 16.6.2 to 16.6.3.
  • The devDependency react-dom was updated from 16.6.2 to 16.6.3.
  • The devDependency react-test-renderer was updated from 16.6.2 to 16.6.3.

Your tests are passing again with this update. Explicitly upgrade to these versions πŸš€