From 1deb7f10fb78c0d7227932581f9faec83d7a39fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:07:30 +0800 Subject: [PATCH 01/10] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 16 ++++++++-------- .github/workflows/release.yml | 2 +- package.json | 18 +++++++++--------- packages/react/package.json | 2 +- 4 files changed, 19 insertions(+), 19 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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 811f461..a9e93cb 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: softprops/action-gh-release@v2.3.3 + uses: softprops/action-gh-release@v2.4.1 with: files: | bin/post-linux-x64 diff --git a/package.json b/package.json index 919972d..4181b7a 100644 --- a/package.json +++ b/package.json @@ -55,19 +55,19 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.84", - "@stacksjs/clarity": "^0.3.23", + "@stacksjs/bumpx": "^0.2.4", + "@stacksjs/clarity": "^0.3.24", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.23", - "buddy-bot": "^0.9.7", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.15.0", + "@stacksjs/logsmith": "^0.2.1", + "@types/bun": "^1.3.2", + "buddy-bot": "^0.9.11", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dtsx": "^0.21.17", + "bunfig": "^0.15.6", "cac": "^6.7.14", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "overrides": { "unconfig": "0.3.10" diff --git a/packages/react/package.json b/packages/react/package.json index 4a08060..e9315b9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -61,7 +61,7 @@ }, "devDependencies": { "@types/bun": "^1.2.2", - "lint-staged": "^16.2.3", + "lint-staged": "^16.2.6", "simple-git-hooks": "^2.13.1", "typescript": "^5.7.3" }, From 5eb086eaac56f92269c7b0b454ba8b4246f4b4e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 04:06:31 +0800 Subject: [PATCH 02/10] 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 a9e93cb..cba7620 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: softprops/action-gh-release@v2.4.1 + uses: softprops/action-gh-release@v2.4.2 with: files: | bin/post-linux-x64 From d5e46519bedae2185773ec15729e5c355aa55e63 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:08:38 +0800 Subject: [PATCH 03/10] chore(deps): update all non-major dependencies (updated) --- .github/workflows/buddy-bot.yml | 8 ++++---- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 4c532d9..da48764 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -119,7 +119,7 @@ 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.0.0 + uses: actions/checkout@v5.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # Fetch full history for rebasing @@ -156,7 +156,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -237,7 +237,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -346,7 +346,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} 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 e4ce11162ca365b1727bbe0bfbff5c02b1b4f7f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:10:58 +0000 Subject: [PATCH 04/10] chore(deps): update all non-major dependencies (updated) --- packages/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/package.json b/packages/react/package.json index e9315b9..351b8d8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -61,7 +61,7 @@ }, "devDependencies": { "@types/bun": "^1.2.2", - "lint-staged": "^16.2.6", + "lint-staged": "^16.2.7", "simple-git-hooks": "^2.13.1", "typescript": "^5.7.3" }, From 1a47ca0d6b9356a6f8662f2242bf83b7d95aae0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:08:28 +0000 Subject: [PATCH 05/10] 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 4181b7a..c348cdd 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.2.1", "@types/bun": "^1.3.2", - "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 69687f9c555ab5d2155baac9cabdb720dfa68d31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 02:12:26 +0800 Subject: [PATCH 06/10] chore(deps): update all non-major dependencies (updated) --- .github/workflows/buddy-bot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index da48764..3047848 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -119,7 +119,7 @@ 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.0.1 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # Fetch full history for rebasing @@ -156,7 +156,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -237,7 +237,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -346,7 +346,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }} From 5fbeea2531a40e65ab424db9d5dfa2a691faa566 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:06:21 +0000 Subject: [PATCH 07/10] 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 c348cdd..d6022ce 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,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", "buddy-bot": "^0.9.12", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.17", From 64128ac21f4d7146da679ae0c110b2c03da7626c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:06:07 +0000 Subject: [PATCH 08/10] chore(deps): update all non-major dependencies (updated) --- packages/post/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/post/package.json b/packages/post/package.json index 91a0092..f95b1a7 100644 --- a/packages/post/package.json +++ b/packages/post/package.json @@ -62,7 +62,7 @@ "dependencies": { "@stacksjs/tlsx": "^0.10.0", "@types/node-forge": "^1.3.14", - "node-forge": "^1.3.1", + "node-forge": "^1.3.2", "ts-punycode": "^0.1.0" }, "devDependencies": { From 6c019b6e8d05d22c0142233100670c7c3966c626 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:10:30 +0800 Subject: [PATCH 09/10] 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 3047848..75c82a3 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 40708fcf181bfeef479fb1162be3bbadce883830 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:08:21 +0800 Subject: [PATCH 10/10] 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 cba7620..c3952ac 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: softprops/action-gh-release@v2.4.2 + uses: softprops/action-gh-release@v2.5.0 with: files: | bin/post-linux-x64