From feadeeb898f10e0b4c63a64a36bd072a42ab3974 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 02:10:49 +0800 Subject: [PATCH 01/31] chore(deps): update all non-major dependencies --- .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 ec784b6..4c532d9 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 @@ -248,7 +248,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 427a926c884f7d45fd68dd5ff750097ef7a8067a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:00:46 +0000 Subject: [PATCH 02/31] 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 b717479..5d29660 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "bunfig": "^0.15.0", "changelogen": "^0.6.2", "typescript": "^5.9.2", - "unocss": "^66.5.1" + "unocss": "^66.5.2" }, "overrides": { "unconfig": "0.3.10" From e313f77d898a30fce0feb1052f1c233ee139c1e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:11:06 +0000 Subject: [PATCH 03/31] 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 5d29660..8f1d5e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/clarity", "type": "module", - "version": "0.3.19", + "version": "0.3.21", "description": "A modern logging & debugging utility. For browser & server.", "author": "Chris Breuer ", "license": "MIT", @@ -87,7 +87,7 @@ "buddy-bot": "^0.9.7", "bumpp": "^10.2.3", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.12", + "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", "changelogen": "^0.6.2", "typescript": "^5.9.2", From ea60aff00df84da6dba12517819e18a9cdd3512e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 07:09:09 -0700 Subject: [PATCH 04/31] 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 465889b..9c5c45c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -93,7 +93,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From d03409e3aa55ddabd8f091cece385485f0d263a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:06:41 +0000 Subject: [PATCH 05/31] 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 8f1d5e7..9ac34c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/clarity", "type": "module", - "version": "0.3.21", + "version": "0.3.23", "description": "A modern logging & debugging utility. For browser & server.", "author": "Chris Breuer ", "license": "MIT", From e7c342b11ed295e80727e5f78c3b49f067d8eddb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 16:09:46 +0000 Subject: [PATCH 06/31] 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 9ac34c3..1419d77 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.22", + "@types/bun": "^1.2.23", "buddy-bot": "^0.9.7", "bumpp": "^10.2.3", "bun-git-hooks": "^0.2.19", From a68c7ca7e4f21059b6176fb10f51af5189748a19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:18:39 +0000 Subject: [PATCH 07/31] 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 1419d77..3a0bbc0 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts" }, "devDependencies": { - "@happy-dom/global-registrator": "^18.0.1", + "@happy-dom/global-registrator": "^19.0.2", "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From bc0c8bd6b295b775f4f12105ca5776140658bba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 02:30:06 +0000 Subject: [PATCH 08/31] 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 3a0bbc0..1419d77 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts" }, "devDependencies": { - "@happy-dom/global-registrator": "^19.0.2", + "@happy-dom/global-registrator": "^18.0.1", "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From e903282fc0775488906bbdc88f7a62967abd8c5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:07:38 +0000 Subject: [PATCH 09/31] 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 1419d77..a7f27a6 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", "changelogen": "^0.6.2", - "typescript": "^5.9.2", + "typescript": "^5.9.3", "unocss": "^66.5.2" }, "overrides": { From f0cdd2a93cd90c52cb5f8a5829928a4c44757e10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:32:04 +0000 Subject: [PATCH 10/31] 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 a7f27a6..83e797d 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "buddy-bot": "^0.9.7", - "bumpp": "^10.2.3", + "bumpp": "^10.3.0", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", From a4822197b8bb2efa40fe9ac4126e8917b395d433 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 04:05:46 +0000 Subject: [PATCH 11/31] 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 83e797d..9cc503e 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "buddy-bot": "^0.9.7", - "bumpp": "^10.3.0", + "bumpp": "^10.3.1", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", From 5679c997e48e8b51300fd84b14870ecb90c71fab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 02:31:12 +0000 Subject: [PATCH 12/31] 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 9cc503e..5d38922 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@types/bun": "^1.2.23", "buddy-bot": "^0.9.7", "bumpp": "^10.3.1", - "bun-git-hooks": "^0.2.19", + "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "0.21.12", "bunfig": "^0.15.0", "changelogen": "^0.6.2", From 27c0b4e4325b14f34e819e53462b89c12c08a691 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:11:02 +0000 Subject: [PATCH 13/31] 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 5d38922..1b233e3 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.9.8", "bumpp": "^10.3.1", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "0.21.12", From d67905dd4c4f83382499d1179da4a3e372b789ad 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:06:35 +0000 Subject: [PATCH 14/31] 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 1b233e3..e03b234 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ }, "devDependencies": { "@happy-dom/global-registrator": "^18.0.1", - "@stacksjs/bumpx": "^0.1.84", + "@stacksjs/bumpx": "^0.1.86", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From c3dd7074649a7498ef72a65f669cc68eef15dac7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:18:18 +0000 Subject: [PATCH 15/31] 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 e03b234..a87fb44 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts" }, "devDependencies": { - "@happy-dom/global-registrator": "^18.0.1", + "@happy-dom/global-registrator": "^20.0.0", "@stacksjs/bumpx": "^0.1.86", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 29252bcbf73eaf2a06782f3fc59d77856da3802e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 02:31:25 +0000 Subject: [PATCH 16/31] 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 a87fb44..e03b234 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts" }, "devDependencies": { - "@happy-dom/global-registrator": "^20.0.0", + "@happy-dom/global-registrator": "^18.0.1", "@stacksjs/bumpx": "^0.1.86", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From e1e0e5dd268c8d4a55cea17aafba5953670bef9f 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:06:36 +0000 Subject: [PATCH 17/31] 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 e03b234..ae6338c 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "bunfig": "^0.15.0", "changelogen": "^0.6.2", "typescript": "^5.9.3", - "unocss": "^66.5.2" + "unocss": "^66.5.3" }, "overrides": { "unconfig": "0.3.10" From 4ee80995b47fddef57f938281c54d2317598bbb7 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:10:40 +0000 Subject: [PATCH 18/31] 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 ae6338c..cd733b1 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,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", "buddy-bot": "^0.9.8", "bumpp": "^10.3.1", "bun-git-hooks": "^0.3.1", From 835a42c97cd2def04455e8cf5bd9edb5b2db3bad 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:09:25 +0000 Subject: [PATCH 19/31] 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 cd733b1..40cd44c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ }, "devDependencies": { "@happy-dom/global-registrator": "^18.0.1", - "@stacksjs/bumpx": "^0.1.86", + "@stacksjs/bumpx": "^0.2.1", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 7a564afc1f0e0b96b19de2b563ddf0f4ef1bc693 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:07:14 +0000 Subject: [PATCH 20/31] 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 40cd44c..eefa8fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/clarity", "type": "module", - "version": "0.3.23", + "version": "0.3.24", "description": "A modern logging & debugging utility. For browser & server.", "author": "Chris Breuer ", "license": "MIT", @@ -77,7 +77,7 @@ "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts" }, "devDependencies": { - "@happy-dom/global-registrator": "^18.0.1", + "@happy-dom/global-registrator": "^20.0.0", "@stacksjs/bumpx": "^0.2.1", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From aa695c8ca576f6c5738077821e14b4c2dccf2a04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:06:58 +0000 Subject: [PATCH 21/31] 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 eefa8fe..35e06f9 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts" }, "devDependencies": { - "@happy-dom/global-registrator": "^20.0.0", + "@happy-dom/global-registrator": "^18.0.1", "@stacksjs/bumpx": "^0.2.1", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 31ff428dc3de2e2bea3936168499ca40f9e95cb2 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:07:19 +0000 Subject: [PATCH 22/31] 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 35e06f9..64b5dbd 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ }, "devDependencies": { "@happy-dom/global-registrator": "^18.0.1", - "@stacksjs/bumpx": "^0.2.1", + "@stacksjs/bumpx": "^0.2.2", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From f76937aaac2d1f707851d4a531f924d9afb2ded6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 00:18:29 +0000 Subject: [PATCH 23/31] 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 64b5dbd..e9fb888 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts" }, "devDependencies": { - "@happy-dom/global-registrator": "^18.0.1", + "@happy-dom/global-registrator": "^20.0.1", "@stacksjs/bumpx": "^0.2.2", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From b74e49d500202e0e77e381813b319323eae902ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 02:32:41 +0000 Subject: [PATCH 24/31] 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 e9fb888..64b5dbd 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts" }, "devDependencies": { - "@happy-dom/global-registrator": "^20.0.1", + "@happy-dom/global-registrator": "^18.0.1", "@stacksjs/bumpx": "^0.2.2", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From c7c1d530cad6d52bd7a9ee7b13bbe03fd41707bd 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:06:22 +0000 Subject: [PATCH 25/31] 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 64b5dbd..2c4f303 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "bunfig": "^0.15.0", "changelogen": "^0.6.2", "typescript": "^5.9.3", - "unocss": "^66.5.3" + "unocss": "^66.5.4" }, "overrides": { "unconfig": "0.3.10" From 3ab8ac23f56b46766ab745044379c6fbd157aaae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 18:07:56 +0000 Subject: [PATCH 26/31] 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 2c4f303..e976cf0 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts" }, "devDependencies": { - "@happy-dom/global-registrator": "^18.0.1", + "@happy-dom/global-registrator": "^20.0.2", "@stacksjs/bumpx": "^0.2.2", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 3a9abec0cea42e85141c574f3c58086b71b12777 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:06:01 +0000 Subject: [PATCH 27/31] 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 e976cf0..2c4f303 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "postinstall": "bunx git-hooks && bun ./scripts/postinstall.ts" }, "devDependencies": { - "@happy-dom/global-registrator": "^20.0.2", + "@happy-dom/global-registrator": "^18.0.1", "@stacksjs/bumpx": "^0.2.2", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 665cc37c7f25bdeddf62d8df8c79e4d413a31294 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:10:31 +0000 Subject: [PATCH 28/31] 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 2c4f303..32c716b 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", - "buddy-bot": "^0.9.8", + "buddy-bot": "^0.9.9", "bumpp": "^10.3.1", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "0.21.12", From 8d4d2b4753ac1675cd379b8b7258a037bbda0710 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 08:18:36 +0800 Subject: [PATCH 29/31] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1825b5a..940ba05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: stacksjs/action-releaser@v1.1.0 + uses: stacksjs/action-releaser@v1.2.5 with: files: | bin/clarity-linux-x64.zip From 6e427ac5b40a565a3055224356f57e95bb1dc1ac 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:10:07 +0000 Subject: [PATCH 30/31] 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 32c716b..5c92819 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,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", "buddy-bot": "^0.9.9", "bumpp": "^10.3.1", From d406fa8e9ce85355521141735b70e56a3e9b5602 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 06:07:18 +0800 Subject: [PATCH 31/31] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 940ba05..505d193 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: stacksjs/action-releaser@v1.2.5 + uses: stacksjs/action-releaser@v1.2.6 with: files: | bin/clarity-linux-x64.zip