Skip to content

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 17:20
60da30c

8.0.0 (2024-03-18)

⚠ BREAKING CHANGES

  • require Node.js >=18.6.0
  • changed arguments: installedCheck(checks, lookupOptions, options)

Features

  • added checkVersionRange() for granular responses (9c5ec35)
  • added checkVersionRangeCollection() as a companion to checkVersionRange() (#117) (9d3e67f)
  • added performInstalledCheck() for lookup-less checks (c437f90)
  • support workspaces (#118) (c80424f)
  • support globs when ignoring dependencies (95e41fe)
  • new peer check for checking peer dependency ranges (#117) (9d3e67f), closes #115

Bug Fixes

  • accept more ways of writing a range (211018c), closes #18

Code Refactoring

  • rename path to cwd in options (76a1346)
  • dropping unused notice keys (28f68dc)