Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps @cyclonedx/cyclonedx-library from 8.0.0 to 8.5.0.

Release notes

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

8.5.0

Added

  • Public export types.NodePackageJson, which is the input type for various factories and builders (via #1263)

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


What's Changed

Full Changelog: CycloneDX/cyclonedx-javascript-library@v8.4.0...v8.5.0

8.4.0

Fixed

  • Type exports for the web (via #1252)

Added

  • New class Utils.LicenseUtility.LicenseEvidenceGatherer (#1162 via #1249)

#1162: CycloneDX/cyclonedx-javascript-library#1162 #1249: CycloneDX/cyclonedx-javascript-library#1249 #1252: CycloneDX/cyclonedx-javascript-library#1252


What's Changed

Full Changelog: CycloneDX/cyclonedx-javascript-library@v8.3.0...v8.4.0

8.4.0-rc.0

No release notes provided.

8.3.0

Added

  • Pulled SPDX license IDs v1.0-3.26.0 (via #1248)

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


... (truncated)

Changelog

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

8.5.0 -- 2025-07-14

  • Added
    • Public export types.NodePackageJson, which is the input type for various factories and builders (via #1263)

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

8.4.0 -- 2025-06-16

  • Fixed
    • Type exports for the web (via #1252)
  • Added
    • New class Utils.LicenseUtility.LicenseEvidenceGatherer (#1162 via #1249)

#1162: CycloneDX/cyclonedx-javascript-library#1162 #1249: CycloneDX/cyclonedx-javascript-library#1249 #1252: CycloneDX/cyclonedx-javascript-library#1252

8.3.0 -- 2025-06-05

  • Added
    • Pulled SPDX license IDs v1.0-3.26.0 (via #1248)

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

8.2.0 -- 2025-06-05

  • Added
    • factories.FromNodePackageJson.makeExternalReferences() supports "dist" field (#1247 via #1246)
    • New symbols under utils.NpmjsUtility (via #1246)
      • defaultRegistryMatcher
      • parsePackageIntegrity

#1246: CycloneDX/cyclonedx-javascript-library#1246 #1247: CycloneDX/cyclonedx-javascript-library#1247

8.1.0 -- 2025-06-04

Support for Node.js v24.

  • Dependencies
    • Support libxmljs2@^0.35||^0.37, was @^0.35 (via #1243)
  • Build
    • Use TypeScript v5.8.3 now, was v5.8.2 (via #1227)
    • Use webpack v5.99.6 now, was v5.98.0 (via #1229, #1231)
  • Misc
    • CI/CT: test also with Node.js v24 (via #1244)

#1227: CycloneDX/cyclonedx-javascript-library#1227 #1229: CycloneDX/cyclonedx-javascript-library#1229

... (truncated)

Commits
  • b758306 8.5.0
  • fb73177 docs
  • 7089396 feat: public export of type NodePackageJson (#1263)
  • 1e335d8 chore(deps-dev): bump mocha from 11.7.0 to 11.7.1 in the mocha group across 1...
  • 114f3d0 chore(deps): bump the eslint group across 1 directory with 3 updates (#1258)
  • 111d1e5 chore(deps): bump the eslint group across 1 directory with 6 updates (#1257)
  • 92fdd94 chore(deps-dev): bump mocha from 11.5.0 to 11.7.0 in the mocha group across 1...
  • 4e6dac4 8.4.0
  • 42cddd0 chore: prep v8.4.0
  • 495ebe8 8.4.0-rc.0
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2025
@changeset-bot
Copy link

changeset-bot bot commented Sep 2, 2025

⚠️ No Changeset found

Latest commit: 205c232

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@danielleroux
Copy link
Collaborator

@dependabot rebase

Bumps [@cyclonedx/cyclonedx-library](https://github.com/CycloneDX/cyclonedx-javascript-library) from 8.0.0 to 8.5.0.
- [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@v8.0.0...v8.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cyclonedx/cyclonedx-library-8.5.0 branch from f391e5a to 205c232 Compare September 15, 2025 07:13
@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Superseded by #2142.

@dependabot dependabot bot closed this Sep 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cyclonedx/cyclonedx-library-8.5.0 branch September 16, 2025 00:04
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.

2 participants