Skip to content

Commit 5113aad

Browse files
SamChou19815meta-codesync[bot]
authored andcommitted
Deploy 0.292.0 to xplat
Summary: X-link: facebook/react-native#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 ff27069 commit 5113aad

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ untyped-import
3838
untyped-type-import
3939

4040
[version]
41-
^0.291.0
41+
^0.292.0

flow-typed/environment/bom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,7 @@ declare class SharedWorker extends EventTarget {
961961
declare function importScripts(...urls: Array<string | TrustedScriptURL>): void;
962962

963963
declare class WorkerGlobalScope extends EventTarget {
964+
// $FlowFixMe[incompatible-variance]
964965
self: this;
965966
location: WorkerLocation;
966967
navigator: WorkerNavigator;

flow-typed/environment/dom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,7 @@ declare class HTMLCollection<+Elem: HTMLElement> {
13901390
length: number;
13911391
item(nameOrIndex?: any, optionalIndex?: any): Elem | null;
13921392
namedItem(name: string): Elem | null;
1393+
// $FlowFixMe[incompatible-variance]
13931394
[index: number | string]: Elem;
13941395
}
13951396

flow-typed/environment/node.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,7 @@ type http$agentOptions = {
19181918
declare class http$Agent<+SocketT = net$Socket> {
19191919
constructor(options: http$agentOptions): void;
19201920
destroy(): void;
1921+
// $FlowFixMe[incompatible-variance]
19211922
freeSockets: {[name: string]: $ReadOnlyArray<SocketT>, ...};
19221923
getName(options: {
19231924
host: string,
@@ -1927,7 +1928,9 @@ declare class http$Agent<+SocketT = net$Socket> {
19271928
}): string;
19281929
maxFreeSockets: number;
19291930
maxSockets: number;
1931+
// $FlowFixMe[incompatible-variance]
19301932
requests: {[name: string]: $ReadOnlyArray<http$ClientRequest<SocketT>>, ...};
1933+
// $FlowFixMe[incompatible-variance]
19311934
sockets: {[name: string]: $ReadOnlyArray<SocketT>, ...};
19321935
}
19331936

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-react": "^7.30.1",
3131
"eslint-plugin-relay": "^1.8.3",
3232
"flow-api-translator": "^0.32.0",
33-
"flow-bin": "^0.291.0",
33+
"flow-bin": "^0.292.0",
3434
"hermes-eslint": "0.32.0",
3535
"invariant": "^2.2.4",
3636
"istanbul-api": "3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,10 +2898,10 @@ flow-api-translator@^0.32.0:
28982898
hermes-transform "0.32.0"
28992899
typescript "5.3.2"
29002900

2901-
flow-bin@^0.291.0:
2902-
version "0.291.0"
2903-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.291.0.tgz#f8ad7f35c998ef0200cdddb8c85abbe1aa3b58e1"
2904-
integrity sha512-wux/RqOTXzFWxzzdQRwAPpYyJx4GOOaYKESQQ7bszr43egT3U2CW65IpDYTJijpxKjXBb0D3uv6Kmq0C+HAAKg==
2901+
flow-bin@^0.292.0:
2902+
version "0.292.0"
2903+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.292.0.tgz#2077d7925d54709f0aef087df4d40cf1086ea2c7"
2904+
integrity sha512-PjI1om0xMo2zXE0cRH3/Fa44mJu/g6x9mgShaEW1LHJBLxa5ofw/+bz3LNWthZWh6G1+zxYWxOTNM+2rTEQ9eg==
29052905

29062906
flow-enums-runtime@^0.0.6:
29072907
version "0.0.6"

0 commit comments

Comments
 (0)