Skip to content

Commit 62ab653

Browse files
chore(deps-dev): bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [lint-staged](https://github.com/lint-staged/lint-staged) and [minimatch](https://github.com/isaacs/minimatch). Updates `@biomejs/biome` from 2.4.4 to 2.4.5 - [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.5/packages/@biomejs/biome) Updates `@types/node` from 22.19.11 to 22.19.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `lint-staged` from 16.2.7 to 16.3.1 - [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.2.7...v16.3.1) Updates `minimatch` from 10.2.2 to 10.2.4 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v10.2.2...v10.2.4) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 22.19.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: lint-staged dependency-version: 16.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: minimatch dependency-version: 10.2.4 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 40f0146 commit 62ab653

File tree

2 files changed

+131
-109
lines changed

2 files changed

+131
-109
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -944,21 +944,21 @@
944944
"prepare": "husky"
945945
},
946946
"devDependencies": {
947-
"@biomejs/biome": "2.4.4",
947+
"@biomejs/biome": "2.4.5",
948948
"@commitlint/cli": "^20.4.2",
949949
"@commitlint/config-conventional": "^20.4.2",
950950
"@compodoc/compodoc": "^1.2.1",
951951
"@types/mocha": "^10.0.10",
952-
"@types/node": "^22.19.11",
952+
"@types/node": "^22.19.13",
953953
"@types/vscode": "^1.102.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.2.7",
961-
"minimatch": "^10.2.2",
960+
"lint-staged": "^16.3.1",
961+
"minimatch": "^10.2.4",
962962
"rimraf": "^6.1.3",
963963
"typescript": "^5.9.3"
964964
},

0 commit comments

Comments
 (0)