Skip to content

Commit 67ad9de

Browse files
authored
feat: support cyclonedx-library v9.0.0 (#1433)
this is considered a non-breaking change, as it does not alter nay functionality --------- Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 0191260 commit 67ad9de

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ All notable changes to this project will be documented in this file.
66

77
<!-- unreleased changes go here -->
88

9+
* Runtime Dependencies
10+
* Support `@cyclonedx/cyclonedx-library@^9.0.0`, was `^8.4.0||^9.0.0` (via [#1433])
911
* Build
1012
* Use _TypeScript_ `v5.9.2` now, was `v5.8.3` (via [#1416])
1113

1214
[#1416]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1416
15+
[#1433]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1433
1316

1417
## 5.1.0 - 2025-06-16
1518

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,16 @@
7171
"node": ">=20.18.0"
7272
},
7373
"dependencies": {
74-
"@cyclonedx/cyclonedx-library": "^8.4.0",
74+
"@cyclonedx/cyclonedx-library": "^8.4.0||^9.0.0",
7575
"normalize-package-data": "^7.0.0 || ^8.0.0",
7676
"xmlbuilder2": "^3.0.2"
7777
},
78+
"optionalDependencies": {
79+
"ajv": "^8.12.0",
80+
"ajv-formats": "^3.0.1",
81+
"ajv-formats-draft2019": "^1.6.1",
82+
"libxmljs2": "^0.35||^0.37"
83+
},
7884
"peerDependencies": {
7985
"webpack": "^5"
8086
},

0 commit comments

Comments
 (0)