Skip to content

Commit 020c92e

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Deploy 0.281.0 to xplat (#53607)
Summary: Pull Request resolved: #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 d731556 commit 020c92e

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

.flowconfig

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ module.system.haste.module_ref_prefix=m#
7575

7676
react.runtime=automatic
7777

78-
experimental.only_support_flow_fixme_and_expected_error=true
79-
experimental.require_suppression_with_error_code=true
80-
experimental.invariant_subtyping_error_message_improvement=true
81-
experimental.natural_inference.local_object_literals.followup_fix=true
82-
8378
ban_spread_key_props=true
8479

8580
[lints]
@@ -103,4 +98,4 @@ untyped-import
10398
untyped-type-import
10499

105100
[version]
106-
^0.280.0
101+
^0.281.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint-plugin-relay": "^1.8.3",
8787
"fb-dotslash": "0.5.8",
8888
"flow-api-translator": "0.32.0",
89-
"flow-bin": "^0.280.0",
89+
"flow-bin": "^0.281.0",
9090
"glob": "^7.1.1",
9191
"hermes-eslint": "0.32.0",
9292
"hermes-transform": "0.32.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4776,10 +4776,10 @@ flow-api-translator@0.32.0:
47764776
hermes-transform "0.32.0"
47774777
typescript "5.3.2"
47784778

4779-
flow-bin@^0.280.0:
4780-
version "0.280.0"
4781-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.280.0.tgz#73db532b4ea072a20a47277a38c0ab9f4f4600e6"
4782-
integrity sha512-7WHDjleRd6KDggSYovdrNSz1xMM9HKSI3ajHF3xMmWaETxx3SHnl60cclW6mPm3z+0FUVQSr7XFLiGSW3Zkq7Q==
4779+
flow-bin@^0.281.0:
4780+
version "0.281.0"
4781+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.281.0.tgz#be49afd6da986ba355e27d38775547b60b398e65"
4782+
integrity sha512-jgSKNLolqwtI4CZ/lTh/YKf0JAtFGTrf/8ETZkfxxyT5AYB9NfiO5KQttW0gtd63plppvw3ghyVFKLSK3TH6hg==
47834783

47844784
flow-enums-runtime@^0.0.6:
47854785
version "0.0.6"

0 commit comments

Comments
 (0)