From f1504823397e0104b8aac0518993ded53d665ad6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 20:05:15 +0000 Subject: [PATCH 01/32] 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 458c0021..1c449c02 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@types/bun": "^1.2.20", - "bun-plugin-dtsx": "0.9.5", + "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.2" }, "overrides": { From b07a941e27bf3fcb88bcf3d668c0a643ba883165 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 06:05:16 +0800 Subject: [PATCH 02/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) --- package.json | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 1c449c02..e3e41396 100644 --- a/package.json +++ b/package.json @@ -38,13 +38,15 @@ ], "scripts": { "build": "bun build.ts", - "lint": "bunx --bun eslint .", - "lint:fix": "bunx --bun eslint . --fix", "fresh": "bunx rimraf node_modules/ bun.lock && bun i", - "changelog": "bunx changelogen --output CHANGELOG.md", "prepublishOnly": "bun run build", - "release": "bun run changelog && bunx bumpp package.json --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", "typecheck": "bunx tsc --noEmit", "dev:docs": "bun --bun vitepress dev docs", "build:docs": "bun --bun vitepress build docs", @@ -58,19 +60,26 @@ "ts-pkgx": "0.4.38" }, "devDependencies": { + "@stacksjs/bumpx": "^0.1.13", "@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.20", + "buddy-bot": "^0.8.8", + "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.21.12", "typescript": "^5.9.2" }, "overrides": { "unconfig": "0.3.10" }, - "simple-git-hooks": { - "pre-commit": "bunx lint-staged" - }, - "lint-staged": { - "*.{js,ts}": "bunx eslint . --fix" + "git-hooks": { + "pre-commit": { + "staged-lint": { + "*.{js,ts,json,yaml,yml,md}": "bun lint:fix" + } + }, + "commit-msg": "bunx gitlint --edit $1" } } From 26de89f121fcb7a8982fcbfe4113663191e0b31a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 08:15:41 +0800 Subject: [PATCH 03/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From a94a82b718984fd936a105401a7be63a748b995d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 10:32:02 +0800 Subject: [PATCH 04/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 2821eed31136c6de3c2588eb97ecf6e8b68631bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:05:25 +0800 Subject: [PATCH 05/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 28b2ccb11304d5835107adb3cea84c5d97492f4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 14:06:25 +0800 Subject: [PATCH 06/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From c8a76ca9ab7aa45460849359b3685ab53b7e3d52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 16:05:20 +0800 Subject: [PATCH 07/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From df635103107ba6855da37db35a8e8c562192790b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 18:05:03 +0800 Subject: [PATCH 08/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From db0dc3fb264d9fa22801a81976f78b2569ef12de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 20:06:24 +0800 Subject: [PATCH 09/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 228e9d43146e2bdfcea4424e13f3e998c68f52fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 22:04:38 +0800 Subject: [PATCH 10/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 5e4894d1fec7bdc83334d12e55b85743be2207e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 00:12:35 +0800 Subject: [PATCH 11/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 7eca149f67851461253b4f77228a94fc47587d64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 02:05:32 +0800 Subject: [PATCH 12/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From f1365776c64cf865345d7e55969b17f26cd36457 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 04:05:20 +0800 Subject: [PATCH 13/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From a6254f2c78030f2d9b0c027430e21fada7565003 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 06:05:06 +0800 Subject: [PATCH 14/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From d9e352fbb4460fb26725dfc738bdd58300c07fa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 08:17:43 +0800 Subject: [PATCH 15/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From ae05494d3d57a3dff56c57f9ec1a3825d7c634c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 10:37:00 +0800 Subject: [PATCH 16/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From f9760f8580b4ae0e480440da560f7691261e9e8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 12:09:23 +0800 Subject: [PATCH 17/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From b8cd076dd430fba05bb273ff17cc6d29314c7bc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:06:28 +0800 Subject: [PATCH 18/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From ff3139a87483262882edc0f56660a6a347b426db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:05:34 +0800 Subject: [PATCH 19/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From e125b0e84116ff91415cec657ae11eb9340fd06d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 18:05:31 +0800 Subject: [PATCH 20/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 48f65a6888981ee4aa8302837416535f02f6ca36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 20:06:27 +0800 Subject: [PATCH 21/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 4b200d0a6a391cdb60c86a9545b2b1c3671adb9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:04:35 +0800 Subject: [PATCH 22/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 379b241a4704471ce8ee75ed427148c7326142f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 00:05:29 +0800 Subject: [PATCH 23/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 05ab8c27d6bee0696640fddc76e06017f19e041b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 02:05:42 +0800 Subject: [PATCH 24/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From b51ba671cd4212b36d56aa878aafa192bdcda89d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 04:05:38 +0800 Subject: [PATCH 25/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 36b3db00925e50c7b770388ccc7e02df86f3b90d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:04:38 +0800 Subject: [PATCH 26/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 3b051327be00bf00940bb0de9009af8201debc57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 08:17:28 +0800 Subject: [PATCH 27/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From c5e6d67b6239dadf202512ed6231d4e4598d526f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:35:24 +0800 Subject: [PATCH 28/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From e962ec0182434556e33f265765a99d3488c312e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:09:43 +0800 Subject: [PATCH 29/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From fbf7f78d1dcccb0c1157f5b242679db30e00f815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:06:52 +0800 Subject: [PATCH 30/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 6c631a7e88dbd3da8d3640c50e75668e36626888 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 16:06:29 +0800 Subject: [PATCH 31/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated) From 4110b9934e5c060a18f34a9de74e0b168aa045e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 18:06:07 +0800 Subject: [PATCH 32/32] chore(deps): update dependency bun-plugin-dtsx to 0.21.12 (updated)