v0.27.0
yarnpkg/yarnv0.27.0Jun 23, 2017by arcanis
AI Summary
Introduces `yarn run env`, `yarn upgrade --latest`, and disables password prompts, while fixing critical issues with lockfile stability and script execution.
Key Highlights
- Adds `yarn run env` command
- Implements `yarn upgrade --latest`
- Completely disables password prompts
New Features
- Command to show environment variables
- Upgrade command with latest flag
- SSH agent usage for authentication
Full Release Notes
**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!