Skip to content

Commit cdc8677

Browse files
gkzmeta-codesync[bot]
authored andcommitted
Deploy 0.316.0 to xplat (#57012)
Summary: Pull Request resolved: #57012 [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D106964682
1 parent 9ac12ce commit cdc8677

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ untyped-import
9696
untyped-type-import
9797

9898
[version]
99-
^0.315.0
99+
^0.316.0

flow-typed/npm/commander_v12.x.x.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -670,11 +670,10 @@ declare module 'commander' {
670670
* or store separately (specify false). In both cases the option values can be accessed using .opts().
671671
* @returns `this` command for chaining
672672
*/
673-
storeOptionsAsProperties<T: OptionValues>(): {...this, ...T};
674-
storeOptionsAsProperties<T: OptionValues>(storeAsProperties: true): {
675-
...this,
676-
...T,
677-
};
673+
storeOptionsAsProperties<T: OptionValues>(): this & T;
674+
storeOptionsAsProperties<T: OptionValues>(
675+
storeAsProperties: true,
676+
): this & T;
678677
storeOptionsAsProperties(storeAsProperties?: boolean): this;
679678

680679
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint-plugin-relay": "^1.8.3",
8787
"fb-dotslash": "0.5.8",
8888
"flow-api-translator": "0.36.1",
89-
"flow-bin": "^0.315.0",
89+
"flow-bin": "^0.316.0",
9090
"hermes-eslint": "0.36.1",
9191
"hermes-transform": "0.36.1",
9292
"ini": "^5.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4817,10 +4817,10 @@ flow-api-translator@0.36.1:
48174817
hermes-transform "0.36.1"
48184818
typescript "5.3.2"
48194819

4820-
flow-bin@^0.315.0:
4821-
version "0.315.0"
4822-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.315.0.tgz#f6c3275cddde4c041d438617371f08a6bbeea70c"
4823-
integrity sha512-Z6uioCGGS6GovDi+sIj5F7bpli2oZ6DXh2ey7ga6iRGJJdTd8uA0/KIjTHpHC3Cw9OAhqt+/4NQtYnH8joHcqg==
4820+
flow-bin@^0.316.0:
4821+
version "0.316.0"
4822+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.316.0.tgz#2e066a3f27bdb355cb0cec793931c892dfb04132"
4823+
integrity sha512-AzmAMRTcTGtEa86c6z6eFKF4E5j1z8+S7uBMl0fe24rEvb+FROmaSHPXmg8Dsjnn7yaoaERKMl2pgBrOP49uIw==
48244824

48254825
flow-enums-runtime@^0.0.6:
48264826
version "0.0.6"

0 commit comments

Comments
 (0)