Skip to content

Releases: antongolub/yarn-audit-fix

v4.1.4

26 Mar 12:21
Compare
Choose a tag to compare

4.1.4 (2021-03-26)

Bug Fixes

v4.1.3

26 Mar 02:51
Compare
Choose a tag to compare

4.1.3 (2021-03-26)

Bug Fixes

  • deps: update dependency npm to v7.7.5 (5495c19)

v4.1.2

25 Mar 21:35
Compare
Choose a tag to compare

4.1.2 (2021-03-25)

Bug Fixes

  • deps: rollback npm to 7.7.3 (04b0f63)

v4.1.1

25 Mar 06:40
Compare
Choose a tag to compare

4.1.1 (2021-03-25)

Performance Improvements

v4.1.0

24 Mar 19:55
Compare
Choose a tag to compare

4.1.0 (2021-03-24)

Features

  • warn if yaf is out of date (6ac2bd1), closes #82

v4.0.0

24 Mar 13:46
Compare
Choose a tag to compare

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

22 Mar 19:19
Compare
Choose a tag to compare

3.3.3 (2021-03-22)

Bug Fixes

  • deps: up deps, fix vuls (8fe3bbf)

v3.3.2

14 Mar 10:34
Compare
Choose a tag to compare

3.3.2 (2021-03-14)

Performance Improvements

  • deps: update npm to v7.6.3 (cdb5bae)

v3.3.1

03 Mar 16:41
Compare
Choose a tag to compare

3.3.1 (2021-03-03)

Performance Improvements

  • package: up npm to v7.6.0 (49e3851)

v3.3.0

21 Feb 19:12
Compare
Choose a tag to compare

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