From 32fcd2733ef03c7db39ebc7eee3df8d061a2bbe6 Mon Sep 17 00:00:00 2001 From: "Alex Taylor (alta)" Date: Tue, 11 Feb 2025 09:34:17 -0800 Subject: [PATCH] Deploy 0.260.0 to xplat (#49319) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49319 Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D69438322 fbshipit-source-id: 1906cfc76125e1bb7244b2a40536c3268a914ecf --- .flowconfig | 2 +- package.json | 2 +- .../Compatibility/ManyPointersPropertiesExample.js | 1 + yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index d4931309ade..04d7cdf4972 100644 --- a/.flowconfig +++ b/.flowconfig @@ -95,4 +95,4 @@ untyped-import untyped-type-import [version] -^0.259.1 +^0.260.0 diff --git a/package.json b/package.json index 245546e1699..98486d76824 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint-plugin-redundant-undefined": "^0.4.0", "eslint-plugin-relay": "^1.8.3", "flow-api-translator": "0.25.1", - "flow-bin": "^0.259.1", + "flow-bin": "^0.260.0", "glob": "^7.1.1", "hermes-eslint": "0.25.1", "hermes-transform": "0.25.1", diff --git a/packages/rn-tester/js/examples/Experimental/Compatibility/ManyPointersPropertiesExample.js b/packages/rn-tester/js/examples/Experimental/Compatibility/ManyPointersPropertiesExample.js index be3958d9e23..469410c890f 100644 --- a/packages/rn-tester/js/examples/Experimental/Compatibility/ManyPointersPropertiesExample.js +++ b/packages/rn-tester/js/examples/Experimental/Compatibility/ManyPointersPropertiesExample.js @@ -47,6 +47,7 @@ function ManyPointersPropertiesExample(): React.Node { const onPointerMove = (event: PointerEvent) => { const pointerId = event.nativeEvent.pointerId; // $FlowFixMe[invalid-computed-prop] + // $FlowFixMe[incompatible-call] setData({...data, [pointerId]: event.nativeEvent}); }; diff --git a/yarn.lock b/yarn.lock index b521ea79501..9e4a445b9c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4423,10 +4423,10 @@ flow-api-translator@0.25.1: hermes-transform "0.25.1" typescript "5.3.2" -flow-bin@^0.259.1: - version "0.259.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.259.1.tgz#9ff26e014dc53beca773f7387fe58c66fe7fd791" - integrity sha512-c5vsjZ19tWGO1ldc3gNmrH6eDdB0W428xPluIDB8UNm1eMCsBM/otZUoE3dmZuWUg/+5/1eKc28Z57/JUVVslQ== +flow-bin@^0.260.0: + version "0.260.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.260.0.tgz#5c06bfec91db29e4ab8dcdd17ae1f7f8f0f72689" + integrity sha512-ALphJu45guvUyMmIlY0hNQRNUqIgiQ+VrP0lHB/quLIlgupVQD8sY9Au2cqgkO4oSxQDND3oE16LE/4sQLLGmQ== flow-enums-runtime@^0.0.6: version "0.0.6"