From 5e71794158c934de9c12b357e8b02f5d6a6da3c8 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 03:15:57 -0700 Subject: [PATCH] =?UTF-8?q?@allow-large-files=20[flipper][PR]=20Update=20f?= =?UTF-8?q?low-bin=20to=20the=20latest=20version=20=EF=BF=BD=20(#842)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: ## The devDependency [flow-bin](https://github.com/flowtype/flow-bin) was updated from `0.119.0` to `0.119.1`. This version 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. --- **Publisher:** [jbrown215](https://www.npmjs.com/~jbrown215) **License:** MIT [Find out more about this release](https://github.com/flowtype/flow-bin). ---
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](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/842 Reviewed By: cekkaewnumchai Differential Revision: D20303393 Pulled By: passy fbshipit-source-id: b08d88b3b24db8e041a06e9e64d8442efc64eb6d --- .flowconfig | 2 +- package.json | 2 +- src/dispatcher/__tests__/plugins.node.js | 1 - yarn.lock | 8 ++++---- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.flowconfig b/.flowconfig index bc3161bc6..2aa67564d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -37,4 +37,4 @@ untyped-import untyped-type-import [version] -0.119.0 +0.120.1 diff --git a/package.json b/package.json index efeea5def..12e6ac853 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.16.0", "eslint-plugin-relay": "^1.4.1", - "flow-bin": "0.119.0", + "flow-bin": "^0.120.1", "glob": "^7.1.2", "jest": "^25.1.0", "jest-fetch-mock": "^3.0.0", diff --git a/src/dispatcher/__tests__/plugins.node.js b/src/dispatcher/__tests__/plugins.node.js index 664fcb203..e4430040c 100644 --- a/src/dispatcher/__tests__/plugins.node.js +++ b/src/dispatcher/__tests__/plugins.node.js @@ -56,7 +56,6 @@ test('getDynamicPlugins from main process via ipc', () => { test('checkDisabled', () => { const disabledPlugin = 'pluginName'; const config = {disabledPlugins: [disabledPlugin]}; - // $FlowFixMe process.env not defined in electron API spec remote.process.env.CONFIG = JSON.stringify(config); const disabled = checkDisabled([]); diff --git a/yarn.lock b/yarn.lock index 62d11e71b..84d485d5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4947,10 +4947,10 @@ flipper-doctor@^0.7.0: envinfo "^7.4.0" fb-watchman "^2.0.1" -flow-bin@0.119.0: - version "0.119.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.119.0.tgz#f72523b4843caf7302576f7ad3f63637070b69f1" - integrity sha512-fCVv++rjBsx/q6YVeB3F+A/owztjUO5PyBLwhGZdK5igVmiFQ8RKBTR9T2mb+SQRLZJJhl/xwPLhNzr3dBba6w== +flow-bin@^0.120.1: + version "0.120.1" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.120.1.tgz#ab051d6df71829b70a26a2c90bb81f9d43797cae" + integrity sha512-KgE+d+rKzdXzhweYVJty1QIOOZTTbtnXZf+4SLnmArLvmdfeLreQOZpeLbtq5h79m7HhDzX/HkUkoyu/fmSC2A== flow-parser@0.*: version "0.110.0"