Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
greenkeeper bot opened this issue Jan 24, 2018 · 11 comments
Closed

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

greenkeeper bot opened this issue Jan 24, 2018 · 11 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jan 24, 2018

Version 2.41.1 of eslint-plugin-flowtype was just published.

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

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
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 1 commits.

  • c898dec fix: require-return-type excludeMatching for class properties (#217) (#303)

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 24, 2018

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 25, 2018

Version 2.42.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

  • 2008687 feat: add require-exact-type rule (fixes #304) (#305)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 9, 2018

Version 2.43.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 1 commits.

  • ad4cf82 feat: Add newline-after-flow-annotation rule (#312)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 13, 2018

Version 2.44.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • c10b0d9 feat: add no-existential-type rule (#316)
  • ad4cf82 feat: Add newline-after-flow-annotation rule (#312)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2018

Version 2.45.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

  • 74bcb8c feat: add require-types-at-top rule (closes #319, #168, #285)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 21, 2018

Version 2.46.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v2.46.0

<a name"2.46.0">

2.46.0 (2018-02-21)

Features

Commits

The new version differs by 1 commits.

  • 3c67223 feat: add type-import-style rule (#320)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 22, 2018

Version 2.46.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.46.1

<a name"2.46.1">

2.46.1 (2018-02-22)

Bug Fixes

  • (type-import-style) Support import aliases when fixing (#321) (d7ccd0dd)
Commits

The new version differs by 2 commits.

  • d7ccd0d fix: (type-import-style) Support import aliases when fixing (#321)
  • 3c67223 feat: add type-import-style rule (#320)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 14, 2018

Version 2.46.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v2.46.2

<a name"2.46.2">

2.46.2 (2018-04-14)

Bug Fixes

  • noDupeKeys ignores ObjectTypeSpreadProperty (#325) (7946b046)
Commits

The new version differs by 1 commits.

  • 7946b04 fix: noDupeKeys ignores ObjectTypeSpreadProperty (#325)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 20, 2018

Version 2.46.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.46.3

<a name"2.46.3">

2.46.3 (2018-04-20)

Bug Fixes

  • support fixing sort keys with ObjectTypeSpreadProperty (#326) (6b44d739)
Commits

The new version differs by 2 commits.

  • 6b44d73 fix: support fixing sort keys with ObjectTypeSpreadProperty (#326)
  • 7946b04 fix: noDupeKeys ignores ObjectTypeSpreadProperty (#325)

See the full diff

@stale
Copy link

stale bot commented Sep 18, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Sep 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 19, 2018

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.50.1

2.50.1 (2018-09-18)

Bug Fixes

  • make require-exact-type ignore indexers in map types (#354) (0722187)
Commits

The new version differs by 29 commits.

  • 0722187 fix: make require-exact-type ignore indexers in map types (#354)
  • 65c9225 docs: add new test cases (fixes #179)
  • 0e8a579 Merge branch 'aaron-harvey-fix/declare-variable-space-check'
  • 3eb85a8 Merge branch 'fix/declare-variable-space-check' of https://github.com/aaron-harvey/eslint-plugin-flowtype into aaron-harvey-fix/declare-variable-space-check
  • f37b1fc Merge branch 'master' of github.com:gajus/eslint-plugin-flowtype
  • 1f70db2 fix: automatically include plugin when extending preset (fixes #313 #314)
  • e0c328d fix: object-type-delimeter with new babel-eslint (#317)
  • 3cd70b8 fix: variance issues with babel 7 (#339)
  • 647807f fix: Fix $FlowFixMe comments for eslint 4 (#338)
  • 7c57cea feat: don't require $ReadOnlyArray if variable is initialized with empty array (#337)
  • ff4f857 docs: correct examples (fixes #333)
  • 51f4ba2 feat: add fixer for requireValidFileAnnotation when always (#332)
  • cb3f3be docs: add new rule docs
  • 5006f6c refactor: avoid using internals
  • cac561f fix: update dependencies

There are 29 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants