summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/pre.json4
-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.md43
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/astro/src/types/public/config.ts6
-rw-r--r--packages/astro/test/build-assets.test.js12
-rw-r--r--pnpm-lock.yaml58
35 files changed, 116 insertions, 67 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json
index e2b7c8f8e..672862bf9 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -35,6 +35,7 @@
"blue-boats-relax",
"breezy-colts-promise",
"chatty-teachers-sit",
+ "chilly-terms-know",
"clean-donuts-walk",
"curvy-walls-kneel",
"eighty-boxes-applaud",
@@ -46,6 +47,7 @@
"hungry-jokes-try",
"itchy-toys-march",
"large-zebras-sniff",
+ "long-lions-do",
"long-months-rule",
"many-garlics-lick",
"mean-donkeys-switch",
@@ -55,10 +57,12 @@
"neat-dots-hear",
"old-zebras-teach",
"perfect-fans-fly",
+ "pink-yaks-exercise",
"poor-frogs-dream",
"quick-ads-exercise",
"selfish-cats-crash",
"selfish-impalas-grin",
+ "sharp-worms-sniff",
"small-ties-sort",
"spotty-garlics-cheat",
"ten-students-repair",
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 98f791516..ee4004b97 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 617bc0a1b..5a7db865b 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.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index d2fe05fcc..0f9754440 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-alpha.4"
+ "astro": "^5.0.0-alpha.5"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index f2e9903bf..bb4876972 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.4",
+ "astro": "^5.0.0-alpha.5",
"@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 cdc31e703..8f8f6cde2 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.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index b9ef823e3..89f09fc02 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.4",
+ "astro": "^5.0.0-alpha.5",
"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 35ec7ed36..841e66c48 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.4",
+ "astro": "^5.0.0-alpha.5",
"preact": "^10.23.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 4d1c9dd95..6880c17f5 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.4",
+ "astro": "^5.0.0-alpha.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 76d347e1f..4449ce119 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.4",
+ "astro": "^5.0.0-alpha.5",
"solid-js": "^1.8.22"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 33847b3ed..88e2a71d6 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.4",
+ "astro": "^5.0.0-alpha.5",
"svelte": "^4.2.19"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 949f9e97b..915e8db4e 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.4",
+ "astro": "^5.0.0-alpha.5",
"vue": "^3.4.38"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 453971d8b..68aef5e34 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.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index b243c7363..69e0db7b2 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-alpha.4"
+ "astro": "^5.0.0-alpha.5"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index 7c7142ef3..1620e2bc3 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.4",
+ "astro": "^5.0.0-alpha.5",
"html-minifier": "^4.0.0"
},
"devDependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 206c05e71..53fbb893c 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 26d119d9c..65d583b4b 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.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 637c2f4ed..52955987b 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json
index a81582468..28a84d92d 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.4",
+ "astro": "^5.0.0-alpha.5",
"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 043c65cde..e63a7bec4 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.4",
+ "astro": "^5.0.0-alpha.5",
"svelte": "^4.2.19"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 30355fe25..911cbf0c3 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-alpha.4",
+ "astro": "^5.0.0-alpha.5",
"sass": "^1.77.8",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index abdeff5d5..1646c3dd9 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.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index e1f22ea17..df7405143 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.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 4632e24b6..0d4159619 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.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 5deb9d475..c25379111 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.4",
+ "astro": "^5.0.0-alpha.5",
"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 5d08bb936..682060e6b 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.4"
+ "astro": "^5.0.0-alpha.5"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index b2cf0bce4..5c7a1f802 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.4",
+ "astro": "^5.0.0-alpha.5",
"preact": "^10.23.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index ce5786d90..6761471d3 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.4",
+ "astro": "^5.0.0-alpha.5",
"nanostores": "^0.11.3",
"preact": "^10.23.2"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index e03f36106..68bc3347d 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.4",
+ "astro": "^5.0.0-alpha.5",
"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 a8d9fc350..08e00af17 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.4",
+ "astro": "^5.0.0-alpha.5",
"vitest": "^2.0.5"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 77cc66503..28e5f1c32 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,48 @@
# astro
+## 5.0.0-alpha.5
+
+### Major Changes
+
+- [#11916](https://github.com/withastro/astro/pull/11916) [`46ea29f`](https://github.com/withastro/astro/commit/46ea29f91df83ea638ecbc544ce99375538636d4) Thanks [@bluwy](https://github.com/bluwy)! - Updates how the `build.client` and `build.server` option values get resolved to match existing documentation. With this fix, the option values will now correctly resolve relative to the `outDir` option. So if `outDir` is set to `./dist/nested/`, then by default:
+
+ - `build.client` will resolve to `<root>/dist/nested/client/`
+ - `build.server` will resolve to `<root>/dist/nested/server/`
+
+ Previously the values were incorrectly resolved:
+
+ - `build.client` was resolved to `<root>/dist/nested/dist/client/`
+ - `build.server` was resolved to `<root>/dist/nested/dist/server/`
+
+ If you were relying on the previous build paths, make sure that your project code is updated to the new build paths.
+
+### Minor Changes
+
+- [#11875](https://github.com/withastro/astro/pull/11875) [`a8a3d2c`](https://github.com/withastro/astro/commit/a8a3d2cde813d891dd9c63f07f91ce4e77d4f93b) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Adds a new property `isPrerendered` to the globals `Astro` and `APIContext` . This boolean value represents whether or not the current page is prerendered:
+
+ ```astro
+ ---
+ // src/pages/index.astro
+
+ export const prerender = true;
+ ---
+ ```
+
+ ```js
+ // src/middleware.js
+
+ export const onRequest = (ctx, next) => {
+ console.log(ctx.isPrerendered); // it will log true
+ return next();
+ };
+ ```
+
+### Patch Changes
+
+- [#11927](https://github.com/withastro/astro/pull/11927) [`5b4e3ab`](https://github.com/withastro/astro/commit/5b4e3abbb152146b71c1af05d33c96211000b2a6) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Updates the `env` configuration reference docs to include a full API reference for `envField`.
+
+- [#11943](https://github.com/withastro/astro/pull/11943) [`fa4671c`](https://github.com/withastro/astro/commit/fa4671ca283266092cf4f52357836d2f57817089) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates error messages that assume content collections are located in `src/content/` with more generic language
+
## 5.0.0-alpha.4
### Major Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 2b425894e..e2cf4037b 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "5.0.0-alpha.4",
+ "version": "5.0.0-alpha.5",
"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/types/public/config.ts b/packages/astro/src/types/public/config.ts
index 81496adec..365b3a75d 100644
--- a/packages/astro/src/types/public/config.ts
+++ b/packages/astro/src/types/public/config.ts
@@ -1452,12 +1452,12 @@ export interface AstroUserConfig {
* }
* })
* ```
- *
+ *
* `envField` supports four data types: string, number, enum, and boolean. `context` and `access` are required properties for all data types. The following shows the complete list of properties available for each data type:
- *
+ *
* ```js
* import { envField } from "astro/config"
- *
+ *
* envField.string({
* // context & access
* optional: true,
diff --git a/packages/astro/test/build-assets.test.js b/packages/astro/test/build-assets.test.js
index 4507345da..75abfd2f0 100644
--- a/packages/astro/test/build-assets.test.js
+++ b/packages/astro/test/build-assets.test.js
@@ -148,11 +148,13 @@ describe('build assets (server)', () => {
assets: 'custom-assets',
inlineStylesheets: 'never',
},
- adapter: testAdapter({extendAdapter: {
- adapterFeatures: {
- forceServerOutput: false,
- }
- }}),
+ adapter: testAdapter({
+ extendAdapter: {
+ adapterFeatures: {
+ forceServerOutput: false,
+ },
+ },
+ }),
});
await fixture.build();
});
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index dc6a79046..ff3bdc348 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -116,7 +116,7 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^5.0.0-alpha.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^5.0.0-alpha.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^5.0.0-alpha.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -331,19 +331,19 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^5.0.0-alpha.4
+ specifier: ^5.0.0-alpha.5
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^5.0.0-alpha.4
+ specifier: ^5.0.0-alpha.5
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^5.0.0-alpha.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@@ -403,7 +403,7 @@ importers:
examples/starlog:
dependencies:
astro:
- specifier: ^5.0.0-alpha.4
+ specifier: ^5.0.0-alpha.5
version: link:../../packages/astro
sass:
specifier: ^1.77.8
@@ -415,7 +415,7 @@ importers:
examples/toolbar-app:
devDependencies:
astro:
- specifier: ^5.0.0-alpha.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
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.4
+ specifier: ^5.0.0-alpha.5
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.20
@@ -532,7 +532,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^5.0.0-alpha.4
+ specifier: ^5.0.0-alpha.5
version: link:../../packages/astro
vitest:
specifier: ^2.0.5