Skip to content

v9.0.0

Compare
Choose a tag to compare
@voxpelli voxpelli released this 22 Mar 16:50
· 19 commits to main since this release
d0dd26c

Based on installed-check-core@8.x which adds:

  • Support for workspaces (#31)
  • Verification of peer dependency ranges (#10)
  • Support for glob batters in ignores (#41)
  • Improved presentation with suggestions being presented separately

Breaking changes:

  • Requires Node.js >=18.6.0
  • Defaults to check all workspace packages in addition to the existing check of the (workspace) root
  • Defaults to verify peer dependency ranges
  • --engine-ignore and --engine-no-dev has been renamed to --ignore and --ignore-dev and is also used by peer dependency check
  • --strict is now implemented within installed-check-core instead, which allows for some warnings to stay as warnings when --strict is set
  • Output has changed, but if output is parsed, instead use `installed-check-core directly or open an issue requesting a machine readable output

v8.0.1...v9.0.0