antongolub / yarn-audit-fix

The missing `yarn audit fix`
MIT License
179 stars 8 forks source link

feat: provide support for yarn v4 #248

Open antongolub opened 2 years ago

antongolub commented 2 years ago
image
ssbarnea commented 2 years ago

@antongolub In fact I observed the same problem with yarn 3.2.1, where the yarn.lock file is temporary downgraded from metadata v6 to v5 and two git urls do not have the double quotes around them. Apparently yarn itself is able to repair that automatically after but for some time I can see git client reporting the file as being modified, causing some confusions.

Any change we can address this?

antongolub commented 2 years ago

We're moving our (QIWI) monorepos to yarn v4, so yarn-audit-fix will be upgraded soon