From cbdb0fdbd6dd2d19237eccab40d9253f0909bf35 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 23 May 2023 08:06:53 -0700 Subject: [PATCH] [ci] release (#7169) Co-authored-by: github-actions[bot] --- .changeset/dull-teachers-work.md | 5 ----- .changeset/early-cars-kick.md | 5 ----- .changeset/fuzzy-cycles-trade.md | 5 ----- .changeset/hungry-lobsters-happen.md | 5 ----- .changeset/odd-geese-shop.md | 5 ----- .changeset/orange-lizards-report.md | 5 ----- packages/astro/CHANGELOG.md | 16 ++++++++++++++++ packages/astro/package.json | 2 +- packages/integrations/cloudflare/package.json | 2 +- packages/integrations/deno/package.json | 2 +- packages/integrations/image/package.json | 2 +- packages/integrations/markdoc/package.json | 2 +- packages/integrations/netlify/package.json | 2 +- packages/integrations/node/package.json | 2 +- packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/package.json | 2 +- packages/integrations/vercel/package.json | 2 +- packages/integrations/vue/package.json | 2 +- 18 files changed, 27 insertions(+), 41 deletions(-) delete mode 100644 .changeset/dull-teachers-work.md delete mode 100644 .changeset/early-cars-kick.md delete mode 100644 .changeset/fuzzy-cycles-trade.md delete mode 100644 .changeset/hungry-lobsters-happen.md delete mode 100644 .changeset/odd-geese-shop.md delete mode 100644 .changeset/orange-lizards-report.md diff --git a/.changeset/dull-teachers-work.md b/.changeset/dull-teachers-work.md deleted file mode 100644 index a0a3ca5e33ab..000000000000 --- a/.changeset/dull-teachers-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Make vite-plugin-content-virtual-mod run `getEntrySlug` 10 at a time to prevent `EMFILE: too many open files` error diff --git a/.changeset/early-cars-kick.md b/.changeset/early-cars-kick.md deleted file mode 100644 index 94eef25007fc..000000000000 --- a/.changeset/early-cars-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Move generation of renderers code into their own file diff --git a/.changeset/fuzzy-cycles-trade.md b/.changeset/fuzzy-cycles-trade.md deleted file mode 100644 index cfea1a58f306..000000000000 --- a/.changeset/fuzzy-cycles-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Remove restriction around serialisable data for `Astro.locals` diff --git a/.changeset/hungry-lobsters-happen.md b/.changeset/hungry-lobsters-happen.md deleted file mode 100644 index 00ef925841c0..000000000000 --- a/.changeset/hungry-lobsters-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add types for `import.meta.env.ASSETS_PREFIX` and `import.meta.env.SITE` diff --git a/.changeset/odd-geese-shop.md b/.changeset/odd-geese-shop.md deleted file mode 100644 index 2f238d726d2b..000000000000 --- a/.changeset/odd-geese-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -value of var can be undefined when using `define:vars` diff --git a/.changeset/orange-lizards-report.md b/.changeset/orange-lizards-report.md deleted file mode 100644 index 69da198cb16a..000000000000 --- a/.changeset/orange-lizards-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Prevent Vite watching on Astro config load diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index ced9a16df6d1..f441601af3b0 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,21 @@ # astro +## 2.5.4 + +### Patch Changes + +- [#7125](https://github.com/withastro/astro/pull/7125) [`4ce8bf7c6`](https://github.com/withastro/astro/commit/4ce8bf7c62d2b19ff7bd3dd0fbad88fcac10feaa) Thanks [@bluwy](https://github.com/bluwy)! - Make vite-plugin-content-virtual-mod run `getEntrySlug` 10 at a time to prevent `EMFILE: too many open files` error + +- [#7166](https://github.com/withastro/astro/pull/7166) [`626dd41d0`](https://github.com/withastro/astro/commit/626dd41d0a80155f59962e3a1b70d8dfd2719d25) Thanks [@ematipico](https://github.com/ematipico)! - Move generation of renderers code into their own file + +- [#7174](https://github.com/withastro/astro/pull/7174) [`92d1f017e`](https://github.com/withastro/astro/commit/92d1f017e5c0a921973e028b90c7975e74dce433) Thanks [@ematipico](https://github.com/ematipico)! - Remove restriction around serialisable data for `Astro.locals` + +- [#7172](https://github.com/withastro/astro/pull/7172) [`2ca94269e`](https://github.com/withastro/astro/commit/2ca94269ed0b5046033c47985ef50b7e7a637caf) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add types for `import.meta.env.ASSETS_PREFIX` and `import.meta.env.SITE` + +- [#7134](https://github.com/withastro/astro/pull/7134) [`5b6a0312a`](https://github.com/withastro/astro/commit/5b6a0312a822565404a6334576677fc574cfcd56) Thanks [@alexvuka1](https://github.com/alexvuka1)! - value of var can be undefined when using `define:vars` + +- [#7171](https://github.com/withastro/astro/pull/7171) [`79ba74832`](https://github.com/withastro/astro/commit/79ba74832fc46e6946c8235c33e9acfbb3a4139b) Thanks [@bluwy](https://github.com/bluwy)! - Prevent Vite watching on Astro config load + ## 2.5.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 8fa45a077764..636328c0dbad 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.5.3", + "version": "2.5.4", "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/cloudflare/package.json b/packages/integrations/cloudflare/package.json index f37dd13d0199..b5ce85abbd01 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -42,7 +42,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.5.3" + "astro": "workspace:^2.5.4" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 6b6fbffbb337..1774352cf9d3 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -36,7 +36,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.5.3" + "astro": "workspace:^2.5.4" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index b7dff730f09b..e9d7abefd021 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -62,7 +62,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.5.3", + "astro": "workspace:^2.5.4", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index dfe41caca2c9..38a584cc5231 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -47,7 +47,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^2.5.3" + "astro": "workspace:^2.5.4" }, "devDependencies": { "@astrojs/markdown-remark": "^2.2.1", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 6c3cfbac243e..259f20d0f8f1 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -42,7 +42,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.5.3" + "astro": "workspace:^2.5.4" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index b49d0b1a6543..f77b2f923a54 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -38,7 +38,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.5.3" + "astro": "workspace:^2.5.4" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 4926e6afe3a4..aeea203f42c0 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -48,7 +48,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.5.3", + "astro": "workspace:^2.5.4", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 8fba3cf39caf..7ba0a1acb306 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -44,7 +44,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.5.3", + "astro": "workspace:^2.5.4", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 72bb5758f9be..9c2fc6eb1af1 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -59,7 +59,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.5.3" + "astro": "workspace:^2.5.4" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 9855ccf4caeb..790b46fc20e0 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -56,7 +56,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.5.3", + "astro": "workspace:^2.5.4", "vue": "^3.2.30" }, "engines": {