Skip to content

Update these to use latest 0.73.x versions#42082

Merged
lunaleaps merged 1 commit into0.73-stablefrom
lunaleaps-remove-star-73-deps
Dec 28, 2023
Merged

Update these to use latest 0.73.x versions#42082
lunaleaps merged 1 commit into0.73-stablefrom
lunaleaps-remove-star-73-deps

Conversation

@lunaleaps
Copy link
Copy Markdown
Contributor

Summary:

See description in #42081
Applying those same changes to 0.73 branch but using latest updated versions of those packages. Before merging we should ensure the monorepo deps are using the latest 0.73.x version.

Changelog:

[GENERAL] [CHANGED] - Remove * dependencies on monorepo packages in 0.73.

Test Plan:

Verified that these will now be included in the bump and align process when we update monorepo packages

if (dependencyVersion && dependencyVersion !== '*') {
const updatedDependencyVersion = dependencyVersion.startsWith('^')
? `^${updatedPackageVersion}`
: updatedPackageVersion;
if (updatedDependencyVersion !== dependencyVersion) {
console.log(
`\uD83D\uDCA1 ${consumerPackageManifest.name} was updated: now using version ${updatedPackageVersion} of ${updatedPackageName}`,
);
const updatedPackageManifest = {
...consumerPackageManifest,
dependencies: {
...consumerPackageManifest.dependencies,
[updatedPackageName]: updatedDependencyVersion,
},
};
writeFileSync(
consumerPackageManifestPath,
JSON.stringify(updatedPackageManifest, null, 2) + '\n',
'utf-8',
);
}
}

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Dec 27, 2023
@analysis-bot
Copy link
Copy Markdown

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,514,932 -8,063,033
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 9,753,274 -10,201,764
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: c75abef
Branch: main

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 27, 2023

Warnings
⚠️ One hour and a half have passed and the E2E jobs haven't finished yet.

Generated by 🚫 dangerJS against 99771da

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner Pick Request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants