From 96fb1c03c5935aa7207234172f2e37d3c0eb26f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:32:27 +0000 Subject: [PATCH 01/32] chore(deps): update all non-major dependencies --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8187e55b..544db60f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - 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.2.4 @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v4 - 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.2.4 @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@v4 - 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.2.4 @@ -91,7 +91,7 @@ jobs: - uses: actions/checkout@v4 - 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.2.4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed8e8d84..1cef1b33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use Cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/composer.json b/composer.json index 8a36980b..2539df72 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "doctrine/dbal": "^3.10.1" }, "require-dev": { - "phpunit/phpunit": "^10.0.19", + "phpunit/phpunit": "^10.5.53", "mockery/mockery": "^1.5", "fakerphp/faker": "^1.20", "laravel/pint": "^1.0", From ed559befa8c134993b07caf06fc7f8f9c81a69cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 02:32:21 +0000 Subject: [PATCH 02/32] chore(deps): update all non-major dependencies (updated) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b28ae266..5f61e39e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "buddy-bot", "type": "module", - "version": "0.8.10", + "version": "0.9.0", "description": "Automated & optimized dependency updates for JavaScript & TypeScript projects. Like Renovate & Dependabot.", "author": "Chris Breuer ", "license": "MIT", @@ -63,10 +63,10 @@ "bunfig": "^0.10.1", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.51" + "ts-pkgx": "0.4.52" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", + "@stacksjs/bumpx": "^0.1.18", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From d3c715eac240a15149a2844f5015bdf577a0dbb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 18:06:11 +0000 Subject: [PATCH 03/32] chore(deps): update all non-major dependencies (updated) --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5f61e39e..87e4a7be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "buddy-bot", "type": "module", - "version": "0.9.0", + "version": "0.9.3", "description": "Automated & optimized dependency updates for JavaScript & TypeScript projects. Like Renovate & Dependabot.", "author": "Chris Breuer ", "license": "MIT", @@ -35,7 +35,7 @@ "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { - "buddy-bot": "^0.8.10" + "buddy-bot": "./dist/bin/cli.js" }, "files": [ "README.md", @@ -51,7 +51,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": "bun run changelog:generate && bunx bumpx -r --commit --tag --push", "postinstall": "bunx git-hooks", "typecheck": "bunx tsc --noEmit", "dev:docs": "bun --bun vitepress dev docs", @@ -60,19 +60,18 @@ }, "dependencies": { "@types/prompts": "^2.4.9", - "bunfig": "^0.10.1", + "bunfig": "^0.14.1", "cac": "6.7.14", "prompts": "^2.4.2", "ts-pkgx": "0.4.52" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.18", + "@stacksjs/bumpx": "^0.1.19", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.21", - "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.9.5", "typescript": "^5.9.2" From 2e4d042d9df5b083cf3df61eccd3b8be7dcb1ea5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:05:28 +0000 Subject: [PATCH 04/32] 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 87e4a7be..f6c34238 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", + "@stacksjs/logsmith": "^0.1.9", "@types/bun": "^1.2.21", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.9.5", From ca846462d63b94a6df646a2792a412f4bb25af3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:04:47 +0000 Subject: [PATCH 05/32] chore(deps): update all non-major dependencies (updated) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f6c34238..841d41cc 100644 --- a/package.json +++ b/package.json @@ -66,11 +66,11 @@ "ts-pkgx": "0.4.52" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.19", + "@stacksjs/bumpx": "^0.1.26", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.9", + "@stacksjs/logsmith": "^0.1.14", "@types/bun": "^1.2.21", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.9.5", From 1345ef8f4b3ee3614bbaf1af3873767353d3600d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 00:14:16 +0000 Subject: [PATCH 06/32] 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 841d41cc..15057c3a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "ts-pkgx": "0.4.52" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.26", + "@stacksjs/bumpx": "^0.1.33", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 5296ce818cdfe814af0c21dd73560da8252958e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 02:28:23 +0000 Subject: [PATCH 07/32] 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 15057c3a..95fc32b0 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.14.1", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.52" + "ts-pkgx": "0.4.53" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.33", From 469d4322d1d551c860b86c41c44405af8d8f401c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 18:05:20 +0000 Subject: [PATCH 08/32] chore(deps): update all non-major dependencies (updated) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 95fc32b0..2bd438f9 100644 --- a/package.json +++ b/package.json @@ -66,11 +66,11 @@ "ts-pkgx": "0.4.53" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.33", + "@stacksjs/bumpx": "^0.1.38", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.14", + "@stacksjs/logsmith": "^0.1.15", "@types/bun": "^1.2.21", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.9.5", From ead9154ef751353353c92722da1531cc6ad6aa92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 00:16:20 +0000 Subject: [PATCH 09/32] 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 2bd438f9..39a754af 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "ts-pkgx": "0.4.53" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.38", + "@stacksjs/bumpx": "^0.1.59", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 373c0b6757990edf4ce4fe1b14eaf97d96cc91b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 02:40:42 +0000 Subject: [PATCH 10/32] chore(deps): update all non-major dependencies (updated) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 39a754af..027e3fb4 100644 --- a/package.json +++ b/package.json @@ -63,10 +63,10 @@ "bunfig": "^0.14.1", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.53" + "ts-pkgx": "0.4.54" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.59", + "@stacksjs/bumpx": "^0.1.61", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From cb06134e5ef8c1872a415480a65be1bc47d11134 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 02:38:17 +0000 Subject: [PATCH 11/32] 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 027e3fb4..360eecd0 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.14.1", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.54" + "ts-pkgx": "0.4.55" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.61", From 262cca56e4e251b13e97bd9207323ae24f5f2f2b 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:04:39 +0000 Subject: [PATCH 12/32] 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 360eecd0..ee5f281f 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.15", + "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.9.5", From 7b92388d9231861060ab3d6f787ad00409206d62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 02:32:12 +0000 Subject: [PATCH 13/32] 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 ee5f281f..20a06f70 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.14.1", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.55" + "ts-pkgx": "0.4.56" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.61", From 888f39119f98182a0696e5e1ca2da9881e1901c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:04:55 +0000 Subject: [PATCH 14/32] chore(deps): update all non-major dependencies (updated) --- deps.yaml | 2 +- package.json | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/deps.yaml b/deps.yaml index 4655bab3..2d291bd3 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.20 + bun.sh: ^1.2.21 diff --git a/package.json b/package.json index 20a06f70..cfdde89f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "buddy-bot", "type": "module", - "version": "0.9.3", + "version": "0.9.5", "description": "Automated & optimized dependency updates for JavaScript & TypeScript projects. Like Renovate & Dependabot.", "author": "Chris Breuer ", "license": "MIT", @@ -51,7 +51,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 -r --commit --tag --push", + "release": "bunx --bun bumpx -r --all", "postinstall": "bunx git-hooks", "typecheck": "bunx tsc --noEmit", "dev:docs": "bun --bun vitepress dev docs", @@ -60,20 +60,19 @@ }, "dependencies": { "@types/prompts": "^2.4.9", - "bunfig": "^0.14.1", + "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.56" + "ts-pkgx": "0.4.63" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.61", + "@stacksjs/bumpx": "^0.1.78", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "0.9.5", + "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.2" }, "overrides": { From 66f58bdfc8c16f797e56fef5a68a18f3b9bb5afb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:39:14 +0000 Subject: [PATCH 15/32] 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 cfdde89f..bf4f155a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.63" + "ts-pkgx": "0.4.64" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.78", From cbf1aa9a7ffca2e69cc685db18d264581a411bec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:22:32 +0000 Subject: [PATCH 16/32] 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 bf4f155a..a4fb169d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.64" + "ts-pkgx": "0.4.65" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.78", From ca66446ddf15cbe5b3678305ad3bcc94cd46d594 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:08:17 +0000 Subject: [PATCH 17/32] 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 a4fb169d..2126e344 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "ts-pkgx": "0.4.65" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.78", + "@stacksjs/bumpx": "^0.1.82", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 579e93004737ab14b69b350decffab76cf892899 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:55:04 +0000 Subject: [PATCH 18/32] 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 2126e344..c798bc8b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "ts-pkgx": "0.4.65" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.82", + "@stacksjs/bumpx": "^0.1.83", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 40f6d8fbd60874fd4517ca14158dc22b5c89c9a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 01:25:43 +0000 Subject: [PATCH 19/32] 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 c798bc8b..986d937f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.65" + "ts-pkgx": "0.4.66" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.83", From 6b64194110189376466627b136a8a0e053192194 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:05:38 +0000 Subject: [PATCH 20/32] 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 986d937f..8a088711 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "ts-pkgx": "0.4.66" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.83", + "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From dd188d50dc8def42f3d5d49f8050f6c7029ea256 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:07:16 +0000 Subject: [PATCH 21/32] 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 8a088711..e7e87e19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "buddy-bot", "type": "module", - "version": "0.9.5", + "version": "0.9.7", "description": "Automated & optimized dependency updates for JavaScript & TypeScript projects. Like Renovate & Dependabot.", "author": "Chris Breuer ", "license": "MIT", From f3f83d8226aa417cccdd8fda532ce03ae86b38f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 02:28:28 +0000 Subject: [PATCH 22/32] 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 e7e87e19..79cb8820 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.66" + "ts-pkgx": "0.4.67" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.84", From 251ac6e59137b2d5c1ef7167e7f5997c0b3bcc48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 01:18:39 +0000 Subject: [PATCH 23/32] 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 79cb8820..4b6f7ff5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.67" + "ts-pkgx": "0.4.68" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.84", From 0f4aa8bf596b6b9ef9a999b672e66f9256737296 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 02:31:38 +0000 Subject: [PATCH 24/32] 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 4b6f7ff5..82e2066d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.68" + "ts-pkgx": "0.4.69" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.84", From c2a7a32b4e7968924d9f6a74602e303cd87e0657 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 18:08:18 +0000 Subject: [PATCH 25/32] 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 82e2066d..b410ede3 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@types/bun": "^1.2.21", + "@types/bun": "^1.2.22", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.2" From d20b279669317b5481bd95fd5409de9e13232701 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 02:32:55 +0000 Subject: [PATCH 26/32] 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 b410ede3..49159889 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.69" + "ts-pkgx": "0.4.70" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.84", From baafa9bc20a724a7fe2fd275fd3b0c344c1524ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 02:28:38 +0000 Subject: [PATCH 27/32] 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 49159889..339fb4c5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.70" + "ts-pkgx": "0.4.71" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.84", From 3f27bec87b48137d6d072c21174da03da1781804 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 02:28:16 +0000 Subject: [PATCH 28/32] 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 339fb4c5..438026d6 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.71" + "ts-pkgx": "0.4.72" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.84", From f5151ecacad7026a5a26b021f58cb99fb414d781 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 02:30:01 +0000 Subject: [PATCH 29/32] 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 438026d6..071137b4 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.72" + "ts-pkgx": "0.4.73" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.84", From f543eadd623ffc2a1e7643ddea4ea764c0cb729f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:08:21 +0000 Subject: [PATCH 30/32] chore(deps): update all non-major dependencies (updated) --- .github/workflows/buddy-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index f64a79b4..b220becf 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -130,7 +130,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.35.4 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer @@ -245,7 +245,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.35.4 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer From 0133e91d4697dd854f5ede580bc0903665f76fab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 00:31:20 +0000 Subject: [PATCH 31/32] 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 071137b4..136623ef 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.73" + "ts-pkgx": "0.4.74" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.84", From 5f4a652006149654418c4f6c61e19173469438b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 01:34:24 +0000 Subject: [PATCH 32/32] 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 136623ef..c2572dd5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "bunfig": "^0.15.0", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.74" + "ts-pkgx": "0.4.75" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.84",