File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88 * Interface ` Spec.Protocol ` was removed from public API ([ #957 ] via [ #958 ] )
99 This is only a breaking change if you custom-implemented this TypeScript interface downstream; internal usage is non-breaking.
1010 This change was necessary, so that implementing more spec-features cause no breaking changes.
11+ * Build
12+ * Use _ TypeScript_ ` v5.2.2 ` now, was ` v5.1.6 ` (via [ #966 ] )
1113
1214[ #957 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/957
1315[ #958 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/958
16+ [ #966 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/966
1417
1518## 5.0.0 -- 2023-08-16
1619
Original file line number Diff line number Diff line change 9292 "mocha" : " 10.2.0" ,
9393 "npm-run-all" : " ^4.1.5" ,
9494 "ts-loader" : " 9.4.4" ,
95- "typedoc" : " ^0.24.8 " ,
95+ "typedoc" : " ^0.25.0 " ,
9696 "typedoc-plugin-missing-exports" : " ^2.0.1" ,
97- "typescript" : " 5.1.6 " ,
97+ "typescript" : " 5.2.2 " ,
9898 "webpack" : " 5.88.2" ,
9999 "webpack-cli" : " 5.1.4" ,
100100 "webpack-node-externals" : " 3.0.0"
You can’t perform that action at this time.
0 commit comments