v1.2.1

yarnpkg/yarnv1.2.1Oct 12, 2017by arcanis

AI Summary

Fixes peer dependencies optimization and prevents the `yarn init` command from traversing the filesystem.

Key Highlights

  • Fix a bug that was affecting how peer dependencies were optimized
  • The `yarn init` command will no longer traverse the filesystem
  • Fix a regression where `yarn upgrade` wasn't upgrading transitives deps anymore

Full Release Notes

* __The `outdated` command will now use latest rather than wanted as color selector (#4519)__

    [Daniel Tschinder](mailto:daniel@tschinder.de)

* __Fix a bug where the exit code was not correctly forwarded when using `yarn-path` (#4679)__

    [Maël Nison](mailto:nison.mael@gmail.com)

* __Fix a bug that was affecting how peer dependencies were optimized (#4687)__

    [Burak Yigit Kaya](mailto:ben@byk.im)

* __The `yarn init` command will no longer traverse the filesystem (#4464)__

    [Yerguden](https://github.com/yerguden)

* __Fixed a regression where `yarn upgrade` wasn't upgrading transitives deps anymore (#4636)__

    [Jeff Valore](https://github.com/rally25rs)