Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 5 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
Expand All @@ -15,22 +15,17 @@ updates:
prefix: 'chore' ## prefix maximum string length of 15
include: 'scope'
open-pull-requests-limit: 999
ignore:
- dependency-name: "@types/node"
# version is like `ts.X.Y` -- need to maintain manually
groups:
cyclonedx:
patterns:
- '@cyclonedx/*'
spdx:
patterns:
- 'spdx-*'
- '@types/spdx-*'
ajv:
patterns:
- 'ajv'
- 'ajv-*'
typescript:
patterns:
- 'typescript'
- '@types/node'
- '@types/*'
- 'typedoc'
- 'typedoc-*'
- '@microsoft/tsdoc'
Expand All @@ -54,12 +49,6 @@ updates:
- 'babel-jest'
- '@types/jest'
- '@types/jest*'
babel:
patterns:
- 'babel'
- '@babel/*'
- 'babel-*'
- '@types/babel*'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ All notable changes to this project will be documented in this file.
* Docs
* Fixed typos (via [#1123])
* Style
* Applied latest code standards (via [#1124])
* Applied latest code standards (via [#1124])
* Build
* Use _TypeScript_ `v5.3.2` now, was `v5.2.2` (via [#1125])

[#1122]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1122
[#1123]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1123
[#1124]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1124
[#1125]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1125

## 1.14.2 - 2023-11-06

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"xmlbuilder2": "^3.0.2"
},
"devDependencies": {
"@types/node": "ts5.2",
"@types/node": "ts5.3",
"@types/normalize-package-data": "^2.4.1",
"eslint": "8.54.0",
"eslint-config-standard": "17.1.0",
Expand All @@ -70,7 +70,7 @@
"jest": "29.7.0",
"jest-junit": "16.0.0",
"npm-run-all": "^4.1.5",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"type": "commonjs",
"engines": {
Expand Down