Maël Nison
Maël Nison
I removed the E2E CRA since it's now officially deprecated.
> switch to download newer versions of Yarn from the npm registry (we cannot change earlier versions without invalidating everyone's hash). We're unlikely to do that, as we want our...
I don't mind either way, but in the event someone would find the issue and get the wrong impression - > As I understand it yarn v2 changed things dramatically...
> What will Yarn do about the fact that Node.js is removing support for Corepack They are not, a vote is in progress as of last week. The thread you...
I updated the getting started page, help welcome to update other references in the doc. > What will Yarn do about the fact that https://github.com/nodejs/package-maintenance/pull/606 As for long-term plans it's...
Is there a specific bug you think is important? I'm a little wary of applying a major upgrade to a dependency if it already works fine 🤔
It's kind of a weird behaviour caused by using a glob engine. The `*` doesn't match `/` components (you have to use `**` I think). Not ideal, I agree.
Thanks! Can you add a test?
The `--immutable` flag would make little sense on `focus` since it doesn't install your whole project, so it has no idea whether the lockfile would need to be updated or...
I wonder if perhaps the gitlab self-hosted registry returns invalid caching headers. But as Paul said, we either need a reproduction we can run ourselves, or that you dig into...