Skip to content

Commit a3a890f

Browse files
SamChou19815meta-codesync[bot]
authored andcommitted
Deploy 0.292.0 to xplat (#54788)
Summary: Pull Request resolved: #54788 [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D88379018 fbshipit-source-id: 2a893372e6d1e45f6f657049de9703afb2f7aa1e
1 parent d23502b commit a3a890f

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ untyped-import
9898
untyped-type-import
9999

100100
[version]
101-
^0.291.0
101+
^0.292.0

flow-typed/environment/node.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,6 +1917,7 @@ type http$agentOptions = {
19171917
declare class http$Agent<+SocketT = net$Socket> {
19181918
constructor(options: http$agentOptions): void;
19191919
destroy(): void;
1920+
// $FlowFixMe[incompatible-variance]
19201921
freeSockets: {[name: string]: $ReadOnlyArray<SocketT>, ...};
19211922
getName(options: {
19221923
host: string,
@@ -1926,7 +1927,9 @@ declare class http$Agent<+SocketT = net$Socket> {
19261927
}): string;
19271928
maxFreeSockets: number;
19281929
maxSockets: number;
1930+
// $FlowFixMe[incompatible-variance]
19291931
requests: {[name: string]: $ReadOnlyArray<http$ClientRequest<SocketT>>, ...};
1932+
// $FlowFixMe[incompatible-variance]
19301933
sockets: {[name: string]: $ReadOnlyArray<SocketT>, ...};
19311934
}
19321935

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.32.0",
89-
"flow-bin": "^0.291.0",
89+
"flow-bin": "^0.292.0",
9090
"hermes-eslint": "0.32.0",
9191
"hermes-transform": "0.32.0",
9292
"ini": "^5.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4781,10 +4781,10 @@ flow-api-translator@0.32.0:
47814781
hermes-transform "0.32.0"
47824782
typescript "5.3.2"
47834783

4784-
flow-bin@^0.291.0:
4785-
version "0.291.0"
4786-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.291.0.tgz#f8ad7f35c998ef0200cdddb8c85abbe1aa3b58e1"
4787-
integrity sha512-wux/RqOTXzFWxzzdQRwAPpYyJx4GOOaYKESQQ7bszr43egT3U2CW65IpDYTJijpxKjXBb0D3uv6Kmq0C+HAAKg==
4784+
flow-bin@^0.292.0:
4785+
version "0.292.0"
4786+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.292.0.tgz#2077d7925d54709f0aef087df4d40cf1086ea2c7"
4787+
integrity sha512-PjI1om0xMo2zXE0cRH3/Fa44mJu/g6x9mgShaEW1LHJBLxa5ofw/+bz3LNWthZWh6G1+zxYWxOTNM+2rTEQ9eg==
47884788

47894789
flow-enums-runtime@^0.0.6:
47904790
version "0.0.6"

0 commit comments

Comments
 (0)