From c1de03813a2dc3a77dfc2d4dc4301ba0f6aa235d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Dec 2023 17:59:26 +0000 Subject: [PATCH] [ci] release --- .changeset/beige-zebras-ring.md | 5 - .changeset/blue-ladybugs-march.md | 5 - .changeset/chilly-tips-breathe.md | 5 - .changeset/eight-ears-call.md | 7 -- .changeset/forty-actors-wash.md | 5 - .changeset/gold-zebras-burn.md | 5 - .changeset/great-parrots-raise.md | 5 - .changeset/old-goats-occur.md | 5 - .changeset/rare-ants-swim.md | 5 - .changeset/rude-deers-turn.md | 5 - .changeset/shy-knives-unite.md | 5 - .changeset/small-emus-deny.md | 5 - .changeset/soft-sheep-glow.md | 18 ---- .changeset/tidy-dogs-remain.md | 5 - examples/basics/package.json | 2 +- examples/blog/package.json | 6 +- examples/component/package.json | 2 +- examples/framework-alpine/package.json | 4 +- examples/framework-lit/package.json | 4 +- examples/framework-multiple/package.json | 12 +-- examples/framework-preact/package.json | 4 +- examples/framework-react/package.json | 4 +- examples/framework-solid/package.json | 4 +- examples/framework-svelte/package.json | 4 +- examples/framework-vue/package.json | 4 +- examples/hackernews/package.json | 4 +- examples/integration/package.json | 2 +- examples/middleware/package.json | 4 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 6 +- examples/view-transitions/package.json | 6 +- examples/with-markdoc/package.json | 4 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 6 +- examples/with-nanostores/package.json | 4 +- examples/with-tailwindcss/package.json | 6 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 22 ++++ packages/astro/package.json | 2 +- packages/integrations/alpinejs/CHANGELOG.md | 6 ++ packages/integrations/alpinejs/package.json | 2 +- packages/integrations/lit/CHANGELOG.md | 6 ++ packages/integrations/lit/package.json | 2 +- packages/integrations/markdoc/CHANGELOG.md | 6 ++ packages/integrations/markdoc/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 6 ++ packages/integrations/mdx/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 6 ++ packages/integrations/node/package.json | 2 +- packages/integrations/partytown/CHANGELOG.md | 6 ++ packages/integrations/partytown/package.json | 2 +- packages/integrations/preact/CHANGELOG.md | 8 ++ packages/integrations/preact/package.json | 2 +- packages/integrations/react/CHANGELOG.md | 8 ++ packages/integrations/react/package.json | 2 +- packages/integrations/sitemap/CHANGELOG.md | 6 ++ packages/integrations/sitemap/package.json | 2 +- packages/integrations/solid/CHANGELOG.md | 8 ++ packages/integrations/solid/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 10 ++ packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/CHANGELOG.md | 10 ++ packages/integrations/tailwind/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 6 ++ packages/integrations/vercel/package.json | 2 +- packages/integrations/vue/CHANGELOG.md | 6 ++ packages/integrations/vue/package.json | 2 +- pnpm-lock.yaml | 104 +++++++++---------- 71 files changed, 239 insertions(+), 204 deletions(-) delete mode 100644 .changeset/beige-zebras-ring.md delete mode 100644 .changeset/blue-ladybugs-march.md delete mode 100644 .changeset/chilly-tips-breathe.md delete mode 100644 .changeset/eight-ears-call.md delete mode 100644 .changeset/forty-actors-wash.md delete mode 100644 .changeset/gold-zebras-burn.md delete mode 100644 .changeset/great-parrots-raise.md delete mode 100644 .changeset/old-goats-occur.md delete mode 100644 .changeset/rare-ants-swim.md delete mode 100644 .changeset/rude-deers-turn.md delete mode 100644 .changeset/shy-knives-unite.md delete mode 100644 .changeset/small-emus-deny.md delete mode 100644 .changeset/soft-sheep-glow.md delete mode 100644 .changeset/tidy-dogs-remain.md diff --git a/.changeset/beige-zebras-ring.md b/.changeset/beige-zebras-ring.md deleted file mode 100644 index f81f6aa6fcfe..000000000000 --- a/.changeset/beige-zebras-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add support for autocomplete attribute to the HTML button type. diff --git a/.changeset/blue-ladybugs-march.md b/.changeset/blue-ladybugs-march.md deleted file mode 100644 index 4394b6ad35e2..000000000000 --- a/.changeset/blue-ladybugs-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes duplicated CSS modules content when it's imported by both Astro files and framework components diff --git a/.changeset/chilly-tips-breathe.md b/.changeset/chilly-tips-breathe.md deleted file mode 100644 index 6e622f8264df..000000000000 --- a/.changeset/chilly-tips-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Export JSX namespace from `astro/jsx-runtime` for language tooling to consume diff --git a/.changeset/eight-ears-call.md b/.changeset/eight-ears-call.md deleted file mode 100644 index 41a9140a7a24..000000000000 --- a/.changeset/eight-ears-call.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/preact': patch -'@astrojs/react': patch -'@astrojs/solid-js': patch ---- - -Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro) diff --git a/.changeset/forty-actors-wash.md b/.changeset/forty-actors-wash.md deleted file mode 100644 index 4a5d79d0a625..000000000000 --- a/.changeset/forty-actors-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Filter out Svelte's unknown data prop warnings diff --git a/.changeset/gold-zebras-burn.md b/.changeset/gold-zebras-burn.md deleted file mode 100644 index 8cb15a42beaf..000000000000 --- a/.changeset/gold-zebras-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Improves error message for the case where two similarly named files result in the same content entry. diff --git a/.changeset/great-parrots-raise.md b/.changeset/great-parrots-raise.md deleted file mode 100644 index 8a78a298a937..000000000000 --- a/.changeset/great-parrots-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Forwards errors if a Svelte component fails to instantiate in the client diff --git a/.changeset/old-goats-occur.md b/.changeset/old-goats-occur.md deleted file mode 100644 index 8224bbabbd44..000000000000 --- a/.changeset/old-goats-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Prevents unnecessary URI decoding when rendering a route diff --git a/.changeset/rare-ants-swim.md b/.changeset/rare-ants-swim.md deleted file mode 100644 index 1bde7bf14258..000000000000 --- a/.changeset/rare-ants-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Improves errors in certain places to also report their causes. diff --git a/.changeset/rude-deers-turn.md b/.changeset/rude-deers-turn.md deleted file mode 100644 index ee54f44163ee..000000000000 --- a/.changeset/rude-deers-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/tailwind': minor ---- - -Adds `nesting` option to enable `tailwindcss/nesting` support diff --git a/.changeset/shy-knives-unite.md b/.changeset/shy-knives-unite.md deleted file mode 100644 index 5aa3c87bfd00..000000000000 --- a/.changeset/shy-knives-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Update Sharp version to ^0.33.1 diff --git a/.changeset/small-emus-deny.md b/.changeset/small-emus-deny.md deleted file mode 100644 index 4926c0655c81..000000000000 --- a/.changeset/small-emus-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Prevents dev toolbar tooltip from overflowing outside of the screen diff --git a/.changeset/soft-sheep-glow.md b/.changeset/soft-sheep-glow.md deleted file mode 100644 index 90b26828a350..000000000000 --- a/.changeset/soft-sheep-glow.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@astrojs/alpinejs': patch -'@astrojs/lit': patch -'@astrojs/markdoc': patch -'@astrojs/mdx': patch -'@astrojs/node': patch -'@astrojs/partytown': patch -'@astrojs/preact': patch -'@astrojs/react': patch -'@astrojs/sitemap': patch -'@astrojs/solid-js': patch -'@astrojs/svelte': patch -'@astrojs/tailwind': patch -'@astrojs/vercel': patch -'@astrojs/vue': patch ---- - -Updates README diff --git a/.changeset/tidy-dogs-remain.md b/.changeset/tidy-dogs-remain.md deleted file mode 100644 index aef030c9d05c..000000000000 --- a/.changeset/tidy-dogs-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds a helpful warning message for when an exported API Route is not uppercase. diff --git a/examples/basics/package.json b/examples/basics/package.json index e6e61c6d70e5..ff55e0d315af 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.7" + "astro": "^4.0.8" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 32e32622640d..6e0bd7a2cf9e 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.2", + "@astrojs/mdx": "^2.0.3", "@astrojs/rss": "^4.0.1", - "@astrojs/sitemap": "^3.0.3", - "astro": "^4.0.7" + "@astrojs/sitemap": "^3.0.4", + "astro": "^4.0.8" } } diff --git a/examples/component/package.json b/examples/component/package.json index 6b056cff0f4b..67ec5a3a801d 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.0.7" + "astro": "^4.0.8" }, "peerDependencies": { "astro": "^3.0.0" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 8747cae30a6b..da02b10cec53 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.3.1", + "@astrojs/alpinejs": "^0.3.2", "@types/alpinejs": "^3.13.5", "alpinejs": "^3.13.3", - "astro": "^4.0.7" + "astro": "^4.0.8" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 483b3209dda0..a12879c13052 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/lit": "^4.0.0", + "@astrojs/lit": "^4.0.1", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.0.7", + "astro": "^4.0.8", "lit": "^2.8.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 725a8252b349..235c0015ef11 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,12 +11,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.0.1", - "@astrojs/react": "^3.0.8", - "@astrojs/solid-js": "^3.0.2", - "@astrojs/svelte": "^5.0.2", - "@astrojs/vue": "^4.0.5", - "astro": "^4.0.7", + "@astrojs/preact": "^3.0.2", + "@astrojs/react": "^3.0.9", + "@astrojs/solid-js": "^3.0.3", + "@astrojs/svelte": "^5.0.3", + "@astrojs/vue": "^4.0.6", + "astro": "^4.0.8", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index d767c0b5fdd1..182488e94ae6 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.0.1", + "@astrojs/preact": "^3.0.2", "@preact/signals": "^1.2.1", - "astro": "^4.0.7", + "astro": "^4.0.8", "preact": "^10.19.2" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index bf1e2ee34d23..c82665504727 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.0.8", + "@astrojs/react": "^3.0.9", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.0.7", + "astro": "^4.0.8", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index a283d3f78473..a872508abefa 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/solid-js": "^3.0.2", - "astro": "^4.0.7", + "@astrojs/solid-js": "^3.0.3", + "astro": "^4.0.8", "solid-js": "^1.8.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index e14692cf3a60..86e67d122441 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.0.2", - "astro": "^4.0.7", + "@astrojs/svelte": "^5.0.3", + "astro": "^4.0.8", "svelte": "^4.2.5" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 851ac283bc0e..29ad35c9275e 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.0.5", - "astro": "^4.0.7", + "@astrojs/vue": "^4.0.6", + "astro": "^4.0.8", "vue": "^3.3.8" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 1a7646ac8b66..b10f2aaeba20 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^7.0.2", - "astro": "^4.0.7" + "@astrojs/node": "^7.0.3", + "astro": "^4.0.8" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index e59c8e1ef9d0..cac406ddca81 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.0.7" + "astro": "^4.0.8" }, "peerDependencies": { "astro": "^3.0.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index fdea138649af..b1af09cde49d 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -12,8 +12,8 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^7.0.2", - "astro": "^4.0.7", + "@astrojs/node": "^7.0.3", + "astro": "^4.0.8", "html-minifier": "^4.0.0" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 768f60a0952e..860897d1bf8b 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.7" + "astro": "^4.0.8" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index e77e7bfc319d..2a1c4d61a8e4 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.7" + "astro": "^4.0.8" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 124a9f059baa..3332fc3a332e 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.7" + "astro": "^4.0.8" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 30d9218dda55..7ed70e2bf89d 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^7.0.2", - "@astrojs/svelte": "^5.0.2", - "astro": "^4.0.7", + "@astrojs/node": "^7.0.3", + "@astrojs/svelte": "^5.0.3", + "astro": "^4.0.8", "svelte": "^4.2.5" } } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 18e9dbbd0206..51069d03d0a6 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/tailwind": "^5.0.4", - "@astrojs/node": "^7.0.2", - "astro": "^4.0.7" + "@astrojs/tailwind": "^5.1.0", + "@astrojs/node": "^7.0.3", + "astro": "^4.0.8" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 67211e723ace..3a256c74cb5c 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.8.1", - "astro": "^4.0.7" + "@astrojs/markdoc": "^0.8.2", + "astro": "^4.0.8" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 7cdb99e34f11..070443067aa9 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^4.0.1", - "astro": "^4.0.7", + "astro": "^4.0.8", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 02263dcbd446..562d476ee881 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.7" + "astro": "^4.0.8" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 11afa24841bc..016370f40d0a 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.2", - "@astrojs/preact": "^3.0.1", - "astro": "^4.0.7", + "@astrojs/mdx": "^2.0.3", + "@astrojs/preact": "^3.0.2", + "astro": "^4.0.8", "preact": "^10.19.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 1c7e196caf56..86a6305f4d88 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.0.1", + "@astrojs/preact": "^3.0.2", "@nanostores/preact": "^0.5.0", - "astro": "^4.0.7", + "astro": "^4.0.8", "nanostores": "^0.9.5", "preact": "^10.19.2" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 7531abebb0bb..c497f3f8a3f0 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.2", - "@astrojs/tailwind": "^5.0.4", + "@astrojs/mdx": "^2.0.3", + "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.3", - "astro": "^4.0.7", + "astro": "^4.0.8", "autoprefixer": "^10.4.15", "canvas-confetti": "^1.9.1", "postcss": "^8.4.28", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index f2dc137867ff..ff523da7d7cb 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.0.7", + "astro": "^4.0.8", "vitest": "^0.34.2" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index ed5853be59c6..86a1df59a10c 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,27 @@ # astro +## 4.0.8 + +### Patch Changes + +- [#9522](https://github.com/withastro/astro/pull/9522) [`bb1438d20d325acd15f3755c6e306e45a7c64bcd`](https://github.com/withastro/astro/commit/bb1438d20d325acd15f3755c6e306e45a7c64bcd) Thanks [@Zegnat](https://github.com/Zegnat)! - Add support for autocomplete attribute to the HTML button type. + +- [#9531](https://github.com/withastro/astro/pull/9531) [`662f06fd9fae377bed1aaa49adbba3542cced087`](https://github.com/withastro/astro/commit/662f06fd9fae377bed1aaa49adbba3542cced087) Thanks [@bluwy](https://github.com/bluwy)! - Fixes duplicated CSS modules content when it's imported by both Astro files and framework components + +- [#9501](https://github.com/withastro/astro/pull/9501) [`eb36e95596fcdb3db4a31744e910495e22e3af84`](https://github.com/withastro/astro/commit/eb36e95596fcdb3db4a31744e910495e22e3af84) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Export JSX namespace from `astro/jsx-runtime` for language tooling to consume + +- [#9492](https://github.com/withastro/astro/pull/9492) [`89a2a07c2e411cda32244b7b05d3c79e93f7dd84`](https://github.com/withastro/astro/commit/89a2a07c2e411cda32244b7b05d3c79e93f7dd84) Thanks [@lilnasy](https://github.com/lilnasy)! - Improves error message for the case where two similarly named files result in the same content entry. + +- [#9532](https://github.com/withastro/astro/pull/9532) [`7224809b73d2c3ec8e8aee2fa07463dc3b57a7a2`](https://github.com/withastro/astro/commit/7224809b73d2c3ec8e8aee2fa07463dc3b57a7a2) Thanks [@bluwy](https://github.com/bluwy)! - Prevents unnecessary URI decoding when rendering a route + +- [#9478](https://github.com/withastro/astro/pull/9478) [`dfef925e1fd07f3efb9fde6f4f23548f2af7dc75`](https://github.com/withastro/astro/commit/dfef925e1fd07f3efb9fde6f4f23548f2af7dc75) Thanks [@lilnasy](https://github.com/lilnasy)! - Improves errors in certain places to also report their causes. + +- [#9463](https://github.com/withastro/astro/pull/9463) [`3b0eaed3b544ef8c4ec1f7b0d5a8f475bcfeb25e`](https://github.com/withastro/astro/commit/3b0eaed3b544ef8c4ec1f7b0d5a8f475bcfeb25e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update Sharp version to ^0.33.1 + +- [#9512](https://github.com/withastro/astro/pull/9512) [`1469e0e5a915e6b42b9953dbb48fe57a74518056`](https://github.com/withastro/astro/commit/1469e0e5a915e6b42b9953dbb48fe57a74518056) Thanks [@mingjunlu](https://github.com/mingjunlu)! - Prevents dev toolbar tooltip from overflowing outside of the screen + +- [#9497](https://github.com/withastro/astro/pull/9497) [`7f7a7f1aeaec6b327ae0e5e7470a4f46174bf8ae`](https://github.com/withastro/astro/commit/7f7a7f1aeaec6b327ae0e5e7470a4f46174bf8ae) Thanks [@lilnasy](https://github.com/lilnasy)! - Adds a helpful warning message for when an exported API Route is not uppercase. + ## 4.0.7 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index bc142674421a..370c5f829cda 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.0.7", + "version": "4.0.8", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md index 3ba6b4753ff1..7c50d253307d 100644 --- a/packages/integrations/alpinejs/CHANGELOG.md +++ b/packages/integrations/alpinejs/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/alpinejs +## 0.3.2 + +### Patch Changes + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 0.3.1 ### Patch Changes diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index 80b3eab2a06c..c6abdd6bd5ab 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/alpinejs", "description": "Use Alpine within Astro", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index ac850f370116..8ab7194fd980 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/lit +## 4.0.1 + +### Patch Changes + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 4.0.0 ### Major Changes diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 9588462ba426..dfeb153bcb6e 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/lit", - "version": "4.0.0", + "version": "4.0.1", "description": "Use Lit components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index f7c46e2bb4f8..d6226c5d1412 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdoc +## 0.8.2 + +### Patch Changes + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 0.8.1 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index f564a7dda131..d3edca0afc0b 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Add support for Markdoc in your Astro site", - "version": "0.8.1", + "version": "0.8.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 9a799dffd4c5..e91ef77468ad 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 2.0.3 + +### Patch Changes + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 2.0.2 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 05df6c4d029d..84e938b3d1e8 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Add support for MDX pages in your Astro site", - "version": "2.0.2", + "version": "2.0.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 5783fc2410e4..2a37ae6f8bdc 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 7.0.3 + +### Patch Changes + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 7.0.2 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 2e05be8b30af..f2ed4f2e5658 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "7.0.2", + "version": "7.0.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index c871fb97b0a9..c6765b5f11e2 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 2.0.3 + +### Patch Changes + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 2.0.2 ### Patch Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index ee135426c7f4..a9d41f014dfb 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/partytown", "description": "Use Partytown to move scripts into a web worker in your Astro project", - "version": "2.0.2", + "version": "2.0.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 31ff79c90719..994349bec723 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/preact +## 3.0.2 + +### Patch Changes + +- [#9482](https://github.com/withastro/astro/pull/9482) [`72b26daf694b213918f02d0fcbf90ab5b7ebc31f`](https://github.com/withastro/astro/commit/72b26daf694b213918f02d0fcbf90ab5b7ebc31f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro) + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 3.0.1 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 84043fb762a7..80678b15e03e 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "3.0.1", + "version": "3.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 1d90d20b9490..48d712ae9c24 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/react +## 3.0.9 + +### Patch Changes + +- [#9482](https://github.com/withastro/astro/pull/9482) [`72b26daf694b213918f02d0fcbf90ab5b7ebc31f`](https://github.com/withastro/astro/commit/72b26daf694b213918f02d0fcbf90ab5b7ebc31f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro) + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 3.0.8 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index ce3c39fd62f8..dbabe0be0355 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "3.0.8", + "version": "3.0.9", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index 6f2777e3aeb2..557f8edef52b 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 3.0.4 + +### Patch Changes + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 3.0.3 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index 5256dedb81aa..6d9f27508e5d 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for your Astro site", - "version": "3.0.3", + "version": "3.0.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index 65d995436417..bcaca37d7ca6 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/solid-js +## 3.0.3 + +### Patch Changes + +- [#9482](https://github.com/withastro/astro/pull/9482) [`72b26daf694b213918f02d0fcbf90ab5b7ebc31f`](https://github.com/withastro/astro/commit/72b26daf694b213918f02d0fcbf90ab5b7ebc31f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves compatability with the [Qwik adapter](https://github.com/QwikDev/astro) + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 3.0.2 ### Patch Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 407d5d870625..0018040de6d7 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "3.0.2", + "version": "3.0.3", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 6cc51bd77f7a..c0fa0c3f76e6 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/svelte +## 5.0.3 + +### Patch Changes + +- [#9510](https://github.com/withastro/astro/pull/9510) [`cf993bc263b58502096f00d383266cd179f331af`](https://github.com/withastro/astro/commit/cf993bc263b58502096f00d383266cd179f331af) Thanks [@nikhilk](https://github.com/nikhilk)! - Filter out Svelte's unknown data prop warnings + +- [#9530](https://github.com/withastro/astro/pull/9530) [`337ca508bdd4fb88db5db7b9b1aee77624a346f7`](https://github.com/withastro/astro/commit/337ca508bdd4fb88db5db7b9b1aee77624a346f7) Thanks [@bluwy](https://github.com/bluwy)! - Forwards errors if a Svelte component fails to instantiate in the client + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 5.0.2 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 7ee52b143b85..112f047f7483 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "5.0.2", + "version": "5.0.3", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index 397ea02c179a..f796b10830a6 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/tailwind +## 5.1.0 + +### Minor Changes + +- [#9529](https://github.com/withastro/astro/pull/9529) [`d252fc61b04c1491f51822f5e23fabd404d84d40`](https://github.com/withastro/astro/commit/d252fc61b04c1491f51822f5e23fabd404d84d40) Thanks [@bluwy](https://github.com/bluwy)! - Adds `nesting` option to enable `tailwindcss/nesting` support + +### Patch Changes + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 5.0.4 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 8ef499dbeb07..cd797ef33c79 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Use Tailwind CSS to style your Astro site", - "version": "5.0.4", + "version": "5.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 8df3a723e530..d2aec2e35efc 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 6.1.1 + +### Patch Changes + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 6.1.0 ### Minor Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index bd2071508ff3..bf779881c90c 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "6.1.0", + "version": "6.1.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 04bd2a20bd8b..40d3bb15c70f 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 4.0.6 + +### Patch Changes + +- [#9479](https://github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates README + ## 4.0.5 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 29b42ca8befb..1f59c3e9a237 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.0.5", + "version": "4.0.6", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9497e78511ba..efd9ed66ceb3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,34 +125,34 @@ importers: examples/basics: dependencies: astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^2.0.2 + specifier: ^2.0.3 version: link:../../packages/integrations/mdx '@astrojs/rss': specifier: ^4.0.1 version: link:../../packages/astro-rss '@astrojs/sitemap': - specifier: ^3.0.3 + specifier: ^3.0.4 version: link:../../packages/integrations/sitemap astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/framework-alpine: dependencies: '@astrojs/alpinejs': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../packages/integrations/alpinejs '@types/alpinejs': specifier: ^3.13.5 @@ -161,19 +161,19 @@ importers: specifier: ^3.13.3 version: 3.13.3 astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/framework-lit: dependencies: '@astrojs/lit': - specifier: ^4.0.0 + specifier: ^4.0.1 version: link:../../packages/integrations/lit '@webcomponents/template-shadowroot': specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro lit: specifier: ^2.8.0 @@ -182,22 +182,22 @@ importers: examples/framework-multiple: dependencies: '@astrojs/preact': - specifier: ^3.0.1 + specifier: ^3.0.2 version: link:../../packages/integrations/preact '@astrojs/react': - specifier: ^3.0.8 + specifier: ^3.0.9 version: link:../../packages/integrations/react '@astrojs/solid-js': - specifier: ^3.0.2 + specifier: ^3.0.3 version: link:../../packages/integrations/solid '@astrojs/svelte': - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/integrations/svelte '@astrojs/vue': - specifier: ^4.0.5 + specifier: ^4.0.6 version: link:../../packages/integrations/vue astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -221,13 +221,13 @@ importers: examples/framework-preact: dependencies: '@astrojs/preact': - specifier: ^3.0.1 + specifier: ^3.0.2 version: link:../../packages/integrations/preact '@preact/signals': specifier: ^1.2.1 version: 1.2.1(preact@10.19.3) astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -236,7 +236,7 @@ importers: examples/framework-react: dependencies: '@astrojs/react': - specifier: ^3.0.8 + specifier: ^3.0.9 version: link:../../packages/integrations/react '@types/react': specifier: ^18.2.37 @@ -245,7 +245,7 @@ importers: specifier: ^18.2.15 version: 18.2.18 astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro react: specifier: ^18.2.0 @@ -257,10 +257,10 @@ importers: examples/framework-solid: dependencies: '@astrojs/solid-js': - specifier: ^3.0.2 + specifier: ^3.0.3 version: link:../../packages/integrations/solid astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro solid-js: specifier: ^1.8.5 @@ -269,10 +269,10 @@ importers: examples/framework-svelte: dependencies: '@astrojs/svelte': - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/integrations/svelte astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro svelte: specifier: ^4.2.5 @@ -281,10 +281,10 @@ importers: examples/framework-vue: dependencies: '@astrojs/vue': - specifier: ^4.0.5 + specifier: ^4.0.6 version: link:../../packages/integrations/vue astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro vue: specifier: ^3.3.8 @@ -293,25 +293,25 @@ importers: examples/hackernews: dependencies: '@astrojs/node': - specifier: ^7.0.2 + specifier: ^7.0.3 version: link:../../packages/integrations/node astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/middleware: dependencies: '@astrojs/node': - specifier: ^7.0.2 + specifier: ^7.0.3 version: link:../../packages/integrations/node astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro html-minifier: specifier: ^4.0.0 @@ -320,31 +320,31 @@ importers: examples/minimal: dependencies: astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/non-html-pages: dependencies: astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/ssr: dependencies: '@astrojs/node': - specifier: ^7.0.2 + specifier: ^7.0.3 version: link:../../packages/integrations/node '@astrojs/svelte': - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/integrations/svelte astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro svelte: specifier: ^4.2.5 @@ -353,22 +353,22 @@ importers: examples/view-transitions: devDependencies: '@astrojs/node': - specifier: ^7.0.2 + specifier: ^7.0.3 version: link:../../packages/integrations/node '@astrojs/tailwind': - specifier: ^5.0.4 + specifier: ^5.1.0 version: link:../../packages/integrations/tailwind astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/with-markdoc: dependencies: '@astrojs/markdoc': - specifier: ^0.8.1 + specifier: ^0.8.2 version: link:../../packages/integrations/markdoc astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/with-markdown-plugins: @@ -377,7 +377,7 @@ importers: specifier: ^4.0.1 version: link:../../packages/markdown/remark astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro hast-util-select: specifier: ^6.0.2 @@ -398,19 +398,19 @@ importers: examples/with-markdown-shiki: dependencies: astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^2.0.2 + specifier: ^2.0.3 version: link:../../packages/integrations/mdx '@astrojs/preact': - specifier: ^3.0.1 + specifier: ^3.0.2 version: link:../../packages/integrations/preact astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -419,13 +419,13 @@ importers: examples/with-nanostores: dependencies: '@astrojs/preact': - specifier: ^3.0.1 + specifier: ^3.0.2 version: link:../../packages/integrations/preact '@nanostores/preact': specifier: ^0.5.0 version: 0.5.0(nanostores@0.9.5)(preact@10.19.3) astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro nanostores: specifier: ^0.9.5 @@ -437,16 +437,16 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^2.0.2 + specifier: ^2.0.3 version: link:../../packages/integrations/mdx '@astrojs/tailwind': - specifier: ^5.0.4 + specifier: ^5.1.0 version: link:../../packages/integrations/tailwind '@types/canvas-confetti': specifier: ^1.6.3 version: 1.6.4 astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro autoprefixer: specifier: ^10.4.15 @@ -464,7 +464,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^4.0.7 + specifier: ^4.0.8 version: link:../../packages/astro vitest: specifier: ^0.34.2