Skip to content

fix: fix yarn constraints failures after release bumps#2861

Merged
Saadnajmi merged 3 commits intomicrosoft:mainfrom
Saadnajmi:fix-release-constraints
Mar 20, 2026
Merged

fix: fix yarn constraints failures after release bumps#2861
Saadnajmi merged 3 commits intomicrosoft:mainfrom
Saadnajmi:fix-release-constraints

Conversation

@Saadnajmi
Copy link
Copy Markdown
Collaborator

Summary

  • Add enforceReactNativeMacosPrivatePackageVersion constraint to pin private @react-native-macos/* packages (internal tooling, not forked from upstream) to 0.1.0
  • Make @react-native-macos/virtualized-lists public on main (it's a forked package that should be publishable)
  • Update eslint react-native-manifest rule to use macOS fork names (@react-native-macos/monorepo, react-native-macos)
  • Normalize @react-native-macos/nx-release-version version to 0.1.0

Test plan

  • yarn constraints passes on main

🤖 Generated with Claude Code

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>
@Saadnajmi Saadnajmi requested a review from a team as a code owner March 20, 2026 19:59
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 20, 2026

⚠️ No Changeset found

Latest commit: a8ce6f5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Saadnajmi Saadnajmi force-pushed the fix-release-constraints branch from e687fe6 to 1861bd3 Compare March 20, 2026 20:04
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>
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>
@Saadnajmi Saadnajmi merged commit 62b2545 into microsoft:main Mar 20, 2026
15 checks passed
@Saadnajmi Saadnajmi deleted the fix-release-constraints branch March 20, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants