From 116d0066c4371e1eaca0277975278bbb7bb6c666 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:14:41 +0800 Subject: [PATCH 01/18] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 12 ++++++------ .github/workflows/release.yml | 4 ++-- package.json | 4 ++-- packages/devtools/package.json | 2 +- packages/stx/package.json | 6 +++--- packages/vscode/package.json | 4 ++-- packages/vscode/pkgx.yaml | 2 +- pkgx.yaml | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index 4ed077f46bb..a2264e72b37 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 ba12c66de59..8be89785eca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: bun-version: latest - 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') }} @@ -82,7 +82,7 @@ jobs: git push origin HEAD:main - name: Create GitHub Release - uses: actions/create-release@v1 + uses: actions/create-release@v1.1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/package.json b/package.json index 05bcac1222d..10add9f5225 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.18", + "@types/bun": "^1.2.21", "buddy-bot": "^0.8.9", "bumpx": "^0.1.1", "bun-git-hooks": "^0.2.19", @@ -93,7 +93,7 @@ "bunfig": "^0.10.1", "happy-dom": "^18.0.1", "prettier": "^3.6.2", - "stylelint": "^16.21.1", + "stylelint": "^16.23.1", "stylelint-config-standard": "^38.0.0", "typescript": "^5.8.3" }, diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 695e0d1c318..714c04edbf9 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -15,6 +15,6 @@ "bun-plugin-stx": "workspace:*" }, "devDependencies": { - "unocss": "^66.3.3" + "unocss": "^66.4.2" } } diff --git a/packages/stx/package.json b/packages/stx/package.json index f4ec9cdf53f..f6eafce5cf4 100644 --- a/packages/stx/package.json +++ b/packages/stx/package.json @@ -72,9 +72,9 @@ "dependencies": { "bun-plugin-stx": "workspace:*", "gray-matter": "^4.0.3", - "marked": "^16.0.0", - "shiki": "^3.8.0", - "yaml": "^2.8.0" + "marked": "^16.2.1", + "shiki": "^3.12.0", + "yaml": "^2.8.1" }, "devDependencies": { "@types/marked": "^6.0.0" diff --git a/packages/vscode/package.json b/packages/vscode/package.json index aa37fd89c9f..0844f2c2034 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -475,9 +475,9 @@ "theme": "light" }, "devDependencies": { - "@types/vscode": "^1.102.0", + "@types/vscode": "^1.103.0", "@vscode/vsce": "^3.6.0", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vscode-html-languageservice": "^5.5.1", "vscode-languageclient": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.12", diff --git a/packages/vscode/pkgx.yaml b/packages/vscode/pkgx.yaml index 158cd0e20a7..ea3829f4aba 100644 --- a/packages/vscode/pkgx.yaml +++ b/packages/vscode/pkgx.yaml @@ -1,3 +1,3 @@ dependencies: bun.sh: ^1.2.10 - node: ^23.9.0 + node: ^23.11.1 diff --git a/pkgx.yaml b/pkgx.yaml index 03bf2f93721..4655bab3829 100644 --- a/pkgx.yaml +++ b/pkgx.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.10 + bun.sh: ^1.2.20 From 17a8354ed98b5be869ef9b2809b0ca8b71730e33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 04:10:32 +0800 Subject: [PATCH 02/18] chore(deps): update all non-major dependencies (updated) --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 2 +- package.json | 2 +- packages/vscode/package.json | 2 +- packages/vscode/pkgx.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d485a4c9de..5b0d183194e 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') }} @@ -92,7 +92,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/.github/workflows/release.yml b/.github/workflows/release.yml index 8be89785eca..0655992d281 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: bun-version: latest - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/package.json b/package.json index 10add9f5225..cc256a56a1e 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "prettier": "^3.6.2", "stylelint": "^16.23.1", "stylelint-config-standard": "^38.0.0", - "typescript": "^5.8.3" + "typescript": "^5.9.2" }, "overrides": { "eslint": "^9.31.0" diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 0844f2c2034..376564a0d3f 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -477,7 +477,7 @@ "devDependencies": { "@types/vscode": "^1.103.0", "@vscode/vsce": "^3.6.0", - "typescript": "^5.9.2", + "typescript": "^5.8.3", "vscode-html-languageservice": "^5.5.1", "vscode-languageclient": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.12", diff --git a/packages/vscode/pkgx.yaml b/packages/vscode/pkgx.yaml index ea3829f4aba..818fe47f918 100644 --- a/packages/vscode/pkgx.yaml +++ b/packages/vscode/pkgx.yaml @@ -1,3 +1,3 @@ dependencies: - bun.sh: ^1.2.10 + bun.sh: ^1.2.20 node: ^23.11.1 From 5e66eb272b60ca4000069d2fc5dbdcd09b568451 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:00:34 +0000 Subject: [PATCH 03/18] 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 cc256a56a1e..8505aeb83cf 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,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", "bumpx": "^0.1.1", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", From 665ce6715d84c50637cee516e6489069138d2c41 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:39:10 +0000 Subject: [PATCH 04/18] 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 8505aeb83cf..c16c6cebb2f 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", + "@stacksjs/bumpx": "^0.1.18", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From f8e06cfcc82447503626deea5d33ef1fed7c6f75 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:14:02 +0000 Subject: [PATCH 05/18] 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 c16c6cebb2f..2f8e51fafc9 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.18", + "@stacksjs/bumpx": "^0.1.19", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From b1007275790af7eb46424dcc16a8542ac314b012 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:10:54 +0000 Subject: [PATCH 06/18] 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 2f8e51fafc9..29092592eb2 100644 --- a/package.json +++ b/package.json @@ -80,11 +80,11 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.19", + "@stacksjs/bumpx": "^0.1.20", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@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", "bumpx": "^0.1.1", From 63840ec4082a2ad19e964e157876d57ec6744ad1 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:13:35 +0000 Subject: [PATCH 07/18] 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 29092592eb2..a59535be2a5 100644 --- a/package.json +++ b/package.json @@ -80,11 +80,11 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.20", + "@stacksjs/bumpx": "^0.1.29", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@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", "bumpx": "^0.1.1", From 249034c792117cf5b156030b814828dd9e25c880 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:31:24 +0000 Subject: [PATCH 08/18] 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 a59535be2a5..9a44c4a1510 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.29", + "@stacksjs/bumpx": "^0.1.33", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 322ce8b5bd65111c6dcb3889aa15003f266d9c25 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:13:29 +0000 Subject: [PATCH 09/18] 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 9a44c4a1510..43624680425 100644 --- a/package.json +++ b/package.json @@ -80,11 +80,11 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.33", + "@stacksjs/bumpx": "^0.1.38", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@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", "bumpx": "^0.1.1", From 817cddfe05991d0ffced44bff897ef4eb7cd7014 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:36:17 +0000 Subject: [PATCH 10/18] 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 43624680425..126681d36e2 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.38", + "@stacksjs/bumpx": "^0.1.59", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 3f4f5c6672eab275fb6d5300659c65b56e4fe0f4 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:38:57 +0000 Subject: [PATCH 11/18] 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 126681d36e2..7ba31b9f0da 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.59", + "@stacksjs/bumpx": "^0.1.61", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From ae6029a6dd37514d0a23413f7b362ee1672252a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 08:09:59 +0000 Subject: [PATCH 12/18] chore(deps): update all non-major dependencies (updated) --- packages/devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 714c04edbf9..78a60c5099d 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -15,6 +15,6 @@ "bun-plugin-stx": "workspace:*" }, "devDependencies": { - "unocss": "^66.4.2" + "unocss": "^66.5.0" } } From f34224ee81ec95b49a557fe5e2238c96dbb2a32d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:09:19 +0000 Subject: [PATCH 13/18] chore(deps): update all non-major dependencies (updated) --- packages/stx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stx/package.json b/packages/stx/package.json index f6eafce5cf4..18cea22d839 100644 --- a/packages/stx/package.json +++ b/packages/stx/package.json @@ -73,7 +73,7 @@ "bun-plugin-stx": "workspace:*", "gray-matter": "^4.0.3", "marked": "^16.2.1", - "shiki": "^3.12.0", + "shiki": "^3.12.1", "yaml": "^2.8.1" }, "devDependencies": { From a7e03176db798645ed8f5a53f4cba98f832f8b60 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:54 +0000 Subject: [PATCH 14/18] 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 7ba31b9f0da..50b473c918e 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@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", "bumpx": "^0.1.1", From 6380776803853578d2ef5224c1e9f9aff331f6a1 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:15:48 +0000 Subject: [PATCH 15/18] 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 50b473c918e..1b21a9fd1ac 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,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", "bumpx": "^0.1.1", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "^0.21.12", From 48572beff2da233aa51957bd0b823f667a50df60 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:12:29 +0000 Subject: [PATCH 16/18] 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 1b21a9fd1ac..f79fb194f1a 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.61", + "@stacksjs/bumpx": "^0.1.69", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From bd7c720a7b0e6101675479493e165a644e1c1f0e 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:14:48 +0000 Subject: [PATCH 17/18] 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 f79fb194f1a..02a3a0403d7 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.69", + "@stacksjs/bumpx": "^0.1.75", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From ddcc4e29d9766928f5f03b74015b592419fd1bf4 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:14:34 +0000 Subject: [PATCH 18/18] 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 02a3a0403d7..d8ca36ff07a 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "typecheck": "bun tsc --noEmit" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.75", + "@stacksjs/bumpx": "^0.1.78", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5",