From 5caf60016b942832c32c51279ad388460071f550 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:40:24 +0800 Subject: [PATCH 1/7] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 6caa722..4c532d9 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -119,14 +119,14 @@ jobs: if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # Fetch full history for rebasing 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') != '' }} @@ -156,14 +156,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 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 @@ -237,14 +237,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 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') != '' }} @@ -346,12 +346,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v5.0.0 with: 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 From c085d6d2b74947b1eb397387e7856460198ee5de 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:09:37 +0000 Subject: [PATCH 2/7] 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 afccfea..416b0ef 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.2.1", "@types/bun": "^1.3.1", - "buddy-bot": "^0.9.9", + "buddy-bot": "^0.9.11", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "workspace:*", "typescript": "^5.9.3", From 22def88de82431e078332125158f3add1666684c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 20:11:56 +0800 Subject: [PATCH 3/7] 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 416b0ef..1d88b9c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dtsx", "type": "module", - "version": "0.9.8", + "version": "0.9.9", "private": true, "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", From 62fbfc844fb9879406f5b7b07bec1c8b101b3482 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 14:11:13 +0800 Subject: [PATCH 4/7] 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 1d88b9c..58fd9c4 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.2.2", + "@stacksjs/bumpx": "^0.2.4", "@stacksjs/cli": "^0.70.23", "@stacksjs/development": "^0.70.23", "@stacksjs/docs": "^0.70.23", From db7fb9673f1288635fd2c6a6c928f035b62d0193 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:11:41 +0800 Subject: [PATCH 5/7] 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 58fd9c4..eb6f45b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "workspace:*", "typescript": "^5.9.3", - "unocss": "^66.5.4" + "unocss": "^66.5.5" }, "overrides": { "unconfig": "0.3.10" From 64862261327ae508893e338a1509c0d1bac85fb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 18:11:43 +0800 Subject: [PATCH 6/7] 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 eb6f45b..2c11c03 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,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", "buddy-bot": "^0.9.11", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "workspace:*", From 397bd9f6e32610c1041776b736d3298f1fc5065b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:08:57 +0800 Subject: [PATCH 7/7] 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 2c11c03..d094d56 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "workspace:*", "typescript": "^5.9.3", - "unocss": "^66.5.5" + "unocss": "^66.5.6" }, "overrides": { "unconfig": "0.3.10"