Releases: antongolub/yarn-audit-fix
Releases · antongolub/yarn-audit-fix
v4.1.4
4.1.4 (2021-03-26)
Bug Fixes
v4.1.3
4.1.3 (2021-03-26)
Bug Fixes
- deps: update dependency npm to v7.7.5 (5495c19)
v4.1.2
4.1.2 (2021-03-25)
Bug Fixes
- deps: rollback npm to 7.7.3 (04b0f63)
v4.1.1
4.1.1 (2021-03-25)
Performance Improvements
v4.1.0
4.1.0 (2021-03-24)
Features
v4.0.0
4.0.0 (2021-03-24)
Bug Fixes
- cli: fix env options resolution (2adb481)
- rm duplicated cli options (481ce14)
Features
- add cli guard (7eb3034)
- provide env directives (6a61668)
- use npm v7 by default, introduce
npm-path
flag (7b723d1)
BREAKING CHANGES
- unsupported flag raises an error. See v3 to v4 migration guide in README.md
--npm-v7
directive is no longer supported. Follow v3 to v4 migration guide in README.md
v3.3.3
3.3.3 (2021-03-22)
Bug Fixes
v3.3.2
3.3.2 (2021-03-14)
Performance Improvements
- deps: update npm to v7.6.3 (cdb5bae)
v3.3.1
3.3.1 (2021-03-03)
Performance Improvements
- package: up npm to v7.6.0 (49e3851)
v3.3.0
3.3.0 (2021-02-21)
Features
- replace bash-glob with globby (do not require bash to be installed) (c2999ee)
- use separate temp dir for each exec context (7f24b51), closes #45