File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 2
4
4
updates :
5
5
- package-ecosystem : ' npm'
6
6
directories :
7
- - ' /'
7
+ - ' /. '
8
8
- ' /tools/code-style'
9
9
- ' /tools/docs-gen'
10
10
- ' /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.
8
8
9
9
* BREAKING Changes
10
10
* Dropped support for ` node<=20.18.0 ` ([ #1081 ] via [ #1209 ] )
11
+ * Refactor
12
+ * Imports of builtin modules are prefixed with ` node: ` ([ #1198 ] via [ #1210 ] )
11
13
* Build
12
14
* Use _ TypeScript_ ` v5.7.3 ` now, was ` v5.7.2 ` (via [ #1204 ] )
13
15
14
16
[ #1081 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1081
17
+ [ #1198 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1198
15
18
[ #1204 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1204
16
19
[ #1209 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1209
20
+ [ #1210 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1210
17
21
18
22
## 7.1.0 -- 2025-01-09
19
23
You can’t perform that action at this time.
0 commit comments