From 4cba232b82557614f956ecce072930584eb41695 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 03:08:08 -0700 Subject: [PATCH 01/33] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 21f505a..4c532d9 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -126,7 +126,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -163,7 +163,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Install dependencies run: bun install @@ -244,7 +244,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -351,7 +351,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Install dependencies run: bun install diff --git a/package.json b/package.json index e2673d8..d3ac798 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/cwise-compiler": "^1.1.6", "buddy-bot": "^0.9.8", "bun-git-hooks": "^0.3.1", - "bun-plugin-dtsx": "^0.21.9", + "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.15.0", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", From 027b919f5e1fcf19ba676535ee0c863252756155 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:10:26 +0000 Subject: [PATCH 02/33] 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 d3ac798..d921a22 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "ts-gif": "^0.1.2" }, "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 2ffc9d4e09d554c9306e3603e99f660f0f241246 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:08:49 +0000 Subject: [PATCH 03/33] 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 d921a22..420b1c2 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "bunfig": "^0.15.0", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", - "unocss": "^66.5.2" + "unocss": "^66.5.3" }, "overrides": { "unconfig": "0.3.10" From 152350656116e9737e5caf740589ca96938e337c 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:14:07 +0000 Subject: [PATCH 04/33] 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 420b1c2..af9a5e2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,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", "@types/cwise-compiler": "^1.1.6", "buddy-bot": "^0.9.8", "bun-git-hooks": "^0.3.1", From 4e7984e301c048d0105ced88015cd27946ea1897 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:12:00 +0000 Subject: [PATCH 05/33] 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 af9a5e2..0c31168 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "ts-gif": "^0.1.2" }, "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 e881f88c55a8090c6fa6c515246a7643c4917a72 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:09:07 +0000 Subject: [PATCH 06/33] 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 0c31168..836e118 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,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 69e6752ee513ccb9038771278df1e253c1bd6483 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:13:38 +0000 Subject: [PATCH 07/33] 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 836e118..4c26b95 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "ts-gif": "^0.1.2" }, "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 69ca9c811c895cd471b3cad6deef9f0ee8ccf6d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 04:08:58 +0000 Subject: [PATCH 08/33] 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 4c26b95..5a55158 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "bunfig": "^0.15.0", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", - "unocss": "^66.5.3" + "unocss": "^66.5.4" }, "overrides": { "unconfig": "0.3.10" From 2da25eaabec7901f2b33086b14caa4f312270cb8 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:15:26 +0000 Subject: [PATCH 09/33] 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 5a55158..6358edb 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", "@types/cwise-compiler": "^1.1.6", - "buddy-bot": "^0.9.8", + "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.15.0", From 4637fa290e125dafe2ce3b8a95b4bcff6d68b52f 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:12:35 +0000 Subject: [PATCH 10/33] 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 6358edb..9681975 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,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", "@types/cwise-compiler": "^1.1.6", "buddy-bot": "^0.9.9", From 31257053186433a5ad51311ae2ac6f0c151cb087 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 22:18:23 +0000 Subject: [PATCH 11/33] 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 9681975..9956c4a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.2.0", - "@types/bun": "^1.3.0", + "@types/bun": "^1.3.1", "@types/cwise-compiler": "^1.1.6", "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", From c2367316cc319cae77b97e713ac6552e2becfa57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:12:55 +0000 Subject: [PATCH 12/33] 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 9956c4a..d35a633 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.15.0", + "bunfig": "^0.15.1", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", "unocss": "^66.5.4" From 7f78b8a3c7a1a1a592e43fcd01725f2a01921a42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:13:20 +0000 Subject: [PATCH 13/33] 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 d35a633..57b22df 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.15.1", + "bunfig": "^0.15.2", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", "unocss": "^66.5.4" From 6bb5908b1d0c30b920fa8b285a50eb5de44e7bba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:10:13 +0000 Subject: [PATCH 14/33] 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 57b22df..a39265b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.15.2", + "bunfig": "^0.15.3", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", "unocss": "^66.5.4" From b4d92361ce9a7a814da8f4ac70121853fae00284 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:11:14 +0000 Subject: [PATCH 15/33] 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 a39265b..5ac6337 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.15.3", + "bunfig": "^0.15.4", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", "unocss": "^66.5.4" From a793e49648f1aec15cfc72e39c1e55420036ae73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:12:08 +0000 Subject: [PATCH 16/33] 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 5ac6337..efa00d0 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.15.4", + "bunfig": "^0.15.5", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", "unocss": "^66.5.4" From da6c52960d1ad59602381b238ede898b7a3b1f8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 14:12:59 +0000 Subject: [PATCH 17/33] 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 efa00d0..9db1ef8 100644 --- a/package.json +++ b/package.json @@ -53,13 +53,13 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.2.0", + "@stacksjs/logsmith": "^0.2.1", "@types/bun": "^1.3.1", "@types/cwise-compiler": "^1.1.6", "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.15.5", + "bunfig": "^0.15.6", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", "unocss": "^66.5.4" From 66ce391dd058fd6b4fa5e7a53ebbe85e902bdc5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 16:12:04 +0000 Subject: [PATCH 18/33] 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 9db1ef8..f0d2102 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/cwise-compiler": "^1.1.6", "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", - "bun-plugin-dtsx": "^0.21.12", + "bun-plugin-dtsx": "^0.21.13", "bunfig": "^0.15.6", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", From 615626300330d381972150327d28406fadd20fe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:15:03 +0000 Subject: [PATCH 19/33] 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 f0d2102..275f801 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/cwise-compiler": "^1.1.6", "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", - "bun-plugin-dtsx": "^0.21.13", + "bun-plugin-dtsx": "^0.21.15", "bunfig": "^0.15.6", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", From 3ad21f9ccc9e02fafa2725cb6be415250022bf1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:17:30 +0000 Subject: [PATCH 20/33] 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 275f801..8ab7f51 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/cwise-compiler": "^1.1.6", "buddy-bot": "^0.9.9", "bun-git-hooks": "^0.3.1", - "bun-plugin-dtsx": "^0.21.15", + "bun-plugin-dtsx": "^0.21.17", "bunfig": "^0.15.6", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", From 1d79332dfae909a00badb4b236afe52202575cb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:16:50 +0000 Subject: [PATCH 21/33] 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 8ab7f51..aa79e36 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@stacksjs/logsmith": "^0.2.1", "@types/bun": "^1.3.1", "@types/cwise-compiler": "^1.1.6", - "buddy-bot": "^0.9.9", + "buddy-bot": "^0.9.11", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.17", "bunfig": "^0.15.6", From b812879c1c07e54604aaab2ea4ad6d44fd06e669 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 06:15:07 +0000 Subject: [PATCH 22/33] 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 aa79e36..42755af 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "ts-gif": "^0.1.2" }, "devDependencies": { - "@stacksjs/bumpx": "^0.2.2", + "@stacksjs/bumpx": "^0.2.4", "@stacksjs/clarity": "^0.3.24", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 2e576812a87612fb5e1569170d1ae45158762026 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:08:55 +0000 Subject: [PATCH 23/33] 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 42755af..fa451f8 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "bunfig": "^0.15.6", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", - "unocss": "^66.5.4" + "unocss": "^66.5.5" }, "overrides": { "unconfig": "0.3.10" From 580383b1c4cef0edfc9d804d41b354c989e80f1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 10:12:08 +0000 Subject: [PATCH 24/33] 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 fa451f8..de8e09b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.2.1", - "@types/bun": "^1.3.1", + "@types/bun": "^1.3.2", "@types/cwise-compiler": "^1.1.6", "buddy-bot": "^0.9.11", "bun-git-hooks": "^0.3.1", From 38e6128ca848ef2b05982cf78db880fee976482e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:09:27 +0000 Subject: [PATCH 25/33] 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 de8e09b..c62fa96 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "bunfig": "^0.15.6", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", - "unocss": "^66.5.5" + "unocss": "^66.5.6" }, "overrides": { "unconfig": "0.3.10" From 8c9591ffcd218a81050d43754167c3b767c60c9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:16:07 +0800 Subject: [PATCH 26/33] chore(deps): update all non-major dependencies (updated) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c5c45c..afb4cdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Install Bun uses: oven-sh/setup-bun@v2.0.2 @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Install Bun uses: oven-sh/setup-bun@v2.0.2 @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Install Bun uses: oven-sh/setup-bun@v2.0.2 @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Install Bun uses: oven-sh/setup-bun@v2.0.2 From f364921ebcc2520e4a1ab9bb00e6962cd24c2890 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 04:10:38 +0000 Subject: [PATCH 27/33] 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 c62fa96..086be7c 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "bunfig": "^0.15.6", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", - "unocss": "^66.5.6" + "unocss": "^66.5.7" }, "overrides": { "unconfig": "0.3.10" From 0ffaf5b8e4ffb3bab53193c181bec80818de3deb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 10:09:12 +0000 Subject: [PATCH 28/33] 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 086be7c..844fae7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@stacksjs/logsmith": "^0.2.1", "@types/bun": "^1.3.2", "@types/cwise-compiler": "^1.1.6", - "buddy-bot": "^0.9.11", + "buddy-bot": "^0.9.12", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.17", "bunfig": "^0.15.6", From 119dd62dcf7713c1e9d3d36db199bb4a5c4f84b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:18:49 +0000 Subject: [PATCH 29/33] 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 844fae7..049f592 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "bunfig": "^0.15.6", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", - "unocss": "^66.5.7" + "unocss": "^66.5.9" }, "overrides": { "unconfig": "0.3.10" From 36bc498a3409d5655f067e2b0859f2a0bb1d1e4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:11:27 +0000 Subject: [PATCH 30/33] 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 049f592..f614490 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.2.1", - "@types/bun": "^1.3.2", + "@types/bun": "^1.3.3", "@types/cwise-compiler": "^1.1.6", "buddy-bot": "^0.9.12", "bun-git-hooks": "^0.3.1", From d7c1c8317775bbd7781d5ebba72fada45763bfde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:14:17 +0800 Subject: [PATCH 31/33] 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 4c532d9..a844407 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.5 + uses: shivammathur/setup-php@2.36.0 with: php-version: '8.4' tools: composer @@ -248,7 +248,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.35.5 + uses: shivammathur/setup-php@2.36.0 with: php-version: '8.4' tools: composer From 2fd2f237046cb13e829edd7b89c3cc82b9e63ac4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 12:11:38 +0000 Subject: [PATCH 32/33] 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 f614490..f61609f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "bunfig": "^0.15.6", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", - "unocss": "^66.5.9" + "unocss": "^66.5.10-beta.1" }, "overrides": { "unconfig": "0.3.10" From b464717714b35a11ab82944015c5d6e056e54a04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:21:08 +0000 Subject: [PATCH 33/33] 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 f61609f..111a8aa 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "bunfig": "^0.15.6", "cwise-compiler": "^1.1.3", "typescript": "^5.9.3", - "unocss": "^66.5.10-beta.1" + "unocss": "^66.5.10" }, "overrides": { "unconfig": "0.3.10"