diff --git a/.changeset/pre.json b/.changeset/pre.json index f1be2a3ad6..faf24722ed 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -44,6 +44,7 @@ "cool-mangos-shop", "cuddly-shoes-press", "curvy-walls-kneel", + "dirty-cooks-explode", "dry-lamps-smile", "dry-worms-knock", "dull-moles-talk", @@ -54,10 +55,13 @@ "eighty-ligers-punch", "five-jars-hear", "fluffy-jars-live", + "forty-trains-notice", "fresh-pandas-drive", "funny-wolves-dream", "fuzzy-pugs-live", + "gentle-scissors-bow", "giant-rocks-thank", + "gorgeous-foxes-divide", "healthy-ads-scream", "heavy-peas-sneeze", "heavy-seahorses-poke", @@ -70,9 +74,11 @@ "light-pears-accept", "long-lions-do", "long-months-rule", + "loud-cougars-grow", "lovely-pianos-breathe", "many-garlics-lick", "mean-donkeys-switch", + "metal-birds-admire", "modern-bears-deny", "moody-waves-think", "nasty-crabs-worry", @@ -91,6 +97,7 @@ "selfish-cats-crash", "selfish-impalas-grin", "sharp-worms-sniff", + "sixty-coins-worry", "sixty-oranges-walk", "slimy-mice-dance", "slimy-queens-hang", @@ -98,8 +105,10 @@ "smooth-panthers-heal", "spotty-garlics-cheat", "strange-sheep-film", + "strong-months-grab", "sweet-timers-smash", "tame-pumpkins-swim", + "tame-rats-cross", "ten-students-repair", "ten-walls-tap", "three-days-cough", diff --git a/examples/basics/package.json b/examples/basics/package.json index 5f78dd4ed5..a4e9d677f2 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.5" + "astro": "^5.0.0-beta.6" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index b2fe1c488a..071f99163d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.0-beta.2", + "@astrojs/mdx": "^4.0.0-beta.3", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.0.0-beta.5" + "astro": "^5.0.0-beta.6" } } diff --git a/examples/component/package.json b/examples/component/package.json index 938105fe4d..9bedcb8d76 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.0-beta.5" + "astro": "^5.0.0-beta.6" }, "peerDependencies": { "astro": "^4.0.0 || ^5.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index e5ef0a6473..749166d9fc 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest run" }, "dependencies": { - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.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 cfa39e0ac3..b693c725d2 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.0", "@types/alpinejs": "^3.13.10", "alpinejs": "^3.14.3", - "astro": "^5.0.0-beta.5" + "astro": "^5.0.0-beta.6" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 68ce8ebd45..c7e17eea78 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -14,10 +14,10 @@ "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.2", "@astrojs/svelte": "^6.0.0-beta.1", - "@astrojs/vue": "^5.0.0-beta.0", + "@astrojs/vue": "^5.0.0-beta.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index f8b8de537b..9f6255e962 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@preact/signals": "^1.3.0", - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "preact": "^10.24.3" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 25842929c5..f1599cee24 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.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 0a4b303ef2..1052d049ce 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.2", - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "solid-js": "^1.9.2" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 080518c6d6..fb29dc04d1 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^6.0.0-beta.1", - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "svelte": "^4.2.19" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index d501929b23..8b7fa0ca06 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^5.0.0-beta.0", - "astro": "^5.0.0-beta.5", + "@astrojs/vue": "^5.0.0-beta.1", + "astro": "^5.0.0-beta.6", "vue": "^3.5.12" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 7f2fde1052..c1202148ba 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", - "astro": "^5.0.0-beta.5" + "astro": "^5.0.0-beta.6" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index eda3f2b649..b081fd0d07 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.0-beta.5" + "astro": "^5.0.0-beta.6" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 53d0cd22c0..266fcf8dbc 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.5" + "astro": "^5.0.0-beta.6" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 9f40834011..2ec90d436b 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.5" + "astro": "^5.0.0-beta.6" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 7423251627..2d22b98415 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", "@astrojs/svelte": "^6.0.0-beta.1", - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "svelte": "^4.2.19" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 42f8625e8d..7a3c8d2502 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "sass": "^1.80.3", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 21afbcdd4b..3f43900dae 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-beta.5" + "astro": "^5.0.0-beta.6" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 658ea51600..3b51cb6723 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.0-beta.0", - "astro": "^5.0.0-beta.5" + "astro": "^5.0.0-beta.6" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 21a260a0b1..ea6f96cae0 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.0-beta.2", + "@astrojs/mdx": "^4.0.0-beta.3", "@astrojs/preact": "^3.5.3", - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "preact": "^10.24.3" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index ccf7253f72..768cb4dc4b 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@nanostores/preact": "^0.5.2", - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "nanostores": "^0.11.3", "preact": "^10.24.3" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 84e659cc70..fc4f74f68b 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.0.0-beta.2", + "@astrojs/mdx": "^4.0.0-beta.3", "@astrojs/tailwind": "^5.1.2", "@types/canvas-confetti": "^1.6.4", - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.47", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index c732b6ae67..38864800ef 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "vitest": "^2.1.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 87d6ab508b..5cb1cb5c06 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,61 @@ # astro +## 5.0.0-beta.6 + +### Major Changes + +- [#12268](https://github.com/withastro/astro/pull/12268) [`4e9a3ac`](https://github.com/withastro/astro/commit/4e9a3ac0bd30b4013ac0b2caf068552258dfe6d9) Thanks [@ematipico](https://github.com/ematipico)! - The command `astro add vercel` now updates the configuration file differently, and adds `@astrojs/vercel` as module to import. + + This is a breaking change because it requires the version `8.*` of `@astrojs/vercel`. + +- [#12231](https://github.com/withastro/astro/pull/12231) [`90ae100`](https://github.com/withastro/astro/commit/90ae100cf482529828febed591172433309bc12e) Thanks [@bluwy](https://github.com/bluwy)! - Updates the automatic `charset=utf-8` behavior for Markdown pages, where instead of responding with `charset=utf-8` in the `Content-Type` header, Astro will now automatically add the `` tag instead. + + This behaviour only applies to Markdown pages (`.md` or similar Markdown files located within `src/pages/`) that do not use Astro's special `layout` frontmatter property. It matches the rendering behaviour of other non-content pages, and retains the minimal boilerplate needed to write with non-ASCII characters when adding individual Markdown pages to your site. + + If your Markdown pages use the `layout` frontmatter property, then HTML encoding will be handled by the designated layout component instead, and the `` tag will not be added to your page by default. + + If you require `charset=utf-8` to render your page correctly, make sure that your layout components contain the `` tag. You may need to add this if you have not already done so. + +### Minor Changes + +- [#12243](https://github.com/withastro/astro/pull/12243) [`eb41d13`](https://github.com/withastro/astro/commit/eb41d13162c84e9495489403611bc875eb190fed) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Improves `defineConfig` type safety. TypeScript will now error if a group of related configuration options do not have consistent types. For example, you will now see an error if your language set for `i18n.defaultLocale` is not one of the supported locales specified in `i18n.locales`. + +- [#12150](https://github.com/withastro/astro/pull/12150) [`93351bc`](https://github.com/withastro/astro/commit/93351bc78aed8f4ecff003268bad21c3b93c2f56) Thanks [@bluwy](https://github.com/bluwy)! - Adds support for passing values other than `"production"` or `"development"` to the `--mode` flag (e.g. `"staging"`, `"testing"`, or any custom value) to change the value of `import.meta.env.MODE` or the loaded `.env` file. This allows you take advantage of Vite's [mode](https://vite.dev/guide/env-and-mode#modes) feature. + + Also adds a new `--devOutput` flag for `astro build` that will output a development-based build. + + Note that changing the `mode` does not change the kind of code transform handled by Vite and Astro: + + - In `astro dev`, Astro will transform code with debug information. + - In `astro build`, Astro will transform code with the most optimized output and removes debug information. + - In `astro build --devOutput` (new flag), Astro will transform code with debug information like in `astro dev`. + + This enables various usecases like: + + ```bash + # Run the dev server connected to a "staging" API + astro dev --mode staging + + # Build a site that connects to a "staging" API + astro build --mode staging + + # Build a site that connects to a "production" API with additional debug information + astro build --devOutput + + # Build a site that connects to a "testing" API + astro build --mode testing + ``` + + The different modes can be used to load different `.env` files, e.g. `.env.staging` or `.env.production`, which can be customized for each environment, for example with different `API_URL` environment variable values. + +### Patch Changes + +- [#12302](https://github.com/withastro/astro/pull/12302) [`7196c24`](https://github.com/withastro/astro/commit/7196c244ea75d2f2aafbec332d91cb681f0a4cb7) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the origin check middleware run for prendered pages + +- [#12341](https://github.com/withastro/astro/pull/12341) [`c1786d6`](https://github.com/withastro/astro/commit/c1786d64c4d8b25ed28f5e178531952466158e04) Thanks [@ematipico](https://github.com/ematipico)! - Fixes and issue where `Astro.currentLocale` always returned the default locale when consumed inside a server island. + +- [#12270](https://github.com/withastro/astro/pull/12270) [`25192a0`](https://github.com/withastro/astro/commit/25192a059975f5a31a9c43e5d605541f4e9618bc) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug where the params weren't correctly computed when rendering URLs with non-English characters + ## 5.0.0-beta.5 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index f10f9ddfff..adedcd026a 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.0.0-beta.5", + "version": "5.0.0-beta.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/packages/astro/src/core/render/params-and-props.ts b/packages/astro/src/core/render/params-and-props.ts index 588969eb47..c1fe318ceb 100644 --- a/packages/astro/src/core/render/params-and-props.ts +++ b/packages/astro/src/core/render/params-and-props.ts @@ -47,7 +47,7 @@ export async function getProps(opts: GetParamsAndPropsOptions): Promise { base, }); - // The pathname used here comes from the server, which already encored. + // The pathname used here comes from the server, which already encored. // Since we decided to not mess up with encoding anymore, we need to decode them back so the parameters can match // the ones expected from the users const params = getParams(route, decodeURI(pathname)); diff --git a/packages/astro/src/types/public/config.ts b/packages/astro/src/types/public/config.ts index 1e24f41940..1f8318726b 100644 --- a/packages/astro/src/types/public/config.ts +++ b/packages/astro/src/types/public/config.ts @@ -109,7 +109,7 @@ export interface ViteUserConfig extends OriginalViteUserConfig { /** * Astro User Config * Docs: https://docs.astro.build/reference/configuration-reference/ - * + * * Generics do not follow semver and may change at any time. */ export interface AstroUserConfig { /** diff --git a/packages/astro/test/types/define-config.ts b/packages/astro/test/types/define-config.ts index 9015694e2a..7d68ae0353 100644 --- a/packages/astro/test/types/define-config.ts +++ b/packages/astro/test/types/define-config.ts @@ -1,7 +1,7 @@ import { describe, it } from 'node:test'; +import { expectTypeOf } from 'expect-type'; import { defineConfig } from '../../dist/config/index.js'; import type { AstroUserConfig } from '../../dist/types/public/index.js'; -import { expectTypeOf } from 'expect-type'; describe('defineConfig()', () => { it('Infers generics correctly', () => { diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 1b3baaeec1..a8c94b496f 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/mdx +## 4.0.0-beta.3 + +### Major Changes + +- [#12231](https://github.com/withastro/astro/pull/12231) [`90ae100`](https://github.com/withastro/astro/commit/90ae100cf482529828febed591172433309bc12e) Thanks [@bluwy](https://github.com/bluwy)! - Handles the breaking change in Astro where content pages (including `.mdx` pages located within `src/pages/`) no longer respond with `charset=utf-8` in the `Content-Type` header. + + For MDX pages without layouts, `@astrojs/mdx` will automatically add the `` tag to the page by default. This reduces the boilerplate needed to write with non-ASCII characters. If your MDX pages have a layout, the layout component should include the `` tag. + + If you require `charset=utf-8` to render your page correctly, make sure that your layout components have the `` tag added. + ## 4.0.0-alpha.2 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 1783f3e89f..e09364a89d 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": "4.0.0-beta.2", + "version": "4.0.0-beta.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 65921980ef..764f28483d 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 5.0.0-beta.1 + +### Patch Changes + +- [`81b0bf5`](https://github.com/withastro/astro/commit/81b0bf5734735a0633bfc1089151e174ba9fbc83) Thanks [@bluwy](https://github.com/bluwy)! - New release to include changes from 4.5.2 + ## 5.0.0-beta.0 ### Major Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index a64712b52f..a0982db15b 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "5.0.0-beta.0", + "version": "5.0.0-beta.1", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b9e570e70b..744cdda2c8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,13 +117,13 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^4.0.0-beta.2 + specifier: ^4.0.0-beta.3 version: link:../../packages/integrations/mdx '@astrojs/rss': specifier: ^4.0.9 @@ -132,13 +132,13 @@ importers: specifier: ^3.2.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro examples/container-with-vitest: @@ -147,7 +147,7 @@ importers: specifier: ^3.6.2 version: link:../../packages/integrations/react astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -178,7 +178,7 @@ importers: specifier: ^3.14.3 version: 3.14.3 astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro examples/framework-multiple: @@ -196,7 +196,7 @@ importers: specifier: ^6.0.0-beta.1 version: link:../../packages/integrations/svelte '@astrojs/vue': - specifier: ^5.0.0-beta.0 + specifier: ^5.0.0-beta.1 version: link:../../packages/integrations/vue '@types/react': specifier: ^18.3.12 @@ -205,7 +205,7 @@ importers: specifier: ^18.3.1 version: 18.3.1 astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -235,7 +235,7 @@ importers: specifier: ^1.3.0 version: 1.3.0(preact@10.24.3) astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -253,7 +253,7 @@ importers: specifier: ^18.3.1 version: 18.3.1 astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -268,7 +268,7 @@ importers: specifier: ^4.4.2 version: link:../../packages/integrations/solid astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro solid-js: specifier: ^1.9.2 @@ -280,7 +280,7 @@ importers: specifier: ^6.0.0-beta.1 version: link:../../packages/integrations/svelte astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro svelte: specifier: ^4.2.19 @@ -289,10 +289,10 @@ importers: examples/framework-vue: dependencies: '@astrojs/vue': - specifier: ^5.0.0-beta.0 + specifier: ^5.0.0-beta.1 version: link:../../packages/integrations/vue astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro vue: specifier: ^3.5.12 @@ -304,25 +304,25 @@ importers: specifier: ^9.0.0-alpha.1 version: 9.0.0-alpha.1(astro@packages+astro) astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro examples/ssr: @@ -334,7 +334,7 @@ importers: specifier: ^6.0.0-beta.1 version: link:../../packages/integrations/svelte astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro svelte: specifier: ^4.2.19 @@ -343,7 +343,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro sass: specifier: ^1.80.3 @@ -355,7 +355,7 @@ importers: examples/toolbar-app: devDependencies: astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro examples/with-markdoc: @@ -364,19 +364,19 @@ importers: specifier: ^0.12.0-beta.0 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^4.0.0-beta.2 + specifier: ^4.0.0-beta.3 version: link:../../packages/integrations/mdx '@astrojs/preact': specifier: ^3.5.3 version: link:../../packages/integrations/preact astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -391,7 +391,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.3)(preact@10.24.3) astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro nanostores: specifier: ^0.11.3 @@ -403,7 +403,7 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^4.0.0-beta.2 + specifier: ^4.0.0-beta.3 version: link:../../packages/integrations/mdx '@astrojs/tailwind': specifier: ^5.1.2 @@ -412,7 +412,7 @@ importers: specifier: ^1.6.4 version: 1.6.4 astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro autoprefixer: specifier: ^10.4.20 @@ -430,7 +430,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.0.0-beta.5 + specifier: ^5.0.0-beta.6 version: link:../../packages/astro vitest: specifier: ^2.1.3