Skip to content

Commit c1c357d

Browse files
chore(deps-dev): bump the typescript group with 2 updates (#966)
* chore(deps-dev): bump the typescript group with 2 updates Bumps the typescript group with 2 updates: [typedoc](https://github.com/TypeStrong/TypeDoc) and [typescript](https://github.com/Microsoft/TypeScript). Updates `typedoc` from 0.24.8 to 0.25.0 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.24.8...v0.25.0) Updates `typescript` from 5.1.6 to 5.2.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.1.6...v5.2.2) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... 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 5a51878 commit c1c357d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88
* Interface `Spec.Protocol` was removed from public API ([#957] via [#958])
99
This is only a breaking change if you custom-implemented this TypeScript interface downstream; internal usage is non-breaking.
1010
This change was necessary, so that implementing more spec-features cause no breaking changes.
11+
* Build
12+
* Use _TypeScript_ `v5.2.2` now, was `v5.1.6` (via [#966])
1113

1214
[#957]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/957
1315
[#958]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/958
16+
[#966]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/966
1417

1518
## 5.0.0 -- 2023-08-16
1619

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
"mocha": "10.2.0",
9393
"npm-run-all": "^4.1.5",
9494
"ts-loader": "9.4.4",
95-
"typedoc": "^0.24.8",
95+
"typedoc": "^0.25.0",
9696
"typedoc-plugin-missing-exports": "^2.0.1",
97-
"typescript": "5.1.6",
97+
"typescript": "5.2.2",
9898
"webpack": "5.88.2",
9999
"webpack-cli": "5.1.4",
100100
"webpack-node-externals": "3.0.0"

0 commit comments

Comments
 (0)