Skip to content
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

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

Open
greenkeeper bot opened this issue Jan 6, 2018 · 22 comments
Open

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jan 6, 2018

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

Branch Build failing 🚨
Dependency eslint-plugin-flowtype
Current Version 2.40.1
Type dependency

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

eslint-plugin-flowtype is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v2.41.0

<a name"2.41.0">

2.41.0 (2018-01-06)

Features

Commits

The new version differs by 1 commits.

  • 677e55c feat: add no-flow-fix-me-comments (#298)

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
Author

greenkeeper bot commented Jan 6, 2018

After pinning to 2.40.1 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 24, 2018

Version 2.41.1 just got published.

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

Commits

The new version differs by 1 commits.

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

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 25, 2018

Version 2.42.0 just got published.

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

Commits

The new version differs by 2 commits.

  • 2008687 feat: add require-exact-type rule (fixes #304) (#305)
  • c898dec fix: require-return-type excludeMatching for class properties (#217) (#303)

See the full diff

@greenkeeper
Copy link
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 3 commits.

  • ad4cf82 feat: Add newline-after-flow-annotation rule (#312)
  • 2008687 feat: add require-exact-type rule (fixes #304) (#305)
  • c898dec fix: require-return-type excludeMatching for class properties (#217) (#303)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 13, 2018

Version 2.44.0 just got published.

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

Commits

The new version differs by 4 commits.

  • c10b0d9 feat: add no-existential-type rule (#316)
  • ad4cf82 feat: Add newline-after-flow-annotation rule (#312)
  • 2008687 feat: add require-exact-type rule (fixes #304) (#305)
  • c898dec fix: require-return-type excludeMatching for class properties (#217) (#303)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 18, 2018

Version 2.45.0 just got published.

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

Commits

The new version differs by 5 commits.

  • 74bcb8c feat: add require-types-at-top rule (closes #319, #168, #285)
  • c10b0d9 feat: add no-existential-type rule (#316)
  • ad4cf82 feat: Add newline-after-flow-annotation rule (#312)
  • 2008687 feat: add require-exact-type rule (fixes #304) (#305)
  • c898dec fix: require-return-type excludeMatching for class properties (#217) (#303)

See the full diff

@greenkeeper
Copy link
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 6 commits.

  • 3c67223 feat: add type-import-style rule (#320)
  • 74bcb8c feat: add require-types-at-top rule (closes #319, #168, #285)
  • c10b0d9 feat: add no-existential-type rule (#316)
  • ad4cf82 feat: Add newline-after-flow-annotation rule (#312)
  • 2008687 feat: add require-exact-type rule (fixes #304) (#305)
  • c898dec fix: require-return-type excludeMatching for class properties (#217) (#303)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 22, 2018

Version 2.46.1 just got published.

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

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

  • d7ccd0d fix: (type-import-style) Support import aliases when fixing (#321)
  • 3c67223 feat: add type-import-style rule (#320)
  • 74bcb8c feat: add require-types-at-top rule (closes #319, #168, #285)
  • c10b0d9 feat: add no-existential-type rule (#316)
  • ad4cf82 feat: Add newline-after-flow-annotation rule (#312)
  • 2008687 feat: add require-exact-type rule (fixes #304) (#305)
  • c898dec fix: require-return-type excludeMatching for class properties (#217) (#303)

See the full diff

@greenkeeper
Copy link
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 8 commits.

  • 7946b04 fix: noDupeKeys ignores ObjectTypeSpreadProperty (#325)
  • d7ccd0d fix: (type-import-style) Support import aliases when fixing (#321)
  • 3c67223 feat: add type-import-style rule (#320)
  • 74bcb8c feat: add require-types-at-top rule (closes #319, #168, #285)
  • c10b0d9 feat: add no-existential-type rule (#316)
  • ad4cf82 feat: Add newline-after-flow-annotation rule (#312)
  • 2008687 feat: add require-exact-type rule (fixes #304) (#305)
  • c898dec fix: require-return-type excludeMatching for class properties (#217) (#303)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 20, 2018

Version 2.46.3 just got published.

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

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

  • 6b44d73 fix: support fixing sort keys with ObjectTypeSpreadProperty (#326)
  • 7946b04 fix: noDupeKeys ignores ObjectTypeSpreadProperty (#325)
  • d7ccd0d fix: (type-import-style) Support import aliases when fixing (#321)
  • 3c67223 feat: add type-import-style rule (#320)
  • 74bcb8c feat: add require-types-at-top rule (closes #319, #168, #285)
  • c10b0d9 feat: add no-existential-type rule (#316)
  • ad4cf82 feat: Add newline-after-flow-annotation rule (#312)
  • 2008687 feat: add require-exact-type rule (fixes #304) (#305)
  • c898dec fix: require-return-type excludeMatching for class properties (#217) (#303)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2018

Version 2.47.0 just got published.

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

Release Notes v2.47.0

<a name"2.47.0">

2.47.0 (2018-05-22)

Features

  • Refactor array-style-... rules (6320beec)
  • Improve error messages (b95dd31d)
  • Change default array notation for simple types to "verbose" (687f82be)
  • Implement fixation in array style rules (4a6f03d9)
  • Implement array style rules (afd42108)
Commits

The new version differs by 19 commits.

  • 45e86d8 Merge branch 'pnevyk-feat/array-style'
  • 1d664d7 docs: correct documentation
  • a916617 Merge branch 'master' into feat/array-style
  • 8f86c4b docs: add eslint-config-flowtype-essential (#328)
  • 6b44d73 fix: support fixing sort keys with ObjectTypeSpreadProperty (#326)
  • 7946b04 fix: noDupeKeys ignores ObjectTypeSpreadProperty (#325)
  • d7ccd0d fix: (type-import-style) Support import aliases when fixing (#321)
  • 3c67223 feat: add type-import-style rule (#320)
  • 74bcb8c feat: add require-types-at-top rule (closes #319, #168, #285)
  • c10b0d9 feat: add no-existential-type rule (#316)
  • ad4cf82 feat: Add newline-after-flow-annotation rule (#312)
  • 2008687 feat: add require-exact-type rule (fixes #304) (#305)
  • c898dec fix: require-return-type excludeMatching for class properties (#217) (#303)
  • 6320bee feat: Refactor array-style-... rules
  • b95dd31 feat: Improve error messages

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2018

Version 2.47.1 just got published.

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

Release Notes v2.47.1

2.47.1 (2018-05-22)

Bug Fixes

Commits

The new version differs by 2 commits.

  • cac561f fix: update dependencies
  • e39995d chore: remove package-lock.json

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 1, 2018

Version 2.48.0 just got published.

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

Release Notes v2.48.0

2.48.0 (2018-05-29)

Features

  • add fixer for requireValidFileAnnotation when always (#332) (51f4ba2)
Commits

The new version differs by 3 commits.

  • 51f4ba2 feat: add fixer for requireValidFileAnnotation when always (#332)
  • cb3f3be docs: add new rule docs
  • 5006f6c refactor: avoid using internals

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 2.49.0 just got published.

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

Release Notes v2.49.0

2.49.0 (2018-06-01)

Features

  • don't require $ReadOnlyArray if variable is initialized with empty array (#337) (7c57cea)
Commits

The new version differs by 5 commits.

  • 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

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 2.49.1 just got published.

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

Release Notes v2.49.1

2.49.1 (2018-06-01)

Bug Fixes

  • Fix $FlowFixMe comments for eslint 4 (#338) (647807f)
Commits

The new version differs by 6 commits.

  • 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

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 2.49.2 just got published.

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

Release Notes v2.49.2

2.49.2 (2018-06-01)

Bug Fixes

Commits

The new version differs by 7 commits.

  • 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

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 2.49.3 just got published.

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

Release Notes v2.49.3

2.49.3 (2018-06-01)

Bug Fixes

  • object-type-delimeter with new babel-eslint (#317) (e0c328d)
Commits

The new version differs by 8 commits.

  • 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

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 9, 2018

Version 2.49.4 just got published.

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

Release Notes v2.49.4

2.49.4 (2018-07-09)

Bug Fixes

  • automatically include plugin when extending preset (fixes #313 #314) (1f70db2)
Commits

The new version differs by 10 commits.

  • 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

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 9, 2018

Version 2.50.0 just got published.

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

Release Notes v2.50.0

2.50.0 (2018-07-09)

Features

  • add variable declarations to colon spacing checks (c4b87ca)
Commits

The new version differs by 16 commits.

  • 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
  • 11860dc chore: remove left over code
  • d80af5f chore: added space colon test case for var

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
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 17 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
  • 11860dc chore: remove left over code

There are 17 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 27, 2018

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

Release Notes for v2.50.2

2.50.2 (2018-09-27)

Bug Fixes

Commits

The new version differs by 18 commits.

  • d2c2411 fix: Fix semi rule for opaque types (#358)
  • 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

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 27, 2018

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

Release Notes for v2.50.3

2.50.3 (2018-09-27)

Bug Fixes

  • bump versions of babel-eslint, eslint and eslint-config-canonical (#359) (68ed515)
Commits

The new version differs by 19 commits.

  • 68ed515 fix: bump versions of babel-eslint, eslint and eslint-config-canonical (#359)
  • d2c2411 fix: Fix semi rule for opaque types (#358)
  • 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

There are 19 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
Projects
None yet
Development

No branches or pull requests

0 participants