Skip to content

Releases: CycloneDX/cyclonedx-node-yarn

3.1.0

16 Jun 11:12
Compare
Choose a tag to compare

Changed

  • Utilizes license file gatherer of @cyclonedx/cyclonedx-library, previously used own implementation (via #324)

Dependencies


What's Changed

  • build(deps): Bump brace-expansion from 1.1.11 to 1.1.12 by @dependabot in #323
  • chore(deps): update dependency mocha to v11.6.0 by @renovate in #325
  • feat: use CDX-library's license evidence gathering by @jkowalleck in #324
  • chore(deps): update eslint by @renovate in #327
  • chore(deps): update dependency typescript-eslint to v8.34.0 by @renovate in #326
  • chore(deps): update dependency eslint-plugin-jsdoc to v51 by @renovate in #328
  • chore(deps): lock file maintenance by @renovate in #322

Full Changelog: v3.0.3...v3.1.0


GitHub Downloads (specific asset, specific tag)

3.0.3

05 Jun 16:57
Compare
Choose a tag to compare

Dependencies


What's Changed

  • chore(deps): update dependency typescript-eslint to v8.29.1 by @renovate in #294
  • chore(deps): update dependency typescript-eslint to v8.31.0 by @renovate in #296
  • fix(deps): update yarn by @renovate in #295
  • chore(deps): update dependency mocha to v11.2.2 by @renovate in #300
  • chore(deps): update dependency npm-run-all2 to v8 by @renovate in #301
  • chore(deps): update dependency typescript-eslint to v8.32.0 by @renovate in #299
  • chore(deps): update dependency globals to v16.1.0 by @renovate in #302
  • chore(deps): update dependency npm-run-all2 to v8.0.2 by @renovate in #303
  • chore(deps): update dependency mocha to v11.4.0 by @renovate in #305
  • chore(deps): update dependency eslint-config-love to v120 by @renovate in #306
  • chore(deps): update dependency npm-run-all2 to v8.0.3 by @renovate in #307
  • chore(deps): update dependency typescript-eslint to v8.32.1 by @renovate in #304
  • chore(deps): update eslint by @renovate in #297
  • chore: add workflow permissions by @jkowalleck in #311
  • chore(deps): update dependency mocha to v11.5.0 by @renovate in #308
  • chore(deps): update dependency npm-run-all2 to v8.0.4 by @renovate in #310
  • chore(deps): update eslint by @renovate in #313
  • chore(deps): update dependency typescript-eslint to v8.33.0 by @renovate in #312
  • chore(deps): update dependency globals to v16.2.0 by @renovate in #309
  • fix(deps): update dependency hosted-git-info to v8.1.0 by @renovate in #298
  • ci: use node24 by @jkowalleck in #315
  • build(deps): Bump tar-fs from 2.1.2 to 2.1.3 by @dependabot in #314
  • fix(deps): update dependency @cyclonedx/cyclonedx-library to v8.2.0 by @renovate in #320
  • fix(deps): update yarn by @renovate in #318
  • chore(deps): update dependency typescript-eslint to v8.33.1 by @renovate in #317
  • chore(deps): update dependency eslint-plugin-n to v17.19.0 by @renovate in #319
  • chore(deps): lock file maintenance by @renovate in #286
  • fix(deps): update dependency @cyclonedx/cyclonedx-library to v8.3.0 by @renovate in #321

Full Changelog: v3.0.2...v3.0.3


GitHub Downloads (specific asset, specific tag)

3.0.3-alpha.0

26 May 12:03
Compare
Choose a tag to compare
3.0.3-alpha.0 Pre-release
Pre-release
Signed-off-by: jkowalleck <[email protected]>

3.0.2

10 Apr 09:48
Compare
Choose a tag to compare

Maintenance release with provenance.

Build

  • Enable release provenance (#290 via #292)

What's Changed

Full Changelog: v3.0.1...v3.0.2


GitHub Downloads (specific asset, specific tag)

3.0.1

08 Apr 22:09
Compare
Choose a tag to compare

Added

  • CLI switch -o as shorthand for --output-file (#280 via #281)
  • CLI switch --of as shorthand for --outout-format (#280 via #281)
  • CLI switch --sv as shorthand for --spec-version (#280 via #281)

Fixed

  • License gathering correctly ignores symlinks and directories (#287 via #288)

Build

  • Use TypeScript v5.8.3 now, was v5.8.2 (via #282)

What's Changed

Full Changelog: v3.0.0...v3.0.1


GitHub Downloads (specific asset, specific tag)

3.0.0

26 Mar 13:07
Compare
Choose a tag to compare

BREAKING Changes

  • Dropped support for node<20.18.0 (#260 via #265)
  • Dropped support for yarn<4.0.0 (#272 via #271)

Dependencies

Build

  • Use TypeScript v5.8.2 now, was v5.7.3 (via #261)
  • Use @yarnpkg/builder v4.2.1 now, was v4.2.0 (via #262)

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0


GitHub Downloads (specific asset, specific tag)

2.0.0

27 Jan 10:47
Compare
Choose a tag to compare

BREAKING Changes

  • CLI option --spec-version defaults to 1.6, was 1.5 (#222 via #251)
  • Emit $.metadata.tools as components (#221 via #254)
    This affects only CycloneDX spec-version 1.5 and later.
  • Emitted .purl values might be partially url-encoded (via #254)
    This is caused by changes on underlying 3rd-party dependency packageurl-js.
  • Create dir for output file if not exists (#253 via #255)
    This is only a breaking change if you relied on non-existent result paths to cause errors.

Dependencies


What's Changed

Full Changelog: v1.1.0...v2.0.0


GitHub Downloads (specific asset, specific tag)

1.1.0

14 Jan 13:06
Compare
Choose a tag to compare

Added

  • Capability to gather license text evidences (#33 via #193)
    This feature can be controlled via CLI switch --gather-license-texts.
    This feature is experimental. This feature is disabled per default.

Dependencies

  • Upgraded runtime-dependency @cyclonedx/[email protected], was @6.11.0 (via #206, #237)
    This was done to incorporate non-breaking upstream changes and fixes.
  • Upgraded runtime-dependency [email protected], was @6.0.1 (via #141)
    This was done to incorporate non-breaking upstream changes and fixes.
  • Removed unused runtime dependency packageurl-js (via #220)

Build


What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0


GitHub Downloads (specific asset, specific tag)

1.1.0-rc.1

14 Jan 12:53
Compare
Choose a tag to compare
1.1.0-rc.1 Pre-release
Pre-release
Signed-off-by: jkowalleck <[email protected]>

1.0.2

15 Jul 13:55
Compare
Choose a tag to compare

Dependencies

  • Upgraded runtime-dependency @cyclonedx/[email protected], was @6.10.0 (via #151, #157)
    This was done to incorporate non-breaking upstream changes and fixes.

Build

  • Use TypeScript v5.5.3 now, was v5.5.2 (via #149)

What's Changed

  • chore(deps-dev): Bump mocha from 10.5.2 to 10.6.0 in the mocha group by @dependabot in #150
  • chore(deps): Bump @cyclonedx/cyclonedx-library from 6.10.0 to 6.10.1 by @dependabot in #151
  • tests: fixerFix by @jkowalleck in #153
  • tests: package manifest repository by @jkowalleck in #156
  • chore(deps-dev): Bump typescript from 5.5.2 to 5.5.3 in the typescript group by @dependabot in #149
  • chore(deps): Bump @cyclonedx/cyclonedx-library from 6.10.1 to 6.11.0 by @dependabot in #157

Full Changelog: v1.0.1...v1.0.2


GitHub Downloads (specific asset, specific tag)