Skip to content

Commit

Permalink
chore(deps): use TS 5.6.2 - again (#233)
Browse files Browse the repository at this point in the history
Follow-up of #160 and  #178 and  #199

---------

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Dec 10, 2024
1 parent 131936a commit 6b9ab19
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file.
This was done to incorporate non-breaking upstream changes and fixes.
* Removed unused runtime dependency `packageurl-js` (via [#220])
* Build
* Use _TypeScript_ `v5.6.2` now, was `v5.5.3` (via [#160], [#178])
* Use _TypeScript_ `v5.6.2` now, was `v5.5.3` (via [#160], [#178], [#233])
* Use _@yarnpkg/builder_ `v4.2.0` now, was `v4.1.1` (via [#164], [#172])

[#33]: https://github.com/CycloneDX/cyclonedx-node-yarn/issues/33
Expand All @@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
[#193]: https://github.com/CycloneDX/cyclonedx-node-yarn/pull/193
[#206]: https://github.com/CycloneDX/cyclonedx-node-yarn/pull/206
[#220]: https://github.com/CycloneDX/cyclonedx-node-yarn/pull/220
[#233]: https://github.com/CycloneDX/cyclonedx-node-yarn/pull/233

## 1.0.2 -- 2024-07-15

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"devDependencies": {
"@types/hosted-git-info": "^3.0.5",
"@types/mocha": "^10.0.6",
"@types/node": "ts5.3",
"@types/node": "ts5.6",
"@types/normalize-package-data": "^2.4.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand All @@ -88,7 +88,7 @@
"mocha": "10.8.2",
"npm-run-all2": "^6.1.2",
"rimraf": "^5.0.5",
"typescript": "5.3.3"
"typescript": "5.6.2"
},
"type": "commonjs",
"engines": {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b9ab19

Please sign in to comment.