From a4da67027876fb2aee2b1c6cfb80d6b70f29908b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:14:13 +0800 Subject: [PATCH 1/6] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 12 ++++++------ .github/workflows/release.yml | 2 +- package.json | 8 ++++---- pkgx.yaml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 4ed077f..a2264e7 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -126,11 +126,11 @@ 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') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.35.4 with: php-version: '8.4' tools: composer @@ -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,11 +244,11 @@ 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') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.35.4 with: php-version: '8.4' tools: composer @@ -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/.github/workflows/release.yml b/.github/workflows/release.yml index a6f5aaa..9be8d28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/package.json b/package.json index 7057a6e..6d1e80d 100644 --- a/package.json +++ b/package.json @@ -48,12 +48,12 @@ "@stacksjs/eslint-config": "^3.15.1-beta.4", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.2", + "@types/bun": "^1.2.21", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.9", - "typescript": "^5.7.3", - "unocss": "66.0.0" + "bun-plugin-dtsx": "^0.21.12", + "typescript": "^5.9.2", + "unocss": "66.4.2" }, "overrides": { "unconfig": "0.3.10" diff --git a/pkgx.yaml b/pkgx.yaml index 02e9f86..4655bab 100644 --- a/pkgx.yaml +++ b/pkgx.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.1 + bun.sh: ^1.2.20 From 53607027724ea833257d634e36abf0f277c1b881 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 06:14:32 +0800 Subject: [PATCH 2/6] 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 faea563..fea0345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -93,7 +93,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 81f02b114a450a0950277819246fb13389943ff2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 08:29:54 +0000 Subject: [PATCH 3/6] 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 6d1e80d..a128145 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.21", - "buddy-bot": "^0.8.9", + "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "typescript": "^5.9.2", From 9e8c90f7884ecb9f56540b7d63fe86e648d83aa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 02:34:55 +0000 Subject: [PATCH 4/6] 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 a128145..4c4b697 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", + "@stacksjs/bumpx": "^0.1.18", "@stacksjs/docs": "^0.69.3", "@stacksjs/eslint-config": "^3.15.1-beta.4", "@stacksjs/gitlint": "^0.1.5", From 64f03951a193260e87013109733bb581aa886843 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 18:08:24 +0000 Subject: [PATCH 5/6] 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 4c4b697..452cb50 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.18", + "@stacksjs/bumpx": "^0.1.19", "@stacksjs/docs": "^0.69.3", "@stacksjs/eslint-config": "^3.15.1-beta.4", "@stacksjs/gitlint": "^0.1.5", From 0763318d5be51fd67c37a664746dbc61dce6152f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:12:47 +0000 Subject: [PATCH 6/6] 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 452cb50..57b6e0a 100644 --- a/package.json +++ b/package.json @@ -43,11 +43,11 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.19", + "@stacksjs/bumpx": "^0.1.20", "@stacksjs/docs": "^0.69.3", "@stacksjs/eslint-config": "^3.15.1-beta.4", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", + "@stacksjs/logsmith": "^0.1.9", "@types/bun": "^1.2.21", "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19",