Skip to content

Commit c0a958f

Browse files
chore(deps-dev): bump typescript from 4.9.5 to 5.0.4 (#644)
* chore(deps-dev): bump typescript from 4.9.5 to 5.0.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.0.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * history 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 e0c6f9c commit c0a958f

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ All notable changes to this project will be documented in this file.
1616
* `Validation.NotImplementedError`
1717
* `Validation.MissingOptionalDependencyError`
1818
* Build
19+
* Use _TypeScript_ `v5.0.4` now, was `v4.9.5`. ([#549] via [#644])
1920
* Use _Webpack_ `v5.80.0` now, was `5.79.0`. (via [#686])
2021

22+
[#549]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/549
2123
[#620]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/620
24+
[#644]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/644
2225
[#652]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/652
2326
[#686]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/686
2427

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"ts-loader": "9.4.2",
9191
"typedoc": "^0.24.4",
9292
"typedoc-plugin-missing-exports": "^2.0.0",
93-
"typescript": "4.9.5",
93+
"typescript": "5.0.4",
9494
"webpack": "5.80.0",
9595
"webpack-cli": "5.0.2"
9696
},

0 commit comments

Comments
 (0)