Skip to content

Releases: yarnpkg/yarn

v0.27.2

28 Jun 23:15
Compare
Choose a tag to compare

Revert a commit from 0.27.0 that had unfortunate side effects and wasn't needed anymore since the 0.27.1

v0.27.1

27 Jun 09:51
Compare
Choose a tag to compare
  • Fix an issue that was causing the lockfiles to be optimized and changed when running yarn install

v0.27.0

23 Jun 13:20
Compare
Choose a tag to compare

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

07 Jun 13:55
Compare
Choose a tag to compare
  • Fix a Node 4 compatibility issue

v0.26.0

06 Jun 13:13
Compare
Choose a tag to compare

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! 👍

v0.25.4

01 Jun 12:25
Compare
Choose a tag to compare
0.25.4

v0.25.3

23 May 19:57
Compare
Choose a tag to compare
  • Temporarily disable the offline mirror hash check (for git repositories only)
  • Fix enable-meta-folder when used with --check-files
  • Fix a scope issue

v0.24.6

23 May 19:57
Compare
Choose a tag to compare
  • Temporarily disable the offline mirror hash check (for git repositories only)
  • Fix enable-meta-folder when used with --check-files
  • Fix a scope issue

v0.25.2

15 May 18:45
Compare
Choose a tag to compare
  • fixes errors like
 [1/4] 🔍  Resolving packages...
 "ENOENT: no such file or directory, stat '.../node_modules/.bin/babylon'"

v0.24.5

15 May 18:44
Compare
Choose a tag to compare
  • fixes errors like
 [1/4] 🔍  Resolving packages...
 "ENOENT: no such file or directory, stat '.../node_modules/.bin/babylon'"