From 5f8808a4f8434646a7a0b344b52f03df3801c1bc Mon Sep 17 00:00:00 2001 From: Evan Yeung Date: Wed, 17 Aug 2022 21:59:58 -0700 Subject: [PATCH] Deploy 0.185.0 to xplat Summary: Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D38810908 fbshipit-source-id: a397d899ce436a65d187eee8369b6e5bfa405539 --- .flowconfig | 2 +- .flowconfig.android | 2 +- package.json | 2 +- packages/rn-tester/js/examples/RTL/RTLExample.js | 1 + repo-config/package.json | 2 +- template/_flowconfig | 2 +- yarn.lock | 8 ++++---- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.flowconfig b/.flowconfig index a4908ec5f68f7d..f8da23113b8cb9 100644 --- a/.flowconfig +++ b/.flowconfig @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.184.0 +^0.185.0 diff --git a/.flowconfig.android b/.flowconfig.android index bd91e6c6d78b99..04233ebab2727c 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -74,4 +74,4 @@ untyped-import untyped-type-import [version] -^0.184.0 +^0.185.0 diff --git a/package.json b/package.json index 66270b8c8cf7c0..f381379072c56e 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "ws": "^6.1.4" }, "devDependencies": { - "flow-bin": "^0.184.0", + "flow-bin": "^0.185.0", "hermes-eslint": "0.8.0", "react": "18.2.0", "react-test-renderer": "^18.2.0" diff --git a/packages/rn-tester/js/examples/RTL/RTLExample.js b/packages/rn-tester/js/examples/RTL/RTLExample.js index 9afedab7ffcb38..01bf6deea3e425 100644 --- a/packages/rn-tester/js/examples/RTL/RTLExample.js +++ b/packages/rn-tester/js/examples/RTL/RTLExample.js @@ -167,6 +167,7 @@ function withRTLState( }; } + // $FlowFixMe[missing-local-annot] render() { const setRTL = (isRTL: boolean) => this.setState({isRTL: isRTL}); return ( diff --git a/repo-config/package.json b/repo-config/package.json index 9b4f7df2b2376d..9f389a48f7a789 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -32,7 +32,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0", "eslint-plugin-relay": "^1.8.3", - "flow-bin": "^0.184.0", + "flow-bin": "^0.185.0", "inquirer": "^7.1.0", "jest": "^26.6.3", "jest-junit": "^10.0.0", diff --git a/template/_flowconfig b/template/_flowconfig index dd68d381d041e0..494d2a587ef22c 100644 --- a/template/_flowconfig +++ b/template/_flowconfig @@ -63,4 +63,4 @@ untyped-import untyped-type-import [version] -^0.184.0 +^0.185.0 diff --git a/yarn.lock b/yarn.lock index 1ebf527b115da6..9b0b5e42884e80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3252,10 +3252,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -flow-bin@^0.184.0: - version "0.184.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.184.0.tgz#0256b3c302ce465b60d0f0296273840d38d3f9e6" - integrity sha512-HiHuxhO06dqhV7YabluSswm3ZgxVi2L+aArcuIJMON/CRzqkGQrRjIVNbKllMs95rFk6aeuFR3FdVCCUa0SbGw== +flow-bin@^0.185.0: + version "0.185.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.185.0.tgz#5110cd9ac6cb6716ec864acafe54007e0a13aeff" + integrity sha512-Kl6QdphjpAhD0ieohtmiOttB1Y4J8t7ucJepeovuFt7xFwTRhBA3j3XOST4jSpuEx7ijhP64A/T3bU6W810iYw== flow-parser@0.*: version "0.163.0"