From e81e4368da65929cb03fcce63afcecba6c6bdfed 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:50 +0000 Subject: [PATCH 1/7] chore(deps): update dependency bunfig to 0.14.1 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e75df8..1b56923 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "bumpp": "^10.2.0", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.10.1", + "bunfig": "^0.14.1", "cac": "^6.7.14", "changelogen": "^0.6.2", "typescript": "^5.8.3" From 7d89be1e0f104ac68b30e6b512b921fe3f6a2c37 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:10 +0000 Subject: [PATCH 2/7] chore(deps): update dependency bunfig to 0.14.1 (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1b56923..3081187 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/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 5d8b9324a55ec1c7ded23cae38a8d4cc1eb93fa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 22:05:18 +0000 Subject: [PATCH 3/7] chore(deps): update dependency bunfig to 0.15.0 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3081187..6a87a14 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "bumpp": "^10.2.0", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.14.1", + "bunfig": "^0.15.0", "cac": "^6.7.14", "changelogen": "^0.6.2", "typescript": "^5.8.3" From b95d286c2c821a1f14c0dcfdf4b980a026bded85 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:43 +0000 Subject: [PATCH 4/7] chore(deps): update dependency bunfig to 0.15.0 (updated) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a87a14..23c1560 100644 --- a/package.json +++ b/package.json @@ -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 3be77e58113891c49ad4f54c5029b5cc2b25c269 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:16 +0000 Subject: [PATCH 5/7] chore(deps): update dependency bunfig to 0.15.0 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23c1560..f7ddbb4 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ }, "git-hooks": { "pre-commit": { - "staged-lint": { + "stagedLint": { "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" }, "autoRestage": true From c03e13b080bbe18ecc9cd0cee7ccb5437ce19c16 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:10 +0000 Subject: [PATCH 6/7] chore(deps): update dependency bunfig to 0.15.0 (updated) --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f7ddbb4..b32a56c 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.15.0", "cac": "^6.7.14", "changelogen": "^0.6.2", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "git-hooks": { "pre-commit": { From c9cba92b0af84c31ae52074a03795f6e110effe6 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:06:01 +0000 Subject: [PATCH 7/7] chore(deps): update dependency bunfig to 0.15.0 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b32a56c..1894791 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",