Skip to content

Commit e017133

Browse files
chore(deps-dev): bump the minor-and-patch group with 6 updates
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.5` | `2.4.6` | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.4.2` | `20.4.3` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.4.2` | `20.4.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.13` | `22.19.15` | | [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.109.0` | `1.110.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.3.1` | `16.3.3` | Updates `@biomejs/biome` from 2.4.5 to 2.4.6 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.6/packages/@biomejs/biome) Updates `@commitlint/cli` from 20.4.2 to 20.4.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.4.3/@commitlint/cli) Updates `@commitlint/config-conventional` from 20.4.2 to 20.4.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.4.3/@commitlint/config-conventional) Updates `@types/node` from 22.19.13 to 22.19.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/vscode` from 1.109.0 to 1.110.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) Updates `lint-staged` from 16.3.1 to 16.3.3 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.3.1...v16.3.3) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@commitlint/cli" dependency-version: 20.4.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@commitlint/config-conventional" dependency-version: 20.4.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 22.19.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/vscode" dependency-version: 1.110.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: lint-staged dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 419f00b commit e017133

File tree

2 files changed

+176
-151
lines changed

2 files changed

+176
-151
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -944,20 +944,20 @@
944944
"prepare": "husky"
945945
},
946946
"devDependencies": {
947-
"@biomejs/biome": "2.4.5",
948-
"@commitlint/cli": "^20.4.2",
949-
"@commitlint/config-conventional": "^20.4.2",
947+
"@biomejs/biome": "2.4.6",
948+
"@commitlint/cli": "^20.4.3",
949+
"@commitlint/config-conventional": "^20.4.3",
950950
"@compodoc/compodoc": "^1.2.1",
951951
"@types/mocha": "^10.0.10",
952-
"@types/node": "^22.19.13",
953-
"@types/vscode": "^1.102.0",
952+
"@types/node": "^22.19.15",
953+
"@types/vscode": "^1.110.0",
954954
"@vscode/l10n-dev": "^0.0.35",
955955
"@vscode/test-cli": "^0.0.12",
956956
"@vscode/test-electron": "^2.5.2",
957957
"cpy-cli": "^6.0.0",
958958
"glob": "^13.0.6",
959959
"husky": "^9.1.7",
960-
"lint-staged": "^16.3.1",
960+
"lint-staged": "^16.3.3",
961961
"minimatch": "^10.2.4",
962962
"rimraf": "^6.1.3",
963963
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)