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 @@ -13,12 +13,15 @@ All notable changes to this project will be documented in this file.
1313* Dependencies
1414 * Upgraded runtime-dependency ` @cyclonedx/cyclonedx-library@^8.0.0 ` , was ` @^7.0.0 ` (via [ #1367 ] )
1515 * Upgraded runtime-dependency ` normalize-package-data@^7.0.0 ` , was ` @^3||^4||^5||^6 ` (via [ #1368 ] )
16+ * Build
17+ * Use _ TypeScript_ ` v5.8.2 ` now, was ` v5.7.3 ` (via [ #1376 ] )
1618
1719[ #1362 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/issues/1362
1820[ #1365 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1365
1921[ #1367 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1367
2022[ #1368 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1368
2123[ #1369 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1369
24+ [ #1376 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1376
2225
2326## 4.0.1 - 2025-01-29
2427
Original file line number Diff line number Diff line change 7575 "webpack" : " ^5"
7676 },
7777 "devDependencies" : {
78- "@types/node" : " ts5.7 " ,
78+ "@types/node" : " ts5.8 " ,
7979 "@types/normalize-package-data" : " ^2.4.4" ,
8080 "c8" : " ^10" ,
8181 "jest" : " 29.7.0" ,
8282 "jest-junit" : " 16.0.0" ,
8383 "npm-run-all2" : " ^7.0.2" ,
84- "typescript" : " 5.7.3 " ,
84+ "typescript" : " 5.8.2 " ,
8585 "webpack" : " ^5"
8686 },
8787 "types" : " ./dist/plugin.d.ts" ,
You can’t perform that action at this time.
0 commit comments