Skip to content

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 9, 2018

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

Dependency eslint-plugin-flowtype
Current Version 2.46.3
Type devDependency

The version 2.49.4 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.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 22 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
  • cac561f fix: update dependencies
  • e39995d chore: remove package-lock.json
  • 45e86d8 Merge branch 'pnevyk-feat/array-style'
  • 1d664d7 docs: correct documentation
  • a916617 Merge branch 'master' into feat/array-style

There are 22 commits in total.

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

greenkeeper bot commented Jul 9, 2018

Version 2.50.0 just got published.

Update to this version instead 🚀

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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 19, 2018

Update to this version instead 🚀

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

  • 0722187 fix: make require-exact-type ignore indexers in map types (#354)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2018

Update to this version instead 🚀

Release Notes for v2.50.2

2.50.2 (2018-09-27)

Bug Fixes

Commits

The new version differs by 1 commits.

  • d2c2411 fix: Fix semi rule for opaque types (#358)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2018

Update to this version instead 🚀

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

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

See the full diff

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

greenkeeper bot commented Oct 13, 2018

Update to this version instead 🚀

Release Notes for v3.0.0

3.0.0 (2018-10-13)

Features

BREAKING CHANGES

  • mixed is now treated as a weak type by default.
Commits

The new version differs by 1 commits.

  • 5e2bbe9 feat: add mixed to no-weak-types (#362)

See the full diff

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

greenkeeper bot commented Oct 26, 2018

Update to this version instead 🚀

Release Notes for v3.1.0

3.1.0 (2018-10-26)

Features

Commits

The new version differs by 1 commits.

  • 6585121 feat: add require-compound-type-alias (#365)

See the full diff

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

greenkeeper bot commented Oct 26, 2018

Update to this version instead 🚀

Release Notes for v3.1.1

3.1.1 (2018-10-26)

Bug Fixes

  • automate README generation (d070ac3)
Commits

The new version differs by 3 commits.

  • 633c5a3 docs: generate docs
  • d070ac3 fix: automate README generation
  • dc56531 docs: Add docs about require-compound-type-alias to readme (#366)

See the full diff

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

greenkeeper bot commented Oct 28, 2018

Update to this version instead 🚀

Release Notes for v3.1.2

3.1.2 (2018-10-28)

Bug Fixes

  • correct addAssertions path (0d664d8)
  • correct addAssertions path (a04d49e)
Commits

The new version differs by 5 commits.

  • 5457407 docs: generate docs
  • 0d664d8 fix: correct addAssertions path
  • a04d49e fix: correct addAssertions path
  • 260428a refactor: separate test and doc checks
  • 318f482 chore: test docs check script (#368)

See the full diff

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

greenkeeper bot commented Oct 28, 2018

Update to this version instead 🚀

Release Notes for v3.1.3

3.1.3 (2018-10-28)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 3ce7eed fix: generate docs in CI/CD

See the full diff

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

greenkeeper bot commented Oct 28, 2018

Update to this version instead 🚀

Release Notes for v3.1.4

3.1.4 (2018-10-28)

Bug Fixes

  • attempt to build README (ae05664)
Commits

The new version differs by 1 commits.

  • ae05664 fix: attempt to build README

See the full diff

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

greenkeeper bot commented Nov 1, 2018

Update to this version instead 🚀

Release Notes for v3.2.0

3.2.0 (2018-11-01)

Features

Commits

The new version differs by 3 commits.

  • 2fa8830 docs: generate docs
  • 94e7a1b feat: remove mixed from weak types (issue #361)
  • 30e8ca6 chore: use post-commit to generate docs (see #368)

See the full diff

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

greenkeeper bot commented Jan 8, 2019

Update to this version instead 🚀

Release Notes for v3.2.1

3.2.1 (2019-01-08)

Bug Fixes

  • modify require-return-type about annotateUndefined (#355) (a405931)
Commits

The new version differs by 3 commits.

  • a405931 fix: modify require-return-type about annotateUndefined (#355)
  • ae28b63 docs: describe a way to install all dependencies at once (#380)
  • ba353a0 chore: add .editorconfig

See the full diff

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

greenkeeper bot commented Feb 12, 2019

Update to this version instead 🚀

Release Notes for v3.2.2

3.2.2 (2019-02-12)

Bug Fixes

Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented Feb 12, 2019

Update to this version instead 🚀

Release Notes for v3.3.0

3.3.0 (2019-02-12)

Features

Commits

The new version differs by 1 commits.

  • 5c61606 feat: add no-mixed rule (#382)

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.

0 participants