Skip to content

Releases: mgol/check-dependencies

2.0.0

15 Nov 01:03
03c8847
Compare
Choose a tag to compare

Notable non-breaking changes:

  • support npm package aliases (#50)
  • reduced a number of external dependencies
  • npm prune is no longer called asnpm install already prunes

Breaking changes:

  • dropped the callback interface - use promises instead
  • dropped the checkCustomPackageNames option
  • CLI argument parsing is more strict now; camelCase parameter versions like --packageDir are no longer supported; use their kebab-case versions like --package-dir.
  • dropped Bower support
  • dropped support for Node.js <18.3

1.1.1

15 Nov 00:49
3b9e0f7
Compare
Choose a tag to compare

Add basic validation of the packageManager option; document that it's not safe to pass untrusted input there.

1.1.0

16 Aug 15:59
Compare
Choose a tag to compare
  • Always run the install command if prune is necessary.
  • Unify the Windows & UNIX spawnSync code paths using shell: true where supported.
  • Officially support Node.js 8 & npm 5

1.0.0

25 Aug 19:43
Compare
Choose a tag to compare

Drop support for Node.js <4