diff --git a/.changeset/pre.json b/.changeset/pre.json index 181dd737cc92..30da6389f1cd 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -44,18 +44,23 @@ "deep-states-talk", "dull-mangos-travel", "encoding-static-builds", - "every-birds-relax", "fast-bushes-fall", "flat-lions-care", "fresh-rocks-sing", + "funny-planes-lick", "giant-areas-press", "good-camels-pull", "green-garlics-heal", + "grumpy-tables-serve", "honest-deer-add", + "icy-pigs-smile", "kind-pears-behave", + "lovely-mice-sniff", "open-monkeys-boil", + "optional-wrangler-config", "pretty-forks-smash", "puny-poems-create", + "quick-dingos-itch", "rich-horses-begin", "route-data-breaking", "sad-lines-hear", @@ -69,11 +74,13 @@ "stale-ads-see", "thin-hands-find", "tiny-books-scream", + "tired-poems-shake", "tricky-donkeys-camp", "vite-environments-breaking", "wet-lines-wear", "wet-suits-help", "whole-geckos-think", + "wrangler-main-field", "young-banks-camp" ] } diff --git a/examples/basics/package.json b/examples/basics/package.json index 09c2c673c30a..3f2fb904b3f0 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.0.0-alpha.1" + "astro": "^6.0.0-alpha.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 4e54574324c1..b26d94099126 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -12,8 +12,8 @@ "dependencies": { "@astrojs/mdx": "^5.0.0-alpha.0", "@astrojs/rss": "^4.0.15-alpha.0", - "@astrojs/sitemap": "^3.6.1-alpha.0", - "astro": "^6.0.0-alpha.1", + "@astrojs/sitemap": "^3.6.1-alpha.1", + "astro": "^6.0.0-alpha.2", "sharp": "^0.34.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index cdf467150800..7d50d9a6965f 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^6.0.0-alpha.1" + "astro": "^6.0.0-alpha.2" }, "peerDependencies": { "astro": "^5.0.0 || ^6.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 7fc80cffd3a6..03e99a797fac 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^5.0.0-alpha.0", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.2.4" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 04143f6b43ae..e20c1d0639d5 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.5.0-alpha.0", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.15.2", - "astro": "^6.0.0-alpha.1" + "astro": "^6.0.0-alpha.2" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 17ecccd37c15..901034b2d492 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^6.0.0-alpha.0", "@types/react": "^18.3.27", "@types/react-dom": "^18.3.7", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "preact": "^10.28.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index cc44884ea51b..889ce9f201f9 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^5.0.0-alpha.0", "@preact/signals": "^2.5.1", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "preact": "^10.28.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 098e4d9c6c15..e9bbf3477cf1 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^5.0.0-alpha.0", "@types/react": "^18.3.27", "@types/react-dom": "^18.3.7", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index c3d854f5f7e6..7e5bc517814c 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^6.0.0-alpha.0", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "solid-js": "^1.9.10" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 7494f6287315..7c4f5fa0b238 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^8.0.0-alpha.0", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "svelte": "^5.45.10" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 087125e18d8d..4299907e0661 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^6.0.0-alpha.0", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "vue": "^3.5.25" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index e1dc5430f873..50d9f309d814 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^10.0.0-alpha.2", - "astro": "^6.0.0-alpha.1" + "astro": "^6.0.0-alpha.2" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 2fe8a8a99907..efe775e2e5df 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^6.0.0-alpha.1" + "astro": "^6.0.0-alpha.2" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 6c4c33397a55..7f2282937f40 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.0.0-alpha.1" + "astro": "^6.0.0-alpha.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 3711a0676943..94d1da6af21a 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.0.0-alpha.1" + "astro": "^6.0.0-alpha.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index edd861cbc528..305e2ef28572 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^10.0.0-alpha.2", "@astrojs/svelte": "^8.0.0-alpha.0", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "svelte": "^5.45.10" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index c85ba7b1515a..6263cfcb93c7 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "sass": "^1.96.0", "sharp": "^0.34.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index c102c71f59a0..21e0cc3bbfca 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@types/node": "^18.17.8", - "astro": "^6.0.0-alpha.1" + "astro": "^6.0.0-alpha.2" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 96be9a8c0f9a..8dcb86876848 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^1.0.0-alpha.0", - "astro": "^6.0.0-alpha.1" + "astro": "^6.0.0-alpha.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 5b4bffe0aa7b..6211703e3f49 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^5.0.0-alpha.0", "@astrojs/preact": "^5.0.0-alpha.0", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "preact": "^10.28.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 382c26adcb5c..c07ac9a86d60 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^5.0.0-alpha.0", "@nanostores/preact": "^0.5.2", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "nanostores": "^0.11.4", "preact": "^10.28.0" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 223ebffc0162..c6e5b0b3676a 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^5.0.0-alpha.0", "@tailwindcss/vite": "^4.1.17", "@types/canvas-confetti": "^1.9.0", - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "canvas-confetti": "^1.9.4", "tailwindcss": "^4.1.18" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index e6b5a7495a63..6ce4aab3861a 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^6.0.0-alpha.1", + "astro": "^6.0.0-alpha.2", "vitest": "^3.2.4" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 8faa74561b4b..55f0e6b2bfdd 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 6.0.0-alpha.2 + +### Patch Changes + +- [#15024](https://github.com/withastro/astro/pull/15024) [`22c48ba`](https://github.com/withastro/astro/commit/22c48ba6643ed7153400781ca1affb3e8dc1351a) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where JSON schema generation would fail for unrepresentable types + +- [#15036](https://github.com/withastro/astro/pull/15036) [`f125a73`](https://github.com/withastro/astro/commit/f125a73ebf395d81bf44ccfce4af63a518f6f724) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes certain aliases not working when using images in JSON files with the content layer + +- [#15036](https://github.com/withastro/astro/pull/15036) [`f125a73`](https://github.com/withastro/astro/commit/f125a73ebf395d81bf44ccfce4af63a518f6f724) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a vite warning log during builds when using npm + ## 6.0.0-alpha.1 ### Major Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index efe2f6b56cf3..1f5e3038c24b 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 359172ddfe4a..97adbaf51016 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,72 @@ # @astrojs/cloudflare +## 13.0.0-alpha.2 + +### Major Changes + +- [#15037](https://github.com/withastro/astro/pull/15037) [`8641805`](https://github.com/withastro/astro/commit/8641805289d2cd852458b023c83da54bf67cd579) Thanks [@matthewp](https://github.com/matthewp)! - Updates the Wrangler entrypoint + + Previously, the `main` field in `wrangler.jsonc` pointed to the built output, since Wrangler only ran in production after the build completed: + + ```jsonc + { + "main": "dist/_worker.js/index.js", + } + ``` + + Now that Wrangler runs in both development (via workerd) and production, Astro provides a default entrypoint that works for both scenarios. + + ##### What should I do? + + Update your `wrangler.jsonc` to use the new entrypoint: + + ```jsonc + { + "main": "@astrojs/cloudflare/entrypoints/server", + } + ``` + + This single entrypoint handles both `astro dev` and production deployments. + +### Minor Changes + +- [#15037](https://github.com/withastro/astro/pull/15037) [`8641805`](https://github.com/withastro/astro/commit/8641805289d2cd852458b023c83da54bf67cd579) Thanks [@matthewp](https://github.com/matthewp)! - The Wrangler configuration file is now optional. If you don't have custom Cloudflare bindings (KV, D1, Durable Objects, etc.), Astro will automatically generate a default configuration for you. + + ##### What should I do? + + If your `wrangler.jsonc` only contains basic configuration like this: + + ```jsonc + { + "main": "@astrojs/cloudflare/entrypoints/server", + "compatibility_date": "2025-05-21", + "assets": { + "directory": "./dist", + "binding": "ASSETS", + }, + } + ``` + + You can safely delete the file. Astro will handle this configuration automatically. + + You only need a wrangler config file if you're using: + - KV namespaces + - D1 databases + - Durable Objects + - R2 buckets + - Environment variables + - Custom compatibility flags + - Other Cloudflare-specific features + +### Patch Changes + +- [#15026](https://github.com/withastro/astro/pull/15026) [`90c608c`](https://github.com/withastro/astro/commit/90c608c3f7cd3cb27ae6ec9b98a3ebf274450cc6) Thanks [@matthewp](https://github.com/matthewp)! - Improves prebundling of internal Astro modules + +- [#15030](https://github.com/withastro/astro/pull/15030) [`b5aa52b`](https://github.com/withastro/astro/commit/b5aa52bbe74e32956d5dd5757728626fdaa6a02c) Thanks [@ematipico](https://github.com/ematipico)! - Fixed an issue where the feature `experimental.chromeDevtoolsWorkspace` wasn't supported by the new version of the adapter. + +- Updated dependencies []: + - @astrojs/underscore-redirects@1.0.0 + ## 13.0.0-alpha.1 ### Major Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index d171692cdd7c..e07dd20f858c 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers/Pages", - "version": "13.0.0-alpha.1", + "version": "13.0.0-alpha.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index 0b4763ef870d..3972f7dbb6af 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 3.6.1-alpha.1 + +### Patch Changes + +- [#15036](https://github.com/withastro/astro/pull/15036) [`f125a73`](https://github.com/withastro/astro/commit/f125a73ebf395d81bf44ccfce4af63a518f6f724) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Updates how routes are retrieved to avoid relying on a deprecated API + ## 3.6.1-alpha.0 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index 6ac92cab57d2..ac06495c9a86 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for your Astro site", - "version": "3.6.1-alpha.0", + "version": "3.6.1-alpha.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 312a7479bf20..394e54fb4c5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -145,7 +145,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro examples/blog: @@ -157,10 +157,10 @@ importers: specifier: ^4.0.15-alpha.0 version: link:../../packages/astro-rss '@astrojs/sitemap': - specifier: ^3.6.1-alpha.0 + specifier: ^3.6.1-alpha.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro sharp: specifier: ^0.34.3 @@ -169,7 +169,7 @@ importers: examples/component: devDependencies: astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro examples/container-with-vitest: @@ -178,7 +178,7 @@ importers: specifier: ^5.0.0-alpha.0 version: link:../../packages/integrations/react astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -209,7 +209,7 @@ importers: specifier: ^3.15.2 version: 3.15.2 astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro examples/framework-multiple: @@ -236,7 +236,7 @@ importers: specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.27) astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro preact: specifier: ^10.28.0 @@ -266,7 +266,7 @@ importers: specifier: ^2.5.1 version: 2.5.1(preact@10.28.0) astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro preact: specifier: ^10.28.0 @@ -284,7 +284,7 @@ importers: specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.27) astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -299,7 +299,7 @@ importers: specifier: ^6.0.0-alpha.0 version: link:../../packages/integrations/solid astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro solid-js: specifier: ^1.9.10 @@ -311,7 +311,7 @@ importers: specifier: ^8.0.0-alpha.0 version: link:../../packages/integrations/svelte astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro svelte: specifier: ^5.45.10 @@ -323,7 +323,7 @@ importers: specifier: ^6.0.0-alpha.0 version: link:../../packages/integrations/vue astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro vue: specifier: ^3.5.25 @@ -335,25 +335,25 @@ importers: specifier: ^10.0.0-alpha.2 version: link:../../packages/integrations/node astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro examples/ssr: @@ -365,7 +365,7 @@ importers: specifier: ^8.0.0-alpha.0 version: link:../../packages/integrations/svelte astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro svelte: specifier: ^5.45.10 @@ -374,7 +374,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro sass: specifier: ^1.96.0 @@ -389,7 +389,7 @@ importers: specifier: ^18.17.8 version: 18.19.130 astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro examples/with-markdoc: @@ -398,7 +398,7 @@ importers: specifier: ^1.0.0-alpha.0 version: link:../../packages/integrations/markdoc astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro examples/with-mdx: @@ -410,7 +410,7 @@ importers: specifier: ^5.0.0-alpha.0 version: link:../../packages/integrations/preact astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro preact: specifier: ^10.28.0 @@ -425,7 +425,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.4)(preact@10.28.0) astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro nanostores: specifier: ^0.11.4 @@ -446,7 +446,7 @@ importers: specifier: ^1.9.0 version: 1.9.0 astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro canvas-confetti: specifier: ^1.9.4 @@ -458,7 +458,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^6.0.0-alpha.1 + specifier: ^6.0.0-alpha.2 version: link:../../packages/astro vitest: specifier: ^3.2.4