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

[Snyk] Upgrade eslint-plugin-flowtype from 2.35.0 to 2.50.3 #21

Merged
merged 1 commit into from Feb 13, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade eslint-plugin-flowtype from 2.35.0 to 2.50.3.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 30 versions ahead of your current version.
  • The recommended version was released a year ago, on 2018-09-27.
Release notes
Package name: eslint-plugin-flowtype
  • 2.50.3 - 2018-09-27

    2.50.3 (2018-09-27)

    Bug Fixes

    • bump versions of babel-eslint, eslint and eslint-config-canonical (#359) (68ed515)
  • 2.50.2 - 2018-09-27

    2.50.2 (2018-09-27)

    Bug Fixes

  • 2.50.1 - 2018-09-18

    2.50.1 (2018-09-18)

    Bug Fixes

    • make require-exact-type ignore indexers in map types (#354) (0722187)
  • 2.50.0 - 2018-07-09

    2.50.0 (2018-07-09)

    Features

    • add variable declarations to colon spacing checks (c4b87ca)
  • 2.49.4 - 2018-07-09

    2.49.4 (2018-07-09)

    Bug Fixes

    • automatically include plugin when extending preset (fixes #313 #314) (1f70db2)
  • 2.49.3 - 2018-06-01

    2.49.3 (2018-06-01)

    Bug Fixes

    • object-type-delimeter with new babel-eslint (#317) (e0c328d)
  • 2.49.2 - 2018-06-01

    2.49.2 (2018-06-01)

    Bug Fixes

  • 2.49.1 - 2018-06-01

    2.49.1 (2018-06-01)

    Bug Fixes

    • Fix $FlowFixMe comments for eslint 4 (#338) (647807f)
  • 2.49.0 - 2018-06-01

    2.49.0 (2018-06-01)

    Features

    • don't require $ReadOnlyArray if variable is initialized with empty array (#337) (7c57cea)
  • 2.48.0 - 2018-05-29

    2.48.0 (2018-05-29)

    Features

    • add fixer for requireValidFileAnnotation when always (#332) (51f4ba2)
  • 2.47.1 - 2018-05-22
  • 2.47.0 - 2018-05-22
  • 2.46.3 - 2018-04-20
  • 2.46.2 - 2018-04-14
  • 2.46.1 - 2018-02-22
  • 2.46.0 - 2018-02-21
  • 2.45.0 - 2018-02-18
  • 2.44.0 - 2018-02-13
  • 2.43.0 - 2018-02-09
  • 2.42.0 - 2018-01-25
  • 2.41.1 - 2018-01-24
  • 2.41.0 - 2018-01-06
  • 2.40.1 - 2017-12-11
  • 2.40.0 - 2017-12-11
  • 2.39.1 - 2017-10-06
  • 2.39.0 - 2017-10-06
  • 2.38.0 - 2017-10-05
  • 2.37.0 - 2017-09-29
  • 2.36.0 - 2017-09-25
  • 2.35.1 - 2017-09-01
  • 2.35.0 - 2017-07-11
from eslint-plugin-flowtype GitHub release notes
Commit messages
Package name: eslint-plugin-flowtype
  • 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)
  • 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
  • 8f86c4b docs: add eslint-config-flowtype-essential (#328)
  • 6b44d73 fix: support fixing sort keys with ObjectTypeSpreadProperty (#326)
  • 7946b04 fix: noDupeKeys ignores ObjectTypeSpreadProperty (#325)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@DavidKindler DavidKindler merged commit 9991181 into master Feb 13, 2020
@DavidKindler DavidKindler deleted the snyk-upgrade-0075c1982400d4060f2cef6c74420089 branch February 13, 2020 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically include plugin when extending preset
2 participants