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(core): fix missing top-level dependencies in publishable libs #17730

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

daiscog
Copy link
Contributor

@daiscog daiscog commented Jun 22, 2023

Fix dependencies sometimes being omitted from the list of top-level dependencies when they are both top-level and transitive

Fixes #17729

This is the same fix as #14832 but in the js package (the previous fix was in the workspace package).

An alternative fix would be to make the js package delegate to the workspace one to avoid the code duplication.

@daiscog daiscog requested a review from a team as a code owner June 22, 2023 14:46
@daiscog daiscog requested a review from AgentEnder June 22, 2023 14:46
@vercel
Copy link

vercel bot commented Jun 22, 2023

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

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 2, 2023 3:39pm

Fix dependencies sometimes being omitted from the list of top-level dependencies when they are both
top-level and transitive

closed 17729
Copy link

github-actions bot commented Feb 4, 2024

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

collectDependencies marks some top-level deps as not top-level (angular builder)
2 participants