Results 23 comments of Sergio Cinos

Any update on this? I'd love to do `yarn workspaces foreach --verbose --since= exec snyk test` to test only the packages that have been changed in a Yarn v3 monorepo....

I've been investigating this and I don't have a solution, but I'll share what I found. The core of the problem is that there are two different ways to get...

> Whenever multiple workspaces within a monorepo depend on the same npm package, npm and yarn download and install a separate copy of the npm package for each workspace For...

Interesting idea. I do see the problem you are trying to solve, and this seems like a neat solution. You mentioned `fewer` strategy to solve this, but even if we...

Sorry, I haven't been available to review this change. I'll have a look as soon as possible.

To make `volta` safer for CI, I think it should include an official debian package, or at least a GPG key that can be verified. Examples: * yarn: https://classic.yarnpkg.com/en/docs/install#debian-stable *...

How do you generate that lock file in the first place? I've never seen that case (two separate entries with the same version and other properties) so I assume yarn...

I think all errors `error: workspace dependency not found` are a different error than the original one. This issue is specifically about using the qualifier `^` for the `workspace:` protocol....

@leo-buneev any update on this?

Friendly reminder that this PR is still open. I just got hit by the bug it solves today :)