File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 2
44updates :
55 - package-ecosystem : ' npm'
66 directories :
7- - ' /'
7+ - ' /. '
88 - ' /tools/code-style'
99 - ' /tools/docs-gen'
1010 - ' /tools/schema-downloader'
Original file line number Diff line number Diff line change @@ -8,12 +8,16 @@ All notable changes to this project will be documented in this file.
88
99* BREAKING Changes
1010 * Dropped support for ` node<=20.18.0 ` ([ #1081 ] via [ #1209 ] )
11+ * Refactor
12+ * Imports of builtin modules are prefixed with ` node: ` ([ #1198 ] via [ #1210 ] )
1113* Build
1214 * Use _ TypeScript_ ` v5.7.3 ` now, was ` v5.7.2 ` (via [ #1204 ] )
1315
1416[ #1081 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1081
17+ [ #1198 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1198
1518[ #1204 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1204
1619[ #1209 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1209
20+ [ #1210 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1210
1721
1822## 7.1.0 -- 2025-01-09
1923
You can’t perform that action at this time.
0 commit comments