From a9923f7cc060c886f3a848fa6a7554d54a1dc954 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:07:41 +0000 Subject: [PATCH 1/3] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) --- packages/launchpad/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/launchpad/package.json b/packages/launchpad/package.json index 940c415b..99dd492b 100644 --- a/packages/launchpad/package.json +++ b/packages/launchpad/package.json @@ -69,7 +69,7 @@ "ts-pkgx": "^0.4.30" }, "devDependencies": { - "bun-plugin-dtsx": "0.9.5" + "bun-plugin-dtsx": "0.21.12" }, "lint-staged": { "*.{js,ts}": "bunx --bun eslint . --fix" From 08766c96940d96611313122c3fd6f82db38a2764 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:08:41 +0000 Subject: [PATCH 2/3] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) --- package.json | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index c51bfdc6..a5faae7d 100644 --- a/package.json +++ b/package.json @@ -17,36 +17,43 @@ "keywords": ["homebrew", "pkgx", "bun", "package"], "scripts": { "build": "for dir in packages/*; do if [ -f \"$dir/package.json\" ]; then echo \"Building $dir\" && bun run --cwd $dir build; fi; done", - "lint": "bunx --bun eslint .", - "lint:fix": "bunx --bun eslint . --fix", "fresh": "bunx rimraf node_modules/ bun.lock && bun i", - "changelog": "bunx --bun changelogen --output CHANGELOG.md", - "release": "bun run changelog && bunx --bun bumpp -r --all", "test": "bun test", + "lint": "bunx --bun eslint .", + "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", + "postinstall": "bunx git-hooks", "dev:docs": "bun vitepress dev docs", "build:docs": "bun vitepress build docs", "preview:docs": "bun vitepress preview docs", "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { + "@stacksjs/bumpx": "^0.1.17", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", + "@stacksjs/gitlint": "^0.1.5", "@stacksjs/launchpad": "workspace:*", + "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.20", - "buddy-bot": "^0.8.8", - "bumpp": "^10.2.3", - "bun-plugin-dtsx": "0.9.5", - "changelogen": "^0.6.2", - "lint-staged": "^15.5.2", - "simple-git-hooks": "^2.13.1", + "buddy-bot": "^0.8.9", + "bun-git-hooks": "^0.2.19", + "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.2" }, "overrides": { "@stacksjs/dtsx": "0.9.5", "unconfig": "0.3.10" }, - "lint-staged": { - "*.{js,ts}": "bunx --bun eslint . --fix" + "git-hooks": { + "pre-commit": { + "staged-lint": { + "*.{js,ts,json,yaml,yml,md}": "bunx --bun eslint --fix" + } + }, + "commit-msg": "bunx gitlint --edit .git/COMMIT_EDITMSG" }, "workspaces": [ "packages/*" From b21f76ea7e730f5f9a996ad27d612606b19575b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:05:58 +0000 Subject: [PATCH 3/3] 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 a5faae7d..f10be014 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@stacksjs/launchpad": "workspace:*", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.20", - "buddy-bot": "^0.8.9", + "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.2"