Skip to content

Commit 690cb00

Browse files
marcoww6facebook-github-bot
authored andcommitted
Deploy 0.276.0 to xplat (#52720)
Summary: Pull Request resolved: #52720 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D78605229 fbshipit-source-id: 59ae4a2f316cee8415f6ef2984ca74f906ae0377
1 parent 2534aea commit 690cb00

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
@@ -104,4 +104,4 @@ untyped-import
104104
untyped-type-import
105105

106106
[version]
107-
^0.275.0
107+
^0.276.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-redundant-undefined": "^0.4.0",
8383
"eslint-plugin-relay": "^1.8.3",
8484
"flow-api-translator": "0.29.1",
85-
"flow-bin": "^0.275.0",
85+
"flow-bin": "^0.276.0",
8686
"glob": "^7.1.1",
8787
"hermes-eslint": "0.29.1",
8888
"hermes-transform": "0.29.1",

packages/react-native/Libraries/Core/Timers/queueMicrotask.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default function queueMicrotask(callback: Function) {
3030
}
3131

3232
// Try to reuse a lazily allocated resolved promise from closure.
33+
// $FlowFixMe[constant-condition]
3334
(resolvedPromise || (resolvedPromise = Promise.resolve()))
3435
.then(callback)
3536
.catch(error =>

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4880,10 +4880,10 @@ flow-api-translator@0.29.1:
48804880
hermes-transform "0.29.1"
48814881
typescript "5.3.2"
48824882

4883-
flow-bin@^0.275.0:
4884-
version "0.275.0"
4885-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.275.0.tgz#3da676f7c3d3ef8fc0c63a6cab8c4915206ec225"
4886-
integrity sha512-pKMBgZ4hZ3y45UWhJc2isG9lgFY8ARE7SuHlfUjcbpGRFQxryxJlXI9y4YZnIWgbhrVAzmUb931P0VJT4yrWjw==
4883+
flow-bin@^0.276.0:
4884+
version "0.276.0"
4885+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.276.0.tgz#0c4f4de9d3eed254e5f6d86b0c02df58a4354588"
4886+
integrity sha512-qcxqq2ZtUS7KqwRiGa3w/N/YppQuWj5vaKMH9KgLDv0QaxrUskv6iCNoTfpFg/crT0YjQk5hJ8ALdk8YVqnO0g==
48874887

48884888
flow-enums-runtime@^0.0.6:
48894889
version "0.0.6"

0 commit comments

Comments
 (0)