Skip to content

Commit 492c6e2

Browse files
authored
Flow: upgrade to 0.127 (#25221)
A smaller incremental update as some next version was changing more.
1 parent bbd56b2 commit 492c6e2

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-react-internal": "link:./scripts/eslint-rules",
6464
"fbjs-scripts": "1.2.0",
6565
"filesize": "^6.0.1",
66-
"flow-bin": "^0.122",
66+
"flow-bin": "^0.127",
6767
"glob": "^7.1.6",
6868
"glob-stream": "^6.1.0",
6969
"google-closure-compiler": "^20200517.0.0",

packages/react-native-renderer/src/ReactFabric.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ function findHostInstance_DEPRECATED<TElementType: ElementType>(
9797
return (hostInstance: any).canonical;
9898
}
9999
// $FlowFixMe[incompatible-return]
100+
// $FlowFixMe[incompatible-exact]
100101
return hostInstance;
101102
}
102103

packages/react-native-renderer/src/ReactNativeRenderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ function findHostInstance_DEPRECATED(
9696
return (hostInstance: any).canonical;
9797
}
9898
// $FlowFixMe[incompatible-return]
99+
// $FlowFixMe[incompatible-exact]
99100
return hostInstance;
100101
}
101102

scripts/flow/config/flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ munge_underscores=false
5050
%REACT_RENDERER_FLOW_OPTIONS%
5151

5252
[version]
53-
^0.122.0
53+
^0.127.0

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7913,10 +7913,10 @@ flatted@^2.0.0:
79137913
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
79147914
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
79157915

7916-
flow-bin@^0.122:
7917-
version "0.122.0"
7918-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.122.0.tgz#c723a2b33b1a70bd10204704ae1dc776d5d89d79"
7919-
integrity sha512-my8N5jgl/A+UVby9E7NDppHdhLgRbWgKbmFZSx2MSYMRh3d9YGnM2MM+wexpUpl0ftY1IM6ZcUwaAhrypLyvlA==
7916+
flow-bin@^0.127:
7917+
version "0.127.0"
7918+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.127.0.tgz#0614cff4c1b783beef1feeb7108d536e09d77632"
7919+
integrity sha512-ywvCCdV4NJWzrqjFrMU5tAiVGyBiXjsJQ1+/kj8thXyX15V17x8BFvNwoAH97NrUU8T1HzmFBjLzWc0l2319qg==
79207920

79217921
79227922
version "0.13.0"

0 commit comments

Comments
 (0)