kriasoft / react-firebase-starter

Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay

Home Page:https://firebase.reactstarter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of eslint-plugin-flowtype is breaking the build 🚨

greenkeeper opened this issue · comments

The devDependency eslint-plugin-flowtype was updated from 3.11.1 to 3.12.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-flowtype 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
  • ci/circleci: Your tests failed on CircleCI (Details).

Release Notes for v3.12.0

3.12.0 (2019-07-18)

Features

  • implement arrow-parens to support type parameters (#344) (#417) (94a9e8b)
Commits

The new version differs by 1 commits.

  • 94a9e8b feat: implement arrow-parens to support type parameters (#344) (#417)

See the full diff

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 3.11.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

Your tests are still failing with this version. Compare changes

Release Notes for v3.12.1

3.12.1 (2019-07-18)

Bug Fixes

  • ignore arrow functions with predicates in arrow-parens (#418) (7560260)
Commits

The new version differs by 1 commits.

  • 7560260 fix: ignore arrow functions with predicates in arrow-parens (#418)

See the full diff