Skip to content

Commit 5235189

Browse files
fix(deps-dev): bump the all-minor-patch group with 3 updates (#57)
Bumps the all-minor-patch group with 3 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli), [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@commitlint/cli` from 20.4.0 to 20.4.1 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.1/@commitlint/cli) Updates `@commitlint/config-conventional` from 20.4.0 to 20.4.1 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.1/@commitlint/config-conventional) Updates `@types/node` from 25.1.0 to 25.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 20.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-patch - dependency-name: "@commitlint/config-conventional" dependency-version: 20.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-patch - dependency-name: "@types/node" dependency-version: 25.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb6db3a commit 5235189

File tree

2 files changed

+75
-43
lines changed

2 files changed

+75
-43
lines changed

package-lock.json

Lines changed: 72 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"check": "npm run check-types && npm run lint && npm test"
5454
},
5555
"devDependencies": {
56-
"@commitlint/cli": "^20.4.0",
57-
"@commitlint/config-conventional": "^20.4.0",
56+
"@commitlint/cli": "^20.4.1",
57+
"@commitlint/config-conventional": "^20.4.1",
5858
"@types/mocha": "10.0.10",
59-
"@types/node": "25.1.0",
59+
"@types/node": "25.2.0",
6060
"@types/vscode": "1.108.1",
6161
"@typescript-eslint/eslint-plugin": "8.54.0",
6262
"@typescript-eslint/parser": "8.54.0",

0 commit comments

Comments
 (0)