Skip to content

Releases: CycloneDX/cyclonedx-webpack-plugin

3.6.1

16 Jun 11:08

Choose a tag to compare

Maintenance release

Build

  • Use TypeScript v5.1.3 now, was v5.0.4 (via #934)
  • Disabled TypeScript compilerOption esModuleInterop (via #892)
  • Disabled TypeScript compilerOption allowSyntheticDefaultImports (via #892)

Misc

  • Improved internal type-compatibility to webpack (via #980)

Full Changelog: v3.6.0...v3.6.1

3.6.0

17 May 17:31

Choose a tag to compare

Changes

  • SPDX license expression detection improved (via #881)
    Previously, some expressions were not properly detected, so they were marked as named-license in the SBOM results.
    They should be marked as expression, now.

Misc

  • Raised dependency @cyclonedx/cyclonedx-library@^2.0.0, was @^1.14.0 (via #881)

Full Changelog: v3.5.0...v3.6.0

3.5.0

27 Apr 08:08

Choose a tag to compare

Added

  • SBOM results might be validated (via #825)
    This feature is enabled per default and can be controlled via the new option validateResults.
    Validation is skipped, if requirements are not met. Requires transitive optional dependencies

Build

  • Use TypeScript v5.0.4 now, was v4.9.5. (via #790)

Full Changelog: v3.4.1...v3.5.0

3.4.1

31 Mar 11:16

Choose a tag to compare

Fixed:

  • If packages' metadata normalization fails, then this results no longer in an unhandled crash but causes a warning message (#745 via #754)

Misc

  • Packages' metadata normalization is less verbose (via #754)
    If failed, then a warning is sent to webpack's log, now. No additional debug messages anymore.
    As always, you can control the display of these messages via webpack stats.

Full Changelog: v3.3.1...v3.4.1

3.4.1-rc.1

30 Mar 13:50

Choose a tag to compare

3.4.1-rc.1 Pre-release
Pre-release

Fixed:

  • If packages' metadata normalization
    fails, then this results no longer in an unhandled crash but causes a warning message ([#745] via [#754])

install via

npm i -D @cyclonedx/webpack-plugin@3.4.1-rc.1
yarn add -D @cyclonedx/webpack-plugin@@3.4.1-rc.1

Full Changelog: v3.3.1...v3.4.1-rc.1

3.4.0

28 Mar 14:56

Choose a tag to compare

Added

  • SBOM result might have serialNumber populated (#747 via #748)

Full Changelog: v3.3.1...v3.4.0

3.3.1

15 Mar 11:52

Choose a tag to compare

Maintenance release.


Full Changelog: v3.3.0...v3.3.1

3.3.0

02 Mar 13:47

Choose a tag to compare

Changed

  • Detected node packages' metadata are now normalized, before translation to SBOM components happens. (#678 via #679)
    This might increase the quality of SBOM results.

Full Changelog: v3.2.0...v3.3.0

3.2.0

16 Feb 20:20

Choose a tag to compare

Added

  • SBOM result might have additional items in metadata.tools populated (#637 via #638)

Misc

  • Dropped outdated dependency read-pkg-up (#647 via #648)

Full Changelog: v3.1.4...v3.2.0

3.1.4

11 Feb 16:54

Choose a tag to compare

Maintenance release.

Build

  • Use TypeScript v4.9.5 now, was v4.9.4. (via #619)

Misc

  • Use eslint-config-standard-with-typescript@34.0.0 now, was @24.0.0. (via #596, #613)

Full Changelog: v3.1.3...v3.1.4