FullHuman / postcss-purgecss

PostCSS plugin for purgecss

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.5.1 to 3.6.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.6.0

3.6.0 (2019-04-08)

Features

  • add rule to make sure that object type that is spread has exact type (#391) (52b0c00)
Commits

The new version differs by 1 commits.

  • 52b0c00 feat: add rule to make sure that object type that is spread has exact type (#391)

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.5.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

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

Release Notes for v3.6.1

3.6.1 (2019-04-10)

Bug Fixes

  • return type rule for plain object properties (fixes #396) (a41f5f1)
Commits

The new version differs by 1 commits.

  • a41f5f1 fix: return type rule for plain object properties (fixes #396)

See the full diff