From 22759237caca75a53ff5312ace85f59a8811c1d5 Mon Sep 17 00:00:00 2001 From: Yaroslav Lapin Date: Tue, 24 Jan 2023 18:21:33 -0700 Subject: [PATCH 1/3] change @astrojs/solid to @astrojs/solid-js @astrojs/solid package doesn't exist --- packages/astro/src/runtime/server/render/component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/src/runtime/server/render/component.ts b/packages/astro/src/runtime/server/render/component.ts index 7896a4bd2c69..b6a6576f17c2 100644 --- a/packages/astro/src/runtime/server/render/component.ts +++ b/packages/astro/src/runtime/server/render/component.ts @@ -31,12 +31,12 @@ function guessRenderers(componentUrl?: string): string[] { return ['@astrojs/vue']; case 'jsx': case 'tsx': - return ['@astrojs/react', '@astrojs/preact', '@astrojs/solid', '@astrojs/vue (jsx)']; + return ['@astrojs/react', '@astrojs/preact', '@astrojs/solid-js', '@astrojs/vue (jsx)']; default: return [ '@astrojs/react', '@astrojs/preact', - '@astrojs/solid', + '@astrojs/solid-js', '@astrojs/vue', '@astrojs/svelte', ]; From 87c008b06ab057b021c9afb915a843e10abf5d17 Mon Sep 17 00:00:00 2001 From: Yaroslav Lapin Date: Tue, 24 Jan 2023 18:25:09 -0700 Subject: [PATCH 2/3] Create serious-turtles-explode.md --- .changeset/serious-turtles-explode.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/serious-turtles-explode.md diff --git a/.changeset/serious-turtles-explode.md b/.changeset/serious-turtles-explode.md new file mode 100644 index 000000000000..c4df1433e475 --- /dev/null +++ b/.changeset/serious-turtles-explode.md @@ -0,0 +1,5 @@ +--- +"@fake-scope/fake-pkg": patch +--- + +improve error message: change @astrojs/solid to @astrojs/solid-js From 8be4030e8ad7d612602ccb95cadfe8d94c22739d Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 25 Jan 2023 16:17:00 -0600 Subject: [PATCH 3/3] Update .changeset/serious-turtles-explode.md Co-authored-by: Bjorn Lu --- .changeset/serious-turtles-explode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/serious-turtles-explode.md b/.changeset/serious-turtles-explode.md index c4df1433e475..0e90a18d9f9c 100644 --- a/.changeset/serious-turtles-explode.md +++ b/.changeset/serious-turtles-explode.md @@ -1,5 +1,5 @@ --- -"@fake-scope/fake-pkg": patch +'astro': patch --- improve error message: change @astrojs/solid to @astrojs/solid-js