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/34] 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 6578a3f0..47da7e8a 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 fcbd25c9..453f49f0 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 23e849a4..6402ec26 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 b5909164..c73b4a44 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 aeb09d34..aee6e072 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 17dc0639..48c30096 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 9718d5c6..d546514c 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/34] 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 453f49f0..c96be7f9 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/34] 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 6402ec26..78f08d80 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/34] 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 48c30096..0efc0a17 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/34] 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 c73b4a44..83ed9fdd 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/34] 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 d546514c..f52017fa 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/34] 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 78f08d80..51362c45 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/34] 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 aa3304e1..f519034b 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/34] 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 f52017fa..72e1022d 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/34] 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 51362c45..a667ee70 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/34] 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 0efc0a17..03e8fe18 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", From 31b8ec5b91c3e6da2ec971de9b51aaed8dff7b28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 00:15:26 +0000 Subject: [PATCH 12/34] chore(deps): update all non-major dependencies (updated) --- packages/vue/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index 03e8fe18..f271386e 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -47,7 +47,7 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@happy-dom/global-registrator": "^20.0.10", + "@happy-dom/global-registrator": "^20.0.11", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", @@ -59,7 +59,7 @@ "@vue/tsconfig": "^0.8.1", "bumpp": "^10.3.2", "changelogen": "^0.6.2", - "happy-dom": "^20.0.10", + "happy-dom": "^20.0.11", "typescript": "^5.9.3", "vite": "^7.2.2", "vue": "^3.5.25", From b76e5bbcde6f7f6e7e716c9c8cde41b93133aa9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:04:53 +0000 Subject: [PATCH 13/34] 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 72e1022d..e3627afa 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.5", + "next": "16.0.6", "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.5", + "eslint-config-next": "16.0.6", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" } From 29867b7bc84093f53fc0c920b230c081c9bef758 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:06:32 +0000 Subject: [PATCH 14/34] 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 83ed9fdd..d15b694f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -30,7 +30,7 @@ "dependencies": { "@vitejs/plugin-react": "^5.1.1", "ts-maps": "workspace:*", - "vite": "^7.2.4", + "vite": "^7.2.6", "vite-plugin-dts": "^4.5.4" }, "devDependencies": { From bf01a8ab1be878fefbb6fef4a97630b2cf6bd877 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 16:06:02 +0000 Subject: [PATCH 15/34] chore(deps): update all non-major dependencies (updated) --- packages/react/package.json | 4 ++-- playground/react-samples/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index d15b694f..7d59a524 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -36,8 +36,8 @@ "devDependencies": { "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "react": "^19.2.0", - "react-dom": "^19.2.0", + "react": "^19.2.1", + "react-dom": "^19.2.1", "typescript": "^5.9.3" } } diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index e3627afa..e3ad227e 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.6", + "next": "16.0.7", "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.6", + "eslint-config-next": "16.0.7", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" } From 522ff0a5c0c772ac68b0c4a9aa6f7b49b6299e4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 00:15:35 +0000 Subject: [PATCH 16/34] 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 a667ee70..81d61b7c 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.5" + "vue-tsc": "^3.1.6" } } From 96e0ece9a044a735112e722854b9492cf3724a4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 06:05:48 +0000 Subject: [PATCH 17/34] 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 f271386e..673e7f37 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@vitejs/plugin-vue": "^6.0.2", - "bun-types": "^1.3.3", + "bun-types": "^1.3.4", "ts-maps": "workspace:*" }, "devDependencies": { From a5133f3f2bd80c0e79f930bed8c36c9d4f0662a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 18:05:56 +0000 Subject: [PATCH 18/34] 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 81d61b7c..633944b8 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.6" + "vue-tsc": "^3.1.7" } } From b01726f02e6b939878e41b258fc404bb05281eaf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:05:09 +0000 Subject: [PATCH 19/34] 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 673e7f37..41981aa2 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -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.3", + "@types/bun": "^1.3.4", "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", "@vue/tsconfig": "^0.8.1", From 3990e61d9f89364afa9226c3201f57b598aed1c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:36:07 +0000 Subject: [PATCH 20/34] 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 7d59a524..c1b8e303 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -30,7 +30,7 @@ "dependencies": { "@vitejs/plugin-react": "^5.1.1", "ts-maps": "workspace:*", - "vite": "^7.2.6", + "vite": "^7.2.7", "vite-plugin-dts": "^4.5.4" }, "devDependencies": { From 6cd8acd40c3ee6239ae8e025cffbad85f1ecd234 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:04:59 +0000 Subject: [PATCH 21/34] 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 c1b8e303..d8bc1bce 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -28,7 +28,7 @@ "react-dom": "^19.2.0" }, "dependencies": { - "@vitejs/plugin-react": "^5.1.1", + "@vitejs/plugin-react": "^5.1.2", "ts-maps": "workspace:*", "vite": "^7.2.7", "vite-plugin-dts": "^4.5.4" From fc9b1001b7041b32ab24296addf3c71da84331e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:05:07 +0000 Subject: [PATCH 22/34] 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 e3ad227e..c961531e 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.7", + "next": "16.0.8", "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.7", + "eslint-config-next": "16.0.8", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" } From ae0cf5ef923f602c0185edc44d3a260fec08f0c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 00:16:03 +0000 Subject: [PATCH 23/34] chore(deps): update all non-major dependencies (updated) --- playground/react-samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index c961531e..9710d7a8 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.17", - "@types/node": "^24.10.1", + "@types/node": "^24.10.2", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^9.39.1", From ea7a36904a80804d202ef8636ff91dcbbe48835d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 04:10:01 +0000 Subject: [PATCH 24/34] 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 633944b8..c53b192b 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.7" + "vue-tsc": "^3.1.8" } } From 756a08d1ad7a5bda8570bd08cfc27aa127f462ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:05:27 +0000 Subject: [PATCH 25/34] chore(deps): update all non-major dependencies (updated) --- packages/nuxt/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index c53b192b..929ae251 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -32,15 +32,15 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@nuxt/kit": "^4.2.1", + "@nuxt/kit": "^4.2.2", "ts-maps": "workspace:*" }, "devDependencies": { "@nuxt/devtools": "^3.1.1", "@nuxt/eslint-config": "^1.11.0", "@nuxt/module-builder": "^1.0.2", - "@nuxt/schema": "^4.2.1", - "nuxt": "^4.2.1", + "@nuxt/schema": "^4.2.2", + "nuxt": "^4.2.2", "typescript": "~5.9.3", "vue-tsc": "^3.1.8" } From be98c1f2ef23cb33f12085e226484c2a283e1d61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:12:59 +0000 Subject: [PATCH 26/34] 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 929ae251..1a7e316d 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.11.0", + "@nuxt/eslint-config": "^1.12.1", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^4.2.2", "nuxt": "^4.2.2", From a9030b2d48416ee88288b234fc9d245808c4b81b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 20:05:39 +0000 Subject: [PATCH 27/34] chore(deps): update all non-major dependencies (updated) --- playground/react-samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index 9710d7a8..55126fa5 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.17", - "@types/node": "^24.10.2", + "@types/node": "^24.10.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^9.39.1", From eae0ec3181fc46cb5cee5a9102ea394a3a43f0de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:12:57 +0000 Subject: [PATCH 28/34] chore(deps): update all non-major dependencies (updated) --- playground/vue-samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/vue-samples/package.json b/playground/vue-samples/package.json index db597f4a..692aebe8 100644 --- a/playground/vue-samples/package.json +++ b/playground/vue-samples/package.json @@ -12,7 +12,7 @@ "@types/google.maps": "^3.58.1", "ts-maps-vue": "../../packages/vue", "vue": "^3.5.24", - "vue-router": "4.6.3" + "vue-router": "4.6.4" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.1", From 10ac4b29090d1fba16103bda4921d92a9eef931d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:14:12 +0000 Subject: [PATCH 29/34] 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 55126fa5..53d4319d 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -16,13 +16,13 @@ "ts-maps-react": "^0.2.7" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.17", + "@tailwindcss/postcss": "^4.1.18", "@types/node": "^24.10.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^9.39.1", "eslint-config-next": "16.0.8", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "typescript": "^5.9.3" } } From 8fb6f9665146b6959e04b531b339c313acd12b39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 20:05:16 +0000 Subject: [PATCH 30/34] chore(deps): update all non-major dependencies (updated) --- packages/react/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index d8bc1bce..717d9530 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -36,8 +36,8 @@ "devDependencies": { "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "react": "^19.2.1", - "react-dom": "^19.2.1", + "react": "^19.2.2", + "react-dom": "^19.2.2", "typescript": "^5.9.3" } } From a4dd76a751def4a0ed56214586503ec6579a2774 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:11:54 +0000 Subject: [PATCH 31/34] 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 53d4319d..ef91a6e1 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.8", + "next": "16.0.9", "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.8", + "eslint-config-next": "16.0.9", "tailwindcss": "^4.1.18", "typescript": "^5.9.3" } From 6363c59a5a6f1fca55bc28abe2f1141917bb448c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:16:32 +0000 Subject: [PATCH 32/34] chore(deps): update all non-major dependencies (updated) --- packages/react/package.json | 4 ++-- playground/react-samples/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index 717d9530..3670b1c1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -36,8 +36,8 @@ "devDependencies": { "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "react": "^19.2.2", - "react-dom": "^19.2.2", + "react": "^19.2.3", + "react-dom": "^19.2.3", "typescript": "^5.9.3" } } diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index ef91a6e1..02e71c85 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.9", + "next": "16.0.10", "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.9", + "eslint-config-next": "16.0.10", "tailwindcss": "^4.1.18", "typescript": "^5.9.3" } From 4e6c70c108252fc6302bf5051b5018459bab689b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:05:08 +0000 Subject: [PATCH 33/34] 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 41981aa2..a8ae0910 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -42,7 +42,7 @@ "test": "bun test" }, "dependencies": { - "@vitejs/plugin-vue": "^6.0.2", + "@vitejs/plugin-vue": "^6.0.3", "bun-types": "^1.3.4", "ts-maps": "workspace:*" }, From d81132643b338e9bc5e1a50cc86843832c0796d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 00:16:14 +0000 Subject: [PATCH 34/34] chore(deps): update all non-major dependencies (updated) --- playground/react-samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index 02e71c85..5cd6fcc1 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -20,7 +20,7 @@ "@types/node": "^24.10.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", - "eslint": "^9.39.1", + "eslint": "^9.39.2", "eslint-config-next": "16.0.10", "tailwindcss": "^4.1.18", "typescript": "^5.9.3"