Skip to content

Commit fc2b1ca

Browse files
nmotefacebook-github-bot
authored andcommitted
Deploy Flow v0.133.0
Summary: Changelog: [Internal] Reviewed By: samwgoldman Differential Revision: D23491703 fbshipit-source-id: 46b9b0db821e7acacb355a9e3e03fa716052ef85
1 parent b11d6ec commit fc2b1ca

File tree

8 files changed

+11
-9
lines changed

8 files changed

+11
-9
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ untyped-import
7575
untyped-type-import
7676

7777
[version]
78-
^0.132.0
78+
^0.133.0

.flowconfig.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ untyped-import
7575
untyped-type-import
7676

7777
[version]
78-
^0.132.0
78+
^0.133.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"ws": "^6.1.4"
119119
},
120120
"devDependencies": {
121-
"flow-bin": "^0.132.0",
121+
"flow-bin": "^0.133.0",
122122
"react": "16.13.1"
123123
},
124124
"detox": {

packages/react-native-codegen/src/generators/components/GenerateTests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function getTestCasesForProp(propName, typeAnnotation) {
7575
propName: propName,
7676
propValue: typeAnnotation.default != null ? typeAnnotation.default : true,
7777
});
78+
// $FlowFixMe[incompatible-type]
7879
} else if (typeAnnotation.type === 'IntegerTypeAnnotation') {
7980
cases.push({
8081
propName,

packages/react-native-codegen/src/generators/modules/Utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function getTypeAliasTypeAnnotation(
2929
`Unsupported type for "${name}". Please provide properties.`,
3030
);
3131
}
32+
// $FlowFixMe[incompatible-type]
3233
if (typeAnnotation.type === 'TypeAliasTypeAnnotation') {
3334
return getTypeAliasTypeAnnotation(typeAnnotation.name, aliases);
3435
}

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-react-hooks": "^4.0.7",
3434
"eslint-plugin-react-native": "3.8.1",
3535
"eslint-plugin-relay": "1.7.1",
36-
"flow-bin": "^0.132.0",
36+
"flow-bin": "^0.133.0",
3737
"jest": "^26.0.1",
3838
"jest-junit": "^10.0.0",
3939
"jscodeshift": "^0.9.0",

template/_flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ untyped-import
6363
untyped-type-import
6464

6565
[version]
66-
^0.132.0
66+
^0.133.0

yarn.lock

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

3264-
flow-bin@^0.132.0:
3265-
version "0.132.0"
3266-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.132.0.tgz#8bf80a79630db24bd1422dc2cc4b5e97f97ccb98"
3267-
integrity sha512-S1g/vnAyNaLUdajmuUHCMl30qqye12gS6mr4LVyswf1k+JDF4efs6SfKmptuvnpitF3LGCVf0TIffChP8ljwnw==
3264+
flow-bin@^0.133.0:
3265+
version "0.133.0"
3266+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.133.0.tgz#2ee44e3f5d0c0256cfe8e99d9a85e9801c281c50"
3267+
integrity sha512-01T5g8GdhtJEn+lhAwuv5zkrMStrmkuHrY3Nn9/aS9y6waNmNgimMKlzRpFH66S0F6Ez9EqU9psz5QaRveSJIA==
32683268

32693269
flow-parser@0.*:
32703270
version "0.89.0"

0 commit comments

Comments
 (0)