Skip to content

Commit 0666885

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Deploy 0.275.0 to xplat
Summary: Changelog: [Internal] Reviewed By: marcoww6 Differential Revision: D77800436 fbshipit-source-id: ff5a6a629c950959678d6a6311cda053f6b5dd4c
1 parent efdf739 commit 0666885

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ untyped-import
104104
untyped-type-import
105105

106106
[version]
107-
^0.274.2
107+
^0.275.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-plugin-redundant-undefined": "^0.4.0",
7979
"eslint-plugin-relay": "^1.8.3",
8080
"flow-api-translator": "0.29.1",
81-
"flow-bin": "^0.274.2",
81+
"flow-bin": "^0.275.0",
8282
"glob": "^7.1.1",
8383
"hermes-eslint": "0.29.1",
8484
"hermes-transform": "0.29.1",

packages/rn-tester/js/components/RNTesterBlock.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const RNTesterBlock = ({description, title, children}: Props): React.Node => {
4040
<Text
4141
style={[
4242
styles.descriptionText,
43+
// $FlowFixMe[constant-condition]
4344
{color: theme.LabelColor, marginTop: description ? 10 : 0},
4445
]}>
4546
{description}

scripts/build-types/BuildApiSnapshot.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ async function validateSnapshots(
145145
bColor: (line: string) => styleText(['green'], line),
146146
};
147147

148+
// $FlowFixMe[prop-missing]
149+
// $FlowFixMe[incompatible-call]
148150
const diffResult = diff(prevSnapshot, newSnapshot, options);
149151
const rerunCommand = isGitRepo() ? 'yarn build-types' : 'js1 build-js-api';
150152
console.error(

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4859,10 +4859,10 @@ flow-api-translator@0.29.1:
48594859
hermes-transform "0.29.1"
48604860
typescript "5.3.2"
48614861

4862-
flow-bin@^0.274.2:
4863-
version "0.274.2"
4864-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.274.2.tgz#79cff569aab38eb04f6b1e64b899c932a51444a4"
4865-
integrity sha512-vTF+5hiC5qymweFKj7xs5ABlDqMWbB2fPkYC4MI32m652dFYsq/zvEVNc2M09udwAzplLcMIK2O9VswPfd8Isw==
4862+
flow-bin@^0.275.0:
4863+
version "0.275.0"
4864+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.275.0.tgz#3da676f7c3d3ef8fc0c63a6cab8c4915206ec225"
4865+
integrity sha512-pKMBgZ4hZ3y45UWhJc2isG9lgFY8ARE7SuHlfUjcbpGRFQxryxJlXI9y4YZnIWgbhrVAzmUb931P0VJT4yrWjw==
48664866

48674867
flow-enums-runtime@^0.0.6:
48684868
version "0.0.6"

0 commit comments

Comments
 (0)