From e633bb4bb5b7a3f20ee82591984cf13674212ab3 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:05:40 +0000 Subject: [PATCH 1/5] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5afef097..d335abb4 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@types/bun": "^1.2.20", "buddy-bot": "^0.8.8", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "0.9.5", + "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.2" }, "overrides": { From eb6dc3e03757961735512aa7744b24f288bdbe61 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:09 +0000 Subject: [PATCH 2/5] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d335abb4..97a17d9b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { - "buddy-bot": "./dist/bin/cli.js" + "buddy-bot": "^0.8.10" }, "files": [ "README.md", @@ -63,7 +63,7 @@ "bunfig": "^0.10.1", "cac": "6.7.14", "prompts": "^2.4.2", - "ts-pkgx": "0.4.38" + "ts-pkgx": "0.4.51" }, "devDependencies": { "@stacksjs/bumpx": "^0.1.17", @@ -71,8 +71,8 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.20", - "buddy-bot": "^0.8.8", + "@types/bun": "^1.2.21", + "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.2" From f3b90293a3d367c49591b08fe25f654611c63c23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 00:14:54 +0000 Subject: [PATCH 3/5] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97a17d9b..1f366519 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", From e91e3bb2c19986dbf47d4edf52988e169355c857 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 04:04:52 +0000 Subject: [PATCH 4/5] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1f366519..ef4f7a7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "buddy-bot", "type": "module", - "version": "0.9.0", + "version": "0.9.1", "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", @@ -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.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", "@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.21.12", "typescript": "^5.9.2" From 31bf50f665ced10d33adfa12ed44278e1e54030a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 06:05:58 +0000 Subject: [PATCH 5/5] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ef4f7a7d..70f37ca7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "buddy-bot", "type": "module", - "version": "0.9.1", + "version": "0.9.3", "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 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",