From 302ba9f69a95edc82422eb6df8b41001bf35b964 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2020 05:16:52 -0700 Subject: [PATCH] Bump eslint-plugin-flowtype from 4.6.0 to 4.7.0 in /desktop (#1194) Summary: Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 4.6.0 to 4.7.0.
Release notes

Sourced from eslint-plugin-flowtype's releases.

v4.7.0

4.7.0 (2020-03-24)

Features

Commits

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-flowtype&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.7.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-flowtype&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.7.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
Pull Request resolved: https://github.com/facebook/flipper/pull/1194 Reviewed By: passy Differential Revision: D21838073 Pulled By: mweststrate fbshipit-source-id: 276cd5a3959322dd5980d4a89c890d20cf3ab4f0 --- desktop/doctor/package.json | 2 +- desktop/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index 6fe7226c5..4ba5ee86d 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -12,7 +12,7 @@ "@typescript-eslint/eslint-plugin": "^2.8.0", "eslint": "^6.6.0", "eslint-plugin-babel": "^5.3.0", - "eslint-plugin-flowtype": "^4.5.2", + "eslint-plugin-flowtype": "^4.7.0", "eslint-plugin-header": "^3.0.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.1", diff --git a/desktop/package.json b/desktop/package.json index 2ae48d92c..ab0a3cccb 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -165,7 +165,7 @@ "eslint-config-prettier": "^6.10.1", "eslint-import-resolver-typescript": "^2.0.0", "eslint-plugin-babel": "^5.3.0", - "eslint-plugin-flowtype": "^4.3.0", + "eslint-plugin-flowtype": "^4.7.0", "eslint-plugin-header": "^3.0.0", "eslint-plugin-import": "^2.19.1", "eslint-plugin-jsx-a11y": "^6.0.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 4a9612110..8c8823c94 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -5248,10 +5248,10 @@ eslint-plugin-es@^3.0.0: eslint-utils "^2.0.0" regexpp "^3.0.0" -eslint-plugin-flowtype@^4.3.0, eslint-plugin-flowtype@^4.5.2: - version "4.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.6.0.tgz#82b2bd6f21770e0e5deede0228e456cb35308451" - integrity sha512-W5hLjpFfZyZsXfo5anlu7HM970JBDqbEshAJUkeczP6BFCIfJXuiIBQXyberLRtOStT0OGPF8efeTbxlHk4LpQ== +eslint-plugin-flowtype@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.7.0.tgz#903a6ea3eb5cbf4c7ba7fa73cc43fc39ab7e4a70" + integrity sha512-M+hxhSCk5QBEValO5/UqrS4UunT+MgplIJK5wA1sCtXjzBcZkpTGRwxmLHhGpbHcrmQecgt6ZL/KDdXWqGB7VA== dependencies: lodash "^4.17.15"