From eac449431c6474fd0a90b3af3fa8ac51409b7074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:15:32 +0000 Subject: [PATCH 01/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.0 --- 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 b307babb..12c141e2 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -42,7 +42,7 @@ "bun-types": "^1.2.23" }, "devDependencies": { - "@happy-dom/global-registrator": "^19.0.2", + "@happy-dom/global-registrator": "^20.0.0", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 32204cafda6042b3ca1940ae6ba525c7c93eef94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:05:48 +0000 Subject: [PATCH 02/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.0 (updated) --- packages/vue/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index 12c141e2..220f13fe 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -39,7 +39,9 @@ "test": "bun test" }, "dependencies": { - "bun-types": "^1.2.23" + "@vitejs/plugin-vue": "^6.0.1", + "bun-types": "^1.2.23", + "vite": "^7.1.9" }, "devDependencies": { "@happy-dom/global-registrator": "^20.0.0", @@ -56,7 +58,7 @@ "bun-plugin-dtsx": "^0.21.12", "cac": "^6.7.14", "changelogen": "^0.6.2", - "happy-dom": "^19.0.2", + "happy-dom": "^20.0.0", "typescript": "^5.9.3", "vue": "^3.5.22", "vue-tsc": "^3.1.0" From 6bcb10fc0b619443a89a4996971c993ae69897c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:05:22 +0000 Subject: [PATCH 03/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.0 (updated) --- packages/vue/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index 220f13fe..f1011512 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -31,7 +31,7 @@ "types": "dist/index.d.ts", "files": ["README.md", "dist"], "scripts": { - "build": "bunx --bun vite build --mode lib", + "build": "bun --bun vite build --mode lib", "prepublishOnly": "bunx --bun vite build --mode lib", "build:types": "bunx vue-tsc -p tsconfig.build.json && bunx api-extractor run", "lint": "bunx --bun eslint .", @@ -41,7 +41,7 @@ "dependencies": { "@vitejs/plugin-vue": "^6.0.1", "bun-types": "^1.2.23", - "vite": "^7.1.9" + "ts-maps": "workspace:*" }, "devDependencies": { "@happy-dom/global-registrator": "^20.0.0", @@ -56,10 +56,10 @@ "@vue/tsconfig": "^0.8.1", "bumpp": "^10.2.3", "bun-plugin-dtsx": "^0.21.12", - "cac": "^6.7.14", "changelogen": "^0.6.2", "happy-dom": "^20.0.0", "typescript": "^5.9.3", + "vite": "^6.0.1", "vue": "^3.5.22", "vue-tsc": "^3.1.0" } From 724a18ca512bfb0e9328f5403fc15947dec47a3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 18:06:10 +0000 Subject: [PATCH 04/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.0 (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 f1011512..194f2a14 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -59,7 +59,7 @@ "changelogen": "^0.6.2", "happy-dom": "^20.0.0", "typescript": "^5.9.3", - "vite": "^6.0.1", + "vite": "^7.1.9", "vue": "^3.5.22", "vue-tsc": "^3.1.0" } From 6d0a403d142f8565c398c4a113b81eff74329ee0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 00:15:15 +0000 Subject: [PATCH 05/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.1 (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 194f2a14..c5af9ada 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -44,7 +44,7 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@happy-dom/global-registrator": "^20.0.0", + "@happy-dom/global-registrator": "^20.0.1", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From c206c9e08640eef622642064511cd071a17e6f0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:06:06 +0000 Subject: [PATCH 06/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.1 (updated) --- packages/vue/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index c5af9ada..2b2876f3 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "ts-maps-vue", "type": "module", - "version": "0.2.0", + "version": "0.2.5", "description": "Vue components for ts-maps - Interactive Vector Maps", "author": "Chris Breuer ", "license": "MIT", @@ -29,7 +29,10 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "files": ["README.md", "dist"], + "files": [ + "README.md", + "dist" + ], "scripts": { "build": "bun --bun vite build --mode lib", "prepublishOnly": "bunx --bun vite build --mode lib", From 523b32c0507d7d90ae6426c999af9ec479bdc154 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 18:06:48 +0000 Subject: [PATCH 07/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.2 (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 2b2876f3..008f33cd 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.1", + "@happy-dom/global-registrator": "^20.0.2", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 2f19206492cd9413a06e791d4b8099f11107eb56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 00:25:42 +0000 Subject: [PATCH 08/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.4 (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 008f33cd..b3e1fd91 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.2", + "@happy-dom/global-registrator": "^20.0.4", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From f51ccca589a3cc87ecb41539fa4a5fb8bb856bad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 18:07:24 +0000 Subject: [PATCH 09/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.5 (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 b3e1fd91..3b18b9f5 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.4", + "@happy-dom/global-registrator": "^20.0.5", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 803421c605169802ced15090fcf29225ae38e299 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:06:15 +0000 Subject: [PATCH 10/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.6 (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 3b18b9f5..0775db74 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.5", + "@happy-dom/global-registrator": "^20.0.6", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", From 7fd6630943772c9ebedecbb4d13be97d5fb36109 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:16:31 +0000 Subject: [PATCH 11/11] chore(deps): update dependency @happy-dom/global-registrator to 20.0.7 (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 0775db74..311fc965 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.6", + "@happy-dom/global-registrator": "^20.0.7", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3",