-
Notifications
You must be signed in to change notification settings - Fork 43
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: fix Yarn Berry workspace audit when skip-dev=true #248
Conversation
Also, for the Yarn Berry files, can you use the existing approach where we just |
Fixed and also cleaned up the files in the other yarn berry folders 👍 |
Great job, thank you! I will trigger a release for this PR. |
Released in |
Fixes #216
The
--all
flag should always be passed so the auditor can pick up vulnerabilities in workspaces.This PR adds tests for Yarn Classic and Yarn Berry. One hiccup I ran into was that Yarn Classic does not audit dev dependencies. This appears to be a bug in Yarn. I left comments in the test.