From bcd6b5fbd91da6072fcf0577815ea6322e5efabc Mon Sep 17 00:00:00 2001 From: Sam Zhou Date: Fri, 14 Mar 2025 14:57:39 -0700 Subject: [PATCH] Deploy 0.265.2 to xplat (#50041) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50041 Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D71200832 fbshipit-source-id: a2f267c5b2beabe527f958bfc4557bafc04d27de --- .flowconfig | 2 +- package.json | 2 +- packages/react-native/src/types/dom.js.flow | 1 + yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index 7dfac565756..99b631e9f96 100644 --- a/.flowconfig +++ b/.flowconfig @@ -98,4 +98,4 @@ untyped-import untyped-type-import [version] -^0.265.0 +^0.265.2 diff --git a/package.json b/package.json index 498f72b7956..5909d749623 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", "flow-api-translator": "0.25.1", - "flow-bin": "^0.265.0", + "flow-bin": "^0.265.2", "glob": "^7.1.1", "hermes-eslint": "0.25.1", "hermes-transform": "0.25.1", diff --git a/packages/react-native/src/types/dom.js.flow b/packages/react-native/src/types/dom.js.flow index c7565dd1553..25b8f8d34cf 100644 --- a/packages/react-native/src/types/dom.js.flow +++ b/packages/react-native/src/types/dom.js.flow @@ -1246,6 +1246,7 @@ type TransitionEvent$Init = { ... }; +// $FlowFixMe[libdef-override] declare class TransitionEvent extends Event { constructor( type: TransitionEventTypes, diff --git a/yarn.lock b/yarn.lock index c5627ad422e..96ab1c1fcd0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4357,10 +4357,10 @@ flow-api-translator@0.25.1: hermes-transform "0.25.1" typescript "5.3.2" -flow-bin@^0.265.0: - version "0.265.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.265.0.tgz#b97da41c752fead78da9c58344873b95763da678" - integrity sha512-O27LbAP1vND21YwLEn3eTlSBP5l+kLM18qax/rj0rFmdSqrYBLJ3fRyLzOVCZe4v5mSl3QU0HIYnDIWbAxsLRQ== +flow-bin@^0.265.2: + version "0.265.2" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.265.2.tgz#5dd085d943a18fc7cff9b1b56a648de60e2f6157" + integrity sha512-LJUI2+vENXYv3mpfVUgCjP3pFA2+KR5EXaErToi7IZhjBCUIpva+gVhvLh0YE0ZGuETpPk3mmKW28eHzvO9tlg== flow-enums-runtime@^0.0.6: version "0.0.6"