Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Releases: dependency-check-team/dependency-check

v5.0.0-7

27 Jun 09:28
Compare
Choose a tag to compare
v5.0.0-7 Pre-release
Pre-release
  • BREAKING: Convert module to to ESM (+ switch CLI tool to meow) 620c0c2
  • CI: Use reusable GH workflows 0a5cf5f
  • Dependencies: Use npm-run-all2 + update dependencies d6f23ad ed485b2 51867cf

v5.0.0-6...v5.0.0-7

v5.0.0-6

09 May 11:39
Compare
Choose a tag to compare
v5.0.0-6 Pre-release
Pre-release

v5.0.0-5...v5.0.0-6

v5.0.0-5

09 May 07:53
Compare
Choose a tag to compare
v5.0.0-5 Pre-release
Pre-release

v5.0.0-4...v5.0.0-5

v5.0.0-4

22 Nov 14:29
Compare
Choose a tag to compare
v5.0.0-4 Pre-release
Pre-release

v5.0.0-3...v5.0.0-4

v5.0.0-3

14 Nov 17:30
Compare
Choose a tag to compare
v5.0.0-3 Pre-release
Pre-release

v5.0.0-2...v5.0.0-3

v5.0.0-2

18 Oct 22:03
Compare
Choose a tag to compare
v5.0.0-2 Pre-release
Pre-release

Improvements

  • Support ESM-modules, TypeScript, JSX etc by moving to precinct as default detective. Also adds more default extensions 89cf6b9

Internal

  • Replace VError with error causes 4a92d6a
  • Add much more tests de3b74a ed44b04 7d86505 03d9dc6
  • Splitting of index.js to make code more readable and testable a824800
  • Type declaration source maps 5c527f1
  • Improve CLI engine detection mechanism, to better work with older versions of Node.js 8f0a129
  • ...and some other misc internal updates and updates of dependencies

All changes: v5.0.0-1...v5.0.0-2

v5.0.0-1

30 Jun 09:27
Compare
Choose a tag to compare
v5.0.0-1 Pre-release
Pre-release
  • some internal and test related changes and tweaks. See all changes:

v5.0.0-0...v5.0.0-1

v5.0.0-0

27 Nov 15:23
Compare
Choose a tag to compare
v5.0.0-0 Pre-release
Pre-release
  • BREAKING: Remove default export, now programmatically imported as const { check } = require('dependency-check') f003103

  • BREAKING: Require Node 12 bd030d6

  • Fix: Run tests on Windows (#127) 717c1a7

  • Fix: Fix excludePeer 5e036f8

  • Tweak: Throw if specified detective can't load 8d9d618

  • Tweak: Better logs of errors bf32ad9

  • Dependencies: Replace read-package-json with read-pkg ad4a9ce

  • Docs: Update SECURITY.md c16904e

  • Docs: Add note about maintenance status b391c4d

  • Docs: Remove --entry from docs de9a7e4

  • Types: Generate type declarations 59468e1

  • Testing: Update linting to @voxpelli/eslint-config StandardJS superset f98044c

  • Testing: Uses GitHub Actions to auto-run tests and checks

v4.1.0...v5.0.0-0

v4.1.0

29 Jul 07:36
Compare
Choose a tag to compare
  • Fix node version check to match against package. Fixes #104 c8fca5d
  • Restore --no-dev/--no-peer for explicit --missing. Fixes #105 01271e9

v4.0.1...v4.1.0

v4.0.1

28 Jul 15:31
Compare
Choose a tag to compare
  • SEMIBREAKING: Remove --no-dev/no-peer from missing checks. Every only been officially supported in unused checks. edfde9b
  • Update URL:s to point to new GitHub organization 0174a07

All changes:

v4.0.0...v4.0.1