File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed
Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ untyped-import
3838untyped-type-import
3939
4040[version]
41- ^0.291 .0
41+ ^0.292 .0
Original file line number Diff line number Diff line change @@ -961,6 +961,7 @@ declare class SharedWorker extends EventTarget {
961961declare function importScripts ( ...urls : Array < string | TrustedScriptURL > ) : void ;
962962
963963declare class WorkerGlobalScope extends EventTarget {
964+ // $FlowFixMe[incompatible-variance]
964965 self : this ;
965966 location : WorkerLocation ;
966967 navigator : WorkerNavigator ;
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1918,6 +1918,7 @@ type http$agentOptions = {
19181918declare 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
29062906flow-enums-runtime@^0.0.6 :
29072907 version "0.0.6"
You can’t perform that action at this time.
0 commit comments