Skip to content

Commit

Permalink
Deploy 0.164.0 to xplat
Browse files Browse the repository at this point in the history
Reviewed By: bradzacher

Differential Revision: D32321328

fbshipit-source-id: 48017e06bdda567fee9ff571247425d07a22c923
  • Loading branch information
pieterv authored and facebook-github-bot committed Nov 11, 2021
1 parent 53dd649 commit a96170d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ untyped-import
untyped-type-import

[version]
^0.163.0
^0.164.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-relay": "1.7.1",
"fb-watchman": "^2.0.0",
"fbjs": "^3.0.0",
"flow-bin": "^0.163.0",
"flow-bin": "^0.164.0",
"glob": "^7.1.1",
"graphql": "^15.0.0",
"gulp": "4.0.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/relay-compiler/bin/RelayCompilerMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ async function main(defaultConfig: Config) {
config = await getWatchConfig(config);

// Use function from module.exports to be able to mock it for tests
// $FlowFixMe[cannot-read]
const codegenRunner = module.exports.getCodegenRunner(config);

const result = config.watch
Expand Down Expand Up @@ -253,6 +254,7 @@ async function getWatchConfig(config: Config): Promise<Config> {
);
return {...config, watch: false, watchman: false};
}
// $FlowFixMe[cannot-read]
if (!module.exports.hasWatchmanRootFile(config.src)) {
throw new Error(
`
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3345,10 +3345,10 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"

flow-bin@^0.163.0:
version "0.163.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.163.0.tgz#c2cb62e336cfdeac035a4cc86e143e1e5ff4d1d0"
integrity sha512-4rNdO/lT38/c+8SR4eZK+PthE9c3MFiDnr8TYBpIM77EkM2yl9Ug8N2oPPk0UJs6kG93Yb61G14s95dfSoUARA==
flow-bin@^0.164.0:
version "0.164.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.164.0.tgz#dc2a1f1cd59670e7d95320232a673c6e31b11ff3"
integrity sha512-cSAA0LLa1SlQ1YmNCYpJ19ES39WYrqjfxX8Oqhbvn6+DET8Cs+EnVkJWHVSkfK8zUupbxvSt7pDoFXePYbcJRA==

flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
version "1.1.1"
Expand Down

0 comments on commit a96170d

Please sign in to comment.