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 πŸš€ #97

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

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

Dependency eslint-plugin-flowtype
Current Version 2.36.0
Type devDependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of eslint-plugin-flowtype.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


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

  • 32d56fd feat: Implement define-flow-type for declare type (#274)
  • d772c03 fix: allow class methods to be excluded from require-return-type (#282)
  • da5b0d6 docs: generate docs for no-mutable array (fixes #279)
  • 8a08fcd feat: add no-mutable-array rule (#236) (#279)
  • 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)
  • f7f88c5 feat: Handle settings property in readmeAssertions.js script (#277)
  • 8b9ad02 docs: add docs for no-unused-expressions
  • 98cee9a fix: sort-keys auto-fix works in more situations
  • 047758f docs: add fix option to sort-keys documentation

There are 16 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #97   +/-   ##
=====================================
  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 45d3fe6...b50b875. Read the comment docs.

greenkeeper[bot] commented 6 years ago

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

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

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

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

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

Version 2.44.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by commits.

See the full diff

greenkeeper[bot] commented 6 years ago

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

Version 2.46.0 just got published.

Update to this version instead πŸš€

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

Version 2.46.1 just got published.

Update to this version instead πŸš€

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

  • d7ccd0d fix: (type-import-style) Support import aliases when fixing (#321)

See the full diff