From 151afa6988f618f8749c67cf4f97e5e7d9987461 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Dec 2023 13:46:15 +0000 Subject: [PATCH] [ci] release --- .changeset/breezy-hairs-yell.md | 5 -- .changeset/eight-sheep-nail.md | 5 -- .changeset/eleven-hairs-peel.md | 11 --- .changeset/famous-cars-sell.md | 5 -- .changeset/fresh-games-confess.md | 5 -- .changeset/friendly-tables-worry.md | 5 -- .changeset/khaki-ducks-give.md | 5 -- .changeset/modern-humans-think.md | 5 -- .changeset/real-bags-hope.md | 5 -- .changeset/rude-geckos-rush.md | 5 -- .changeset/selfish-rings-occur.md | 5 -- .changeset/silly-cycles-clap.md | 5 -- .changeset/warm-bats-eat.md | 5 -- .changeset/wise-wasps-sell.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- examples/component/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 8 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 4 +- examples/framework-solid/package.json | 2 +- 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 | 4 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 6 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 28 +++++++ packages/astro/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/react/CHANGELOG.md | 8 ++ packages/integrations/react/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 6 ++ packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/CHANGELOG.md | 6 ++ packages/integrations/tailwind/package.json | 2 +- packages/integrations/vue/CHANGELOG.md | 6 ++ packages/integrations/vue/package.json | 2 +- pnpm-lock.yaml | 86 ++++++++++----------- 57 files changed, 166 insertions(+), 170 deletions(-) delete mode 100644 .changeset/breezy-hairs-yell.md delete mode 100644 .changeset/eight-sheep-nail.md delete mode 100644 .changeset/eleven-hairs-peel.md delete mode 100644 .changeset/famous-cars-sell.md delete mode 100644 .changeset/fresh-games-confess.md delete mode 100644 .changeset/friendly-tables-worry.md delete mode 100644 .changeset/khaki-ducks-give.md delete mode 100644 .changeset/modern-humans-think.md delete mode 100644 .changeset/real-bags-hope.md delete mode 100644 .changeset/rude-geckos-rush.md delete mode 100644 .changeset/selfish-rings-occur.md delete mode 100644 .changeset/silly-cycles-clap.md delete mode 100644 .changeset/warm-bats-eat.md delete mode 100644 .changeset/wise-wasps-sell.md diff --git a/.changeset/breezy-hairs-yell.md b/.changeset/breezy-hairs-yell.md deleted file mode 100644 index 173d9934dbeab..0000000000000 --- a/.changeset/breezy-hairs-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/react': patch ---- - -Prevents unsupported `forwardRef` components created by Preact from being rendered by React diff --git a/.changeset/eight-sheep-nail.md b/.changeset/eight-sheep-nail.md deleted file mode 100644 index a4730e5d214c3..0000000000000 --- a/.changeset/eight-sheep-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/node': patch ---- - -Fix typo in @astrojs/node README diff --git a/.changeset/eleven-hairs-peel.md b/.changeset/eleven-hairs-peel.md deleted file mode 100644 index a9de7ecc43aa0..0000000000000 --- a/.changeset/eleven-hairs-peel.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@astrojs/tailwind': patch -'@astrojs/markdoc': patch -'@astrojs/svelte': patch -'@astrojs/react': patch -'@astrojs/mdx': patch -'@astrojs/vue': patch -'astro': patch ---- - -Upgrades vite to latest diff --git a/.changeset/famous-cars-sell.md b/.changeset/famous-cars-sell.md deleted file mode 100644 index 983945b058eb6..0000000000000 --- a/.changeset/famous-cars-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add a more descriptive error message when image conversion fails diff --git a/.changeset/fresh-games-confess.md b/.changeset/fresh-games-confess.md deleted file mode 100644 index fa6a0fe97ca0f..0000000000000 --- a/.changeset/fresh-games-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes View Transition's form submission prevention, allowing `preventDefault` to be used. diff --git a/.changeset/friendly-tables-worry.md b/.changeset/friendly-tables-worry.md deleted file mode 100644 index fbcfe07b68187..0000000000000 --- a/.changeset/friendly-tables-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -update import created for `astro create netlify` diff --git a/.changeset/khaki-ducks-give.md b/.changeset/khaki-ducks-give.md deleted file mode 100644 index 3f759891b8246..0000000000000 --- a/.changeset/khaki-ducks-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an edge case with view transitions where some spec-compliant `Content-Type` headers would cause a valid HTML response to be ignored. diff --git a/.changeset/modern-humans-think.md b/.changeset/modern-humans-think.md deleted file mode 100644 index 71ad5e0a5b11c..0000000000000 --- a/.changeset/modern-humans-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes importing dev toolbar apps from integrations on Windows diff --git a/.changeset/real-bags-hope.md b/.changeset/real-bags-hope.md deleted file mode 100644 index 86fb6678329d7..0000000000000 --- a/.changeset/real-bags-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix Astro failing to build on certain exotic platform that reports their CPU count incorrectly diff --git a/.changeset/rude-geckos-rush.md b/.changeset/rude-geckos-rush.md deleted file mode 100644 index 53f0581514908..0000000000000 --- a/.changeset/rude-geckos-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Updates view transitions `form` handling with logic for the [`enctype`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/enctype) attribute diff --git a/.changeset/selfish-rings-occur.md b/.changeset/selfish-rings-occur.md deleted file mode 100644 index e5722bb95f231..0000000000000 --- a/.changeset/selfish-rings-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Correctly handle the error in case the middleware throws a runtime error diff --git a/.changeset/silly-cycles-clap.md b/.changeset/silly-cycles-clap.md deleted file mode 100644 index dc456728eddb6..0000000000000 --- a/.changeset/silly-cycles-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where redirects did not replace slugs when the target of the redirect rule was not a verbatim route in the project. diff --git a/.changeset/warm-bats-eat.md b/.changeset/warm-bats-eat.md deleted file mode 100644 index 27a059a3d79da..0000000000000 --- a/.changeset/warm-bats-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes incorrect hoisted script paths when custom rollup output file names are configured diff --git a/.changeset/wise-wasps-sell.md b/.changeset/wise-wasps-sell.md deleted file mode 100644 index b2d031087df04..0000000000000 --- a/.changeset/wise-wasps-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Remove the manifest from the generated files in the `dist/` folder. diff --git a/examples/basics/package.json b/examples/basics/package.json index a2be285be58ec..e6e61c6d70e5c 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.6" + "astro": "^4.0.7" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 84e8f96f69fac..32e32622640d0 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.1", + "@astrojs/mdx": "^2.0.2", "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.3", - "astro": "^4.0.6" + "astro": "^4.0.7" } } diff --git a/examples/component/package.json b/examples/component/package.json index 026c056835206..6b056cff0f4b4 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.0.6" + "astro": "^4.0.7" }, "peerDependencies": { "astro": "^3.0.0" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 85458689e7728..8747cae30a6b4 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.3.1", "@types/alpinejs": "^3.13.5", "alpinejs": "^3.13.3", - "astro": "^4.0.6" + "astro": "^4.0.7" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index f60fee2493015..483b3209dda0b 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^4.0.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.0.6", + "astro": "^4.0.7", "lit": "^2.8.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index f5d4b433467ed..725a8252b349f 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,11 +12,11 @@ }, "dependencies": { "@astrojs/preact": "^3.0.1", - "@astrojs/react": "^3.0.7", + "@astrojs/react": "^3.0.8", "@astrojs/solid-js": "^3.0.2", - "@astrojs/svelte": "^5.0.1", - "@astrojs/vue": "^4.0.4", - "astro": "^4.0.6", + "@astrojs/svelte": "^5.0.2", + "@astrojs/vue": "^4.0.5", + "astro": "^4.0.7", "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 d3a9f8e2b7857..d767c0b5fdd10 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.0.1", "@preact/signals": "^1.2.1", - "astro": "^4.0.6", + "astro": "^4.0.7", "preact": "^10.19.2" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index e99e4e698e97b..bf1e2ee34d234 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.0.7", + "@astrojs/react": "^3.0.8", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.0.6", + "astro": "^4.0.7", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 3b6aeeceaaef0..a283d3f78473a 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^3.0.2", - "astro": "^4.0.6", + "astro": "^4.0.7", "solid-js": "^1.8.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 761a1330aaf48..e14692cf3a607 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.0.1", - "astro": "^4.0.6", + "@astrojs/svelte": "^5.0.2", + "astro": "^4.0.7", "svelte": "^4.2.5" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index deadb01dea178..851ac283bc0ed 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.0.4", - "astro": "^4.0.6", + "@astrojs/vue": "^4.0.5", + "astro": "^4.0.7", "vue": "^3.3.8" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index a68cbee2bcb06..1a7646ac8b661 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^7.0.1", - "astro": "^4.0.6" + "@astrojs/node": "^7.0.2", + "astro": "^4.0.7" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 9d9cb57a13a7f..e59c8e1ef9d01 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.0.6" + "astro": "^4.0.7" }, "peerDependencies": { "astro": "^3.0.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index d541ea0c8c6d6..fdea138649af8 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.1", - "astro": "^4.0.6", + "@astrojs/node": "^7.0.2", + "astro": "^4.0.7", "html-minifier": "^4.0.0" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 12dcffaac511e..768f60a0952ee 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.6" + "astro": "^4.0.7" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index cb59b347d3dfb..e77e7bfc319db 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.6" + "astro": "^4.0.7" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index bcb75beb4edb8..124a9f059baa2 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.6" + "astro": "^4.0.7" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index b0f6917d0c707..30d9218dda55b 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.1", - "@astrojs/svelte": "^5.0.1", - "astro": "^4.0.6", + "@astrojs/node": "^7.0.2", + "@astrojs/svelte": "^5.0.2", + "astro": "^4.0.7", "svelte": "^4.2.5" } } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 6dce1e47592aa..18e9dbbd0206d 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/tailwind": "^5.0.3", - "@astrojs/node": "^7.0.1", - "astro": "^4.0.6" + "@astrojs/tailwind": "^5.0.4", + "@astrojs/node": "^7.0.2", + "astro": "^4.0.7" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 88efda4777948..67211e723ace4 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.8.0", - "astro": "^4.0.6" + "@astrojs/markdoc": "^0.8.1", + "astro": "^4.0.7" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 8426ee5c6af8f..7cdb99e34f11f 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.6", + "astro": "^4.0.7", "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 8de86125d0d2a..02263dcbd4466 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.6" + "astro": "^4.0.7" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 807028daaf1db..11afa24841bce 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.1", + "@astrojs/mdx": "^2.0.2", "@astrojs/preact": "^3.0.1", - "astro": "^4.0.6", + "astro": "^4.0.7", "preact": "^10.19.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 9951cdc48239d..1c7e196caf568 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.0.1", "@nanostores/preact": "^0.5.0", - "astro": "^4.0.6", + "astro": "^4.0.7", "nanostores": "^0.9.5", "preact": "^10.19.2" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 7d49c968c8aef..7531abebb0bba 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.1", - "@astrojs/tailwind": "^5.0.3", + "@astrojs/mdx": "^2.0.2", + "@astrojs/tailwind": "^5.0.4", "@types/canvas-confetti": "^1.6.3", - "astro": "^4.0.6", + "astro": "^4.0.7", "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 b95d6c3168880..f2dc137867ffa 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.0.6", + "astro": "^4.0.7", "vitest": "^0.34.2" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 68aee7a1c3114..e0b9c039d0f22 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,33 @@ # astro +## 4.0.7 + +### Patch Changes + +- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest + +- [#9352](https://github.com/withastro/astro/pull/9352) [`f515b1421`](https://github.com/withastro/astro/commit/f515b1421afa335b8d6e4491fbe24419df53bfeb) Thanks [@tmcw](https://github.com/tmcw)! - Add a more descriptive error message when image conversion fails + +- [#9486](https://github.com/withastro/astro/pull/9486) [`f6714f677`](https://github.com/withastro/astro/commit/f6714f677cffa2484565f51d5eb55bd34309653b) Thanks [@martrapp](https://github.com/martrapp)! - Fixes View Transition's form submission prevention, allowing `preventDefault` to be used. + +- [#9461](https://github.com/withastro/astro/pull/9461) [`429be8cc3`](https://github.com/withastro/astro/commit/429be8cc3ed0623df4fdca76f1531265f5ba5dfc) Thanks [@Skn0tt](https://github.com/Skn0tt)! - update import created for `astro create netlify` + +- [#9464](https://github.com/withastro/astro/pull/9464) [`faf6c7e11`](https://github.com/withastro/astro/commit/faf6c7e1104ee247e847836020a3ce07a2053705) Thanks [@Fryuni](https://github.com/Fryuni)! - Fixes an edge case with view transitions where some spec-compliant `Content-Type` headers would cause a valid HTML response to be ignored. + +- [#9400](https://github.com/withastro/astro/pull/9400) [`1e984389b`](https://github.com/withastro/astro/commit/1e984389bafd87b0a631ed4aba930447669234f8) Thanks [@bluwy](https://github.com/bluwy)! - Fixes importing dev toolbar apps from integrations on Windows + +- [#9460](https://github.com/withastro/astro/pull/9460) [`047d285be`](https://github.com/withastro/astro/commit/047d285be1ab764bc82f88b8553b46429c37efca) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix Astro failing to build on certain exotic platform that reports their CPU count incorrectly + +- [#9466](https://github.com/withastro/astro/pull/9466) [`5062d27a1`](https://github.com/withastro/astro/commit/5062d27a186c5020522614b9d6f3da218f7afd96) Thanks [@knpwrs](https://github.com/knpwrs)! - Updates view transitions `form` handling with logic for the [`enctype`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/enctype) attribute + +- [#9458](https://github.com/withastro/astro/pull/9458) [`fa3078ce9`](https://github.com/withastro/astro/commit/fa3078ce9f5eda408340a78c6d275f3e0b2437dc) Thanks [@ematipico](https://github.com/ematipico)! - Correctly handle the error in case the middleware throws a runtime error + +- [#9089](https://github.com/withastro/astro/pull/9089) [`5ae657882`](https://github.com/withastro/astro/commit/5ae657882287645c967249aee91bd06497f6624d) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where redirects did not replace slugs when the target of the redirect rule was not a verbatim route in the project. + +- [#9437](https://github.com/withastro/astro/pull/9437) [`354a62c86`](https://github.com/withastro/astro/commit/354a62c86e9187af5d05540ed321bdc889384d97) Thanks [@dkobierski](https://github.com/dkobierski)! - Fixes incorrect hoisted script paths when custom rollup output file names are configured + +- [#9475](https://github.com/withastro/astro/pull/9475) [`7ae4928f3`](https://github.com/withastro/astro/commit/7ae4928f303720d3b2f611474fc08d3b96c2e4af) Thanks [@ematipico](https://github.com/ematipico)! - Remove the manifest from the generated files in the `dist/` folder. + ## 4.0.6 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index c305bcc16df7f..1594c67851bdd 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.0.6", + "version": "4.0.7", "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/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index 67a9d249e5c8d..f7c46e2bb4f86 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdoc +## 0.8.1 + +### Patch Changes + +- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest + ## 0.8.0 ### Minor Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 7bec279db6fe0..f564a7dda1311 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.0", + "version": "0.8.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 6161b6238d59f..9a799dffd4c53 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 2.0.2 + +### Patch Changes + +- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest + ## 2.0.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 51fe0751d21b4..05df6c4d029d6 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.1", + "version": "2.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 89c7a40218447..5783fc2410e42 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 7.0.2 + +### Patch Changes + +- [#9471](https://github.com/withastro/astro/pull/9471) [`6bf470cfb`](https://github.com/withastro/astro/commit/6bf470cfb87e853c0a1f69bceb09246801bc8bdc) Thanks [@alexnguyennz](https://github.com/alexnguyennz)! - Fix typo in @astrojs/node README + ## 7.0.1 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 402bb6f7b966c..2e05be8b30afa 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.1", + "version": "7.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 1ba942a77295d..1d90d20b94902 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/react +## 3.0.8 + +### Patch Changes + +- [#9403](https://github.com/withastro/astro/pull/9403) [`7eb9fe8a7`](https://github.com/withastro/astro/commit/7eb9fe8a717dd2b66b1d541e1aa4d3eb5d959ddf) Thanks [@knpwrs](https://github.com/knpwrs)! - Prevents unsupported `forwardRef` components created by Preact from being rendered by React + +- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest + ## 3.0.7 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index c94f9b7235bb9..ce3c39fd62f8f 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.7", + "version": "3.0.8", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index cf253e29089bb..6cc51bd77f7ab 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 5.0.2 + +### Patch Changes + +- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest + ## 5.0.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 9c4fe3a757b76..7ee52b143b857 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "5.0.1", + "version": "5.0.2", "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 50e3b07861390..397ea02c179a1 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/tailwind +## 5.0.4 + +### Patch Changes + +- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest + ## 5.0.3 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 91ac5c60b1c1f..34cda3a4c63e6 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.3", + "version": "5.0.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 906d57e982542..04bd2a20bd8b6 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 4.0.5 + +### Patch Changes + +- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest + ## 4.0.4 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 5e0c56231a314..29b42ca8befb6 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.0.4", + "version": "4.0.5", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 472861ead4ac9..ac222b327493e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,13 +125,13 @@ importers: examples/basics: dependencies: astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^2.0.1 + specifier: ^2.0.2 version: link:../../packages/integrations/mdx '@astrojs/rss': specifier: ^4.0.1 @@ -140,13 +140,13 @@ importers: specifier: ^3.0.3 version: link:../../packages/integrations/sitemap astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/framework-alpine: @@ -161,7 +161,7 @@ importers: specifier: ^3.13.3 version: 3.13.3 astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/framework-lit: @@ -173,7 +173,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro lit: specifier: ^2.8.0 @@ -185,19 +185,19 @@ importers: specifier: ^3.0.1 version: link:../../packages/integrations/preact '@astrojs/react': - specifier: ^3.0.7 + specifier: ^3.0.8 version: link:../../packages/integrations/react '@astrojs/solid-js': specifier: ^3.0.2 version: link:../../packages/integrations/solid '@astrojs/svelte': - specifier: ^5.0.1 + specifier: ^5.0.2 version: link:../../packages/integrations/svelte '@astrojs/vue': - specifier: ^4.0.4 + specifier: ^4.0.5 version: link:../../packages/integrations/vue astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -227,7 +227,7 @@ importers: specifier: ^1.2.1 version: 1.2.1(preact@10.19.2) astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -236,7 +236,7 @@ importers: examples/framework-react: dependencies: '@astrojs/react': - specifier: ^3.0.7 + specifier: ^3.0.8 version: link:../../packages/integrations/react '@types/react': specifier: ^18.2.37 @@ -245,7 +245,7 @@ importers: specifier: ^18.2.15 version: 18.2.15 astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro react: specifier: ^18.2.0 @@ -260,7 +260,7 @@ importers: specifier: ^3.0.2 version: link:../../packages/integrations/solid astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro solid-js: specifier: ^1.8.5 @@ -269,10 +269,10 @@ importers: examples/framework-svelte: dependencies: '@astrojs/svelte': - specifier: ^5.0.1 + specifier: ^5.0.2 version: link:../../packages/integrations/svelte astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro svelte: specifier: ^4.2.5 @@ -281,10 +281,10 @@ importers: examples/framework-vue: dependencies: '@astrojs/vue': - specifier: ^4.0.4 + specifier: ^4.0.5 version: link:../../packages/integrations/vue astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro vue: specifier: ^3.3.8 @@ -293,25 +293,25 @@ importers: examples/hackernews: dependencies: '@astrojs/node': - specifier: ^7.0.1 + specifier: ^7.0.2 version: link:../../packages/integrations/node astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/middleware: dependencies: '@astrojs/node': - specifier: ^7.0.1 + specifier: ^7.0.2 version: link:../../packages/integrations/node astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro html-minifier: specifier: ^4.0.0 @@ -320,31 +320,31 @@ importers: examples/minimal: dependencies: astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/non-html-pages: dependencies: astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/ssr: dependencies: '@astrojs/node': - specifier: ^7.0.1 + specifier: ^7.0.2 version: link:../../packages/integrations/node '@astrojs/svelte': - specifier: ^5.0.1 + specifier: ^5.0.2 version: link:../../packages/integrations/svelte astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro svelte: specifier: ^4.2.5 @@ -353,22 +353,22 @@ importers: examples/view-transitions: devDependencies: '@astrojs/node': - specifier: ^7.0.1 + specifier: ^7.0.2 version: link:../../packages/integrations/node '@astrojs/tailwind': - specifier: ^5.0.3 + specifier: ^5.0.4 version: link:../../packages/integrations/tailwind astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/with-markdoc: dependencies: '@astrojs/markdoc': - specifier: ^0.8.0 + specifier: ^0.8.1 version: link:../../packages/integrations/markdoc astro: - specifier: ^4.0.6 + specifier: ^4.0.7 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.6 + specifier: ^4.0.7 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.6 + specifier: ^4.0.7 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^2.0.1 + specifier: ^2.0.2 version: link:../../packages/integrations/mdx '@astrojs/preact': specifier: ^3.0.1 version: link:../../packages/integrations/preact astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -425,7 +425,7 @@ importers: specifier: ^0.5.0 version: 0.5.0(nanostores@0.9.5)(preact@10.19.2) astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro nanostores: specifier: ^0.9.5 @@ -437,16 +437,16 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^2.0.1 + specifier: ^2.0.2 version: link:../../packages/integrations/mdx '@astrojs/tailwind': - specifier: ^5.0.3 + specifier: ^5.0.4 version: link:../../packages/integrations/tailwind '@types/canvas-confetti': specifier: ^1.6.3 version: 1.6.3 astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro autoprefixer: specifier: ^10.4.15 @@ -464,7 +464,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro vitest: specifier: ^0.34.2