renovatebot / app-support

Discussion/support issues for the hosted Renovate App
0 stars 0 forks source link

After upgrading to Yarn 2.0.0-rc.36 & PnP, Renovate no longer updates yarn.lock, complains about artifact update problem #59

Closed davissorenson closed 4 years ago

davissorenson commented 4 years ago

I updated Yarn in my project to 2.0.0-rc.36 and started using Plug'n'Play at the same time. Renovate now only updates package.json, and doesn't touch yarn.lock. Also, the "renovate/artifacts" check fails with an "Artifact file update failure" as well as the below comment.

Screen Shot 2020-07-04 at 1 44 53

My renovate config extends config:base, nothing more. The platform is GitHub.

Have I configured Renovate incorrectly, or does Renovate not support Yarn 2 and/or PnP?

Thanks in advance.

rarkins commented 4 years ago

Yarn v2 support is still a work in progress. There's an issue in the main repo you can track instead, but I'm on mobile right now so don't have it handy.

davissorenson commented 4 years ago

Thanks, that makes sense! I'll link the issue here for anyone coming from Google: https://github.com/renovatebot/renovate/issues/5230