From e2600bc3ac3bed209b91f5a7f73be184018161a7 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:06:40 +0800 Subject: [PATCH 01/17] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 12 ++++++------ .github/workflows/release.yml | 2 +- package.json | 2 +- packages/ts-inputs/package.json | 4 ++-- packages/vue/package.json | 8 ++++---- pkgx.yaml | 2 +- 6 files changed, 15 insertions(+), 15 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 5a8b1be..af875f0 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 d5d3586..5f21a22 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.12", + "@types/bun": "^1.2.21", "@types/clean-css": "^4.2.11", "@types/google.maps": "^3.58.1", "buddy-bot": "^0.8.9", diff --git a/packages/ts-inputs/package.json b/packages/ts-inputs/package.json index 68d96fa..d9dcf33 100644 --- a/packages/ts-inputs/package.json +++ b/packages/ts-inputs/package.json @@ -50,8 +50,8 @@ "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.8.5", "lint-staged": "^15.5.2", - "simple-git-hooks": "^2.13.0", - "typescript": "^5.8.3" + "simple-git-hooks": "^2.13.1", + "typescript": "^5.9.2" }, "lint-staged": { "*.{js,ts}": "bunx --bun eslint . --fix" diff --git a/packages/vue/package.json b/packages/vue/package.json index 207a363..87bca93 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -41,16 +41,16 @@ }, "peerDependencies": { "ts-inputs": "workspace:*", - "vue": "^3.0.0" + "vue": "^3.5.20" }, "devDependencies": { - "@microsoft/api-extractor": "^7.52.7", + "@microsoft/api-extractor": "^7.52.11", "@stacksjs/docs": "^0.70.23", "@types/google.maps": "^3.58.1", "@vue/tsconfig": "^0.7.0", - "bumpp": "^10.1.0", + "bumpp": "^10.2.3", "bun-plugin-dtsx": "^0.21.12", - "changelogen": "^0.6.1", + "changelogen": "^0.6.2", "clean-css": "^5.3.3", "date-fns": "^4.1.0", "ts-datetime": "^0.0.3" diff --git a/pkgx.yaml b/pkgx.yaml index 33f1d81..4655bab 100644 --- a/pkgx.yaml +++ b/pkgx.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.9 + bun.sh: ^1.2.20 From 506710e2f0db4d0924aaf43613e7fe0c990c6da1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 04:05:04 +0800 Subject: [PATCH 02/17] 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 2396f6343e9fc29bc1c929ddb59128ec69ada26a 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:20:58 +0000 Subject: [PATCH 03/17] 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 5f21a22..ff4f151 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/bun": "^1.2.21", "@types/clean-css": "^4.2.11", "@types/google.maps": "^3.58.1", - "buddy-bot": "^0.8.9", + "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12" }, From ad89c4bb15dae9959657043ded478feda40a7e01 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:31:16 +0000 Subject: [PATCH 04/17] 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 ff4f151..923e040 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", + "@stacksjs/bumpx": "^0.1.18", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", From 02c3ff526f626ff3787f033a3ec18cea1f5c47a7 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:06:14 +0000 Subject: [PATCH 05/17] 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 923e040..fd71970 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.18", + "@stacksjs/bumpx": "^0.1.19", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", From a2c7919f88ed382b3ac0570894af00241605aada 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:07:14 +0000 Subject: [PATCH 06/17] 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 fd71970..fc734c2 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,11 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.19", + "@stacksjs/bumpx": "^0.1.20", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", + "@stacksjs/logsmith": "^0.1.9", "@types/bun": "^1.2.21", "@types/clean-css": "^4.2.11", "@types/google.maps": "^3.58.1", From 73f549f9dc1ed6645af1839043162675d20350ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:04:28 +0000 Subject: [PATCH 07/17] 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 fc734c2..0d546e8 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,11 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.20", + "@stacksjs/bumpx": "^0.1.26", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.9", + "@stacksjs/logsmith": "^0.1.14", "@types/bun": "^1.2.21", "@types/clean-css": "^4.2.11", "@types/google.maps": "^3.58.1", From b7d967a38a4fcd4b93afe5c16dddc0821cdf06f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 00:13:50 +0000 Subject: [PATCH 08/17] 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 0d546e8..7b68655 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.26", + "@stacksjs/bumpx": "^0.1.33", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", From 2c401c77ba1d605f2d3f30f52923eeedbb257613 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 18:05:11 +0000 Subject: [PATCH 09/17] 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 7b68655..af589ab 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,11 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.33", + "@stacksjs/bumpx": "^0.1.38", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.14", + "@stacksjs/logsmith": "^0.1.15", "@types/bun": "^1.2.21", "@types/clean-css": "^4.2.11", "@types/google.maps": "^3.58.1", From d2c1437eabed23e9b07642a821be236f9e187a9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 00:16:18 +0000 Subject: [PATCH 10/17] 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 af589ab..be32630 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.38", + "@stacksjs/bumpx": "^0.1.59", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", From 093cc8808ee20db1aeeb70548141d70b5fa6fb15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 02:39:19 +0000 Subject: [PATCH 11/17] 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 be32630..5619aa1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.59", + "@stacksjs/bumpx": "^0.1.61", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", From cc5dab3d127a76f04472feeeab287a04517d62a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:04:32 +0000 Subject: [PATCH 12/17] 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 5619aa1..5e6d42c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.15", + "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/clean-css": "^4.2.11", "@types/google.maps": "^3.58.1", From d521f693c4514a417ad7d988e335e065dca87ade Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 06:08:30 +0000 Subject: [PATCH 13/17] 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 5e6d42c..86fa089 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/bun": "^1.2.21", "@types/clean-css": "^4.2.11", "@types/google.maps": "^3.58.1", - "buddy-bot": "^0.8.10", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12" }, From 9ee07dd5ef26d6260929fa27d21375fd0746552c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:04:50 +0000 Subject: [PATCH 14/17] chore(deps): update all non-major dependencies (updated) --- packages/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index 87bca93..91a7cef 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -41,7 +41,7 @@ }, "peerDependencies": { "ts-inputs": "workspace:*", - "vue": "^3.5.20" + "vue": "^3.5.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.52.11", From 95dcb35046c2253e642ac78251afa1dc8c40510d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:04:58 +0000 Subject: [PATCH 15/17] 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 86fa089..1a809d0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.61", + "@stacksjs/bumpx": "^0.1.69", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", From 94ede64a18ccb5a2551139889f7145227788dca0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:06:45 +0000 Subject: [PATCH 16/17] 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 1a809d0..766f76e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.69", + "@stacksjs/bumpx": "^0.1.75", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", From e9f39bce6149377ab0b4bb2a85dc0cfeaed88d9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:05:17 +0000 Subject: [PATCH 17/17] 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 766f76e..02b7201 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.75", + "@stacksjs/bumpx": "^0.1.78", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5",