fix(release): advance immutable prerelease collisions - #229
Merged
Conversation
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Aug 27, 2026
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
This fixes the immutable
@effectify/react-query@1.0.0-beta.0collision blocking beta promotion PR #225 without importing a synthetic Git tag or skipping the package.Security and lifecycle contract
npm view <package> versions --jsonTDD evidence
Exact beta dry-run
@effectify/react-router0.6.0-beta.0@effectify/react-query1.0.0-beta.1@effectify/node-better-auth0.5.12-beta.0@effectify/solid-query0.5.12-beta.0@effectify/react-router-better-auth0.5.12-beta.0@effectify/prisma1.1.13-beta.0@effectify/hatchet0.1.0-beta.0The dry-run calculated all seven and failed only during GitHub Release preview because the local SSH alias cannot resolve repository metadata; Nx confirmed dry-run made no changes.
Validation
git diff --check: PASSReview boundary
The large test diff is an explicit release-safety exception covering every fail-closed branch. Review
tools/release-version-actions.cjsfor registry/lifecycle behavior and the test file for negative-path completeness.After merge, #225 must be refreshed, fully revalidated on its new immutable head, and receive fresh human beta authorization.
Closes #228