Skip to content

Commit 2c78957

Browse files
samwgoldmanfacebook-github-bot
authored andcommitted
@allow-large-files Deploy Flow v0.90 to xplat/js
Reviewed By: dsainati1 Differential Revision: D13708161 fbshipit-source-id: b83dab505f2739bf4bc5077936e71ebd1800eaf4
1 parent cf85d0e commit 2c78957

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ untyped-import
9797
untyped-type-import
9898

9999
[version]
100-
^0.89.0
100+
^0.90.0

.flowconfig.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ untyped-import
9797
untyped-type-import
9898

9999
[version]
100-
^0.89.0
100+
^0.90.0

Libraries/ReactNative/AppRegistry.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ const renderApplication = require('renderApplication');
2121

2222
type Task = (taskData: any) => Promise<void>;
2323
type TaskProvider = () => Task;
24+
/* $FlowFixMe(>=0.90.0 site=react_native_fb) This comment suppresses an
25+
* error found when Flow v0.90 was deployed. To see the error, delete this
26+
* comment and run Flow. */
2427
export type ComponentProvider = () => React$ComponentType<any>;
2528
export type ComponentProviderInstrumentationHook = (
2629
component: ComponentProvider,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"eslint-plugin-prettier": "2.6.0",
229229
"eslint-plugin-react": "7.8.2",
230230
"eslint-plugin-react-native": "3.5.0",
231-
"flow-bin": "^0.89.0",
231+
"flow-bin": "^0.90.0",
232232
"jest": "24.0.0-alpha.6",
233233
"jest-junit": "5.2.0",
234234
"jscodeshift": "^0.6.2",

template/_flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
6666
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
6767

6868
[version]
69-
^0.89.0
69+
^0.90.0

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3267,10 +3267,10 @@ flat-cache@^1.2.1:
32673267
graceful-fs "^4.1.2"
32683268
write "^0.2.1"
32693269

3270-
flow-bin@^0.89.0:
3271-
version "0.89.0"
3272-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.89.0.tgz#6bd29c2af7e0f429797f820662f33749105c32fa"
3273-
integrity sha512-DkO4PsXYrl53V6G5+t5HbRMC5ajYUQej2LEGPUZ+j9okTb41Sn5j9vfxsCpXMEAslYnQoysHhYu4GUZsQX/DrQ==
3270+
flow-bin@^0.90.0:
3271+
version "0.90.0"
3272+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.90.0.tgz#733b6d29a8c8a22b9a5d273611d9a8402faf3445"
3273+
integrity sha512-/syDchjhLLL7nELK1ggyWJifGXuMCTz74kvkjR1t9DcmasMrilLl9qAAotsACcNb98etEEJpsCrvP7WL64kadw==
32743274

32753275
flow-parser@0.*:
32763276
version "0.89.0"

0 commit comments

Comments
 (0)