Skip to content

Commit

Permalink
Back out "Deploy 0.261.0 to xplat"
Browse files Browse the repository at this point in the history
Summary:
Original commit changeset: cf5953b1afc2

Original Phabricator Diff: D69562137

Reviewed By: SamChou19815

Differential Revision: D69570236

fbshipit-source-id: 7cfa9cf51aa3662d4339e020f8ae5065c8f5c358
  • Loading branch information
panagosg7 authored and facebook-github-bot committed Feb 13, 2025
1 parent 9a401c8 commit 413730e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ untyped-import
untyped-type-import

[version]
^0.261.0
^0.260.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.261.0",
"flow-bin": "^0.260.0",
"glob": "^7.1.1",
"hermes-eslint": "0.25.1",
"hermes-transform": "0.25.1",
Expand Down
1 change: 0 additions & 1 deletion packages/community-cli-plugin/src/utils/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ Diff: ${chalk.dim.underline(newVersion?.diffUrl ?? 'none')}
// $FlowFixMe
function isDiffPurgeEntry(data: Partial<DiffPurge>): data is DiffPurge {
return (
// $FlowFixMe[incompatible-type-guard]
[data.name, data.zipball_url, data.tarball_url, data.node_id].filter(
e => typeof e !== 'undefined',
).length === 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export function isPlainObject(
and ReactElement checks preserve the type refinement of `value`. */
): value is $ReadOnly<{[string]: mixed}> {
return (
// $FlowFixMe[incompatible-type-guard]
value !== null &&
typeof value === 'object' &&
Object.getPrototypeOf(value).isPrototypeOf(Object) &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ export function isReactNativeDocumentInstanceHandle(
instanceHandle: mixed,
// $FlowExpectedError[incompatible-type-guard]
): instanceHandle is ReactNativeDocumentInstanceHandle {
// $FlowFixMe[incompatible-type-guard]
return typeof instanceHandle === 'number' && instanceHandle % 10 === 1;
}
1 change: 0 additions & 1 deletion scripts/releases/utils/version-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ function validateBuildType(
const validBuildTypes = new Set(['release', 'dry-run', 'nightly']);

// $FlowFixMe[incompatible-return]
// $FlowFixMe[incompatible-type-guard]
return validBuildTypes.has(buildType);
}

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4423,10 +4423,10 @@ [email protected]:
hermes-transform "0.25.1"
typescript "5.3.2"

flow-bin@^0.261.0:
version "0.261.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.261.0.tgz#b82a67b3638ce96e5a65540a9c468519b82494f9"
integrity sha512-N3vW7qeKbFQqOMSh1Vle9tsJQKhWWfz/TfqntWEIjIQWYoDSBAtd7dHvk5bj03AfsprOmdiEEBq08r5yf7ohSA==
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"
Expand Down

0 comments on commit 413730e

Please sign in to comment.