Skip to content

Commit ee0ff63

Browse files
panagosg7meta-codesync[bot]
authored andcommitted
Deploy 0.295.0 to xplat (#54939)
Summary: Pull Request resolved: #54939 [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Reviewed By: gkz Differential Revision: D89515548 fbshipit-source-id: 411abc7193d0e506cd2fad792fd41c81aa72ee78
1 parent 9c840bf commit ee0ff63

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.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.294.0
101+
^0.295.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint-plugin-relay": "^1.8.3",
8888
"fb-dotslash": "0.5.8",
8989
"flow-api-translator": "0.32.0",
90-
"flow-bin": "^0.294.0",
90+
"flow-bin": "^0.295.0",
9191
"hermes-eslint": "0.32.0",
9292
"hermes-transform": "0.32.0",
9393
"ini": "^5.0.0",

packages/react-native/Libraries/Blob/URLSearchParams.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export class URLSearchParams {
131131
}
132132
}
133133

134+
// $FlowFixMe[incompatible-use]
134135
return entries[Symbol.iterator]();
135136
}
136137

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.294.0:
4785-
version "0.294.0"
4786-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.294.0.tgz#2d8c38280a43e792da5e2b76bf776c7975ab6dc0"
4787-
integrity sha512-ICR6mSDil2Y4B5YtCKlA+WvDn5TgvBwDOheMrdU61Gwx6ZtWFnHP1SOgll7Fw9JqpHrbet6dww2RA734lum45g==
4784+
flow-bin@^0.295.0:
4785+
version "0.295.0"
4786+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.295.0.tgz#e404b4e0c1ab4994e09ed3527682014e6b555967"
4787+
integrity sha512-r5DHHyygFvMKGIV92elp5R8qzO5EbpBuXd6gMNxWc7W9i1ph4hLqpNnGaJbA6KycppP+hNdN3n0D43vNtIfkoA==
47884788

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

0 commit comments

Comments
 (0)