Releases: yarnpkg/yarn
Releases · yarnpkg/yarn
v0.27.2
v0.27.1
v0.27.0
New features:
- Add the
yarn run env
command (@kaylieEB) - Implement
yarn upgrade --latest
(@rally25rs) (more improvements to follow) - Completely disable password prompts (@BYK) (use ssh agents instead)
Fixes:
- Fix lockfile being modified even when using
--frozen-lockfile
- Fix non-deterministic resolution due to a race condition
- Fix environment variables when running scripts
- Fix arguments passed to scripts so that they are correctly escaped
- Fix a bug where tarballs where incorrectly missed
- Fix how workspaces were being linked (still beta)
... Thanks to everyone!
v0.26.1
v0.26.0
Highlights:
- Workspaces can now be linked together
- Fixes for the git resolvers & fetchers
- Adds support for '~' being translated to $HOME (@mjesun)
- Optimizes the linking step with a new copy logic (@zkat)
- Nested yarn processes will share the silent flag
- Adds supports for
link:
dependencies (@mgcrea)
And various other bug fixes and optimizations from a lot of different contributors. Thanks everyone! 👍