diff --git a/.changeset/beige-zebras-ring.md b/.changeset/beige-zebras-ring.md deleted file mode 100644 index f81f6aa6fcfed..0000000000000 --- 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 4394b6ad35e25..0000000000000 --- 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 6e622f8264df2..0000000000000 --- 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 41a9140a7a24f..0000000000000 --- 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 4a5d79d0a6259..0000000000000 --- 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 8cb15a42beafb..0000000000000 --- 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 8a78a298a9375..0000000000000 --- 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 8224bbabbd444..0000000000000 --- 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 1bde7bf142586..0000000000000 --- 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 ee54f44163eee..0000000000000 --- 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 5aa3c87bfd008..0000000000000 --- 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 4926c0655c81c..0000000000000 --- 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 90b26828a3503..0000000000000 --- 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 aef030c9d05cc..0000000000000 --- 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 e6e61c6d70e5c..ff55e0d315afa 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 32e32622640d0..6e0bd7a2cf9e4 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 6b056cff0f4b4..67ec5a3a801df 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 8747cae30a6b4..da02b10cec53b 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 483b3209dda0b..a12879c130523 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 725a8252b349f..235c0015ef11d 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 d767c0b5fdd10..182488e94ae64 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 bf1e2ee34d234..c826655047271 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 a283d3f78473a..a872508abefad 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 e14692cf3a607..86e67d122441f 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 851ac283bc0ed..29ad35c9275e5 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 1a7646ac8b661..b10f2aaeba207 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 e59c8e1ef9d01..cac406ddca813 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 fdea138649af8..b1af09cde49df 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 768f60a0952ee..860897d1bf8bb 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 e77e7bfc319db..2a1c4d61a8e42 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 124a9f059baa2..3332fc3a332e4 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 30d9218dda55b..7ed70e2bf89d6 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 18e9dbbd0206d..51069d03d0a6f 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 67211e723ace4..3a256c74cb5ca 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 7cdb99e34f11f..070443067aa90 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 02263dcbd4466..562d476ee881b 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 11afa24841bce..016370f40d0a7 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 1c7e196caf568..86a6305f4d888 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 7531abebb0bba..c497f3f8a3f04 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 f2dc137867ffa..ff523da7d7cb9 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 ed5853be59c61..86a1df59a10cb 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 bc142674421ae..370c5f829cdaa 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/astro/src/content/vite-plugin-content-virtual-mod.ts b/packages/astro/src/content/vite-plugin-content-virtual-mod.ts index 7195ffffebe7b..878e41e3535ae 100644 --- a/packages/astro/src/content/vite-plugin-content-virtual-mod.ts +++ b/packages/astro/src/content/vite-plugin-content-virtual-mod.ts @@ -265,7 +265,7 @@ export async function generateLookupMap({ collection, slug, lookupMap[collection]!.entries[slug], - rootRelativePath(root, filePath), + rootRelativePath(root, filePath) ), hint: slug !== generatedSlug diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts index 9e767e6598373..ac0f21026fa36 100644 --- a/packages/astro/src/core/errors/errors-data.ts +++ b/packages/astro/src/core/errors/errors-data.ts @@ -1293,11 +1293,13 @@ export const DuplicateContentEntrySlugError = { name: 'DuplicateContentEntrySlugError', title: 'Duplicate content entry slug.', message: (collection: string, slug: string, preExisting: string, alsoFound: string) => { - return `**${collection}** contains multiple entries with the same slug: \`${slug}\`. ` + + return ( + `**${collection}** contains multiple entries with the same slug: \`${slug}\`. ` + `Slugs must be unique.\n\n` + `Entries: \n` + `- ${preExisting}\n` + - `- ${alsoFound}`; + `- ${alsoFound}` + ); }, } satisfies ErrorData; diff --git a/packages/astro/src/runtime/server/endpoint.ts b/packages/astro/src/runtime/server/endpoint.ts index c1448affade80..bb8d64b5ba713 100644 --- a/packages/astro/src/runtime/server/endpoint.ts +++ b/packages/astro/src/runtime/server/endpoint.ts @@ -16,7 +16,7 @@ export async function renderEndpoint( const handler = mod[method] ?? mod['ALL']; if (!ssr && ssr === false && method !== 'GET') { logger.warn( - "router", + 'router', `${url.pathname} ${bold( method )} requests are not available for a static site. Update your config to \`output: 'server'\` or \`output: 'hybrid'\` to enable.` @@ -26,8 +26,12 @@ export async function renderEndpoint( logger.warn( 'router', `No API Route handler exists for the method "${method}" for the route ${url.pathname}.\n` + - `Found handlers: ${Object.keys(mod).map(exp => JSON.stringify(exp)).join(', ')}\n` + - ('all' in mod ? `One of the exported handlers is "all" (lowercase), did you mean to export 'ALL'?\n` : '') + `Found handlers: ${Object.keys(mod) + .map((exp) => JSON.stringify(exp)) + .join(', ')}\n` + + ('all' in mod + ? `One of the exported handlers is "all" (lowercase), did you mean to export 'ALL'?\n` + : '') ); // No handler found, so this should be a 404. Using a custom header // to signal to the renderer that this is an internal 404 that should diff --git a/packages/integrations/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md index 3ba6b4753ff18..7c50d253307d3 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 80b3eab2a06cd..c6abdd6bd5ab3 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 ac850f3701161..8ab7194fd9809 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 9588462ba4269..dfeb153bcb6e2 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 f7c46e2bb4f86..d6226c5d1412e 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 f564a7dda1311..d3edca0afc0b2 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 9a799dffd4c53..e91ef77468ad6 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 05df6c4d029d6..84e938b3d1e86 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 5783fc2410e42..2a37ae6f8bdc4 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 2e05be8b30afa..f2ed4f2e5658a 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 c871fb97b0a9e..c6765b5f11e22 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 ee135426c7f4f..a9d41f014dfb3 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 31ff79c907191..994349bec723d 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 84043fb762a74..80678b15e03e8 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 1d90d20b94902..48d712ae9c245 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 ce3c39fd62f8f..dbabe0be03558 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 6f2777e3aeb2e..557f8edef52ba 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 5256dedb81aae..6d9f27508e5d8 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 65d9954364174..bcaca37d7ca67 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 407d5d870625c..0018040de6d73 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 6cc51bd77f7ab..c0fa0c3f76e68 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 7ee52b143b857..112f047f74836 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 397ea02c179a1..f796b10830a6c 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 8ef499dbeb07f..cd797ef33c795 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 8df3a723e530b..d2aec2e35efcf 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 bd2071508ff36..bf779881c90cf 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 04bd2a20bd8b6..40d3bb15c70fa 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 29b42ca8befb6..1f59c3e9a2376 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 9497e78511ba9..efd9ed66ceb3b 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