Skip to content

Commit 778db37

Browse files
chore(deps-dev): bump the typescript group with 1 update (#1021)
* chore(deps-dev): bump the typescript group with 1 update Bumps the typescript group with 1 update: [typescript](https://github.com/Microsoft/TypeScript). Updates `typescript` from 5.3.3 to 5.4.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.4.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <[email protected]> * docs Signed-off-by: Jan Kowalleck <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck <[email protected]>
1 parent c2b6419 commit 778db37

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ All notable changes to this project will be documented in this file.
66

77
* Documentation
88
* Rendered (API) docs are hosted on [readthedocs](https://cyclonedx-javascript-library.readthedocs.io) ([#1027] via [#1028])
9+
* Build
10+
* Use _TypeScript_ `v5.4.2` now, was `v5.3.3` (via [#1021])
911

12+
[#1021]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1021
1013
[#1027]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1027
1114
[#1028]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1028
1215

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"ts-loader": "9.5.1",
9292
"typedoc": "^0.25.0",
9393
"typedoc-plugin-missing-exports": "^2.0.1",
94-
"typescript": "5.3.3",
94+
"typescript": "5.4.2",
9595
"webpack": "5.90.3",
9696
"webpack-cli": "5.1.4",
9797
"webpack-node-externals": "3.0.0"

0 commit comments

Comments
 (0)