From 6d155faa0465a3345fa645264dca1eecdacdbc26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 03:06:15 -0700 Subject: [PATCH 01/18] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dab7905..62ff12e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 03746ebc1e9876bb15aaeeb00e6e0a4df28a2b0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 16:07:35 +0000 Subject: [PATCH 02/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f51ab57..fcd2f64 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.22", + "@types/bun": "^1.2.23", "buddy-bot": "^0.8.9", "bumpp": "^10.2.3", "bun-git-hooks": "^0.2.19", From 036693f6cd4df26f7e23093acd23a29ef35344f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:06:45 +0000 Subject: [PATCH 03/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcd2f64..d506f81 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "bunfig": "^0.10.1", "cac": "^6.7.14", "changelogen": "^0.6.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "git-hooks": { "pre-commit": { From 29b0d67b6c7c106b6351116ce43888474c8e0047 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:32:35 +0000 Subject: [PATCH 04/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d506f81..1e0e883 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "buddy-bot": "^0.8.9", - "bumpp": "^10.2.3", + "bumpp": "^10.3.0", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.10.1", From a396db02f71285a5815f6597833a5f81235c4b63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 04:07:13 +0000 Subject: [PATCH 05/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e0e883..b4a00b7 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "buddy-bot": "^0.8.9", - "bumpp": "^10.3.0", + "bumpp": "^10.3.1", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.10.1", From b7f425bfa617da1d127dd442c0c03e665af3bd45 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:05 +0000 Subject: [PATCH 06/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4a00b7..062fc8f 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", From 4b218d3366a8caab8838ea95e30a636b09039636 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 02:32:53 +0000 Subject: [PATCH 07/18] chore(deps): update all non-major dependencies (updated) --- deps.yaml | 2 ++ package.json | 23 ++++++++++--------- .../package.json | 4 ++-- 3 files changed, 16 insertions(+), 13 deletions(-) create mode 100644 deps.yaml diff --git a/deps.yaml b/deps.yaml new file mode 100644 index 0000000..2d291bd --- /dev/null +++ b/deps.yaml @@ -0,0 +1,2 @@ +dependencies: + bun.sh: ^1.2.21 diff --git a/package.json b/package.json index 062fc8f..553ed5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-git-hooks", "type": "module", - "version": "0.2.19", + "version": "0.3.1", "description": "A modern, zero dependency tool for managing git hooks in Bun projects.", "author": "Chris Breuer ", "license": "MIT", @@ -41,7 +41,11 @@ "git-hooks": "./dist/bin/cli.js", "bun-git-hooks": "./dist/bin/cli.js" }, - "files": ["README.md", "dist"], + "files": [ + "README.md", + "dist", + "scripts" + ], "scripts": { "build": "bun build.ts && bun run compile", "compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/git-hooks", @@ -51,10 +55,10 @@ "compile:windows-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-windows-x64 --outfile bin/git-hooks-windows-x64.exe", "compile:darwin-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-x64 --outfile bin/git-hooks-darwin-x64", "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/git-hooks-darwin-arm64", - "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts", + "postinstall": "bun ./scripts/postinstall.ts", "uninstall": "bun ./scripts/uninstall.ts", "fresh": "bunx rimraf node_modules/ bun.lock && bun i", - "prepublishOnly": "bun --bun run build && bun run compile:all", + "prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip", "test": "bun test", "lint": "bunx --bun eslint .", "lint:fix": "bunx --bun eslint . --fix", @@ -77,17 +81,14 @@ "@stacksjs/bumpx": "^0.1.84", "@stacksjs/clarity": "^0.3.23", "@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.18", "@types/bun": "^1.2.23", - "buddy-bot": "^0.8.9", - "bumpp": "^10.3.1", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.10.1", + "buddy-bot": "^0.9.7", + "bun-plugin-dtsx": "0.21.12", + "bunfig": "^0.15.0", "cac": "^6.7.14", - "changelogen": "^0.6.2", "typescript": "^5.9.3" }, "git-hooks": { diff --git a/test/fixtures/project_with_auto_restage_disabled/package.json b/test/fixtures/project_with_auto_restage_disabled/package.json index bdd4d0d..18a9d8b 100644 --- a/test/fixtures/project_with_auto_restage_disabled/package.json +++ b/test/fixtures/project_with_auto_restage_disabled/package.json @@ -1,8 +1,8 @@ { "name": "test-auto-restage-disabled", - "version": "1.0.0", + "version": "0.3.1", "devDependencies": { - "bun-git-hooks": "^0.1.0" + "bun-git-hooks": "^0.3.1" }, "git-hooks": { "pre-commit": { From 540f82f74e97564a4d1e600d87cc046fa5dd2bf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:09:58 +0000 Subject: [PATCH 08/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 553ed5a..aa49c18 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.9.8", "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", "cac": "^6.7.14", From 9b49fb8a009a4e64d0db4e12529497e997e6f3cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:07:36 +0000 Subject: [PATCH 09/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa49c18..607a3df 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "zip:darwin-arm64": "zip -j bin/git-hooks-darwin-arm64.zip bin/git-hooks-darwin-arm64" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.84", + "@stacksjs/bumpx": "^0.1.86", "@stacksjs/clarity": "^0.3.23", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 90fb8abf43afb73f2cdfc77ce185dcd494323633 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 22:06:40 +0000 Subject: [PATCH 10/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 607a3df..21c9b5e 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.23", + "@types/bun": "^1.3.0", "buddy-bot": "^0.9.8", "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", From 61295b0b3f26bde520ec749e637a96b2a15e0b07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 08:07:26 +0000 Subject: [PATCH 11/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21c9b5e..e275e77 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "zip:darwin-arm64": "zip -j bin/git-hooks-darwin-arm64.zip bin/git-hooks-darwin-arm64" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.86", + "@stacksjs/bumpx": "^0.2.1", "@stacksjs/clarity": "^0.3.23", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 002131896ba4aa667d12f1e41080d5202ed4ad50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:06:50 +0000 Subject: [PATCH 12/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e275e77..c4919e8 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ }, "devDependencies": { "@stacksjs/bumpx": "^0.2.1", - "@stacksjs/clarity": "^0.3.23", + "@stacksjs/clarity": "^0.3.24", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 4294a933ac72d00c22ed62a15d11c8835eddd9c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 18:08:48 +0000 Subject: [PATCH 13/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4919e8..6cfdb36 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "zip:darwin-arm64": "zip -j bin/git-hooks-darwin-arm64.zip bin/git-hooks-darwin-arm64" }, "devDependencies": { - "@stacksjs/bumpx": "^0.2.1", + "@stacksjs/bumpx": "^0.2.2", "@stacksjs/clarity": "^0.3.24", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 473f8149eaf522fb1f4ca369f0d8b6ec14570bc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:09:31 +0000 Subject: [PATCH 14/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cfdb36..8121020 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", - "buddy-bot": "^0.9.8", + "buddy-bot": "^0.9.9", "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", "cac": "^6.7.14", From 55e01dec212ff2fc7fed328940998e8fa7ac25ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 08:20:24 +0800 Subject: [PATCH 15/18] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62ff12e..0542098 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: stacksjs/action-releaser@v1.1.0 + uses: stacksjs/action-releaser@v1.2.5 with: files: | bin/git-hooks-linux-x64.zip From 340f71e75a4d37db33265a230a8586e1b5922f85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 06:10:40 +0000 Subject: [PATCH 16/18] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8121020..c85ad7f 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.18", + "@stacksjs/logsmith": "^0.2.0", "@types/bun": "^1.3.0", "buddy-bot": "^0.9.9", "bun-plugin-dtsx": "0.21.12", From 103dd72e4a70f7e2bc873f385efd72d725dc2a09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 06:08:25 +0800 Subject: [PATCH 17/18] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0542098..95f14ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: stacksjs/action-releaser@v1.2.5 + uses: stacksjs/action-releaser@v1.2.6 with: files: | bin/git-hooks-linux-x64.zip From 4ad7b518bae47092d37556b2d381492d2606ba15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 04:33:20 +0000 Subject: [PATCH 18/18] chore(deps): update all non-major dependencies (updated) --- .../project_with_configuration_in_separate_js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/project_with_configuration_in_separate_js/package.json b/test/fixtures/project_with_configuration_in_separate_js/package.json index df999e6..e95d625 100644 --- a/test/fixtures/project_with_configuration_in_separate_js/package.json +++ b/test/fixtures/project_with_configuration_in_separate_js/package.json @@ -1,7 +1,7 @@ { "name": "bun-git-hooks-test-package", - "version": "1.0.0", + "version": "0.3.1", "devDependencies": { - "bun-git-hooks": "0.1.0" + "bun-git-hooks": "0.3.1" } }