From 237cf4b50cbda11a0fbfa53bc6b5e3ac393bf567 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:10:48 +0000 Subject: [PATCH 1/9] chore(deps): update dependency bun-git-hooks to 0.2.19 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e75df8..5c3ba01 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "types": "./dist/index.d.ts", "bin": { "git-hooks": "./dist/bin/cli.js", - "bun-git-hooks": "./dist/bin/cli.js" + "bun-git-hooks": "^0.2.19" }, "files": ["README.md", "dist"], "scripts": { From 6a48079b8a081d7696c02ac18515c591406a41cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 00:20:07 +0000 Subject: [PATCH 2/9] chore(deps): update dependency bun-git-hooks to 0.2.19 (updated) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5c3ba01..56be916 100644 --- a/package.json +++ b/package.json @@ -74,14 +74,14 @@ "zip:darwin-arm64": "zip -j bin/git-hooks-darwin-arm64.zip bin/git-hooks-darwin-arm64" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.13", + "@stacksjs/bumpx": "^0.1.17", "@stacksjs/clarity": "^0.3.15", "@stacksjs/docs": "^0.70.23", - "@stacksjs/eslint-config": "^4.10.2-beta.3", + "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.19", - "buddy-bot": "^0.8.8", + "buddy-bot": "^0.8.9", "bumpp": "^10.2.0", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", @@ -93,10 +93,10 @@ "git-hooks": { "pre-commit": { "staged-lint": { - "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" + "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" } }, - "commit-msg": "bunx gitlint --edit $1" + "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" }, "overrides": { "unconfig": "0.3.10" From 378fc27904b129804a1fc545869ba71074cff9d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 02:38:00 +0000 Subject: [PATCH 3/9] chore(deps): update dependency bun-git-hooks to 0.2.19 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56be916..3c0635b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@stacksjs/bumpx": "^0.1.17", "@stacksjs/clarity": "^0.3.15", "@stacksjs/docs": "^0.70.23", - "@stacksjs/eslint-config": "^4.14.0-beta.3", + "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.19", From be0cac3c4dbcffe2e76cb34ce41a528d9c23065f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:05:41 +0000 Subject: [PATCH 4/9] chore(deps): update dependency bun-git-hooks to 0.2.19 (updated) --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c0635b..1ab5cd7 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@stacksjs/bumpx": "^0.1.17", "@stacksjs/clarity": "^0.3.15", "@stacksjs/docs": "^0.70.23", - "@stacksjs/eslint-config": "^4.10.2-beta.3", + "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.19", @@ -94,7 +94,8 @@ "pre-commit": { "staged-lint": { "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" - } + }, + "autoRestage": true }, "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" }, From 0bea639f53d77fed554335ba0517ec1fcbaa7f42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:06:25 +0000 Subject: [PATCH 5/9] chore(deps): update dependency bun-git-hooks to 0.2.19 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ab5cd7..4f08bd2 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@stacksjs/bumpx": "^0.1.17", "@stacksjs/clarity": "^0.3.15", "@stacksjs/docs": "^0.70.23", - "@stacksjs/eslint-config": "^4.14.0-beta.3", + "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.19", From 326775ce9b49695e97fdb4fc68c35e172f8518ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:06:14 +0000 Subject: [PATCH 6/9] chore(deps): update dependency bun-git-hooks to 0.2.19 (updated) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4f08bd2..d09133d 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@stacksjs/bumpx": "^0.1.17", "@stacksjs/clarity": "^0.3.15", "@stacksjs/docs": "^0.70.23", - "@stacksjs/eslint-config": "^4.10.2-beta.3", + "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.19", @@ -92,7 +92,7 @@ }, "git-hooks": { "pre-commit": { - "staged-lint": { + "stagedLint": { "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" }, "autoRestage": true From 31b9e4a46b0cfd767128de60c8979087e3695678 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:19:49 +0000 Subject: [PATCH 7/9] chore(deps): update dependency bun-git-hooks to 0.2.19 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d09133d..e2669eb 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@stacksjs/bumpx": "^0.1.17", "@stacksjs/clarity": "^0.3.15", "@stacksjs/docs": "^0.70.23", - "@stacksjs/eslint-config": "^4.14.0-beta.3", + "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.19", From 4b35425d1eafefd8d57c151f4da39cf322e17e13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 10:06:08 +0000 Subject: [PATCH 8/9] chore(deps): update dependency bun-git-hooks to 0.2.19 (updated) --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e2669eb..5babe5a 100644 --- a/package.json +++ b/package.json @@ -74,21 +74,21 @@ "zip:darwin-arm64": "zip -j bin/git-hooks-darwin-arm64.zip bin/git-hooks-darwin-arm64" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", - "@stacksjs/clarity": "^0.3.15", + "@stacksjs/bumpx": "^0.1.84", + "@stacksjs/clarity": "^0.3.23", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.19", + "@stacksjs/logsmith": "^0.1.18", + "@types/bun": "^1.2.22", "buddy-bot": "^0.8.9", - "bumpp": "^10.2.0", + "bumpp": "^10.2.3", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.10.1", "cac": "^6.7.14", "changelogen": "^0.6.2", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "git-hooks": { "pre-commit": { From 3c8fcae9ecf223d99a8b917c072cbbf47e451e3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:05:58 +0000 Subject: [PATCH 9/9] chore(deps): update dependency bun-git-hooks to 0.2.19 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5babe5a..a04e253 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "lint:fix": "bunx --bun eslint . --fix", "changelog": "bunx logsmith --verbose", "changelog:generate": "bunx logsmith --output CHANGELOG.md", - "release": "bun run changelog:generate && bunx bumpx prompt --recursive", + "release": "bunx bumpx prompt --recursive --all", "dev:docs": "bun --bun vitepress dev docs", "build:docs": "bun --bun vitepress build docs", "preview:docs": "bun --bun vitepress preview docs",