From 82512a625249d576ed662600e5cb393bfae4ed62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:06:26 +0000 Subject: [PATCH 01/11] chore(deps): update all non-major dependencies --- deps.yaml | 2 +- package.json | 2 +- packages/nuxt/package.json | 2 +- packages/react/package.json | 8 ++++---- packages/ts-maps/package.json | 2 +- packages/vue/package.json | 6 +++--- playground/react-samples/package.json | 6 +++--- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/deps.yaml b/deps.yaml index 6578a3f..47da7e8 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.3.0 + bun.sh: ^1.3.1 diff --git a/package.json b/package.json index fcbd25c..453f49f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "dependencies": { - "better-dx": "^0.2.3" + "better-dx": "^0.2.4" }, "devDependencies": { "@stacksjs/docs": "^0.70.23", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 23e849a..6402ec2 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -42,6 +42,6 @@ "@nuxt/schema": "^4.2.1", "nuxt": "^4.2.1", "typescript": "~5.9.3", - "vue-tsc": "^3.1.3" + "vue-tsc": "^3.1.4" } } diff --git a/packages/react/package.json b/packages/react/package.json index b590916..c73b4a4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -28,14 +28,14 @@ "react-dom": "^19.2.0" }, "dependencies": { - "@vitejs/plugin-react": "^5.1.0", + "@vitejs/plugin-react": "^5.1.1", "ts-maps": "workspace:*", - "vite": "^7.2.2", + "vite": "^7.2.4", "vite-plugin-dts": "^4.5.4" }, "devDependencies": { - "@types/react": "^19.2.2", - "@types/react-dom": "^19.2.2", + "@types/react": "^19.2.6", + "@types/react-dom": "^19.2.3", "react": "^19.2.0", "react-dom": "^19.2.0", "typescript": "^5.9.3" diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index aeb09d3..aee6e07 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -98,7 +98,7 @@ }, "devDependencies": { "bunfig": "^0.15.6", - "lint-staged": "^16.2.6", + "lint-staged": "^16.2.7", "typescript": "^5.9.3" }, "lint-staged": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 17dc063..48c3009 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -42,8 +42,8 @@ "test": "bun test" }, "dependencies": { - "@vitejs/plugin-vue": "^6.0.1", - "bun-types": "^1.3.2", + "@vitejs/plugin-vue": "^6.0.2", + "bun-types": "^1.3.3", "ts-maps": "workspace:*" }, "devDependencies": { @@ -53,7 +53,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", - "@types/bun": "^1.3.2", + "@types/bun": "^1.3.3", "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", "@vue/tsconfig": "^0.8.1", diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index 9718d5c..d546514 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.1", + "next": "16.0.3", "react": "19.2.0", "react-dom": "19.2.0", "ts-maps": "^0.2.7", @@ -17,11 +17,11 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.17", - "@types/node": "^24.10.0", + "@types/node": "^24.10.1", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^9.39.1", - "eslint-config-next": "16.0.1", + "eslint-config-next": "16.0.3", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" } From 9b87b8d38c7acb1e23778568226000465747c6e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 04:06:10 +0000 Subject: [PATCH 02/11] 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 453f49f..c96be7f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "dependencies": { - "better-dx": "^0.2.4" + "better-dx": "^0.2.5" }, "devDependencies": { "@stacksjs/docs": "^0.70.23", From 3d68bb7aca24cf3c4827b5b0b89eb2d33a483b95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 20:04:58 +0000 Subject: [PATCH 03/11] chore(deps): update all non-major dependencies (updated) --- packages/nuxt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 6402ec2..78f08d8 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -42,6 +42,6 @@ "@nuxt/schema": "^4.2.1", "nuxt": "^4.2.1", "typescript": "~5.9.3", - "vue-tsc": "^3.1.4" + "vue-tsc": "^3.1.5" } } From 0caf9acc5e63dc41b8c91cd75569a921c75f0577 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:06:09 +0000 Subject: [PATCH 04/11] chore(deps): update all non-major dependencies (updated) --- packages/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index 48c3009..0efc0a1 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -62,7 +62,7 @@ "happy-dom": "^20.0.10", "typescript": "^5.9.3", "vite": "^7.2.2", - "vue": "^3.5.24", + "vue": "^3.5.25", "vue-tsc": "^3.1.3" } } From 62d5cc61622a3fc92d888f458b3dbf7210c55c9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:05:52 +0000 Subject: [PATCH 05/11] chore(deps): update all non-major dependencies (updated) --- packages/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/package.json b/packages/react/package.json index c73b4a4..83ed9fd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -34,7 +34,7 @@ "vite-plugin-dts": "^4.5.4" }, "devDependencies": { - "@types/react": "^19.2.6", + "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "react": "^19.2.0", "react-dom": "^19.2.0", From 9c45d1ac1db5cd7650804b787d4ff954c4754f14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:06:29 +0000 Subject: [PATCH 06/11] chore(deps): update all non-major dependencies (updated) --- playground/react-samples/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index d546514..f52017f 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.3", + "next": "16.0.4", "react": "19.2.0", "react-dom": "19.2.0", "ts-maps": "^0.2.7", @@ -21,7 +21,7 @@ "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^9.39.1", - "eslint-config-next": "16.0.3", + "eslint-config-next": "16.0.4", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" } From 9bf025f0a76db9b78f8d568a64a56b7e9d4b949b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:05:04 +0000 Subject: [PATCH 07/11] chore(deps): update all non-major dependencies (updated) --- packages/nuxt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 78f08d8..51362c4 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -36,7 +36,7 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@nuxt/devtools": "^3.1.0", + "@nuxt/devtools": "^3.1.1", "@nuxt/eslint-config": "^1.10.0", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^4.2.1", From 9cda37aa67d67c5f07eadc8b3bcda45e2a6bedb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 12:07:19 +0000 Subject: [PATCH 08/11] 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 aa3304e..f519034 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.5 + uses: shivammathur/setup-php@2.36.0 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.5 + uses: shivammathur/setup-php@2.36.0 with: php-version: '8.4' tools: composer From 6ebf3b4c97a722196c6b7e61849a426df285a6f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 00:15:20 +0000 Subject: [PATCH 09/11] chore(deps): update all non-major dependencies (updated) --- playground/react-samples/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index f52017f..72e1022 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.4", + "next": "16.0.5", "react": "19.2.0", "react-dom": "19.2.0", "ts-maps": "^0.2.7", @@ -21,7 +21,7 @@ "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^9.39.1", - "eslint-config-next": "16.0.4", + "eslint-config-next": "16.0.5", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" } From cac33bf3aae8408ba18c4476bffdeb86b188aa44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 02:34:00 +0000 Subject: [PATCH 10/11] chore(deps): update all non-major dependencies (updated) --- packages/nuxt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 51362c4..a667ee7 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@nuxt/devtools": "^3.1.1", - "@nuxt/eslint-config": "^1.10.0", + "@nuxt/eslint-config": "^1.11.0", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^4.2.1", "nuxt": "^4.2.1", From 42755a2e1adb12ebe73a2cf7bead920b5dd57336 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 06:06:13 +0000 Subject: [PATCH 11/11] chore(deps): update all non-major dependencies (updated) --- packages/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index 0efc0a1..03e8fe1 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -57,7 +57,7 @@ "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", "@vue/tsconfig": "^0.8.1", - "bumpp": "^10.3.1", + "bumpp": "^10.3.2", "changelogen": "^0.6.2", "happy-dom": "^20.0.10", "typescript": "^5.9.3",