boilerplate-language / boilerplate-typescript

Template for typescript
https://kannkyo.github.io/boilerplate-typescript/
MIT License
0 stars 0 forks source link

build(deps-dev): bump @cyclonedx/bom from 3.1.1 to 3.10.0 #25

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @cyclonedx/bom from 3.1.1 to 3.10.0.

Release notes

Sourced from @​cyclonedx/bom's releases.

3.10.0

Added

  • Consider optional element "comment" when serializing ExternalReference (via #312)

#312: CycloneDX/cyclonedx-node-module#312

3.9.0

Added

  • Dependency graph is built and emitted. (#61 via #296)

#61: CycloneDX/cyclonedx-node-module#61 #296: CycloneDX/cyclonedx-node-module#296

3.8.1

Fixed

  • Added missing handling of Dependency when environment variable BOM_REPRODUCIBLE is present. (via #297)

Misc:

  • Worked packaging from whitelist to blacklist to add files, like NOTICE. (via #289)

#289: CycloneDX/cyclonedx-node-module#289 #297: CycloneDX/cyclonedx-node-module#297

3.8.0

Added

  • Environment variable BOM_REPRODUCIBLE causes bom result to be more consistent over multiple runs by omitting time/rand-based values, and sorting lists. (via #288)
  • Method Component.compare() compares self by purl or group/name/version. (via #288)
  • Method ExternalReference.compare() compares self by type/url. (via #288)
  • Method Hash.compare() compares self by algorithm/value. (via #288)
  • JSDoc for ExternalReference, ExternalReferenceList, Hash, HashList. (via #288)

Fixed

  • ExternalReference.url is now correctly treated as mandatory. (via #288)
  • Hash.value is now correctly treated as mandatory. (via #288)
  • ExternalReferenceList.isEligibleHomepage now returns the correct result, was inverted. (via #288)

Changed

  • Private properties of ExternalReference, ExternalReferenceList, Hash, HashList became inaccessible. (#233 via #288)

Misc: Dependencies

  • Bump jest-junit from 13.1.0 to 13.2.0 (via #287)

#288: CycloneDX/cyclonedx-node-module#288 #287: CycloneDX/cyclonedx-node-module#287 #233: CycloneDX/cyclonedx-node-module#233

3.7.0

Added

... (truncated)

Changelog

Sourced from @​cyclonedx/bom's changelog.

3.10.0 - 2022-06-15

  • Added
    • Consider optional element "comment" when serializing ExternalReference (via #312)

#312: CycloneDX/cyclonedx-node-module#312

3.9.0 - 2022-05-06

  • Added
    • Dependency graph is built and emitted. (#61 via #296)

#61: CycloneDX/cyclonedx-node-module#61 #296: CycloneDX/cyclonedx-node-module#296

3.8.1 - 2022-05-05

  • Fixed
    • Added missing handling of Dependency when environment variable BOM_REPRODUCIBLE is present. (via #297)
  • Misc:
    • Worked packaging from whitelist to blacklist to add files, like NOTICE. (via #289)

#289: CycloneDX/cyclonedx-node-module#289 #297: CycloneDX/cyclonedx-node-module#297

3.8.0 - 2022-04-24

  • Added
    • Environment variable BOM_REPRODUCIBLE causes bom result to be more consistent over multiple runs by omitting time/rand-based values, and sorting lists. (via #288)
    • Method Component.compare() compares self by purl or group/name/version. (via #288)
    • Method ExternalReference.compare() compares self by type/url. (via #288)
    • Method Hash.compare() compares self by algorithm/value. (via #288)
    • JSDoc for ExternalReference, ExternalReferenceList, Hash, HashList. (via #288)
  • Fixed
    • ExternalReference.url is now correctly treated as mandatory. (via #288)
    • Hash.value is now correctly treated as mandatory. (via #288)
    • ExternalReferenceList.isEligibleHomepage now returns the correct result, was inverted. (via #288)
  • Changed
    • Private properties of ExternalReference, ExternalReferenceList, Hash, HashList became inaccessible. (#233 via #288)
  • Misc: Dependencies
    • Bump jest-junit from 13.1.0 to 13.2.0 (via #287)

#288: CycloneDX/cyclonedx-node-module#288 #287: CycloneDX/cyclonedx-node-module#287

3.7.0 - 2022-04-13

  • Added

... (truncated)

Commits


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)
dependabot[bot] commented 2 years ago

Superseded by #28.