Skip to content

Latest commit

 

History

History
128 lines (66 loc) · 7.75 KB

CHANGELOG.md

File metadata and controls

128 lines (66 loc) · 7.75 KB

Changelog

npm history

4.0.0 (2023-01-09)

⚠ BREAKING CHANGES

  • drop support for node.js 10.x (#176)

Bug Fixes

  • deps: update dependency gaxios to v5 (#195) (876307f)
  • deps: update dependency package-json to v7 (#172) (cb2900e)
  • deps: upgrade to typescript 4.4.4 (#180) (da3fed5)

Build System

4.0.0 (2021-10-20)

⚠ BREAKING CHANGES

  • drop support for node.js 10.x (#176)

Bug Fixes

  • deps: update dependency package-json to v7 (#172) (cb2900e)
  • deps: upgrade to typescript 4.4.4 (#180) (da3fed5)

Build System

3.0.1 (2021-04-05)

Bug Fixes

3.0.0 (2021-01-22)

⚠ BREAKING CHANGES

  • The packageWhitelist field has been renamed to packageAllowlist.

Features

  • added skipping of package.json check if package is whitelisted (resolves #118) (#136) (0d95d18)
  • use allowlist for allowed licenses (#153) (d24827f)

Bug Fixes

2.0.1 (2020-05-18)

Bug Fixes

  • Added support for the UNLICENSED NPM magic value (fixes #113) (#134) (c7966eb)

2.0.0 (2020-05-07)

⚠ BREAKING CHANGES

  • drop support for node.js 8 (#124)

Bug Fixes

  • deps: update dependency gaxios to v3 (#121) (1fdd3e4)
  • deps: update dependency npm-package-arg to v7 (#110) (25d0235)
  • deps: update dependency npm-package-arg to v8 (#111) (4763858)
  • add 0BSD as a valid license (#132) (e4db3eb)

Build System

1.1.0 (2019-06-05)

Features

1.0.0 (2019-05-29)

⚠ BREAKING CHANGES

  • Drop support for Node.js 6.x which reaching EOL in a couple of weeks.

Bug Fixes

  • fails to check monorepo with non-published packages (#89) (96a7279)
  • deps: update dependency strip-json-comments to v3 (#88) (494a457)
  • set exit code on error (#84) (2da6cc5), closes #65
  • deps: update dependency package-json to v6 (#79) (26632ea)
  • let make-dir use its own types (#72) (cb5abb9)
  • deps: update dependency pify to v4 (#53) (beb2800)
  • deps: update dependency spdx-satisfies to v5 (#71) (95f0ead)
  • package: update package-json to version 5.0.0 (#41) (17ded94)
  • test: get the tests passing again (#65) (6d009b8)

Build System

Features