Skip to content

Commit 57fee33

Browse files
panagosg7facebook-github-bot
authored andcommitted
Flow 0.123.0 in xplat/js
Summary: Changelog: [Internal] ## Sync of generated files Ran ``` js1 upgrade www-shared -p core_windowless ``` but had to manually revert ``` RKJSModules/Libraries/www-shared/core_windowless/logging/FBLoggerType.flow.js RKJSModules/Libraries/www-shared/core_windowless/logging/FBLogger.js ``` because they introduced more errors ## Flow version bump ``` ~/fbsource/fbcode/flow/facebook/deploy_xplat.sh 0.123.0 ``` Reviewed By: gkz Differential Revision: D21159821 fbshipit-source-id: e106fcb43e4fc525b9185f8fc8a246e6c3a6b14f
1 parent 6aab3f8 commit 57fee33

File tree

7 files changed

+11
-12
lines changed

7 files changed

+11
-12
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ untyped-import
8585
untyped-type-import
8686

8787
[version]
88-
^0.122.0
88+
^0.123.0

.flowconfig.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ untyped-import
8585
untyped-type-import
8686

8787
[version]
88-
^0.122.0
88+
^0.123.0

Libraries/ReactNative/PaperUIManager.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ function getConstants(): Object {
3232
return NativeUIManagerConstants;
3333
}
3434

35+
/* $FlowFixMe(>=0.123.0 site=react_native_fb) This comment suppresses an error
36+
* found when Flow v0.123.0 was deployed. To see the error, delete this comment
37+
* and run Flow. */
3538
const UIManagerJS = {
36-
/* $FlowFixMe(>=0.111.0 site=react_native_fb) This comment suppresses an
37-
* error found when Flow v0.111 was deployed. To see the error, delete this
38-
* comment and run Flow. */
3939
...NativeUIManager,
4040
getConstants(): Object {
4141
return getConstants();

ReactCommon/hermes/inspector/tools/msggen/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import {ImplementationWriter} from './ImplementationWriter';
2626
// $FlowFixMe: this isn't a module, just a JSON file.
2727
const standard = require('devtools-protocol/json/js_protocol.json');
2828

29-
// $FlowFixMe: this isn't a module, also just a JSON file.
3029
const custom = require('../src/custom.json');
3130

3231
type Descriptor = {|

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"eslint-plugin-react-hooks": "^3.0.0",
139139
"eslint-plugin-react-native": "3.8.1",
140140
"eslint-plugin-relay": "1.7.0",
141-
"flow-bin": "^0.122.0",
141+
"flow-bin": "^0.123.0",
142142
"flow-remove-types": "1.2.3",
143143
"jest": "^25.4.0",
144144
"jest-junit": "^10.0.0",

template/_flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ untyped-import
7070
untyped-type-import
7171

7272
[version]
73-
^0.122.0
73+
^0.123.0

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,10 +3544,10 @@ flat-cache@^1.2.1:
35443544
rimraf "~2.6.2"
35453545
write "^0.2.1"
35463546

3547-
flow-bin@^0.122.0:
3548-
version "0.122.0"
3549-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.122.0.tgz#c723a2b33b1a70bd10204704ae1dc776d5d89d79"
3550-
integrity sha512-my8N5jgl/A+UVby9E7NDppHdhLgRbWgKbmFZSx2MSYMRh3d9YGnM2MM+wexpUpl0ftY1IM6ZcUwaAhrypLyvlA==
3547+
flow-bin@^0.123.0:
3548+
version "0.123.0"
3549+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.123.0.tgz#7ba61a0b8775928cf4943ccf78eed2b1b05f7b3a"
3550+
integrity sha512-Ylcf8YDIM/KrqtxkPuq+f8O+6sdYA2Nuz5f+sWHlp539DatZz3YMcsO1EiXaf1C11HJgpT/3YGYe7xZ9/UZmvQ==
35513551

35523552
flow-parser@0.*:
35533553
version "0.89.0"

0 commit comments

Comments
 (0)