Releases: antongolub/yarn-audit-fix
Releases · antongolub/yarn-audit-fix
v2.1.0
2.1.0 (2020-08-22)
Features
- introduce --inherit-npm flag (b54ded4)
v2.0.5
2.0.5 (2020-08-22)
Performance Improvements
- rm npm bins before semrel start, tech release (3ce0106)
v2.0.4
2.0.4 (2020-08-22)
Bug Fixes
v2.0.3
2.0.3 (2020-08-22)
Performance Improvements
v2.0.2
perf: use npm v7 beta only when necessary
v2.0.1
2.0.1 (2020-08-22)
Performance Improvements
v2.0.0
2.0.0 (2020-08-22)
Bug Fixes
- adapt yarn cmd invocation to win runtime (d02d69f)
- fix checksums (d2a280d)
Features
- cli: let --package-lock-only be configurable (c457a18)
- provide workspaces deps update (a64fc95), closes #16
- support custom workspace paths (96bde5d)
Performance Improvements
BREAKING CHANGES
- --package-lock-only is disabled by default
v1.6.1
1.6.1 (2020-08-17)
Performance Improvements
v1.6.0
1.6.0 (2020-08-10)
Bug Fixes
- discard flags after -- break (4ee89e0)
- cli: handle
silent
flag at the top level promise (08534ed)
Features
- cli: add symlink type customization (bfb2747), closes #13
- cli: pass optional flags to npm/yarn invocations (cd2efab), closes #12
- cli: provide
silent
flag support (2a646bc)
v1.5.1
1.5.1 (2020-08-07)
Bug Fixes
- readme: update usage example (8d25680)
- print invoke cmd before its output (dfe82fb)