From 12560513113a105a344c3c2afcc68a72c04980eb Mon Sep 17 00:00:00 2001 From: dominikg Date: Mon, 23 Jun 2025 12:01:52 +0200 Subject: [PATCH 1/4] chore: add note that svelte.config.ts support in vps is just the start --- .changeset/tall-rivers-sleep.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.changeset/tall-rivers-sleep.md b/.changeset/tall-rivers-sleep.md index 9efcebcea..6bb24c918 100644 --- a/.changeset/tall-rivers-sleep.md +++ b/.changeset/tall-rivers-sleep.md @@ -3,3 +3,8 @@ --- add support for loading typescript svelte config files in runtimes that support it + +> [! NOTE] +> This change only applies to vite-plugin-svelte. +> +> To use `svelte.config.ts` in SvelteKit, with the Svelte VSCode extension or other tools reading the svelte config file, you have to wait until support is implemented there. From aa2000b66e6ae1813627c1e4919f8bdebda27c7d Mon Sep 17 00:00:00 2001 From: dominikg Date: Mon, 23 Jun 2025 12:10:07 +0200 Subject: [PATCH 2/4] chore: fix case --- .changeset/tall-rivers-sleep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/tall-rivers-sleep.md b/.changeset/tall-rivers-sleep.md index 6bb24c918..c3277c2d8 100644 --- a/.changeset/tall-rivers-sleep.md +++ b/.changeset/tall-rivers-sleep.md @@ -7,4 +7,4 @@ add support for loading typescript svelte config files in runtimes that support > [! NOTE] > This change only applies to vite-plugin-svelte. > -> To use `svelte.config.ts` in SvelteKit, with the Svelte VSCode extension or other tools reading the svelte config file, you have to wait until support is implemented there. +> To use `svelte.config.ts` in SvelteKit, with the Svelte VSCode extension or other tools reading the Svelte config file, you have to wait until support is implemented there. From 8c2b169e64b1423deb1846a5b9db6cd5e9173224 Mon Sep 17 00:00:00 2001 From: dominikg Date: Mon, 23 Jun 2025 12:10:50 +0200 Subject: [PATCH 3/4] chore: more case fixes --- .changeset/tall-rivers-sleep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/tall-rivers-sleep.md b/.changeset/tall-rivers-sleep.md index c3277c2d8..e974d5e26 100644 --- a/.changeset/tall-rivers-sleep.md +++ b/.changeset/tall-rivers-sleep.md @@ -2,7 +2,7 @@ '@sveltejs/vite-plugin-svelte': minor --- -add support for loading typescript svelte config files in runtimes that support it +add support for loading TypeScript Svelte config files in runtimes that support it > [! NOTE] > This change only applies to vite-plugin-svelte. From dca79e71fc34721829daee188e76ebf917d111cb Mon Sep 17 00:00:00 2001 From: "Dominik G." Date: Mon, 23 Jun 2025 12:38:05 +0200 Subject: [PATCH 4/4] Update .changeset/tall-rivers-sleep.md Co-authored-by: Rich Harris --- .changeset/tall-rivers-sleep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/tall-rivers-sleep.md b/.changeset/tall-rivers-sleep.md index e974d5e26..1f439d0ab 100644 --- a/.changeset/tall-rivers-sleep.md +++ b/.changeset/tall-rivers-sleep.md @@ -7,4 +7,4 @@ add support for loading TypeScript Svelte config files in runtimes that support > [! NOTE] > This change only applies to vite-plugin-svelte. > -> To use `svelte.config.ts` in SvelteKit, with the Svelte VSCode extension or other tools reading the Svelte config file, you have to wait until support is implemented there. +> To use `svelte.config.ts` in SvelteKit, with the Svelte VS Code extension or other tools reading the Svelte config file, you have to wait until support is implemented there.