From 001d809e735e1e0ce6a3acda66144c3f6e833772 Mon Sep 17 00:00:00 2001 From: George Zahariev Date: Thu, 23 Apr 2026 17:33:30 -0700 Subject: [PATCH] Deploy 0.311.0 to xplat Summary: [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Reviewed By: bherila, marcoww6, christophpurrer Differential Revision: D102240969 --- .flowconfig | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index 61a66b6d562a..0158c44fd67a 100644 --- a/.flowconfig +++ b/.flowconfig @@ -95,4 +95,4 @@ untyped-import untyped-type-import [version] -^0.310.0 +^0.311.0 diff --git a/package.json b/package.json index 7498913032db..7a037a288edb 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "eslint-plugin-relay": "^1.8.3", "fb-dotslash": "0.5.8", "flow-api-translator": "0.35.0", - "flow-bin": "^0.310.0", + "flow-bin": "^0.311.0", "hermes-eslint": "0.35.0", "hermes-transform": "0.35.0", "ini": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 64f4470d20ba..a1317076be9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4749,10 +4749,10 @@ flow-api-translator@0.35.0: hermes-transform "0.35.0" typescript "5.3.2" -flow-bin@^0.310.0: - version "0.310.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.310.0.tgz#d1c06486694af8cf92e3087dc2a18d80bdbb3a09" - integrity sha512-Yt2umR1JT3soz2y7gUfayaW66SnYnmtPM4FR2R4NRLuF4ymGTmN+auzahe9YY5ZGW793nGXKWxkWLBFnd94yEQ== +flow-bin@^0.311.0: + version "0.311.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.311.0.tgz#a1cbef22d1cb9e05b58ffdbad1c73ed03f4122e2" + integrity sha512-4lXxjhPdmkeizju3F0HDCMYGkoL7hiq0W9bAW4pQpQTi56op+QZrVyMENjbCGZc+KlFBLwWkur+EkyfPTsa6xw== flow-enums-runtime@^0.0.6: version "0.0.6"