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 🚨 #242

Open
greenkeeper bot opened this issue Apr 20, 2018 · 13 comments
Open

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

greenkeeper bot opened this issue Apr 20, 2018 · 13 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Apr 20, 2018

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

Branch Build failing 🚨
Dependency eslint-plugin-flowtype
Current Version 2.46.2
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

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

  • 6b44d73 fix: support fixing sort keys with ObjectTypeSpreadProperty (#326)

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 Apr 20, 2018

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

@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 10 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)
  • 6320bee feat: Refactor array-style-... rules
  • b95dd31 feat: Improve error messages
  • 687f82b feat: Change default array notation for simple types to "verbose"
  • 4a6f03d feat: Implement fixation in array style rules
  • afd4210 feat: Implement array style rules
  • 1232069 docs: Add documentation for array style rules

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 2, 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 still failing with this version. Compare the changes 🚨

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

  • 3cd70b8 fix: variance issues with babel 7 (#339)

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

  • e0c328d fix: object-type-delimeter with new babel-eslint (#317)
  • 3cd70b8 fix: variance issues with babel 7 (#339)

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 4 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)

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 10 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)
  • 11860dc chore: remove left over code
  • d80af5f chore: added space colon test case for var
  • c4b87ca feat: add variable declarations to colon spacing checks

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 11 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)
  • 11860dc chore: remove left over code
  • d80af5f chore: added space colon test case for var
  • c4b87ca feat: add variable declarations to colon spacing checks

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 12 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)
  • 11860dc chore: remove left over code
  • d80af5f chore: added space colon test case for var
  • c4b87ca feat: add variable declarations to colon spacing checks

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 13 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)
  • 11860dc chore: remove left over code
  • d80af5f chore: added space colon test case for var
  • c4b87ca feat: add variable declarations to colon spacing checks

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