Skip to content

Releases: CycloneDX/cyclonedx-javascript-library

6.11.0

15 Jul 10:05
Compare
Choose a tag to compare

Changed

  • Factories.FromNodePackageJson.ExternalReferenceFactory.makeVcs() tries to canonicalize git-URLs (#1119 via #1120)

Fixed

  • Improved URL sanitizer (via #1121)

Build

  • Use webpack v5.93.0 now, was v5.92.1 (via #1122)

What's Changed

  • chore: install rimraf4 on older systems by @jkowalleck in #1118
  • fis: escape uri all by @jkowalleck in #1121
  • chore(deps): bump eslint-plugin-jsdoc from 48.5.0 to 48.7.0 in /tools/code-style by @dependabot in #1127
  • chore(deps): bump @eslint/js from 9.6.0 to 9.7.0 in /tools/code-style by @dependabot in #1126
  • chore(deps): bump typescript-eslint from 7.15.0 to 7.16.0 in /tools/code-style by @dependabot in #1125
  • chore(deps): bump the eslint group across 1 directory with 2 updates by @dependabot in #1128
  • chore(deps-dev): bump webpack from 5.92.1 to 5.93.0 in the webpack group across 1 directory by @dependabot in #1122
  • feat: try to canonicalize git-URLs by @jkowalleck in #1120

Full Changelog: v6.10.1...v6.11.0

6.10.1

03 Jul 13:34
Compare
Choose a tag to compare

Fixed

  • XML: properly handle normalizedString & token (#1098 via #1116)

Build

  • Use TypeScript v5.5.3 now, was v5.4.5 (via #1108)
  • Use webpack v5.92.1 now, was v5.91.0 (via #1091, #1094)

What's Changed

  • tests: refactor functional tests for OptPlug implementatios by @jkowalleck in #1088
  • chore(deps-dev): bump webpack from 5.91.0 to 5.92.0 in the webpack group by @dependabot in #1091
  • chore(deps-dev): bump webpack from 5.92.0 to 5.92.1 in the webpack group by @dependabot in #1094
  • chore(deps-dev): bump mocha from 10.4.0 to 10.5.2 in the mocha group by @dependabot in #1100
  • chore: tool-belts to workspaces by @jkowalleck in #1102
  • chore: tool-belts standalone & bump to eslint8 by @jkowalleck in #1105
  • chore(deps-dev): bump mocha from 10.5.2 to 10.6.0 in the mocha group by @dependabot in #1107
  • chore(deps-dev): bump typescript from 5.4.5 to 5.5.3 in the typescript group across 1 directory by @dependabot in #1108
  • chore(dev-deps): bump some dev-deps by @jkowalleck in #1111
  • chore(dev-deps): bump some dev-deps by @jkowalleck in #1113
  • chore(deps): bump eslint-plugin-simple-import-sort from 12.1.0 to 12.1.1 in /tools/code-style in the eslint group across 1 directory by @dependabot in #1115
  • fix: properly handle XML normalizedString/token by @jkowalleck in #1116

Full Changelog: v6.10.0...v6.10.1

6.10.0

06 Jun 13:21
Compare
Choose a tag to compare

Changed

  • Existing Serialize.XmlSerializer.serialize() for Node.js may throw Serialize.MissingOptionalDependencyError (via #1084)
    This is considered a non-breaking change, as the docs always told that any Error may be thrown.
  • Improved the verbose error messages when a functionality failed due to absence of optional/pluggable dependency.

Added

  • New class Serialize.MissingOptionalDependencyError (via #1084)

Misc

  • Refactored functionality around optional/pluggable dependencies (via #1083, #1084)
    This was done in preparation for #1079.

What's Changed

Full Changelog: v6.9.5...v6.10.0

6.9.5

23 May 16:43
Compare
Choose a tag to compare

Maintenance release.

Chore

  • The package will be published to GitHub package registry, too. (#1026 via #1078)

What's Changed

Full Changelog: v6.9.0...v6.9.5

6.9.4-beta.0

23 May 16:14
Compare
Choose a tag to compare
6.9.4-beta.0 Pre-release
Pre-release
Signed-off-by: jkowalleck <jkowalleck@users.noreply.github.com>

6.9.3-beta.1

23 May 16:04
Compare
Choose a tag to compare
6.9.3-beta.1 Pre-release
Pre-release
Signed-off-by: release bot <release@bot.local>

6.9.3-beta.0

23 May 15:57
Compare
Choose a tag to compare
6.9.3-beta.0 Pre-release
Pre-release
v6.9.3-beta.0

6.9.3-beta.0\n\nSigned-off-by: release bot <release@bot.local>

6.9.2-beta.0

23 May 15:38
Compare
Choose a tag to compare
6.9.2-beta.0 Pre-release
Pre-release
v6.9.2-beta.0

6.9.2-beta.0

6.9.0

23 May 05:45
Compare
Choose a tag to compare

Changed

  • Updated SPDX license list to v3.24.0 (via #1077)

What's Changed

Full Changelog: v6.8.2...v6.9.0

6.8.2

21 May 17:10
Compare
Choose a tag to compare

Fixed

  • Added Factories.PackageUrlFactory's generic type's default back in (via #1076)

What's Changed

Full Changelog: v6.8.1...v6.8.2