Leko / seqpar

seqpar is a batch executor run in sequential & parallel
MIT License
2 stars 0 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency eslint-plugin-flowtype was updated from 3.4.2 to 3.5.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: node-v6:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/Leko/seqpar/914?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - βœ… **ci/circleci: node-latest:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/Leko/seqpar/913?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - βœ… **ci/circleci: node-v8:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/Leko/seqpar/912?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for v3.5.0

3.5.0 (2019-04-03)

Features

  • add "ignoreTypeDefault" option to "type-import-style" (#393) (6748dc5)
Commits

The new version differs by 1 commits.

  • 6748dc5 feat: add "ignoreTypeDefault" option to "type-import-style" (#393)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 3.4.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.5.1

3.5.1 (2019-04-03)

Bug Fixes

  • skip type-import-style identifier in "declare module" (#394) (0f8a9b5)
Commits

The new version differs by 1 commits.

  • 0f8a9b5 fix: skip type-import-style identifier in "declare module" (#394)

See the full diff

greenkeeper[bot] commented 5 years ago

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

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

greenkeeper[bot] commented 5 years ago

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 2 commits.

  • a41f5f1 fix: return type rule for plain object properties (fixes #396)
  • 52b0c00 feat: add rule to make sure that object type that is spread has exact type (#391)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.7.0

3.7.0 (2019-05-02)

Features

  • add annotateUndefined: 'ignore' option (#399) (714a995)
Commits

The new version differs by 4 commits.

  • 714a995 feat: add annotateUndefined: 'ignore' option (#399)
  • 6bfb378 docs: add missing spread-exact-type docs
  • a41f5f1 fix: return type rule for plain object properties (fixes #396)
  • 52b0c00 feat: add rule to make sure that object type that is spread has exact type (#391)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.8.0

3.8.0 (2019-05-08)

Features

  • parse docblock more robustly for onlyFilesWithFlowAnnotation usage (#404) (397b7a1)
Commits

The new version differs by 1 commits.

  • 397b7a1 feat: parse docblock more robustly for onlyFilesWithFlowAnnotation usage (#404)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.8.1

3.8.1 (2019-05-08)

Bug Fixes

  • don't crash when encountering unparameterized Arrays (#402) (05a7281)
Commits

The new version differs by 1 commits.

  • 05a7281 fix: don't crash when encountering unparameterized Arrays (#402)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.8.2

3.8.2 (2019-05-11)

Bug Fixes

  • update GitSpo badge URL (fdf7945)
Commits

The new version differs by 5 commits.

  • 138c288 docs: generate docs
  • fdf7945 fix: update GitSpo badge URL
  • aa3b54c Merge branch 'master' of github.com:gajus/eslint-plugin-flowtype
  • 2c190f2 docs: generate docs
  • 5be0d8d docs: add GitSpo mentions badge

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.9.0

3.9.0 (2019-05-15)

Features

  • add require-readonly-react-props rule (#400) (22dad37)
Commits

The new version differs by 1 commits.

  • 22dad37 feat: add require-readonly-react-props rule (#400)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.9.1

3.9.1 (2019-05-23)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 712d840 fix: requireReadOnlyReactProps (#406)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.10.0

3.10.0 (2019-06-10)

Features

Commits

The new version differs by 1 commits.

  • ab62a49 feat: add require-inexact-type rule (#408)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.10.1

3.10.1 (2019-06-10)

Bug Fixes

Commits

The new version differs by 1 commits.

  • c79837b fix: interfaces and classes (#409)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.10.2

3.10.2 (2019-06-13)

Bug Fixes

  • fix no-unused-vars with with default type in GenericType (#411) (e8d640c)
Commits

The new version differs by 1 commits.

  • e8d640c fix: fix no-unused-vars with with default type in GenericType (#411)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.10.3

3.10.3 (2019-06-13)

Bug Fixes

Commits

The new version differs by 1 commits.

  • dd10c3f fix: fix error with other cases (#412)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.10.4

3.10.4 (2019-06-21)

Bug Fixes

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.10.5

3.10.5 (2019-06-22)

Bug Fixes

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.11.0

3.11.0 (2019-06-24)

Features

  • support valid flow strict annotation (#414) (e36b920)
Commits

The new version differs by 1 commits.

  • e36b920 feat: support valid flow strict annotation (#414)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.11.1

3.11.1 (2019-06-24)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 9b37c35 fix: @noflow support for strict (#415)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.12.2

3.12.2 (2019-07-28)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 2981c01 fix: run lint fix after npm install (#422)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.13.0

3.13.0 (2019-08-02)

Bug Fixes

Features

  • support interfaces for delimiter-dangle (355b3b4), closes #381
Commits

The new version differs by 13 commits.

See the full diff