master
fix(run): yarn run should never prompt when non-interactive (#5694)
Prevents cache removal when running an install (#7699)
fix(modules-folder): Fix --modules-folder handling in several places. (#6850)
Disables by default the migrations (#6465)
feat(audit): add filtering by severity level (#6716)
fix(autoclean): Fixes autoclean when used with workspaces
feat(bin): Implement an optional parameter support to `yarn bin` (#5739)
Prevent readdir of files by using getPackagesPaths (#5032)
Treat the ignore-scripts in yarnrc as a synonym to the cli arg (#6983)
fix(config): allow global-folder to be set in .yarnrc (#7056)
fix(cli-create): fix scoped creation (#6239)
Disable creation of cmdShim PowerShell shims because they don't work and cause problems (#6954)
fix(import): warn and normally resolve dep missing from package-lock.json (#5947)
test(integration): left-pad released a new version which broke tests (#5635)
test(init): Fix flaky init test which used snapshots w/ concurrent (#5700)
fix: Add Node 10 support (#5769)
fixed link and unlink cmd on windows (#4772) (#5524)
fix(cli): handle no devDependencies when listing production dependencies (#5100) (#5109)
compare current version against latest and not wanted version in outdated command (#4519)
fix(owner): Fix the currently broken `yarn owner` command (#5593)
Anchor package.json `files` to the package’s root (#6562)
Fix login for `yarn publish` when using publishConfig.registry (#6411)
fix(run): add cwd/node_modules/.bin to run command search path (#7151)
fix(upgrade): No longer warn when upgrading a devDependency (#5606)
fix(upgrade): Fix yarn upgrade when using --scope with exotic deps (#7017)
Always run postversion lifecycle method (#7154)
nohoist baseline implementation (#4979)
fix(workspaces): Pass args following "--" when running workspace scripts (#7786)