Skip to content

Commit d869ea9

Browse files
[bun](deps-dev): Bump the dev-deps group with 2 updates (#37)
* [bun](deps-dev): Bump the dev-deps group with 2 updates Bumps the dev-deps group with 2 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [lefthook](https://github.com/evilmartians/lefthook). Updates `@biomejs/biome` from 2.1.3 to 2.2.2 - [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/[email protected]/packages/@biomejs/biome) Updates `lefthook` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](evilmartians/lefthook@v1.12.2...v1.12.3) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.2.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: lefthook dependency-version: 1.12.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]> * migrate --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: No767 <[email protected]>
1 parent 2ecddd9 commit d869ea9

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
33
"files": {
44
"ignoreUnknown": true,
55
"includes": [

bun.lock

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"react-dom": "^19.1.1"
2929
},
3030
"devDependencies": {
31-
"@biomejs/biome": "2.1.3",
31+
"@biomejs/biome": "2.2.2",
3232
"@docusaurus/module-type-aliases": "3.8.1",
3333
"@docusaurus/tsconfig": "3.8.1",
3434
"@docusaurus/types": "3.8.1",
35-
"lefthook": "^1.12.2",
35+
"lefthook": "^1.12.3",
3636
"typescript": "~5.9.2"
3737
},
3838
"browserslist": {

0 commit comments

Comments
 (0)