diff --git a/.changeset/pre.json b/.changeset/pre.json index f1be2a3ad6640..827009dcd0250 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,6 +55,7 @@ "eighty-ligers-punch", "five-jars-hear", "fluffy-jars-live", + "forty-trains-notice", "fresh-pandas-drive", "funny-wolves-dream", "fuzzy-pugs-live", @@ -70,6 +72,7 @@ "light-pears-accept", "long-lions-do", "long-months-rule", + "loud-cougars-grow", "lovely-pianos-breathe", "many-garlics-lick", "mean-donkeys-switch", @@ -91,6 +94,7 @@ "selfish-cats-crash", "selfish-impalas-grin", "sharp-worms-sniff", + "sixty-coins-worry", "sixty-oranges-walk", "slimy-mice-dance", "slimy-queens-hang", @@ -98,6 +102,7 @@ "smooth-panthers-heal", "spotty-garlics-cheat", "strange-sheep-film", + "strong-months-grab", "sweet-timers-smash", "tame-pumpkins-swim", "ten-students-repair", diff --git a/examples/basics/package.json b/examples/basics/package.json index 5f78dd4ed59bd..a4e9d677f2290 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 b2fe1c488a4aa..071f99163d643 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 938105fe4d477..9bedcb8d76a55 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 02dac3ca68879..6bedb54510b60 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 cfa39e0ac3f69..b693c725d2d18 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 2bad8ce3bdcca..379290a9e78da 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.0-beta.0", "@types/react": "^18.3.11", "@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 f8b8de537badb..9f6255e96203b 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 4b4706d5bf17c..c4ced119c4aea 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.11", "@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 0a4b303ef22f9..1052d049cec69 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 080518c6d63cd..fb29dc04d1226 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 d501929b23ec0..28485d34882e9 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.0-beta.0", - "astro": "^5.0.0-beta.5", + "astro": "^5.0.0-beta.6", "vue": "^3.5.12" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 7f2fde1052a4e..c1202148ba860 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 eda3f2b649f2e..b081fd0d07b56 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 53d0cd22c0421..266fcf8dbc027 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 9f4083401107f..2ec90d436b315 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 7423251627794..2d22b9841566c 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 42f8625e8d52b..7a3c8d250279e 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 21afbcdd4b1d9..3f43900daeaf9 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 658ea51600513..3b51cb6723975 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 21a260a0b1c96..ea6f96cae0b5c 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 ccf7253f720ed..768cb4dc4b18a 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 84e659cc70a1a..fc4f74f68b6b4 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 c732b6ae67604..38864800ef8ac 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 9091dcec4931f..31ea4cc1b9f3d 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,53 @@ # 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. + ## 5.0.0-beta.5 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 303c40ee7a9b0..29808bf87a5af 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/types/public/config.ts b/packages/astro/src/types/public/config.ts index 1e24f419408eb..1f8318726b199 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 9015694e2a9c4..7d68ae035344d 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 b15b97308abdd..767a90b3eb5dd 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 c2333d7ac887e..4934abee6fd62 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/pnpm-lock.yaml b/pnpm-lock.yaml index a148ecb1213a2..da26a1e2b74e8 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: @@ -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 @@ -292,7 +292,7 @@ importers: specifier: ^5.0.0-beta.0 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