Skip to content

Commit 581ac01

Browse files
fix(deps-dev): bump the all-minor-patch group with 3 updates (#8)
Bumps the all-minor-patch group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 24.6.0 to 24.6.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@commitlint/cli` from 20.0.0 to 20.1.0 - [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.1.0/@commitlint/cli) Updates `typescript` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-minor-patch - dependency-name: "@commitlint/cli" dependency-version: 20.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-patch - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch 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 ca074fd commit 581ac01

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package-lock.json

Lines changed: 20 additions & 20 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,18 +53,18 @@
5353
},
5454
"devDependencies": {
5555
"@types/mocha": "10.0.10",
56-
"@types/node": "24.6.0",
56+
"@types/node": "24.6.1",
5757
"@types/vscode": "1.104.0",
5858
"@typescript-eslint/eslint-plugin": "8.45.0",
5959
"@typescript-eslint/parser": "8.45.0",
6060
"@vscode/test-cli": "0.0.11",
6161
"@vscode/test-electron": "2.5.2",
62-
"@commitlint/cli": "20.0.0",
62+
"@commitlint/cli": "20.1.0",
6363
"@commitlint/config-conventional": "20.0.0",
6464
"@vscode/vsce": "3.6.2",
6565
"esbuild": "0.25.10",
6666
"eslint": "9.36.0",
6767
"npm-run-all": "4.1.5",
68-
"typescript": "5.9.2"
68+
"typescript": "5.9.3"
6969
}
7070
}

0 commit comments

Comments
 (0)