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

Update eslint-plugin-flowtype to the latest version 🚀 #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 1, 2017

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

Dependency eslint-plugin-flowtype
Current Version 2.35.0
Type devDependency

The version 2.35.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of eslint-plugin-flowtype.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v2.35.1

<a name"2.35.1">

2.35.1 (2017-09-01)

Bug Fixes

  • Properly check line breaks in space-after-type-colon (#268) (f96ce986)
Commits

The new version differs by 1 commits.

  • f96ce98 fix: Properly check line breaks in space-after-type-colon (#268)

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 25, 2017

Version 2.36.0 just got published.

Update to this version instead 🚀

Release Notes v2.36.0

<a name"2.36.0">

2.36.0 (2017-09-25)

Features

Commits

The new version differs by 1 commits.

  • de617ac feat: add rule no-unused-expressions (#272)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 29, 2017

Version 2.37.0 just got published.

Update to this version instead 🚀

Release Notes v2.37.0

<a name"2.37.0">

2.37.0 (2017-09-29)

Features

  • Handle settings property in readmeAssertions.js script (#277) (f7f88c5a)
Commits

The new version differs by 2 commits.

  • f7f88c5 feat: Handle settings property in readmeAssertions.js script (#277)
  • 8b9ad02 docs: add docs for no-unused-expressions

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 5, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 5, 2017

Version 2.38.0 just got published.

Update to this version instead 🚀

Release Notes v2.38.0

<a name"2.38.0">

2.38.0 (2017-10-05)

Bug Fixes

  • sortKeys auto-fix works with property variance (#280) (9c69e90e)
  • sort-keys auto-fix works in more situations (98cee9a5)

Features

  • add an auto-fix option to sortKeys (d480f4d4)
Commits

The new version differs by 10 commits.

  • 9c69e90 fix: sortKeys auto-fix works with property variance (#280)
  • 47829fa Merge branch 'deecewan-master'
  • a439e36 test: add a failing test using contravariant properties
  • 13670d8 test: add a failing test using covariant properties
  • 375cc6e style: use template-literals when appropriate
  • b75cb3d Merge branch 'master' into master
  • 0cb7f02 docs: add settings (fixes #276, #277)
  • 98cee9a fix: sort-keys auto-fix works in more situations
  • 047758f docs: add fix option to sort-keys documentation
  • d480f4d feat: add an auto-fix option to sortKeys

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 6, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 6, 2017

Version 2.39.0 just got published.

Update to this version instead 🚀

Release Notes v2.39.0

<a name"2.39.0">

2.39.0 (2017-10-06)

Features

Commits

The new version differs by 1 commits.

  • 8a08fcd feat: add no-mutable-array rule (#236) (#279)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 6, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 6, 2017

Version 2.39.1 just got published.

Update to this version instead 🚀

Release Notes v2.39.1

<a name"2.39.1">

2.39.1 (2017-10-06)

Bug Fixes

  • allow class methods to be excluded from require-return-type (#282) (d772c031)
Commits

The new version differs by 2 commits.

  • d772c03 fix: allow class methods to be excluded from require-return-type (#282)
  • da5b0d6 docs: generate docs for no-mutable array (fixes #279)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 11, 2017

Version 2.40.0 just got published.

Update to this version instead 🚀

Release Notes v2.40.0

<a name"2.40.0">

2.40.0 (2017-12-11)

Features

  • Implement define-flow-type for declare type (#274) (32d56fd3)
Commits

The new version differs by 1 commits.

  • 32d56fd feat: Implement define-flow-type for declare type (#274)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 11, 2017

Version 2.40.1 just got published.

Update to this version instead 🚀

Release Notes v2.40.1

<a name"2.40.1">

2.40.1 (2017-12-11)

Bug Fixes

  • Mark opaque type identifiers as defined with define-flow-type (#283) (3bc8de79)
Commits

The new version differs by 1 commits.

  • 3bc8de7 fix: Mark opaque type identifiers as defined with define-flow-type (#283)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 6, 2018

Version 2.41.0 just got published.

Update to this version instead 🚀

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 24, 2018

Version 2.41.1 just got published.

Update to this version instead 🚀

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
Contributor Author

greenkeeper bot commented Jan 25, 2018

Version 2.42.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

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

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 9, 2018

Version 2.43.0 just got published.

Update to this version instead 🚀

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.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • c10b0d9 feat: add no-existential-type rule (#316)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2018

Version 2.45.0 just got published.

Update to this version instead 🚀

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 bot added a commit that referenced this pull request Nov 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 24, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 18, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 26, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 26, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 27, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 27, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

1 participant