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: follow private dependents all the way down #533

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

kellyselden
Copy link
Collaborator

The bug stopped at the first level. It assumed private packages are only devDependencies, but if your monorepo is all private packages, including dependencies, you will break the tree if only going one layer deep.

The bug stopped at the first level. It assumed private packages are only devDependencies, but if your monorepo is all private packages, including dependencies, you will break the tree if only going one layer deep.
@kellyselden kellyselden merged commit 763b4a2 into CrowdStrike:main Feb 24, 2025
5 checks passed
@kellyselden kellyselden deleted the chains_private_packages branch February 24, 2025 21:20
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.

1 participant