Skip to content

Commit 48fd308

Browse files
fix(deps-dev): bump the all-minor-patch group with 3 updates (#105)
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/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode). Updates `@commitlint/cli` from 20.5.2 to 20.5.3 - [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.5.3/@commitlint/cli) Updates `@commitlint/config-conventional` from 20.5.0 to 20.5.3 - [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.5.3/@commitlint/config-conventional) Updates `@types/vscode` from 1.116.0 to 1.118.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 20.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-patch - dependency-name: "@commitlint/config-conventional" dependency-version: 20.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-patch - dependency-name: "@types/vscode" dependency-version: 1.118.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 fcebafb commit 48fd308

2 files changed

Lines changed: 52 additions & 87 deletions

File tree

package-lock.json

Lines changed: 49 additions & 84 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,11 +53,11 @@
5353
"check": "npm run check-types && npm run lint && npm test"
5454
},
5555
"devDependencies": {
56-
"@commitlint/cli": "^20.5.2",
57-
"@commitlint/config-conventional": "^20.5.0",
56+
"@commitlint/cli": "^20.5.3",
57+
"@commitlint/config-conventional": "^20.5.3",
5858
"@types/mocha": "10.0.10",
5959
"@types/node": "25.6.0",
60-
"@types/vscode": "1.116.0",
60+
"@types/vscode": "1.118.0",
6161
"@typescript-eslint/eslint-plugin": "8.59.1",
6262
"@typescript-eslint/parser": "8.59.1",
6363
"@vscode/test-cli": "0.0.12",

0 commit comments

Comments
 (0)