-
Notifications
You must be signed in to change notification settings - Fork 11
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
Any plans to make this work with hoisted lerna projects? #11
Comments
Hi 👋! Thx for your input. Currently hoisted projects are not supported but would be a cool improvement. AFAIK there are no plans to add support for hoisted lerna projects in the near future, so a PR would be highly appreciated. BR |
Hey @svettwer is this project still being actively maintained, I'd love to coordinate with you and make lerna-audit and make it work with hosted projects. I am more than happy to send you PR. |
Hey @123aswin123! 👋 @tnobody and I are sharing the maintenance of this project. PRs are always welcome and will be reviewed, merged and released at best effort. If you'd like to propose a new feature, I'll be happy to review and help with questions. 😁👍 |
Okay, so I'd like to send a PR for lerna-audit to work with hoisted lerna projects, do I raise a new issue for tracking this? or can we discuss it in this issue itself? Thanks for your help @svettwer |
As this issue is about hoisted project support, I'd just reopen it, so that we can discuss here. 👍 |
Any updates on this enhancement. I wanted to use lerna-audit package for my hoisted repo |
Nope, no update currently. But we're always happy to receive PRs. 🤗 |
Currently struggling to run an auto
npm audit fix
on our lerna project which is configured to hoist. Have triednpx lerna-audit
but it seems to look for lock files in each package instead of following the lerna hoist conf route.The text was updated successfully, but these errors were encountered: