Skip to content

Commit b1ba5a2

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Deploy 0.281.0 to xplat
Summary: X-link: facebook/react-native#53607 [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Reviewed By: gkz Differential Revision: D81728906 fbshipit-source-id: 161eb62d7520398c97f05db40676e1ea2ac4d0a9
1 parent bd80558 commit b1ba5a2

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.flowconfig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ experimental.pattern_matching=true
1616

1717
module.name_mapper='\(metro-[^/]*\)' -> '<PROJECT_ROOT>/packages/\1/src/index.js'
1818

19-
experimental.only_support_flow_fixme_and_expected_error=true
20-
experimental.require_suppression_with_error_code=true
21-
experimental.invariant_subtyping_error_message_improvement=true
22-
2319
[lints]
2420
sketchy-null-number=warn
2521
sketchy-null-mixed=warn
@@ -41,4 +37,4 @@ untyped-import
4137
untyped-type-import
4238

4339
[version]
44-
^0.280.0
40+
^0.281.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react": "^7.30.1",
2929
"eslint-plugin-relay": "^1.8.3",
3030
"flow-api-translator": "^0.32.0",
31-
"flow-bin": "^0.280.0",
31+
"flow-bin": "^0.281.0",
3232
"glob": "^7.1.1",
3333
"hermes-eslint": "0.32.0",
3434
"invariant": "^2.2.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,10 +2849,10 @@ flow-api-translator@^0.32.0:
28492849
hermes-transform "0.32.0"
28502850
typescript "5.3.2"
28512851

2852-
flow-bin@^0.280.0:
2853-
version "0.280.0"
2854-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.280.0.tgz#73db532b4ea072a20a47277a38c0ab9f4f4600e6"
2855-
integrity sha512-7WHDjleRd6KDggSYovdrNSz1xMM9HKSI3ajHF3xMmWaETxx3SHnl60cclW6mPm3z+0FUVQSr7XFLiGSW3Zkq7Q==
2852+
flow-bin@^0.281.0:
2853+
version "0.281.0"
2854+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.281.0.tgz#be49afd6da986ba355e27d38775547b60b398e65"
2855+
integrity sha512-jgSKNLolqwtI4CZ/lTh/YKf0JAtFGTrf/8ETZkfxxyT5AYB9NfiO5KQttW0gtd63plppvw3ghyVFKLSK3TH6hg==
28562856

28572857
flow-enums-runtime@^0.0.6:
28582858
version "0.0.6"

0 commit comments

Comments
 (0)