Skip to content

Commit

Permalink
chore(deps-dev): bump the typescript group with 1 update (#1125)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump the typescript group with 1 update

Bumps the typescript group with 1 update: [typescript](https://github.com/Microsoft/TypeScript).

- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.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]>

* Update package.json

Signed-off-by: Jan Kowalleck <[email protected]>

* docs

Signed-off-by: Jan Kowalleck <[email protected]>

* chore: revisit dependabot config

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]>
  • Loading branch information
dependabot[bot] and jkowalleck authored Dec 1, 2023
1 parent c3f1b17 commit a07bcd5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
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

0 comments on commit a07bcd5

Please sign in to comment.