Deploy 0.282.0 to xplat (#53810)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/53810

[changelog](https://github.com/facebook/flow/blob/main/Changelog.md)
Changelog: [Internal]

Reviewed By: SamChou19815

Differential Revision: D82597378

fbshipit-source-id: 40d601956d9f69ec8d68a2c324bb3449ee27c931
This commit is contained in:
Marco Wang
2025-09-16 23:32:23 -07:00
committed by Facebook GitHub Bot
parent eba38b831c
commit 7d73d39535
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -98,4 +98,4 @@ untyped-import
untyped-type-import
[version]
^0.281.0
^0.282.0
+1 -1
View File
@@ -86,7 +86,7 @@
"eslint-plugin-relay": "^1.8.3",
"fb-dotslash": "0.5.8",
"flow-api-translator": "0.32.0",
"flow-bin": "^0.281.0",
"flow-bin": "^0.282.0",
"glob": "^7.1.1",
"hermes-eslint": "0.32.0",
"hermes-transform": "0.32.0",
+2 -1
View File
@@ -28,7 +28,8 @@ export default function mockComponent<
instanceMethods: ?interface {},
isESModule: TIsESModule,
): TIsESModule extends true
? ModuleDefault<TComponentModule & typeof instanceMethods>
? // $FlowFixMe[incompatible-use]
ModuleDefault<TComponentModule & typeof instanceMethods>
: TComponentModule & typeof instanceMethods {
const RealComponent: TComponentType = isESModule
? // $FlowFixMe[prop-missing]
+4 -4
View File
@@ -4944,10 +4944,10 @@ flow-api-translator@0.32.0:
hermes-transform "0.32.0"
typescript "5.3.2"
flow-bin@^0.281.0:
version "0.281.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.281.0.tgz#be49afd6da986ba355e27d38775547b60b398e65"
integrity sha512-jgSKNLolqwtI4CZ/lTh/YKf0JAtFGTrf/8ETZkfxxyT5AYB9NfiO5KQttW0gtd63plppvw3ghyVFKLSK3TH6hg==
flow-bin@^0.282.0:
version "0.282.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.282.0.tgz#ecbbd0c032c37eb7791eb66a790b9902eab492a6"
integrity sha512-gZnUBsnMN8iYAcvJLEoF04gLaegv93h8IB1e4HURBaPuyUZoBaStAm5z24wl9NviaB66GbN+hZ9vxDSa+HzlzQ==
flow-enums-runtime@^0.0.6:
version "0.0.6"