From d13ea2ce08a50f141e98d46036496b9dd19eda20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 04:02:29 +0800 Subject: [PATCH 001/104] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 12 ++++++------ .github/workflows/ci.yml | 6 +++--- package.json | 14 +++++++------- pkgx.yaml | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 4ed077f4..a2264e72 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/ci.yml b/.github/workflows/ci.yml index aa31a4ce..ebc6e707 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v1 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v1 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v1 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} diff --git a/package.json b/package.json index 06af3ce2..7a08f560 100644 --- a/package.json +++ b/package.json @@ -56,21 +56,21 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@commitlint/cli": "^19.2.0", - "@stacksjs/bumpx": "^0.1.17", + "@commitlint/cli": "^19.8.1", + "@stacksjs/bumpx": "^0.1.78", "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.0.8", + "@stacksjs/logsmith": "^0.1.18", + "@types/bun": "^1.2.21", "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.10.0", - "commitizen": "^4.3.0", - "cz-git": "^1.9.0", + "commitizen": "^4.3.1", + "cz-git": "^1.12.0", "eslint": "^8.57.0", "js-yaml": "^4.1.0", - "typescript": "^5.4.2" + "typescript": "^5.9.2" }, "git-hooks": { "pre-commit": { diff --git a/pkgx.yaml b/pkgx.yaml index d0c45652..4655bab3 100644 --- a/pkgx.yaml +++ b/pkgx.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.0.28 + bun.sh: ^1.2.20 From 23dfa3aed154160b156960857ad2e286fce3d71e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 04:02:35 +0800 Subject: [PATCH 002/104] chore(deps): update all non-major dependencies (updated) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7a08f560..a398adbb 100644 --- a/package.json +++ b/package.json @@ -63,12 +63,12 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "buddy-bot": "^0.9.5", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.35.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 6cf1cdb38648482bbe0432567c247e685e79d4b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 06:02:32 +0800 Subject: [PATCH 003/104] chore(deps): update all non-major dependencies (updated) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a398adbb..7a08f560 100644 --- a/package.json +++ b/package.json @@ -63,12 +63,12 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.5", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.35.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 5d3d9bd111c4c873e8d1af115bc8ac57b9051f3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:02:41 +0800 Subject: [PATCH 004/104] 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 7a08f560..715c4700 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.8.1", - "@stacksjs/bumpx": "^0.1.78", + "@stacksjs/bumpx": "^0.1.81", "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From 557af84a6d1e325aae77303afb37d42b207b4c83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 01:18:27 +0800 Subject: [PATCH 005/104] 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 715c4700..6b401ac8 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.8.1", - "@stacksjs/bumpx": "^0.1.81", + "@stacksjs/bumpx": "^0.1.82", "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From ef836a38f7d06bf8fa882e3e751aace79397fb32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 02:53:58 +0800 Subject: [PATCH 006/104] 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 6b401ac8..10272c36 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.8.1", - "@stacksjs/bumpx": "^0.1.82", + "@stacksjs/bumpx": "^0.1.83", "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From 59d8829f530cbda4195d14dd0aa6cb71a5f566d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 18:02:34 +0800 Subject: [PATCH 007/104] 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 10272c36..b54312c0 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.8.1", - "@stacksjs/bumpx": "^0.1.83", + "@stacksjs/bumpx": "^0.1.84", "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From e59b89a8a5421a92f75ac1ba566c038dface09b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 00:02:32 +0800 Subject: [PATCH 008/104] chore(deps): update all non-major dependencies (updated) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b54312c0..16e37ba4 100644 --- a/package.json +++ b/package.json @@ -63,12 +63,12 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.35.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 0a92251c16fdd0b4ae6abcffa80ec8a1841750ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 02:02:33 +0800 Subject: [PATCH 009/104] 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 16e37ba4..5ea238ea 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From 4efe7c67e4c7854d3572149c88779846ebd8b491 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 04:02:43 +0800 Subject: [PATCH 010/104] 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 5ea238ea..dd711e47 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.35.0", From 8952b3cfa43a19d1d214b47374c9e61c60802bb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 06:02:23 +0800 Subject: [PATCH 011/104] 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 dd711e47..b54312c0 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.35.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 693eacaab482f89ec7aefaf0aae0e26366fd62b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 04:02:27 +0800 Subject: [PATCH 012/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b54312c0..d212fa47 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "@types/node": "^24.3.2", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.35.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 0004f77094bce8e9a6efaed62d9ae3bf67ad0963 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 07:27:19 +0800 Subject: [PATCH 013/104] 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 d212fa47..16e37ba4 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", - "@types/node": "^24.3.2", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", From d3d2175d380b6f583f648797bfc9db22fc40e05d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 09:17:02 +0800 Subject: [PATCH 014/104] 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 16e37ba4..dd711e47 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.35.0", From 11709120bc4fb5e63a0fda25e270075971fc477d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 10:21:30 +0800 Subject: [PATCH 015/104] 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 dd711e47..16e37ba4 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.35.0", From c74676d6144055dc814cc8948d58f4d51abeb1e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 12:38:46 +0800 Subject: [PATCH 016/104] 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 16e37ba4..5ea238ea 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From 64e4e89513a1e6c9fa7b5c34321c8f3281789e8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 14:33:50 +0800 Subject: [PATCH 017/104] 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 5ea238ea..dd711e47 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.35.0", From def389e86b4e28b55e07fe75b38d5c07237fece8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 16:02:39 +0800 Subject: [PATCH 018/104] 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 dd711e47..b54312c0 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.35.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From bb4534bbf7774084b4df088c4b2fd4beaea8548f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 20:02:35 +0800 Subject: [PATCH 019/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b54312c0..6c2aa69d 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "@types/node": "^24.4.0", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.35.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From fc0ea51b9e8c4c5d66a8a4a008e9a1c380f55ecb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 22:02:21 +0800 Subject: [PATCH 020/104] 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 6c2aa69d..16e37ba4 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", - "@types/node": "^24.4.0", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", From 47096611f42aad421d5acd4eb7194d2d0dd2848f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:02:19 +0800 Subject: [PATCH 021/104] 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 16e37ba4..5ea238ea 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From ae160456c31ff55e147e2ec0ce99c4430b37621d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 02:02:44 +0800 Subject: [PATCH 022/104] 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 5ea238ea..ad40aca9 100644 --- a/package.json +++ b/package.json @@ -61,11 +61,11 @@ "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.21", + "@types/bun": "^1.2.22", "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.35.0", From 58e2250d26fb25f4a0eb16201fac00397c5efcd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 04:02:27 +0800 Subject: [PATCH 023/104] 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 ad40aca9..c0ce077c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.35.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From db20c6fb9192128c7b3460a8182b301475c25b72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 06:02:25 +0800 Subject: [PATCH 024/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c0ce077c..98118a42 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.22", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "@types/node": "^24.5.0", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.35.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 3aa1cd03ad6ebfbdce9644744fae16d2103e8f05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:04:06 +0800 Subject: [PATCH 025/104] 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 98118a42..5dd8ce0d 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.22", - "@types/node": "^24.5.0", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", From b10475fe5aa1a6443e9a57aa353922bc614dd748 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:26:16 +0800 Subject: [PATCH 026/104] 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 5dd8ce0d..a63bfb3a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.22", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From 1f8c20ca677590da0f8fda71caf769eb50de4da3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 12:10:56 +0800 Subject: [PATCH 027/104] 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 a63bfb3a..ad40aca9 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.35.0", From f52a8cd05710bcacce84f842c40d78dbc2d616a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:02:45 +0800 Subject: [PATCH 028/104] 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 ad40aca9..c0ce077c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.35.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 4713c338c08787960555fee401ed452649207875 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 06:02:45 +0800 Subject: [PATCH 029/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c0ce077c..14c26c57 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.22", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "@types/node": "^24.5.1", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.35.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 03d6013620acd1e831b50be481215f07db3557cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 08:04:01 +0800 Subject: [PATCH 030/104] 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 14c26c57..5dd8ce0d 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.22", - "@types/node": "^24.5.1", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", From 2cb74059ff1e522aba2cdea7f60439798b73c59a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:26:04 +0800 Subject: [PATCH 031/104] 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 5dd8ce0d..a63bfb3a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.22", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From 0457ee2b18e72bcae9ba1fe36f66b7ae3f84c9f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:41:22 +0800 Subject: [PATCH 032/104] 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 a63bfb3a..ad40aca9 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.35.0", From c2a8e71c36f77598921c281b3a5c167ab77ad9d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:03:41 +0800 Subject: [PATCH 033/104] 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 ad40aca9..c0ce077c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.35.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From c6dc8e3fcc34bf164516372d388b62d41b79fdf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:26:38 +0800 Subject: [PATCH 034/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c0ce077c..3fa3eae5 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.22", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "@types/node": "^24.5.2", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.35.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 877ca4a772aaf5ee7475c0ba34ddc2a8985c5ffe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:52:12 +0800 Subject: [PATCH 035/104] 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 3fa3eae5..5dd8ce0d 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.22", - "@types/node": "^24.5.2", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", From 6bd21a7738e7415e966da2ba8aab825a80af7f09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:23:36 +0800 Subject: [PATCH 036/104] 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 5dd8ce0d..ad40aca9 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.22", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.35.0", From 5a0e7c73ce41818fe813e0c51d6b83ded0281bce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 16:02:41 +0800 Subject: [PATCH 037/104] 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 ad40aca9..c0ce077c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.35.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From d600b07f874b0aeef79be04e4dd92e76a371e59f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 02:02:57 +0800 Subject: [PATCH 038/104] chore(deps): update all non-major dependencies (updated) --- .github/workflows/buddy-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index a2264e72..7cf1d1fe 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@2.35.4 + 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@2.35.4 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer From 0a37148caffa3c73c57c0afe9a9147ae7e33b057 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 00:02:33 +0800 Subject: [PATCH 039/104] 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 c0ce077c..37d4501f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.36.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 5a56836bc53906bf3b2dbff5f15f9ef82f1def82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 02:02:30 +0800 Subject: [PATCH 040/104] 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 37d4501f..c0ce077c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.36.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 33636f5debec03afbb6056f4294769ecd07bde63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 07:02:44 -0700 Subject: [PATCH 041/104] chore(deps): update all non-major dependencies (updated) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebc6e707..73407338 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v1 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v1 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v1 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} From 540190d89f411276cf2ca2d77c3a523c1dfde4c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 07:02:40 -0700 Subject: [PATCH 042/104] 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 c0ce077c..d15dfaec 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@commitlint/cli": "^19.8.1", + "@commitlint/cli": "^19.2.0", "@stacksjs/bumpx": "^0.1.84", "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", From 592ed54d63f90e356c6ad19f3d3da24cfa4d12cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 09:02:09 -0700 Subject: [PATCH 043/104] 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 d15dfaec..ce0dab0f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.22", + "@types/bun": "^1.2.23", "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", From a7b93dac1894e08c906749788f6155f3e99fb9a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:02:28 -0700 Subject: [PATCH 044/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ce0dab0f..7556fe56 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "@types/node": "^24.6.0", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.36.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 9e770b2d5129347ac719c94077b544ff01647ac4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:02:20 -0700 Subject: [PATCH 045/104] 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 7556fe56..744f1033 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^24.6.0", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", From 0c0ec210e15fd7c0b47021b48cfca4c345e7a277 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:04:19 -0700 Subject: [PATCH 046/104] 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 744f1033..07eb1fe7 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From 83452dbeb04b35495fbea9efed3f4836e503ec90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:26:23 -0700 Subject: [PATCH 047/104] 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 07eb1fe7..84e5e42d 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.36.0", From 353f9bcf0fb6253a4900ee72513ae5a43bc507b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 21:02:29 -0700 Subject: [PATCH 048/104] 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 84e5e42d..ce0dab0f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.36.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From c89bf33edf691e63bb8520bad7fabbf7bcaecb62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 07:02:26 -0700 Subject: [PATCH 049/104] chore(deps): update all non-major dependencies (updated) --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ce0dab0f..70f83bbc 100644 --- a/package.json +++ b/package.json @@ -56,19 +56,19 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@commitlint/cli": "^19.2.0", + "@commitlint/cli": "^20.1.0", "@stacksjs/bumpx": "^0.1.84", - "@stacksjs/eslint-config": "^0.59.11", + "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "@types/node": "^24.6.0", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.36.0", "js-yaml": "^4.1.0", "typescript": "^5.9.2" }, From 09451827ef50b95a87671b762250b97cea9db665 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:02:33 -0700 Subject: [PATCH 050/104] chore(deps): update all non-major dependencies (updated) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 70f83bbc..84e5e42d 100644 --- a/package.json +++ b/package.json @@ -56,16 +56,16 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@commitlint/cli": "^20.1.0", + "@commitlint/cli": "^19.2.0", "@stacksjs/bumpx": "^0.1.84", - "@stacksjs/eslint-config": "^4.14.0-beta.3", + "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^24.6.0", - "buddy-bot": "^0.9.7", + "@types/node": "^20.11.27", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.36.0", From 392b2442c6a950da39b88e614e125631a22d681c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:02:53 -0700 Subject: [PATCH 051/104] 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 84e5e42d..07eb1fe7 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.36.0", From 604564196280d6d54fcff87b944271bc67e26eb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:02:29 -0700 Subject: [PATCH 052/104] 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 07eb1fe7..84e5e42d 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.36.0", From c9d84f58a28d61e8d159a40a26e00004f0381831 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:02:11 -0700 Subject: [PATCH 053/104] 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 84e5e42d..ae5d3e90 100644 --- a/package.json +++ b/package.json @@ -68,9 +68,9 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.36.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "git-hooks": { "pre-commit": { From 0a380e6efdd54c61002d4a0fd58dad5c33065352 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:04:59 -0700 Subject: [PATCH 054/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ae5d3e90..b837fe88 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "@types/node": "^24.6.1", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.36.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 390ec232740dab54466defd3c6e791412bb6f402 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:31:11 -0700 Subject: [PATCH 055/104] 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 b837fe88..4fe053d7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^24.6.1", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", From cec7a3a756156e4eddb1461f98fae8873c903ef2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 21:05:19 -0700 Subject: [PATCH 056/104] 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 4fe053d7..81654501 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From 212a8655f98e843bdbc42f17e41cf7a6dbba8079 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 23:02:32 -0700 Subject: [PATCH 057/104] 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 81654501..7e9d0c6a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.36.0", From 3799cbec1e553a22c2e951c12a6a639e8e03433c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 01:02:38 -0700 Subject: [PATCH 058/104] 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 7e9d0c6a..ae5d3e90 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.36.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 66f03aee01285dcc5849f5834553d980b807cc46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:26:27 -0700 Subject: [PATCH 059/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ae5d3e90..bced22c7 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "@types/node": "^24.6.2", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.36.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 478cad3fa59c30a67788402f936224027ceef294 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:02:36 -0700 Subject: [PATCH 060/104] 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 bced22c7..4fe053d7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^24.6.2", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", From df155d52961359982fe8e03c615f45ad640506f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:02:46 -0700 Subject: [PATCH 061/104] 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 4fe053d7..81654501 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From ee136a934df7a1d6c0687750f5a859488e861aa1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 01:02:29 -0700 Subject: [PATCH 062/104] 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 81654501..7e9d0c6a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.36.0", From 3b575db9f1fec392db1c3b633ecaaf58886aba1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:02:46 -0700 Subject: [PATCH 063/104] 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 7e9d0c6a..ae5d3e90 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.36.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From eeaef346e4a3728b1f0bc882cf69d28c1851e6fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:02:22 -0700 Subject: [PATCH 064/104] 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 ae5d3e90..f72d36e8 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.37.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 6a5a9fec89fa976fd939b0c18d9fddc38c28a589 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 17:03:56 -0700 Subject: [PATCH 065/104] 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 f72d36e8..ae5d3e90 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.37.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From de086ac54e50f3db08394d850de8866c80c364ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:02:40 -0700 Subject: [PATCH 066/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ae5d3e90..6dc0ae65 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", + "@types/node": "^24.7.0", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.37.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 314b841750838d046729b304cd153028ffa870e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 03:02:21 -0700 Subject: [PATCH 067/104] 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 6dc0ae65..3fb929d9 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^24.7.0", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", From a03a7ad35a10bd7d2fa44deff688f5d575ede253 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 05:02:30 -0700 Subject: [PATCH 068/104] 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 3fb929d9..05b29c02 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.7", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From 005885533784ebd2a694dc5039d8ea393c1f96ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 07:02:27 -0700 Subject: [PATCH 069/104] 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 05b29c02..f72d36e8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.37.0", From f7bff7d616df853c1b14d4365f076ef764900822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:02:45 -0700 Subject: [PATCH 070/104] 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 f72d36e8..ae5d3e90 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.37.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From e1478b2903d3211be470b52a3cda0401f29b60ff 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:02:42 -0700 Subject: [PATCH 071/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ae5d3e90..5fa579f1 100644 --- a/package.json +++ b/package.json @@ -63,12 +63,12 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "buddy-bot": "^0.9.8", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.37.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 1689fb248b63db2d9eca387af6b61d31a3d52f3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:02:50 -0700 Subject: [PATCH 072/104] 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 5fa579f1..f1b1e1c8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.8", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From 78acf82f1462b9a429ff698c970f8e27d745b579 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 01:02:29 -0700 Subject: [PATCH 073/104] 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 f1b1e1c8..05b29c02 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/bun": "^1.2.23", "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.3.1", + "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", From 4ad99222c172df31988b3dbb2515153cae2ab676 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 03:02:19 -0700 Subject: [PATCH 074/104] 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 05b29c02..f72d36e8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.37.0", From 48da072dad93fc0f3bb463c8a342f8fb8d35a24c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 05:02:33 -0700 Subject: [PATCH 075/104] 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 f72d36e8..ae5d3e90 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.37.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From ddb9f4e6dcfa1c36d90785207115bc69b2d29be3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:02:43 -0700 Subject: [PATCH 076/104] 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 ae5d3e90..a84676f2 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.2.0", - "@stacksjs/bumpx": "^0.1.84", + "@stacksjs/bumpx": "^0.1.86", "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From 2ad8873e7aee2ec5f8823477101f97c9992c9ed1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:02:42 -0700 Subject: [PATCH 077/104] chore(deps): update all non-major dependencies (updated) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a84676f2..bdbd4877 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "@types/node": "^24.7.1", + "buddy-bot": "^0.9.8", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.37.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 99c31473628bf40450466a126995dfe3779f9d72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:02:38 -0700 Subject: [PATCH 078/104] 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 bdbd4877..18091124 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", - "@types/node": "^24.7.1", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.8", "bun-git-hooks": "^0.3.1", "bun-plugin-dts-auto": "^0.20.6", From 890febf2e78977c6cb90c909b4fcb15aeefc1577 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 15:02:23 -0700 Subject: [PATCH 079/104] 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 18091124..7df0e410 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.23", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.8", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From 0e3d586c0b0bb5ce0a702c4055aec42aef130373 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 17:04:29 -0700 Subject: [PATCH 080/104] 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 7df0e410..07c69381 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/bun": "^1.2.23", "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.3.1", + "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", From dd05c7f0203791c498a2ac6358f1c3f080f7d3a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 19:28:01 -0700 Subject: [PATCH 081/104] 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 07c69381..2beda6cf 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.37.0", From 23532a2d28e353014ec1da8debc1df9a4b4b1322 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:02:27 -0700 Subject: [PATCH 082/104] 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 2beda6cf..a84676f2 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.37.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 4720b7537b682796d8218e5a91c05af7de67313a 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:03:15 +0800 Subject: [PATCH 083/104] 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 a84676f2..5558994f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.23", + "@types/bun": "^1.3.0", "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", From ed505cc1a17a46139742b47023bc5ffaa03cb9e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 16:02:37 +0800 Subject: [PATCH 084/104] 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 5558994f..d84bd77e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.2.0", - "@stacksjs/bumpx": "^0.1.86", + "@stacksjs/bumpx": "^0.1.17", "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From d2abaf6a5081edba1a72cbfb79ab17dcaec86141 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:46 +0800 Subject: [PATCH 085/104] chore(deps): update all non-major dependencies (updated) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d84bd77e..8b5c0a65 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "@types/node": "^24.7.2", + "buddy-bot": "^0.9.8", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.37.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 9371f7171c6bef33b7d5b68cd9ae181d88297149 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 02:02:19 +0800 Subject: [PATCH 086/104] 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 8b5c0a65..50fcf855 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", - "@types/node": "^24.7.2", + "@types/node": "^20.11.27", "buddy-bot": "^0.9.8", "bun-git-hooks": "^0.3.1", "bun-plugin-dts-auto": "^0.20.6", From a538c30121b974ab78232a98fd798424d0cb8083 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 04:02:13 +0800 Subject: [PATCH 087/104] 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 50fcf855..c8d6958b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.8", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From c94e5774ea952d78580b71c967c08f4fefd7ecd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 06:02:31 +0800 Subject: [PATCH 088/104] 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 c8d6958b..f9e2dd61 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/bun": "^1.3.0", "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.3.1", + "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", From fcea82741e6ffc96d399491ea45d4c615e3eb758 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 08:04:12 +0800 Subject: [PATCH 089/104] 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 f9e2dd61..d2e3cff8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.37.0", From 0019b2b343a9a9bac42ef621d06e2a83471bf96e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 10:28:37 +0800 Subject: [PATCH 090/104] 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 d2e3cff8..d84bd77e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.37.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From aa42a74ea5f414b569a9de7521b9e58f11823556 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 02:02:41 +0800 Subject: [PATCH 091/104] chore(deps): update all non-major dependencies (updated) --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d84bd77e..626567b6 100644 --- a/package.json +++ b/package.json @@ -57,18 +57,18 @@ }, "devDependencies": { "@commitlint/cli": "^19.2.0", - "@stacksjs/bumpx": "^0.1.17", - "@stacksjs/eslint-config": "^0.59.11", + "@stacksjs/bumpx": "^0.2.2", + "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "@types/node": "^24.7.2", + "buddy-bot": "^0.9.8", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.37.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 5ea376d0ea6c381b7dede75a001abda787b6c2cd 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:49 +0800 Subject: [PATCH 092/104] 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 626567b6..4cd3ae5b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.2.0", - "@stacksjs/bumpx": "^0.2.2", + "@stacksjs/bumpx": "^0.1.17", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From 714e8ad0bb7b7952778280aa9e017d521f153315 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 06:02:22 +0800 Subject: [PATCH 093/104] 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 4cd3ae5b..8b5c0a65 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "devDependencies": { "@commitlint/cli": "^19.2.0", "@stacksjs/bumpx": "^0.1.17", - "@stacksjs/eslint-config": "^4.14.0-beta.3", + "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", From 4e258e0f5cb0686905327f96bcbad8283323d3e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 08:04:28 +0800 Subject: [PATCH 094/104] chore(deps): update all non-major dependencies (updated) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8b5c0a65..f9e2dd61 100644 --- a/package.json +++ b/package.json @@ -62,9 +62,9 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", - "@types/node": "^24.7.2", - "buddy-bot": "^0.9.8", - "bun-git-hooks": "^0.3.1", + "@types/node": "^20.11.27", + "buddy-bot": "^0.8.9", + "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", From d03a4228199e423631145b825b74700d69bbdc4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 10:29:22 +0800 Subject: [PATCH 095/104] 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 f9e2dd61..d2e3cff8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.37.0", From f9317a214fded9cfe957dc14d95c111bdb69317b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 12:02:29 +0800 Subject: [PATCH 096/104] 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 d2e3cff8..d84bd77e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.37.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From fce4d6bcc4511f593bb8df4e11ac0ed6a9754dc7 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:02:19 +0800 Subject: [PATCH 097/104] chore(deps): update all non-major dependencies (updated) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d84bd77e..4ea529cd 100644 --- a/package.json +++ b/package.json @@ -63,12 +63,12 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "buddy-bot": "^0.9.9", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.37.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 12a145d9e40b8adedc693e7f6d67f88c30ea800e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 08:04:33 +0800 Subject: [PATCH 098/104] 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 4ea529cd..c8d6958b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.3.0", "@types/node": "^20.11.27", - "buddy-bot": "^0.9.9", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.3.1", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", From d157bd1084847202559cc5f1bf93f3a22a42c7c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:29:00 +0800 Subject: [PATCH 099/104] 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 c8d6958b..f9e2dd61 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/bun": "^1.3.0", "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.3.1", + "bun-git-hooks": "^0.2.19", "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", From f314bb07453820640a9423964b5caa6496660ba4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 12:02:28 +0800 Subject: [PATCH 100/104] 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 f9e2dd61..d2e3cff8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.20.6", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", "eslint": "^9.37.0", From 4c9e8ee0f131ac9bc336d4cb6599d9bbbdeaf35b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:02:53 +0800 Subject: [PATCH 101/104] 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 d2e3cff8..94d8c0fc 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@stacksjs/bumpx": "^0.1.17", "@stacksjs/eslint-config": "^0.59.11", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.18", + "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.3.0", "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", @@ -68,7 +68,7 @@ "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.37.0", + "eslint": "^8.57.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From a40dcf343d0e5961b0ddd777862860cdd3e1006f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:03:00 +0800 Subject: [PATCH 102/104] chore(deps): update all non-major dependencies (updated) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 94d8c0fc..ca87eb5b 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.3.0", - "@types/node": "^20.11.27", - "buddy-bot": "^0.8.9", - "bun-git-hooks": "^0.2.19", - "bun-plugin-dts-auto": "^0.10.0", + "@types/node": "^24.8.0", + "buddy-bot": "^0.9.9", + "bun-git-hooks": "^0.3.1", + "bun-plugin-dts-auto": "^0.20.6", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^8.57.0", + "eslint": "^9.37.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 2f8932c40f365ddf9e4aff0927f80dab7aeb0be7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:02:57 +0000 Subject: [PATCH 103/104] chore(deps): update all non-major dependencies (updated) --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ca87eb5b..6031a28e 100644 --- a/package.json +++ b/package.json @@ -58,17 +58,16 @@ "devDependencies": { "@commitlint/cli": "^19.2.0", "@stacksjs/bumpx": "^0.1.17", - "@stacksjs/eslint-config": "^0.59.11", + "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.3.0", - "@types/node": "^24.8.0", - "buddy-bot": "^0.9.9", - "bun-git-hooks": "^0.3.1", - "bun-plugin-dts-auto": "^0.20.6", + "@types/node": "^20.11.27", + "buddy-bot": "^0.8.9", + "bun-git-hooks": "^0.2.19", + "bun-plugin-dts-auto": "^0.10.0", "commitizen": "^4.3.1", "cz-git": "^1.12.0", - "eslint": "^9.37.0", "js-yaml": "^4.1.0", "typescript": "^5.9.3" }, From 5f7c3f1e94a4f709e3215fd7e28825a6e25f429b 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:04:21 +0000 Subject: [PATCH 104/104] 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 6031a28e..7f9c7206 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.3.0", + "@types/bun": "^1.3.1", "@types/node": "^20.11.27", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19",