rockchalkwushock / how-to-open-source

A repository for learning how to publish NPM packages as well as contribute to open source projects.
https://www.npmjs.com/package/how-to-open-source
MIT License
8 stars 1 forks source link

Update eslint-plugin-flowtype to the latest version πŸš€ #80

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

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

Dependency eslint-plugin-flowtype
Current Version 2.36.0
Type devDependency

The version 2.37.0 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.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

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

codecov[bot] commented 7 years ago

Codecov Report

Merging #80 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #80   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines           2      2           
=====================================
  Hits            2      2

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 6e65184...ff0db18. Read the comment docs.

greenkeeper[bot] commented 7 years ago

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] commented 7 years ago

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] commented 7 years ago

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