Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump @cyclonedx/cyclonedx-library from 1.9.2 to 1.13.3 #243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2023

Bumps @cyclonedx/cyclonedx-library from 1.9.2 to 1.13.3.

Release notes

Sourced from @​cyclonedx/cyclonedx-library's releases.

1.13.3

Fixed

  • Serialize.{JSON,XML}.Normalize.LicenseNormalizer.normalizeIterable() now omits invalid license combinations (#602 via #623)
    If there is any Models.LicenseExpression, then this is the only license normalized; otherwise all licenses are normalized.

Docs

  • Fixed link to CycloneDX-specification in README (via #617)

#602: CycloneDX/cyclonedx-javascript-library#602 #617: CycloneDX/cyclonedx-javascript-library#617 #623: CycloneDX/cyclonedx-javascript-library#623


Full Changelog: CycloneDX/cyclonedx-javascript-library@v1.13.2...v1.13.3

1.13.2

Fixed

  • Builders.FromNodePackageJson.ComponentBuilder no longer cuts component's name after a slash(/) (#599 via #600)

#599: CycloneDX/cyclonedx-javascript-library#599 #600: CycloneDX/cyclonedx-javascript-library#600


Full Changelog: CycloneDX/cyclonedx-javascript-library@v1.13.1...v1.13.2

1.13.1

Docs

  • Announce and annotate the generator for BOM's SerialNumber (#588 via #598)

#588: CycloneDX/cyclonedx-javascript-library#588 #598: CycloneDX/cyclonedx-javascript-library#598


Full Changelog: CycloneDX/cyclonedx-javascript-library@v1.13.0...v1.13.1

1.13.0

Fixed

  • "Bom.serialNumber" data model can have values following the alternative format allowed in CycloneDX XML specification (#588 via #597)
  • Serialize.{JSON,XML}.Normalize.BomNormalizer.normalize now omits invalid/unsupported values for serialNumber (#588 via #597)

Changed

  • Property Models.Bom.serialNumber is of type string, was type-aliased Types.UrnUuid = string (#588 via #597)
    Also, the setter no longer throws exceptions, since no string format is illegal.
    This is considered a non-breaking behavior change, because the corresponding normalizers assure valid data results.

... (truncated)

Changelog

Sourced from @​cyclonedx/cyclonedx-library's changelog.

1.13.3 - 2023-04-05

  • Fixed
    • Serialize.{JSON,XML}.Normalize.LicenseNormalizer.normalizeIterable() now omits invalid license combinations (#602 via #623)
      If there is any Models.LicenseExpression, then this is the only license normalized; otherwise all licenses are normalized.
  • Docs
    • Fixed link to CycloneDX-specification in README (via #617)

#602: CycloneDX/cyclonedx-javascript-library#602 #617: CycloneDX/cyclonedx-javascript-library#617 #623: CycloneDX/cyclonedx-javascript-library#623

1.13.2 - 2023-03-29

  • Fixed
    • Builders.FromNodePackageJson.ComponentBuilder no longer cuts component's name after a slash(/) (#599 via #600)

#599: CycloneDX/cyclonedx-javascript-library#599 #600: CycloneDX/cyclonedx-javascript-library#600

1.13.1 - 2023-03-28

  • Docs
    • Announce and annotate the generator for BOM's SerialNumber (#588 via #598)

#598: CycloneDX/cyclonedx-javascript-library#598

1.13.0 - 2023-03-28

  • Fixed
    • "Bom.serialNumber" data model can have values following the alternative format allowed in CycloneDX XML specification (#588 via #597)
    • Serialize.{JSON,XML}.Normalize.BomNormalizer.normalize now omits invalid/unsupported values for serialNumber (#588 via #597)
  • Changed
    • Property Models.Bom.serialNumber is of type string, was type-aliased Types.UrnUuid = string (#588 via #597)
      Also, the setter no longer throws exceptions, since no string format is illegal.
      This is considered a non-breaking behavior change, because the corresponding normalizers assure valid data results.
  • Added
    • Published generator for BOM's SerialNumber: Utils.BomUtility.randomSerialNumber() (#588 via #597)
      The code was donated from cyclonedx-node-npm.
  • Deprecation
    • Type alias Types.UrnUuid = string became deprecated (via #597)
      Use type string instead.
    • Function Types.isUrnUuid became deprecated (via #597)

#588: CycloneDX/cyclonedx-javascript-library#588 #597: CycloneDX/cyclonedx-javascript-library#597

1.12.2 - 2023-03-28

  • Fixed

... (truncated)

Commits
  • 4f010d5 1.13.3
  • c28cd47 chore prep v1.13.3
  • 7873191 docs: history - Normalize expression over license (#624)
  • 9c88abc fix: normalize expression over license (#623)
  • 1a6b484 style: simplify internal lib universal-node-xml (#622)
  • 652224b style: simplify internal lib universal-node-xml (#621)
  • ad33fa4 chore: put dev-test coverage report in own sub-dir (#618)
  • 950fc8e Docs readme links (#617)
  • 09522f8 chore(deps): bump caniuse-lite from 1.0.30001469 to 1.0.30001473 (#605)
  • ff1da6c chore(deps): bump electron-to-chromium from 1.4.341 to 1.4.348 (#607)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@cyclonedx/cyclonedx-library](https://github.com/CycloneDX/cyclonedx-javascript-library) from 1.9.2 to 1.13.3.
- [Release notes](https://github.com/CycloneDX/cyclonedx-javascript-library/releases)
- [Changelog](https://github.com/CycloneDX/cyclonedx-javascript-library/blob/main/HISTORY.md)
- [Commits](CycloneDX/cyclonedx-javascript-library@v1.9.2...v1.13.3)

---
updated-dependencies:
- dependency-name: "@cyclonedx/cyclonedx-library"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 6, 2023 01:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants