From 2af42b546e586ed90441a1566a90d8f5d30b4e37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:29:08 -0700 Subject: [PATCH 01/24] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 4 ++-- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/release.yml | 2 +- package.json | 10 +++++----- pkgx.yaml | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 4ed077f..acbf3ad 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@v2 + 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@v2 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faea563..6d2d08a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v4 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -44,10 +44,10 @@ jobs: - uses: actions/checkout@v4 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -67,10 +67,10 @@ jobs: - uses: actions/checkout@v4 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -90,10 +90,10 @@ jobs: - uses: actions/checkout@v4 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf348dc..8ba7e0c 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 + uses: softprops/action-gh-release@v2.3.3 with: files: | bin/spreadsheets-linux-x64 diff --git a/package.json b/package.json index 7bc7ae2..a365968 100644 --- a/package.json +++ b/package.json @@ -67,17 +67,17 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", + "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.2.1-beta.1", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.13", + "@stacksjs/logsmith": "^0.1.18", + "@types/bun": "^1.2.23", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", - "typescript": "^5.8.3", - "unocss": "66.1.2" + "typescript": "^5.9.3", + "unocss": "66.5.2" }, "overrides": { "unconfig": "0.3.10" diff --git a/pkgx.yaml b/pkgx.yaml index 318ecb2..4655bab 100644 --- a/pkgx.yaml +++ b/pkgx.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.2 + bun.sh: ^1.2.20 From 0475473e63a1766fad089e6b037f30ec8c6c6b91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:07:27 -0700 Subject: [PATCH 02/24] 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 8ba7e0c..ec7a657 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.3.4 with: files: | bin/spreadsheets-linux-x64 From 95e10ae6621e7dffdfd939d3acd27c646ec4c293 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:10:23 -0700 Subject: [PATCH 03/24] 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 ec7a657..5e34988 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.4 + uses: softprops/action-gh-release@v2.4.0 with: files: | bin/spreadsheets-linux-x64 From 4b9180d54e54ab9386c99a614bae82b5ace1579a 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:09:11 +0000 Subject: [PATCH 04/24] 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 a365968..9959585 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.84", + "@stacksjs/bumpx": "^0.1.86", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.2.1-beta.1", "@stacksjs/gitlint": "^0.1.5", From 10b3445958573fc2ac7e303983f949237203a951 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:07:59 +0000 Subject: [PATCH 05/24] 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 9959585..8f619b1 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "typescript": "^5.9.3", - "unocss": "66.5.2" + "unocss": "66.5.3" }, "overrides": { "unconfig": "0.3.10" From 281c129d627fd524ca67d4a35c5d97a230458664 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:11:14 +0000 Subject: [PATCH 06/24] chore(deps): update all non-major dependencies (updated) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8f619b1..2f5a6da 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ }, "devDependencies": { "@stacksjs/bumpx": "^0.1.86", + "@stacksjs/clarity": "^0.3.23", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.2.1-beta.1", "@stacksjs/gitlint": "^0.1.5", From dc7683dba74fc2fbe7d8708aae3d25d8631d29d1 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:08:46 +0000 Subject: [PATCH 07/24] 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 2f5a6da..59b0b5e 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@stacksjs/eslint-config": "^4.2.1-beta.1", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.23", + "@types/bun": "^1.3.0", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", From c169a1bd0901f6608f25c4d11f6ad3e8c595dc97 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:10:17 +0000 Subject: [PATCH 08/24] 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 59b0b5e..25bfbbe 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.86", + "@stacksjs/bumpx": "^0.1.17", "@stacksjs/clarity": "^0.3.23", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.2.1-beta.1", From cefdacd01df07bd0cb5b9fd6ab14aae002e64f6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 00:06:58 +0800 Subject: [PATCH 09/24] 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 5e34988..30ada1b 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.0 + uses: softprops/action-gh-release@v2.4.1 with: files: | bin/spreadsheets-linux-x64 From bdbe106912d49ba0b4c5a646f8af0af7fa6f8bda 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:08:07 +0000 Subject: [PATCH 10/24] 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 25bfbbe..14d17bf 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "devDependencies": { "@stacksjs/bumpx": "^0.1.17", - "@stacksjs/clarity": "^0.3.23", + "@stacksjs/clarity": "^0.3.24", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.2.1-beta.1", "@stacksjs/gitlint": "^0.1.5", From 55ec9261b9d60671072240a0c01254bfe35e9ec9 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:08:10 +0000 Subject: [PATCH 11/24] 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 14d17bf..6a1f9bb 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "typescript": "^5.9.3", - "unocss": "66.5.3" + "unocss": "66.5.4" }, "overrides": { "unconfig": "0.3.10" From 215f856e6e4ab8752669bec84fc2505b9d1f015c 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:21:06 +0000 Subject: [PATCH 12/24] 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 6a1f9bb..999f840 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.2.1-beta.1", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.18", + "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.3.0", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", From c65ed5afe88a0dd1702d9a8ca3fc47b16e22387a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 02:09:47 +0800 Subject: [PATCH 13/24] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30ada1b..8c2ce83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use Cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 30548e9b59b32e57450ab83182a2fe2306e94429 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 04:08:43 +0800 Subject: [PATCH 14/24] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c2ce83..30ada1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 - name: Use Cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From f492c49c6cba84b24e0107a244476105a5b70fc2 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:09:59 +0800 Subject: [PATCH 15/24] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30ada1b..8c2ce83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use Cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 838e1c2dcab91761ee9fb5623cf05944a43e23cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 08:40:45 +0800 Subject: [PATCH 16/24] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c2ce83..30ada1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 - name: Use Cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 57c4c5c2c8475cda19de4df38768c7823e8d7dba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:22:57 +0800 Subject: [PATCH 17/24] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30ada1b..8c2ce83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use Cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 889010159e2658916e2f6be7e4d4c4b1232621b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:09:54 +0800 Subject: [PATCH 18/24] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c2ce83..30ada1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 - name: Use Cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From e25ae7ad0f0c9404696e643f3d34586e35f39aff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 00:09:30 +0800 Subject: [PATCH 19/24] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30ada1b..8c2ce83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use Cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 9d40c2f64ad162b1db3468ad6fe82b1586c5953a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 06:20:39 +0800 Subject: [PATCH 20/24] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c2ce83..30ada1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,10 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 - name: Use Cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 30549f6638776d8ad31513fe26f106092d21e6ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 22:20:25 +0000 Subject: [PATCH 21/24] 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 999f840..190fdb5 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@stacksjs/eslint-config": "^4.2.1-beta.1", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.3.0", + "@types/bun": "^1.3.1", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", From bcfd3e3d7f2611d35e36067fbb467f2c7453629c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 16:20:52 +0000 Subject: [PATCH 22/24] 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 190fdb5..353d156 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@types/bun": "^1.3.1", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.12", + "bun-plugin-dtsx": "^0.21.13", "typescript": "^5.9.3", "unocss": "66.5.4" }, From c9966333fc484834217c5badd1e9719d3a8ca153 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:11:15 +0000 Subject: [PATCH 23/24] 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 353d156..ac8e40e 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@types/bun": "^1.3.1", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.13", + "bun-plugin-dtsx": "^0.21.15", "typescript": "^5.9.3", "unocss": "66.5.4" }, From 2bcaa023e7532af2c6aac7122eee74a84c5d4a9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:25:36 +0000 Subject: [PATCH 24/24] 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 ac8e40e..5709200 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@types/bun": "^1.3.1", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.15", + "bun-plugin-dtsx": "^0.21.17", "typescript": "^5.9.3", "unocss": "66.5.4" },