-
I have been assisting on a few projects that are still using Yarn 1.22.19. I was able to look at the GitHub Actions logs for a particular repository, and I noticed that tests on MacOS and Ubuntu/Linux were not performing well, and tests on Windows were failing. I have a few questions about the installation and deprecation process:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We don't have a lot to gain from this, and a lot to lose. As far as we know many things still rely on Yarn 1 being the global, if only because of the different CLI commands and options, so we'd risk breaking many CIs.
Because it works fine for projects that already use it. It has bugs, and it's not the best we have today, but deprecating it would create "panic", with everyone thinking they HAVE to migrate away from it when they aren't forced at all. We'll probably be pushing people to upgrade a bit more in the next years, but there's no plan to fully deprecate v1 - we'll still release security upgrades there, if we have to. |
Beta Was this translation helpful? Give feedback.
#5119 (comment)
We don't have a lot to gain from this, and a lot to lose. As far as we know many things still rely on Yarn 1 being the global, if only because of the different CLI commands and options, so we'd risk breaking many CIs.
Because it works fine for project…