From 1fa758b1361cb0d48687e4888b51fcffaa8858f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:06:26 +0800 Subject: [PATCH 1/3] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- deps.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80f625cc..6eebba43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 # env: # BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} with: @@ -44,7 +44,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Attach Binaries - uses: stacksjs/action-releaser@v1.2.7 + uses: stacksjs/action-releaser@v1.2.6 with: files: | packages/logsmith/bin/logsmith-linux-x64.zip diff --git a/deps.yaml b/deps.yaml index 6578a3f0..47da7e8a 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.3.0 + bun.sh: ^1.3.1 From a7f0eb16e13e88f1d92c90ce1c719828bbd51f09 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:09:33 +0000 Subject: [PATCH 2/3] 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 0672dbff..76c50bc2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "workspace:*", "@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", "pickier": "^0.1.7", From 3e5a1f6b32008089f8734707f8261b428d9d817c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:07:00 +0000 Subject: [PATCH 3/3] 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 76c50bc2..c1554132 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "buddy-bot": "^0.9.12", "bun-git-hooks": "^0.3.1", "bun-plugin-dtsx": "^0.21.17", - "pickier": "^0.1.7", + "pickier": "^0.1.9", "typescript": "^5.9.3" }, "overrides": {