-
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
Support Yarn v4 #332
Comments
I am definitely interested in supporting this. I have some draft PRs that touch on adding test cases. I hope to release support in |
After further investigation, Yarn v4 seems to support many of With the recently released The main functional gap in Yarn v4's implementation is that it doesn't support In the meantime, I've documented that Yarn v4 is not supported in the If you're still interested in supporting it, let me know! |
+1 for this |
@hwo411 I am open to supporting it, it's not a ton of work. Have you tried using Yarn v4's native audit management with allowlists? If you have and you have found a gap that |
@quinnturner I haven't explored yarn 4's
|
@quinnturner thanks! It's very well explain by @mistaecko what are the downsides of the |
Running
audit-ci
withyarn 4.1.1
is broken, and does not report vulnerabilities at all.It seems that v4 introduced major changes to the json output format of
yarn npm audit
that breakaudit-ci
.Example output in a project with vulnerabilities:
I updated one of the existing tests in
test/yarn-berry-moderate
to use yarn 4, and it (obviously) fails.The text was updated successfully, but these errors were encountered: