From f29a55d88113327072a315683f7891542f1bc64d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 04:23:56 +0800 Subject: [PATCH 01/38] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 12 ++++++------ .github/workflows/release.yml | 2 +- package.json | 12 ++++++------ pkgx.yaml | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 4ed077f..a2264e7 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -126,11 +126,11 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.35.4 with: php-version: '8.4' tools: composer @@ -163,7 +163,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Install dependencies run: bun install @@ -244,11 +244,11 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.35.4 with: php-version: '8.4' tools: composer @@ -351,7 +351,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Install dependencies run: bun install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6f5aaa..9be8d28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/package.json b/package.json index f424e6d..81efa9b 100644 --- a/package.json +++ b/package.json @@ -64,23 +64,23 @@ "publish": "bunx --bun @raycast/api@latest publish" }, "dependencies": { - "@raycast/api": "^1.94.4", + "@raycast/api": "^1.102.5", "@raycast/utils": "^1.19.1" }, "devDependencies": { "@antfu/eslint-config": "^4.11.0", - "@eslint-react/eslint-plugin": "^1.41.0", + "@eslint-react/eslint-plugin": "^1.52.6", "@stacksjs/bumpx": "^0.1.17", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.8", + "@types/bun": "^1.2.21", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "^0.21.9", + "bun-plugin-dtsx": "^0.21.12", "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-react-refresh": "^0.4.19", - "typescript": "^5.8.3" + "eslint-plugin-react-refresh": "^0.4.20", + "typescript": "^5.9.2" }, "overrides": { "unconfig": "0.3.10" diff --git a/pkgx.yaml b/pkgx.yaml index 84cc35e..818fe47 100644 --- a/pkgx.yaml +++ b/pkgx.yaml @@ -1,3 +1,3 @@ dependencies: - bun.sh: ^1.2.8 - node: ^23.9.0 + bun.sh: ^1.2.20 + node: ^23.11.1 From 5010a6c4fb6b1b6c27ef31226e9cbd77612d35e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:09:05 +0000 Subject: [PATCH 02/38] 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 81efa9b..63f3966 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "publish": "bunx --bun @raycast/api@latest publish" }, "dependencies": { - "@raycast/api": "^1.102.5", + "@raycast/api": "^1.102.6", "@raycast/utils": "^1.19.1" }, "devDependencies": { From 32d3fb5b61f56ac8c5fdadfcccaea89272540c50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 06:34:57 +0800 Subject: [PATCH 03/38] chore(deps): update all non-major dependencies (updated) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faea563..fea0345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -93,7 +93,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v4.2.4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 22f62cec14f46d631f1718bce12481c968dfcb82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 07:01:19 +0000 Subject: [PATCH 04/38] 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 63f3966..851a522 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.21", - "buddy-bot": "^0.8.9", + "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "eslint-plugin-react-hooks": "^5.2.0", From 6aafc60afe52e6322b6faeb1a4ed47d3f4aea869 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:08:58 +0000 Subject: [PATCH 05/38] 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 851a522..3cd7b20 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^4.11.0", - "@eslint-react/eslint-plugin": "^1.52.6", + "@eslint-react/eslint-plugin": "^1.52.7", "@stacksjs/bumpx": "^0.1.17", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", From 6743a79e59cb31fda19dcfd9558f4abd0f9bcbe9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 02:37:04 +0000 Subject: [PATCH 06/38] 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 3cd7b20..7fd84cb 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.52.7", - "@stacksjs/bumpx": "^0.1.17", + "@stacksjs/bumpx": "^0.1.18", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", From e61f8be94107ead7d3d6b78c1de42756c17110fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:08:26 +0000 Subject: [PATCH 07/38] 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 7fd84cb..9be1fc8 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^4.11.0", - "@eslint-react/eslint-plugin": "^1.52.7", + "@eslint-react/eslint-plugin": "^1.52.8", "@stacksjs/bumpx": "^0.1.18", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", From 2dcae2d4c021caa27bd24b3f7dcc23d7836b5fda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 18:11:50 +0000 Subject: [PATCH 08/38] 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 9be1fc8..e862459 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.52.8", - "@stacksjs/bumpx": "^0.1.18", + "@stacksjs/bumpx": "^0.1.19", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", From 0f3877da50bfb814979876c823c107c1f3f8e7c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:09:26 +0000 Subject: [PATCH 09/38] 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 e862459..32935a8 100644 --- a/package.json +++ b/package.json @@ -70,10 +70,10 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.52.8", - "@stacksjs/bumpx": "^0.1.19", + "@stacksjs/bumpx": "^0.1.20", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", + "@stacksjs/logsmith": "^0.1.9", "@types/bun": "^1.2.21", "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19", From 24dde0d654117202829d06f4bba46c666d3e093c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:11:50 +0000 Subject: [PATCH 10/38] 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 32935a8..f08355f 100644 --- a/package.json +++ b/package.json @@ -70,10 +70,10 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.52.8", - "@stacksjs/bumpx": "^0.1.20", + "@stacksjs/bumpx": "^0.1.27", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.9", + "@stacksjs/logsmith": "^0.1.14", "@types/bun": "^1.2.21", "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19", From dc307a87741153983ed8e812f3d1d0d27b48acf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 00:27:00 +0000 Subject: [PATCH 11/38] 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 f08355f..3892c11 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.52.8", - "@stacksjs/bumpx": "^0.1.27", + "@stacksjs/bumpx": "^0.1.33", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.14", From 0bea249585763f82fcf000b4b49b88bf9e9469e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 18:10:24 +0000 Subject: [PATCH 12/38] 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 3892c11..5fe1aa2 100644 --- a/package.json +++ b/package.json @@ -69,11 +69,11 @@ }, "devDependencies": { "@antfu/eslint-config": "^4.11.0", - "@eslint-react/eslint-plugin": "^1.52.8", - "@stacksjs/bumpx": "^0.1.33", + "@eslint-react/eslint-plugin": "^1.52.9", + "@stacksjs/bumpx": "^0.1.38", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.14", + "@stacksjs/logsmith": "^0.1.15", "@types/bun": "^1.2.21", "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19", From 912b5813d7c8adcff190f2939c848d480c138b32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 00:30:53 +0000 Subject: [PATCH 13/38] 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 5fe1aa2..98051be 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.52.9", - "@stacksjs/bumpx": "^0.1.38", + "@stacksjs/bumpx": "^0.1.59", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.15", From 717ad6207f22b4de0b5691e49eee8f382e5f79b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 02:51:06 +0000 Subject: [PATCH 14/38] 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 98051be..b70a499 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.52.9", - "@stacksjs/bumpx": "^0.1.59", + "@stacksjs/bumpx": "^0.1.61", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.15", From 47386bf40b9905e3f75d4098019757cb1a0a9d21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:08:18 +0000 Subject: [PATCH 15/38] 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 b70a499..20dea2c 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@stacksjs/bumpx": "^0.1.61", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.15", + "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "buddy-bot": "^0.8.10", "bun-git-hooks": "^0.2.19", From e21ecedd7b2631a75badbdc7625aa1896499e502 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 06:13:07 +0000 Subject: [PATCH 16/38] 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 20dea2c..c681643 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", - "buddy-bot": "^0.8.10", + "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "eslint-plugin-react-hooks": "^5.2.0", From 375074188f5002bef2a2612abccb6499e1bf7e66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:08:39 +0000 Subject: [PATCH 17/38] 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 c681643..a7cfe91 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.52.9", - "@stacksjs/bumpx": "^0.1.61", + "@stacksjs/bumpx": "^0.1.69", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From 937c4b0740766079908f493bce7106fbec6db8c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:10:40 +0000 Subject: [PATCH 18/38] 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 a7cfe91..6a2d08a 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.52.9", - "@stacksjs/bumpx": "^0.1.69", + "@stacksjs/bumpx": "^0.1.75", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From b781c33585ac067877886d0983e8d2b31615ab7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:12:53 +0000 Subject: [PATCH 19/38] 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 6a2d08a..421b57d 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.52.9", - "@stacksjs/bumpx": "^0.1.75", + "@stacksjs/bumpx": "^0.1.78", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From 1452ab0f1eeb5cfbaf702e6b87f4c2b6b68e978c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:06:46 +0000 Subject: [PATCH 20/38] 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 421b57d..741ffa0 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^4.11.0", - "@eslint-react/eslint-plugin": "^1.52.9", + "@eslint-react/eslint-plugin": "^1.53.0", "@stacksjs/bumpx": "^0.1.78", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", From 7d26fda8b04b11fafb588afbcc2f8feaf0a3ec46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:07:51 +0000 Subject: [PATCH 21/38] 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 741ffa0..08de5cc 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "publish": "bunx --bun @raycast/api@latest publish" }, "dependencies": { - "@raycast/api": "^1.102.6", + "@raycast/api": "^1.102.7", "@raycast/utils": "^1.19.1" }, "devDependencies": { From 094af12f20ffa7a81356bbde4cf95da6a6e02af3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:13:01 +0000 Subject: [PATCH 22/38] 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 08de5cc..0f41bcd 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.53.0", - "@stacksjs/bumpx": "^0.1.78", + "@stacksjs/bumpx": "^0.1.82", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From bbd84e69c2c24acf7dc77752638788f0443e830e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:56:12 +0000 Subject: [PATCH 23/38] 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 0f41bcd..e8590f3 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.53.0", - "@stacksjs/bumpx": "^0.1.82", + "@stacksjs/bumpx": "^0.1.83", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From 26d1b4566db7285a83d4a4528805e3669a453dc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:09:58 +0000 Subject: [PATCH 24/38] 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 e8590f3..ce6ce2d 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "devDependencies": { "@antfu/eslint-config": "^4.11.0", "@eslint-react/eslint-plugin": "^1.53.0", - "@stacksjs/bumpx": "^0.1.83", + "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", From 9989248d083ce324bce7c2a5932eb59a5fe737ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:12:26 +0000 Subject: [PATCH 25/38] 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 ce6ce2d..7773b2e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^4.11.0", - "@eslint-react/eslint-plugin": "^1.53.0", + "@eslint-react/eslint-plugin": "^1.53.1", "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", From 6fe0002aa6dfcf737a862d285b0423f2f67cb4fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 18:11:00 +0000 Subject: [PATCH 26/38] 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 7773b2e..22894e8 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.21", + "@types/bun": "^1.2.22", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", From 327a8b2b4f79f002a8f95dd68b08a97f27ab465b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:10:48 +0000 Subject: [PATCH 27/38] 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 22894e8..4b3d3a9 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "publish": "bunx --bun @raycast/api@latest publish" }, "dependencies": { - "@raycast/api": "^1.102.7", + "@raycast/api": "^1.103.0", "@raycast/utils": "^1.19.1" }, "devDependencies": { From 14d55dace55da3df932c3a8442c7681228a3e572 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:10:53 +0000 Subject: [PATCH 28/38] 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 4b3d3a9..7bf7adb 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "publish": "bunx --bun @raycast/api@latest publish" }, "dependencies": { - "@raycast/api": "^1.103.0", + "@raycast/api": "^1.103.1", "@raycast/utils": "^1.19.1" }, "devDependencies": { From 829f89bf87936c002a565187dd8c26f411b16762 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:12:24 +0800 Subject: [PATCH 29/38] 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 a2264e7..7cf1d1f 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 c127ab29e2ede155f522a53905ba6edd924c925a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 12:12:38 +0000 Subject: [PATCH 30/38] 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 7bf7adb..b0e4826 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "publish": "bunx --bun @raycast/api@latest publish" }, "dependencies": { - "@raycast/api": "^1.103.1", + "@raycast/api": "^1.103.2", "@raycast/utils": "^1.19.1" }, "devDependencies": { From c10c63a6af8af4f4dcb65813a28f3ec493964a83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:03:28 +0000 Subject: [PATCH 31/38] 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 b0e4826..d7af34f 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-react-refresh": "^0.4.20", + "eslint-plugin-react-refresh": "^0.4.21", "typescript": "^5.9.2" }, "overrides": { From f3c2f88dfbfa99b3289e8e5b7c1071b787156f64 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:12:57 -0700 Subject: [PATCH 32/38] chore(deps): update all non-major dependencies (updated) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fea0345..19d4c3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -93,7 +93,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} From 534ccab08feb001d16bf1ab337f1205fbfe73be5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:49:49 -0700 Subject: [PATCH 33/38] chore(deps): update all non-major dependencies (updated) --- .github/workflows/buddy-bot.yml | 8 ++++---- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 7cf1d1f..acbf3ad 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -126,7 +126,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -163,7 +163,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 - name: Install dependencies run: bun install @@ -244,7 +244,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -351,7 +351,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2 - name: Install dependencies run: bun install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19d4c3b..6d2d08a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ 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.3.0 @@ -44,7 +44,7 @@ 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.3.0 @@ -67,7 +67,7 @@ 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.3.0 @@ -90,7 +90,7 @@ 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.3.0 From f7f247da3e9744549dd9e9bb931d20f9dbdd69ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:11:48 +0000 Subject: [PATCH 34/38] 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 d7af34f..478a1e2 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-react-refresh": "^0.4.21", + "eslint-plugin-react-refresh": "^0.4.22", "typescript": "^5.9.2" }, "overrides": { From a9fa71c816243e4a897222c4eac138a876e7d0c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:28:08 +0000 Subject: [PATCH 35/38] 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 478a1e2..997061a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^4.11.0", - "@eslint-react/eslint-plugin": "^1.53.1", + "@eslint-react/eslint-plugin": "^1.41.0", "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/gitlint": "^0.1.5", From c84c9cb4d6553e00198afd3e3ce7fa727fa0037f 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:10:43 +0000 Subject: [PATCH 36/38] 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 997061a..1fd379a 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@stacksjs/docs": "^0.70.23", "@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 ca34d6f86da8b1646388eca61ae115d9c854ee18 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:09:44 +0000 Subject: [PATCH 37/38] 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 1fd379a..3a12a33 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "bun-plugin-dtsx": "^0.21.12", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.22", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "overrides": { "unconfig": "0.3.10" From fb3549d4e7dadb9ee3cb64271892092afb86f7d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:09:07 +0000 Subject: [PATCH 38/38] 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 3a12a33..e28510d 100644 --- a/package.json +++ b/package.json @@ -78,8 +78,8 @@ "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", - "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-react-refresh": "^0.4.22", + "eslint-plugin-react-hooks": "^6.1.0", + "eslint-plugin-react-refresh": "^0.4.23", "typescript": "^5.9.3" }, "overrides": {