fix: fix yarn constraints failures after release bumps#2861
Merged
Saadnajmi merged 3 commits intomicrosoft:mainfrom Mar 20, 2026
Merged
fix: fix yarn constraints failures after release bumps#2861Saadnajmi merged 3 commits intomicrosoft:mainfrom
Saadnajmi merged 3 commits intomicrosoft:mainfrom
Conversation
Add constraint pinning private @react-native-macos/* packages to 0.1.0 (non-forked internal tooling shouldn't track the release version). Also update eslint react-native-manifest rule to use macOS fork names, normalize nx-release-version to 0.1.0, and make virtualized-lists public (it's a forked package that should be publishable). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
e687fe6 to
1861bd3
Compare
Update test cases to use @react-native-macos/monorepo and react-native-macos instead of upstream names. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
JunielKatarn
approved these changes
Mar 20, 2026
The snapshot file was being updated by updateReactNativeArtifacts but not included in the changedFiles list returned to nx, so it wasn't staged in the release commit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
enforceReactNativeMacosPrivatePackageVersionconstraint to pin private@react-native-macos/*packages (internal tooling, not forked from upstream) to0.1.0@react-native-macos/virtualized-listspublic on main (it's a forked package that should be publishable)react-native-manifestrule to use macOS fork names (@react-native-macos/monorepo,react-native-macos)@react-native-macos/nx-release-versionversion to0.1.0Test plan
yarn constraintspasses on main🤖 Generated with Claude Code