jcoreio / redux-features-hot-loader

webpack hot loader for redux-features
MIT License
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.30.4 of eslint-plugin-flowtype just got published.

Branch Build failing 🚨
Dependency eslint-plugin-flowtype
Current Version 2.30.3
Type devDependency

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

As eslint-plugin-flowtype is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **coverage/coveralls** Coverage pending from Coveralls.io [Details](https://coveralls.io/builds/10701862) - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/jcoreio/redux-features-hot-loader/builds/213465908)
Release Notes v2.30.4

<a name"2.30.4">

2.30.4 (2017-03-21)

Bug Fixes

Commits

The new version differs by 1 commits .

  • 636cead fix: no-dupe-keys with legal duplicated keys (#148)

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.31.0 just got published.

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

Release Notes v2.31.0

<a name"2.31.0">

2.31.0 (2017-04-18)

Features

Commits

The new version differs by 1 commits .

  • 4e191b7 feat: add no-types-missing-flow-annotation (#222)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.32.0 just got published.

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

Release Notes v2.32.0

<a name"2.32.0">

2.32.0 (2017-04-19)

Features

  • add no-types-missing-flow-annotation to the recommended preset (#223) (a0a6d0e4)
Commits

The new version differs by 2 commits .

  • a0a6d0e feat: add no-types-missing-flow-annotation to the recommended preset (#223)
  • 4e191b7 feat: add no-types-missing-flow-annotation (#222)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.32.1 just got published.

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

Release Notes v2.32.1

<a name"2.32.1">

2.32.1 (2017-04-19)

Bug Fixes

  • rename no-types-missing-flow-annotation to no-types-missing-file-annotation (bb444dbf)
Commits

The new version differs by 3 commits .

  • bb444db fix: rename no-types-missing-flow-annotation to no-types-missing-file-annotation
  • a0a6d0e feat: add no-types-missing-flow-annotation to the recommended preset (#223)
  • 4e191b7 feat: add no-types-missing-flow-annotation (#222)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.33.0 just got published.

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

Release Notes v2.33.0

<a name"2.33.0">

2.33.0 (2017-05-14)

Features

  • add type re-export support to no-types-missing-file-annotation (#228) (a74fd9e9)
Commits

The new version differs by 4 commits0.

  • a74fd9e feat: add type re-export support to no-types-missing-file-annotation (#228)
  • bb444db fix: rename no-types-missing-flow-annotation to no-types-missing-file-annotation
  • a0a6d0e feat: add no-types-missing-flow-annotation to the recommended preset (#223)
  • 4e191b7 feat: add no-types-missing-flow-annotation (#222)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.34.0 just got published.

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

Release Notes v2.34.0

<a name"2.34.0">

2.34.0 (2017-05-30)

Features

Commits

The new version differs by 6 commits.

  • 42328cd feat: update looksLikeFlowFileAnnotation regex to match only @flow (#233)
  • f622fcd docs: update no-types-missing-file-annotation case samples (#229)
  • a74fd9e feat: add type re-export support to no-types-missing-file-annotation (#228)
  • bb444db fix: rename no-types-missing-flow-annotation to no-types-missing-file-annotation
  • a0a6d0e feat: add no-types-missing-flow-annotation to the recommended preset (#223)
  • 4e191b7 feat: add no-types-missing-flow-annotation (#222)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.34.1 just got published.

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

Release Notes v2.34.1

<a name"2.34.1">

2.34.1 (2017-06-28)

Bug Fixes

Commits

The new version differs by 7 commits.

  • 996acd3 fix: @flow flag does not need to be first comment (#240)
  • 42328cd feat: update looksLikeFlowFileAnnotation regex to match only @flow (#233)
  • f622fcd docs: update no-types-missing-file-annotation case samples (#229)
  • a74fd9e feat: add type re-export support to no-types-missing-file-annotation (#228)
  • bb444db fix: rename no-types-missing-flow-annotation to no-types-missing-file-annotation
  • a0a6d0e feat: add no-types-missing-flow-annotation to the recommended preset (#223)
  • 4e191b7 feat: add no-types-missing-flow-annotation (#222)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.35.0 just got published.

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

Release Notes v2.35.0

<a name"2.35.0">

2.35.0 (2017-07-11)

Bug Fixes

  • drop Node.js v4 from test suit (6eceb895)

Features

Commits

The new version differs by 9 commits.

  • 6eceb89 fix: drop Node.js v4 from test suit
  • b1409e3 feat: Rule schemas for validation. (#252)
  • 996acd3 fix: @flow flag does not need to be first comment (#240)
  • 42328cd feat: update looksLikeFlowFileAnnotation regex to match only @flow (#233)
  • f622fcd docs: update no-types-missing-file-annotation case samples (#229)
  • a74fd9e feat: add type re-export support to no-types-missing-file-annotation (#228)
  • bb444db fix: rename no-types-missing-flow-annotation to no-types-missing-file-annotation
  • a0a6d0e feat: add no-types-missing-flow-annotation to the recommended preset (#223)
  • 4e191b7 feat: add no-types-missing-flow-annotation (#222)

See the full diff