summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/pre.json5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/container-with-vitest/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/server-islands/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/toolbar-app/package.json2
-rw-r--r--examples/view-transitions/package.json2
-rw-r--r--examples/with-markdoc/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md69
-rw-r--r--packages/astro/package.json2
-rw-r--r--pnpm-lock.yaml58
33 files changed, 133 insertions, 59 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json
index 672862bf9..99f40b214 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -32,18 +32,22 @@
"@astrojs/upgrade": "0.3.1"
},
"changesets": [
+ "afraid-apricots-buy",
"blue-boats-relax",
"breezy-colts-promise",
"chatty-teachers-sit",
"chilly-terms-know",
"clean-donuts-walk",
+ "cuddly-shoes-press",
"curvy-walls-kneel",
"eighty-boxes-applaud",
"empty-spoons-kiss",
"five-jars-hear",
"forty-spies-train",
+ "giant-rocks-thank",
"healthy-ads-scream",
"heavy-seahorses-poke",
+ "honest-dingos-add",
"hungry-jokes-try",
"itchy-toys-march",
"large-zebras-sniff",
@@ -58,6 +62,7 @@
"old-zebras-teach",
"perfect-fans-fly",
"pink-yaks-exercise",
+ "poor-dots-add",
"poor-frogs-dream",
"quick-ads-exercise",
"selfish-cats-crash",
diff --git a/examples/basics/package.json b/examples/basics/package.json
index ee4004b97..d8be60597 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 5a7db865b..7265f2f2c 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -14,6 +14,6 @@
"@astrojs/mdx": "^4.0.0-alpha.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 0f9754440..287b931fb 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index bb4876972..d192a9d11 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest run"
},
"dependencies": {
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 8f8f6cde2..99f893339 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.1",
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 89f09fc02..e408e6679 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -18,7 +18,7 @@
"@astrojs/vue": "^5.0.0-alpha.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 841e66c48..68acefdab 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.2",
"@preact/signals": "^1.3.0",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"preact": "^10.23.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 6880c17f5..e814ea458 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 4449ce119..e00e56146 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^4.4.1",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"solid-js": "^1.8.22"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 88e2a71d6..da249f7f9 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/svelte": "^6.0.0-alpha.0",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"svelte": "^4.2.19"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 915e8db4e..7b797e7a3 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.0-alpha.0",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"vue": "^3.4.38"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 68aef5e34..88ebb0c77 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 69e0db7b2..1b3cf7346 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index 1620e2bc3..c4442a2fe 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"html-minifier": "^4.0.0"
},
"devDependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 53fbb893c..6d4836a96 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 65d583b4b..3e0fc489a 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 52955987b..fb4eeb9f9 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json
index 28a84d92d..721b0ec2c 100644
--- a/examples/server-islands/package.json
+++ b/examples/server-islands/package.json
@@ -17,7 +17,7 @@
"@tailwindcss/forms": "^0.5.8",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"postcss": "^8.4.43",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index e63a7bec4..d25f5f4a1 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
"@astrojs/svelte": "^6.0.0-alpha.0",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"svelte": "^4.2.19"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 911cbf0c3..f4f8605e2 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"sass": "^1.77.8",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index 1646c3dd9..aa832cb66 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index df7405143..f5dd2717d 100644
--- a/examples/view-transitions/package.json
+++ b/examples/view-transitions/package.json
@@ -12,6 +12,6 @@
"devDependencies": {
"@astrojs/tailwind": "^6.0.0-alpha.0",
"@astrojs/node": "^9.0.0-alpha.1",
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 0d4159619..14152bb8b 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^1.0.0-alpha.1",
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index c25379111..9edad4072 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^6.0.0-alpha.1",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"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 682060e6b..d278d1e84 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.5"
+ "astro": "^5.0.0-alpha.6"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 5c7a1f802..c1e3586c9 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/mdx": "^4.0.0-alpha.2",
"@astrojs/preact": "^3.5.2",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"preact": "^10.23.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 6761471d3..13c013b0f 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.2",
"@nanostores/preact": "^0.5.2",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"nanostores": "^0.11.3",
"preact": "^10.23.2"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 68bc3347d..dc54c6df2 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -14,7 +14,7 @@
"@astrojs/mdx": "^4.0.0-alpha.2",
"@astrojs/tailwind": "^6.0.0-alpha.0",
"@types/canvas-confetti": "^1.6.4",
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.43",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 08e00af17..7aa75dcea 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^5.0.0-alpha.5",
+ "astro": "^5.0.0-alpha.6",
"vitest": "^2.0.5"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 28e5f1c32..c54dcc01e 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,74 @@
# astro
+## 5.0.0-alpha.6
+
+### Major Changes
+
+- [#11941](https://github.com/withastro/astro/pull/11941) [`b6a5f39`](https://github.com/withastro/astro/commit/b6a5f39846581d0e9cfd7ae6f056c8d1209f71bd) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Merges the `output: 'hybrid'` and `output: 'static'` configurations into one single configuration (now called `'static'`) that works the same way as the previous `hybrid` option.
+
+ It is no longer necessary to specify `output: 'hybrid'` in your Astro config to use server-rendered pages. The new `output: 'static'` has this capability included. Astro will now automatically provide the ability to opt out of prerendering in your static site with no change to your `output` configuration required. Any page route or endpoint can include `export const prerender = false` to be server-rendered, while the rest of your site is statically-generated.
+
+ If your project used hybrid rendering, you must now remove the `output: 'hybrid'` option from your Astro config as it no longer exists. However, no other changes to your project are required, and you should have no breaking changes. The previous `'hybrid'` behavior is now the default, under a new name `'static'`.
+
+ If you were using the `output: 'static'` (default) option, you can continue to use it as before. By default, all of your pages will continue to be prerendered and you will have a completely static site. You should have no breaking changes to your project.
+
+ ```diff
+ import { defineConfig } from "astro/config";
+
+ export default defineConfig({
+ - output: 'hybrid',
+ });
+ ```
+
+ An adapter is still required to deploy an Astro project with any server-rendered pages. Failure to include an adapter will result in a warning in development and an error at build time.
+
+### Minor Changes
+
+- [#11941](https://github.com/withastro/astro/pull/11941) [`b6a5f39`](https://github.com/withastro/astro/commit/b6a5f39846581d0e9cfd7ae6f056c8d1209f71bd) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Adapters can now specify the build output type they're intended for using the `adapterFeatures.buildOutput` property. This property can be used to always generate a server output, even if the project doesn't have any server-rendered pages.
+
+ ```ts
+ {
+ 'astro:config:done': ({ setAdapter, config }) => {
+ setAdapter({
+ name: 'my-adapter',
+ adapterFeatures: {
+ buildOutput: 'server',
+ },
+ });
+ },
+ }
+ ```
+
+ If your adapter specifies `buildOutput: 'static'`, and the user's project contains server-rendered pages, Astro will warn in development and error at build time. Note that a hybrid output, containing both static and server-rendered pages, is considered to be a `server` output, as a server is required to serve the server-rendered pages.
+
+- [#11941](https://github.com/withastro/astro/pull/11941) [`b6a5f39`](https://github.com/withastro/astro/commit/b6a5f39846581d0e9cfd7ae6f056c8d1209f71bd) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Adds a new `buildOutput` property to the `astro:config:done` hook returning the build output type.
+
+ This can be used to know if the user's project will be built as a static site (HTML files), or a server-rendered site (whose exact output depends on the adapter).
+
+### Patch Changes
+
+- [#11960](https://github.com/withastro/astro/pull/11960) [`4410130`](https://github.com/withastro/astro/commit/4410130df722eae494caaa46b17c8eeb6223f160) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes an issue where the refresh context data was not passed correctly to content layer loaders
+
+- [#11952](https://github.com/withastro/astro/pull/11952) [`50a0146`](https://github.com/withastro/astro/commit/50a0146e9aff78a245914125f34719cfb32c585f) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds support for array patterns in the built-in `glob()` content collections loader
+
+ The glob loader can now accept an array of multiple patterns as well as string patterns. This allows you to more easily combine multiple patterns into a single collection, and also means you can use negative matches to exclude files from the collection.
+
+ ```ts
+ const probes = defineCollection({
+ // Load all markdown files in the space-probes directory, except for those that start with "voyager-"
+ loader: glob({ pattern: ['*.md', '!voyager-*'], base: 'src/data/space-probes' }),
+ schema: z.object({
+ name: z.string(),
+ type: z.enum(['Space Probe', 'Mars Rover', 'Comet Lander']),
+ launch_date: z.date(),
+ status: z.enum(['Active', 'Inactive', 'Decommissioned']),
+ destination: z.string(),
+ operator: z.string(),
+ notable_discoveries: z.array(z.string()),
+ }),
+ });
+ ```
+
## 5.0.0-alpha.5
### Major Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index e2cf4037b..59c9c9025 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "5.0.0-alpha.5",
+ "version": "5.0.0-alpha.6",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index ff3bdc348..8cee99483 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -116,7 +116,7 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/blog:
@@ -131,13 +131,13 @@ importers:
specifier: ^3.1.6
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/container-with-vitest:
@@ -146,7 +146,7 @@ importers:
specifier: ^3.6.2
version: link:../../packages/integrations/react
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -177,7 +177,7 @@ importers:
specifier: ^3.14.1
version: 3.14.1
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/framework-multiple:
@@ -204,7 +204,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
preact:
specifier: ^10.23.2
@@ -234,7 +234,7 @@ importers:
specifier: ^1.3.0
version: 1.3.0(preact@10.23.2)
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
preact:
specifier: ^10.23.2
@@ -252,7 +252,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -267,7 +267,7 @@ importers:
specifier: ^4.4.1
version: link:../../packages/integrations/solid
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
solid-js:
specifier: ^1.8.22
@@ -279,7 +279,7 @@ importers:
specifier: ^6.0.0-alpha.0
version: link:../../packages/integrations/svelte
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@@ -291,7 +291,7 @@ importers:
specifier: ^5.0.0-alpha.0
version: link:../../packages/integrations/vue
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
vue:
specifier: ^3.4.38
@@ -303,13 +303,13 @@ importers:
specifier: ^9.0.0-alpha.1
version: 9.0.0-alpha.1(astro@packages+astro)
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/middleware:
@@ -318,7 +318,7 @@ importers:
specifier: ^9.0.0-alpha.1
version: 9.0.0-alpha.1(astro@packages+astro)
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -331,19 +331,19 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/server-islands:
@@ -370,7 +370,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
postcss:
specifier: ^8.4.43
@@ -394,7 +394,7 @@ importers:
specifier: ^6.0.0-alpha.0
version: link:../../packages/integrations/svelte
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@@ -403,7 +403,7 @@ importers:
examples/starlog:
dependencies:
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
sass:
specifier: ^1.77.8
@@ -415,7 +415,7 @@ importers:
examples/toolbar-app:
devDependencies:
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/view-transitions:
@@ -427,7 +427,7 @@ importers:
specifier: ^6.0.0-alpha.0
version: link:../../packages/integrations/tailwind
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/with-markdoc:
@@ -436,7 +436,7 @@ importers:
specifier: ^1.0.0-alpha.1
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/with-markdown-plugins:
@@ -445,7 +445,7 @@ importers:
specifier: ^6.0.0-alpha.1
version: link:../../packages/markdown/remark
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
hast-util-select:
specifier: ^6.0.2
@@ -466,7 +466,7 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
examples/with-mdx:
@@ -478,7 +478,7 @@ importers:
specifier: ^3.5.2
version: link:../../packages/integrations/preact
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
preact:
specifier: ^10.23.2
@@ -493,7 +493,7 @@ importers:
specifier: ^0.5.2
version: 0.5.2(nanostores@0.11.3)(preact@10.23.2)
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
nanostores:
specifier: ^0.11.3
@@ -514,7 +514,7 @@ importers:
specifier: ^1.6.4
version: 1.6.4
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.20
@@ -532,7 +532,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^5.0.0-alpha.5
+ specifier: ^5.0.0-alpha.6
version: link:../../packages/astro
vitest:
specifier: ^2.0.5