Skip to content

Releases: antongolub/yarn-audit-fix

v2.1.0

22 Aug 21:06
Compare
Choose a tag to compare

2.1.0 (2020-08-22)

Features

  • introduce --inherit-npm flag (b54ded4)

v2.0.5

22 Aug 18:08
Compare
Choose a tag to compare

2.0.5 (2020-08-22)

Performance Improvements

  • rm npm bins before semrel start, tech release (3ce0106)

v2.0.4

22 Aug 16:20
Compare
Choose a tag to compare

2.0.4 (2020-08-22)

Bug Fixes

  • fix workspaces detection (f766f5d)

v2.0.3

22 Aug 15:47
Compare
Choose a tag to compare

2.0.3 (2020-08-22)

Performance Improvements

v2.0.2

22 Aug 15:22
Compare
Choose a tag to compare
perf: use npm v7 beta only when necessary

v2.0.1

22 Aug 14:16
Compare
Choose a tag to compare

2.0.1 (2020-08-22)

Performance Improvements

v2.0.0

22 Aug 13:56
Compare
Choose a tag to compare

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

17 Aug 19:07
Compare
Choose a tag to compare

1.6.1 (2020-08-17)

Performance Improvements

v1.6.0

10 Aug 07:58
Compare
Choose a tag to compare

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

07 Aug 10:37
Compare
Choose a tag to compare

1.5.1 (2020-08-07)

Bug Fixes

  • readme: update usage example (8d25680)
  • print invoke cmd before its output (dfe82fb)