From eb2978f940b88657703efcd48dfb50b6850f90b4 Mon Sep 17 00:00:00 2001 From: Marco Wang Date: Thu, 30 Apr 2026 14:22:36 -0700 Subject: [PATCH] Deploy 0.312.0 to xplat Summary: [changelog](https://github.com/facebook/flow/blob/main/Changelog.md) Changelog: [Internal] Reviewed By: gkz Differential Revision: D103276599 --- tools/hermes-parser/js/.flowconfig | 2 +- tools/hermes-parser/js/package.json | 2 +- tools/hermes-parser/js/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/hermes-parser/js/.flowconfig b/tools/hermes-parser/js/.flowconfig index bf7a3ec0372..e771633aa84 100644 --- a/tools/hermes-parser/js/.flowconfig +++ b/tools/hermes-parser/js/.flowconfig @@ -28,7 +28,7 @@ component_syntax=false experimental.pattern_matching=false [version] -^0.311.0 +^0.312.0 [lints] untyped-type-import=error diff --git a/tools/hermes-parser/js/package.json b/tools/hermes-parser/js/package.json index e4b888010ef..b750c2a95e2 100644 --- a/tools/hermes-parser/js/package.json +++ b/tools/hermes-parser/js/package.json @@ -16,7 +16,7 @@ "eslint-plugin-fb-flow": "^0.0.5", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-jest": "^25.2.4", - "flow-bin": "^0.311.0", + "flow-bin": "^0.312.0", "glob": "^8.0.3", "jest": "^30.0.5", "jest-specific-snapshot": "^5.0.0", diff --git a/tools/hermes-parser/js/yarn.lock b/tools/hermes-parser/js/yarn.lock index 23d9cd5f165..4f3fb6a1bae 100644 --- a/tools/hermes-parser/js/yarn.lock +++ b/tools/hermes-parser/js/yarn.lock @@ -3591,10 +3591,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== -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-bin@^0.312.0: + version "0.312.0" + resolved "https://registry.facebook.net/flow-bin/-/flow-bin-0.312.0.tgz#4962c29a740beff72eb4b89b0f9625213b3a82d8" + integrity sha512-SVjNNbWt8d69cj6dLXy5P8pq3p6dpje8cL3PvPEqY2KoloiYdpxjOOEZTFvliZV7gxKzGB83iGLA1ct6TH/7hw== flow-enums-runtime@^0.0.6: version "0.0.6"