From d59c6610488b4e8480f6e3e5dd70d0c0ef08802c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:43:01 -0700 Subject: [PATCH 01/31] 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 +++++----- packages/devtools/package.json | 20 ++++++++++---------- pkgx.yaml | 4 ++-- 6 files changed, 28 insertions(+), 28 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 b435b5b..b80505a 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/bin-name-linux-x64 diff --git a/package.json b/package.json index 3637f44..d5a8559 100644 --- a/package.json +++ b/package.json @@ -74,17 +74,17 @@ "example:dead-letter-queue": "bun examples/dead-letter-queue.ts" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", + "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.10", + "@stacksjs/logsmith": "^0.1.18", + "@types/bun": "^1.2.22", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.9", + "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.8.3", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "overrides": { "unconfig": "0.3.10" diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 4ff0704..f7f84c7 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -9,22 +9,22 @@ "preview": "vite preview" }, "dependencies": { - "@unocss/reset": "^66.1.0-beta.12", - "axios": "^1.9.0", + "@unocss/reset": "^66.5.2", + "axios": "^1.12.2", "d3": "7.9.0", - "pinia": "^3.0.2", - "vue": "^3.5.13", + "pinia": "^3.0.3", + "vue": "^3.5.22", "vue-router": "^4.5.1" }, "devDependencies": { - "@iconify-json/carbon": "^1.2.8", + "@iconify-json/carbon": "^1.2.13", "@types/d3": "7.4.3", - "@unocss/preset-icons": "^66.1.0-beta.12", - "@unocss/preset-uno": "^66.1.0-beta.12", - "@unocss/preset-web-fonts": "^66.1.0-beta.12", - "@unocss/transformer-directives": "^66.1.0-beta.12", + "@unocss/preset-icons": "^66.5.2", + "@unocss/preset-uno": "^66.5.2", + "@unocss/preset-web-fonts": "^66.5.2", + "@unocss/transformer-directives": "^66.5.2", "@vitejs/plugin-vue": "^5.2.3", - "unocss": "^66.1.0-beta.12", + "unocss": "^66.5.2", "vite": "^6.3.3", "vue-tsc": "^2.2.10" } diff --git a/pkgx.yaml b/pkgx.yaml index 883974c..9bf6e7e 100644 --- a/pkgx.yaml +++ b/pkgx.yaml @@ -1,3 +1,3 @@ dependencies: - bun.sh: ^1.2.10 - redis: ^7.4.2 + bun.sh: ^1.2.20 + redis: ^7.4.5 From c6f87a542a8eb795d3161e0098c5092d25994983 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 16:03:06 +0000 Subject: [PATCH 02/31] 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 d5a8559..27669c3 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.22", + "@types/bun": "^1.2.23", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", From f10c77ce09e7d591efc0666e4d511e7c5e97f505 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:03:01 +0000 Subject: [PATCH 03/31] 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 27669c3..71f2540 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.8.3", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "overrides": { "unconfig": "0.3.10" From 8a63d39bd8b138cfc9e7782559c4a47df869e3e7 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:03:03 -0700 Subject: [PATCH 04/31] 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 b80505a..4c1fd9d 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/bin-name-linux-x64 From 00341b581a8f2025cf8dad52df6cf5bb98328e11 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:04:04 -0700 Subject: [PATCH 05/31] 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 4c1fd9d..721018f 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/bin-name-linux-x64 From 33e77e63ea59a0ba1d4f669ffd936d36a337146f 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:03:38 +0000 Subject: [PATCH 06/31] 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 71f2540..2900a94 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "example:dead-letter-queue": "bun examples/dead-letter-queue.ts" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.84", + "@stacksjs/bumpx": "^0.1.86", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", From 93e2c5c75ce917583fca54319154502eec6ff10a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 06:03:26 +0000 Subject: [PATCH 07/31] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index f7f84c7..558ce9b 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -17,7 +17,7 @@ "vue-router": "^4.5.1" }, "devDependencies": { - "@iconify-json/carbon": "^1.2.13", + "@iconify-json/carbon": "^1.2.14", "@types/d3": "7.4.3", "@unocss/preset-icons": "^66.5.2", "@unocss/preset-uno": "^66.5.2", From 9dd5b9d108d830a7e4754579e41d65c217d01bb3 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:03:17 +0000 Subject: [PATCH 08/31] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 558ce9b..c5f6014 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@unocss/reset": "^66.5.2", + "@unocss/reset": "^66.5.3", "axios": "^1.12.2", "d3": "7.9.0", "pinia": "^3.0.3", @@ -19,12 +19,12 @@ "devDependencies": { "@iconify-json/carbon": "^1.2.14", "@types/d3": "7.4.3", - "@unocss/preset-icons": "^66.5.2", - "@unocss/preset-uno": "^66.5.2", - "@unocss/preset-web-fonts": "^66.5.2", - "@unocss/transformer-directives": "^66.5.2", + "@unocss/preset-icons": "^66.5.3", + "@unocss/preset-uno": "^66.5.3", + "@unocss/preset-web-fonts": "^66.5.3", + "@unocss/transformer-directives": "^66.5.3", "@vitejs/plugin-vue": "^5.2.3", - "unocss": "^66.5.2", + "unocss": "^66.5.3", "vite": "^6.3.3", "vue-tsc": "^2.2.10" } From d8949a4bd01a35deda4798820a2e7f3a9141f32d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 06:02:29 +0800 Subject: [PATCH 09/31] 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 2900a94..24b3e63 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@stacksjs/eslint-config": "^4.10.2-beta.3", "@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 a71f66dbbc0ea37466dc5b1ef050d3f77507b686 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:03:18 +0000 Subject: [PATCH 10/31] 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 24b3e63..245b774 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "example:dead-letter-queue": "bun examples/dead-letter-queue.ts" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.86", + "@stacksjs/bumpx": "^0.1.17", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.10.2-beta.3", "@stacksjs/gitlint": "^0.1.5", From 94c84d085edd24cd9d7b02195fd6e5d4f92e5d91 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:02:47 +0800 Subject: [PATCH 11/31] 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 721018f..b60b081 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/bin-name-linux-x64 From 1253d1f0d745f40a1c796134d2239cf873695649 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:02:57 +0000 Subject: [PATCH 12/31] chore(deps): update all non-major dependencies (updated) --- deps.yaml | 3 +++ package.json | 13 ++----------- 2 files changed, 5 insertions(+), 11 deletions(-) create mode 100644 deps.yaml diff --git a/deps.yaml b/deps.yaml new file mode 100644 index 0000000..d3f141d --- /dev/null +++ b/deps.yaml @@ -0,0 +1,3 @@ +dependencies: + bun.sh: ^1.2.23 + redis: ^7.4.5 diff --git a/package.json b/package.json index 245b774..bf3ef1d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,6 @@ "changelog": "bunx logsmith --verbose", "changelog:generate": "bunx logsmith --output CHANGELOG.md", "release": "bun run changelog:generate && bunx bumpx prompt --recursive", - "postinstall": "bunx git-hooks", "dev:docs": "bun --bun vitepress dev docs", "build:docs": "bun --bun vitepress build docs", "preview:docs": "bun --bun vitepress preview docs", @@ -74,17 +73,9 @@ "example:dead-letter-queue": "bun examples/dead-letter-queue.ts" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", "@stacksjs/docs": "^0.70.23", - "@stacksjs/eslint-config": "^4.10.2-beta.3", - "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.3.0", - "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.8.3", - "typescript": "^5.9.3" + "@stacksjs/eslint-config": "^4.14.0-beta.3", + "better-dx": "^0.1.4" }, "overrides": { "unconfig": "0.3.10" From f66ae0cf0f3ccf1029c9f2756455df71efdfdecc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 02:27:59 +0000 Subject: [PATCH 13/31] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index c5f6014..fbdd9cf 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -19,12 +19,7 @@ "devDependencies": { "@iconify-json/carbon": "^1.2.14", "@types/d3": "7.4.3", - "@unocss/preset-icons": "^66.5.3", - "@unocss/preset-uno": "^66.5.3", - "@unocss/preset-web-fonts": "^66.5.3", - "@unocss/transformer-directives": "^66.5.3", "@vitejs/plugin-vue": "^5.2.3", - "unocss": "^66.5.3", "vite": "^6.3.3", "vue-tsc": "^2.2.10" } From cf81b76780adcb3001fe79c30f7a0821ef66d788 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:02:32 +0000 Subject: [PATCH 14/31] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index fbdd9cf..ae80de2 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -14,7 +14,7 @@ "d3": "7.9.0", "pinia": "^3.0.3", "vue": "^3.5.22", - "vue-router": "^4.5.1" + "vue-router": "^4.6.0" }, "devDependencies": { "@iconify-json/carbon": "^1.2.14", From 044e66129784a0f63d104819f7e52ce564d0d6ad 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:02:44 +0000 Subject: [PATCH 15/31] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index ae80de2..fae8ef5 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@unocss/reset": "^66.5.3", + "@unocss/reset": "^66.5.4", "axios": "^1.12.2", "d3": "7.9.0", "pinia": "^3.0.3", From 5d7325433af7f4b708e7179e2dce75fa7d9a0100 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:03:24 +0000 Subject: [PATCH 16/31] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index fae8ef5..5a23f56 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -14,7 +14,7 @@ "d3": "7.9.0", "pinia": "^3.0.3", "vue": "^3.5.22", - "vue-router": "^4.6.0" + "vue-router": "^4.6.2" }, "devDependencies": { "@iconify-json/carbon": "^1.2.14", From 833f94a025001146648488c8283da123ff585e80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:02:32 +0000 Subject: [PATCH 17/31] chore(deps): update all non-major dependencies (updated) --- deps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.yaml b/deps.yaml index 9bf6e7e..b34c6be 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,3 +1,3 @@ dependencies: - bun.sh: ^1.2.20 - redis: ^7.4.5 + bun.sh: ^1.3.0 + redis: ^7.4.6 From 74ad30223da48db58077704b6e7f581da4d46e0a 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:03:30 +0000 Subject: [PATCH 18/31] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- packages/devtools/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e832bd..fa5b437 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@types/bun": "^1.3.0", - "better-dx": "^0.1.4" + "better-dx": "^0.1.5" }, "overrides": { "unconfig": "0.3.10" diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 5a23f56..f4a349e 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -14,7 +14,7 @@ "d3": "7.9.0", "pinia": "^3.0.3", "vue": "^3.5.22", - "vue-router": "^4.6.2" + "vue-router": "^4.6.3" }, "devDependencies": { "@iconify-json/carbon": "^1.2.14", From a6e2bedc57af717c529dd44843174e55144fd9ad 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:03:20 +0800 Subject: [PATCH 19/31] 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 b60b081..b32e3b5 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 31b31ffa3adb0565110bd60b100f1da29f38883a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 18:03:11 +0800 Subject: [PATCH 20/31] 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 b32e3b5..b60b081 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 f636b7a629be2b584a8deab9d499189860e93eea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:03:38 +0800 Subject: [PATCH 21/31] chore(deps): update all non-major dependencies (updated) --- .github/workflows/release.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b60b081..b32e3b5 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') }} diff --git a/package.json b/package.json index fa5b437..283d319 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@types/bun": "^1.3.0", - "better-dx": "^0.1.5" + "better-dx": "^0.1.7" }, "overrides": { "unconfig": "0.3.10" From 8df352b81e871c1b129efca99a234cb49818b7f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 22:03:24 +0800 Subject: [PATCH 22/31] 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 b32e3b5..b60b081 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 227f187927cd8f72b0133b81728e75e589403cd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 02:04:04 +0800 Subject: [PATCH 23/31] 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 b60b081..b32e3b5 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 f115a464efe04061b80ffcab05f0f223b10119b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:06:10 +0000 Subject: [PATCH 24/31] 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 283d319..d0fa7b1 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@types/bun": "^1.3.0", - "better-dx": "^0.1.7" + "better-dx": "^0.2.0" }, "overrides": { "unconfig": "0.3.10" From be9c182a50d3dc0cea779a8e6ad18452af472d7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 03:01:30 +0800 Subject: [PATCH 25/31] 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 b32e3b5..b60b081 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 57e6e05c18698b833a05a11aba3404490aad316a 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:03:21 +0000 Subject: [PATCH 26/31] 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 d0fa7b1..3709991 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "devDependencies": { "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", - "@types/bun": "^1.3.0", + "@types/bun": "^1.3.1", "better-dx": "^0.2.0" }, "overrides": { From 4435888890f8b8b5532aaa666429ed3db8eb9a22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:03:24 +0000 Subject: [PATCH 27/31] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index f4a349e..2717669 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@unocss/reset": "^66.5.4", - "axios": "^1.12.2", + "axios": "^1.13.0", "d3": "7.9.0", "pinia": "^3.0.3", "vue": "^3.5.22", From feac8e15fc27b7b8a591630c0d97f382eb5138f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:02:51 +0000 Subject: [PATCH 28/31] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 2717669..8cd42eb 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@unocss/reset": "^66.5.4", - "axios": "^1.13.0", + "axios": "^1.13.1", "d3": "7.9.0", "pinia": "^3.0.3", "vue": "^3.5.22", From 33ac2bb1cf91e8f123828a75d220ca339c50b497 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 20:03:02 +0000 Subject: [PATCH 29/31] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 8cd42eb..64eb99f 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@unocss/reset": "^66.5.4", - "axios": "^1.13.1", + "axios": "^1.13.2", "d3": "7.9.0", "pinia": "^3.0.3", "vue": "^3.5.22", From 4c6bf3c664af02bb97f29363ada101a5587f0c2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 10:02:46 +0000 Subject: [PATCH 30/31] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 64eb99f..3776801 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -12,7 +12,7 @@ "@unocss/reset": "^66.5.4", "axios": "^1.13.2", "d3": "7.9.0", - "pinia": "^3.0.3", + "pinia": "^3.0.4", "vue": "^3.5.22", "vue-router": "^4.6.3" }, From caa3f2667258cc99249784ddb9177fb244e63348 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:02:41 +0000 Subject: [PATCH 31/31] chore(deps): update all non-major dependencies (updated) --- deps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.yaml b/deps.yaml index b34c6be..5424040 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,3 +1,3 @@ dependencies: - bun.sh: ^1.3.0 - redis: ^7.4.6 + bun.sh: ^1.3.1 + redis: ^7.4.7