Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(release): properly handle deeply-transitive updates #30325

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

simon-abbott
Copy link

Current Behavior

Using nx release to update a package that has recursively-transitive dependencies (i.e. pkg-a -> pkg-b -> pkg-c -> pkg-d) fails to properly update the full version tree, resulting in failures.

Expected Behavior

The versions should all be updated properly, even if they are far away in the dependency graph.

Related Issue(s)

Fixes #29375

@simon-abbott simon-abbott requested a review from a team as a code owner March 10, 2025 23:47
@simon-abbott simon-abbott requested a review from Coly010 March 10, 2025 23:47
Copy link

vercel bot commented Mar 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Mar 11, 2025 0:02am

@simon-abbott simon-abbott force-pushed the fix-release-transitive-deps branch from 9dcad11 to 3fd7751 Compare March 10, 2025 23:57
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.

Nx release command is not bumping all the dependents chain
1 participant