diff --git a/.changeset/pre.json b/.changeset/pre.json
index d4468ad74d81..bc4619849f5d 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -38,10 +38,12 @@
"fair-emus-divide",
"famous-queens-itch",
"four-houses-compete",
+ "gentle-meals-crash",
"heavy-walls-arrive",
"loud-candles-admire",
"mighty-dancers-lay",
"odd-books-live",
+ "purple-buses-prove",
"rude-ears-play",
"spicy-eels-rush",
"three-adults-exist",
@@ -52,6 +54,7 @@
"unlucky-hotels-try",
"unlucky-ravens-type",
"unlucky-sheep-build",
+ "violet-peaches-invent",
"young-roses-teach"
]
}
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 9b5e8d29789d..b5509cdde570 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 48e354816881..96e0f0087ff1 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -14,6 +14,6 @@
"@astrojs/mdx": "^1.0.0-beta.0",
"@astrojs/rss": "^3.0.0-beta.0",
"@astrojs/sitemap": "^3.0.0-beta.0",
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 7e670784d048..d940082b0c4a 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/deno/package.json b/examples/deno/package.json
index a9aa9ce8f7e5..4d53ea64d67a 100644
--- a/examples/deno/package.json
+++ b/examples/deno/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
},
"devDependencies": {
"@astrojs/deno": "^5.0.0-beta.0"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 3fcb2d879155..ad04dbdab77c 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.3.0-beta.0",
"@types/alpinejs": "^3.7.1",
"alpinejs": "^3.12.2",
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index b868a3010d7e..690654769ed9 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/lit": "^3.0.0-beta.0",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"lit": "^2.7.5"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 11400c309135..16e55fb4760d 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -16,7 +16,7 @@
"@astrojs/solid-js": "^3.0.0-beta.0",
"@astrojs/svelte": "^4.0.0-beta.0",
"@astrojs/vue": "^3.0.0-beta.0",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"preact": "^10.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 30ad40bda881..15e60b68a876 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.0-beta.0",
"@preact/signals": "^1.1.3",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"preact": "^10.15.1"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index a680274daef8..f6073035dafb 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^3.0.0-beta.0",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index d8328ea07906..af54959f61b1 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^3.0.0-beta.0",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"solid-js": "^1.7.6"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index b7a31c466725..3ac0d0dc42b8 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/svelte": "^4.0.0-beta.0",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"svelte": "^3.59.1"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 87e1aa282b2b..604d056fbc66 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^3.0.0-beta.0",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"vue": "^3.3.4"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 63b4c492053e..481a0d2b725f 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^6.0.0-beta.0",
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 7a6ed5eb2a8c..2ee2d966737f 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index ab37a8949d2b..5531e56369d5 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^6.0.0-beta.0",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"html-minifier": "^4.0.0"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index dde9ab90baba..9dd6096a3e96 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index dcf2c10c462d..63df2f83d2ae 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index b583855689e9..3629b74ec079 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index eb434e8fc653..c5307d857151 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/node": "^6.0.0-beta.0",
"@astrojs/svelte": "^4.0.0-beta.0",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"svelte": "^3.59.1"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 5e8a2253743b..095e02631289 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^1.0.0-beta.0",
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 4b81aca1fa0d..2bcad705c5be 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^3.0.0-beta.0",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"hast-util-select": "^5.0.5",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 47abed19cac8..15f69280ebc2 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.0"
+ "astro": "^3.0.0-beta.1"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 81205e3c8b8e..8aa47f1cb2ee 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/mdx": "^1.0.0-beta.0",
"@astrojs/preact": "^3.0.0-beta.0",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"preact": "^10.15.1"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index ea780053f969..cbe4f3e272df 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.0-beta.0",
"@nanostores/preact": "^0.4.1",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"nanostores": "^0.8.1",
"preact": "^10.15.1"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index da98bc64d92c..761d9d5065f4 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -14,7 +14,7 @@
"@astrojs/mdx": "^1.0.0-beta.0",
"@astrojs/tailwind": "^5.0.0-beta.0",
"@types/canvas-confetti": "^1.6.0",
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"autoprefixer": "^10.4.14",
"canvas-confetti": "^1.6.0",
"postcss": "^8.4.24",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 235600647954..67281464aae0 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"vite-plugin-pwa": "0.14.7",
"workbox-window": "^6.6.0"
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 60151e1c9d2b..44e63e17aed2 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^3.0.0-beta.0",
+ "astro": "^3.0.0-beta.1",
"vitest": "^0.31.4"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 505670ee87e2..a432ed347e7f 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,22 @@
# astro
+## 3.0.0-beta.1
+
+### Major Changes
+
+- [#7931](https://github.com/withastro/astro/pull/7931) [`2eb6252e6`](https://github.com/withastro/astro/commit/2eb6252e6b5a2c28d29b8026127ecd9575e923d6) Thanks [@bluwy](https://github.com/bluwy)! - Remove support for `Astro.__renderMarkdown` which is used by `@astrojs/markdown-component`.
+
+ The `` component was deprecated in Astro v1 and is completely removed in v3. This integration must now be removed from your project.
+
+ As an alternative, you can use community packages that provide a similar component like https://github.com/natemoo-re/astro-remote instead.
+
+### Patch Changes
+
+- [#7981](https://github.com/withastro/astro/pull/7981) [`c19adcdab`](https://github.com/withastro/astro/commit/c19adcdab3b91662740e7e229d24911625efb346) Thanks [@bluwy](https://github.com/bluwy)! - Remove StreamingCompatibleResponse polyfill
+
+- Updated dependencies [[`10ec4c7e0`](https://github.com/withastro/astro/commit/10ec4c7e078943dfc630867bb8ae77d6843f417e)]:
+ - @astrojs/telemetry@3.0.0-beta.1
+
## 3.0.0-beta.0
### Major Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 0e1f5700d20f..7095d284294d 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "3.0.0-beta.0",
+ "version": "3.0.0-beta.1",
"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/package.json b/packages/integrations/cloudflare/package.json
index c4f4ac54c5bd..ff5aea82493b 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -45,7 +45,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0"
+ "astro": "workspace:^3.0.0-beta.1"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 8079cbac5617..9472e9475e01 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -36,7 +36,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0"
+ "astro": "workspace:^3.0.0-beta.1"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index b4d01c9dd268..9974f9bcb7b3 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -63,7 +63,7 @@
"vite": "^4.4.6"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0",
+ "astro": "workspace:^3.0.0-beta.1",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 5426686af204..1a9736f3046b 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -75,7 +75,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0"
+ "astro": "workspace:^3.0.0-beta.1"
},
"devDependencies": {
"@astrojs/markdown-remark": "workspace:*",
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index f5ed6fad8bd5..e231c479bafa 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -54,7 +54,7 @@
"vfile": "^5.3.7"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0"
+ "astro": "workspace:^3.0.0-beta.1"
},
"devDependencies": {
"@types/chai": "^4.3.5",
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 1214dc6f77a0..acde9e7eeaa7 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -43,7 +43,7 @@
"esbuild": "^0.18.16"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0"
+ "astro": "workspace:^3.0.0-beta.1"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index c01abae80280..239e5c087431 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -37,7 +37,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0"
+ "astro": "workspace:^3.0.0-beta.1"
},
"devDependencies": {
"@types/node": "^18.16.18",
diff --git a/packages/integrations/node/src/response-iterator.ts b/packages/integrations/node/src/response-iterator.ts
index 84080e5d11fb..5aaee4ebe607 100644
--- a/packages/integrations/node/src/response-iterator.ts
+++ b/packages/integrations/node/src/response-iterator.ts
@@ -200,9 +200,7 @@ function asyncIterator(source: AsyncIterableIterator): AsyncIterableIterat
};
}
-export function responseIterator(
- response: Response | Buffer
-): AsyncIterableIterator {
+export function responseIterator(response: Response | Buffer): AsyncIterableIterator {
let body: unknown = response;
if (isNodeResponse(response)) body = response.body;
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 7b03b9413c77..425cd12b5652 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -48,7 +48,7 @@
"vite": "^4.4.6"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0",
+ "astro": "workspace:^3.0.0-beta.1",
"svelte": "^3.55.0 || ^4.0.0"
},
"engines": {
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 7e678bb80181..11bf76a5299c 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -43,7 +43,7 @@
"vite": "^4.4.6"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0",
+ "astro": "workspace:^3.0.0-beta.1",
"tailwindcss": "^3.0.24"
}
}
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 3c13c8a98ec1..809d6fd7c264 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -60,7 +60,7 @@
"web-vitals": "^3.3.2"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0"
+ "astro": "workspace:^3.0.0-beta.1"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 716d4a7437bf..b010028dd21a 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -56,7 +56,7 @@
"vue": "^3.3.4"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0",
+ "astro": "workspace:^3.0.0-beta.1",
"vue": "^3.2.30"
},
"engines": {
diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md
index 33590cf2a71e..3ede25709706 100644
--- a/packages/telemetry/CHANGELOG.md
+++ b/packages/telemetry/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/telemetry
+## 3.0.0-beta.1
+
+### Patch Changes
+
+- [#7980](https://github.com/withastro/astro/pull/7980) [`10ec4c7e0`](https://github.com/withastro/astro/commit/10ec4c7e078943dfc630867bb8ae77d6843f417e) Thanks [@bluwy](https://github.com/bluwy)! - Remove undici dependency
+
## 3.0.0-beta.0
### Major Changes
diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json
index b739e13e2c7e..6e54d1d3740b 100644
--- a/packages/telemetry/package.json
+++ b/packages/telemetry/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/telemetry",
- "version": "3.0.0-beta.0",
+ "version": "3.0.0-beta.1",
"type": "module",
"types": "./dist/types/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 888cf741f88e..5dd40d6807f5 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -122,7 +122,7 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/blog:
@@ -137,19 +137,19 @@ importers:
specifier: ^3.0.0-beta.0
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/deno:
dependencies:
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
devDependencies:
'@astrojs/deno':
@@ -168,7 +168,7 @@ importers:
specifier: ^3.12.2
version: 3.12.2
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/framework-lit:
@@ -180,7 +180,7 @@ importers:
specifier: ^0.2.1
version: 0.2.1
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
lit:
specifier: ^2.7.5
@@ -204,7 +204,7 @@ importers:
specifier: ^3.0.0-beta.0
version: link:../../packages/integrations/vue
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
preact:
specifier: ^10.15.1
@@ -234,7 +234,7 @@ importers:
specifier: ^1.1.3
version: 1.1.3(preact@10.15.1)
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
preact:
specifier: ^10.15.1
@@ -252,7 +252,7 @@ importers:
specifier: ^18.2.6
version: 18.2.6
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
react:
specifier: ^18.2.0
@@ -267,7 +267,7 @@ importers:
specifier: ^3.0.0-beta.0
version: link:../../packages/integrations/solid
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
solid-js:
specifier: ^1.7.6
@@ -279,7 +279,7 @@ importers:
specifier: ^4.0.0-beta.0
version: link:../../packages/integrations/svelte
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
svelte:
specifier: ^3.59.1
@@ -291,7 +291,7 @@ importers:
specifier: ^3.0.0-beta.0
version: link:../../packages/integrations/vue
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
vue:
specifier: ^3.3.4
@@ -303,13 +303,13 @@ importers:
specifier: ^6.0.0-beta.0
version: link:../../packages/integrations/node
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/middleware:
@@ -318,7 +318,7 @@ importers:
specifier: ^6.0.0-beta.0
version: link:../../packages/integrations/node
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -327,19 +327,19 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/ssr:
@@ -351,7 +351,7 @@ importers:
specifier: ^4.0.0-beta.0
version: link:../../packages/integrations/svelte
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
svelte:
specifier: ^3.59.1
@@ -363,7 +363,7 @@ importers:
specifier: ^1.0.0-beta.0
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/with-markdown-plugins:
@@ -372,7 +372,7 @@ importers:
specifier: ^3.0.0-beta.0
version: link:../../packages/markdown/remark
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
hast-util-select:
specifier: ^5.0.5
@@ -393,7 +393,7 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
examples/with-mdx:
@@ -405,7 +405,7 @@ importers:
specifier: ^3.0.0-beta.0
version: link:../../packages/integrations/preact
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
preact:
specifier: ^10.15.1
@@ -420,7 +420,7 @@ importers:
specifier: ^0.4.1
version: 0.4.1(nanostores@0.8.1)(preact@10.15.1)
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
nanostores:
specifier: ^0.8.1
@@ -441,7 +441,7 @@ importers:
specifier: ^1.6.0
version: 1.6.0
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.14
@@ -459,7 +459,7 @@ importers:
examples/with-vite-plugin-pwa:
dependencies:
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
vite-plugin-pwa:
specifier: 0.14.7
@@ -471,7 +471,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-beta.1
version: link:../../packages/astro
vitest:
specifier: ^0.31.4
@@ -4501,7 +4501,7 @@ importers:
dependencies:
'@astrojs/netlify':
specifier: file:../../..
- version: file:packages/integrations/netlify(astro@3.0.0-beta.0)
+ version: file:packages/integrations/netlify(astro@3.0.0-beta.1)
astro:
specifier: file:../../../../../astro
version: file:packages/astro(@types/node@18.16.18)(typescript@5.1.6)
@@ -5040,7 +5040,7 @@ importers:
dependencies:
'@astrojs/vercel':
specifier: file:../../..
- version: file:packages/integrations/vercel(astro@3.0.0-beta.0)
+ version: file:packages/integrations/vercel(astro@3.0.0-beta.1)
astro:
specifier: file:../../../../../astro
version: file:packages/astro(@types/node@18.16.18)(typescript@5.1.6)
@@ -18385,6 +18385,7 @@ packages:
resolution: {directory: packages/astro, type: directory}
id: file:packages/astro
name: astro
+ version: 3.0.0-beta.1
engines: {node: '>=18.14.1', npm: '>=6.14.0'}
hasBin: true
dependencies:
@@ -18464,29 +18465,34 @@ packages:
file:packages/astro/test/fixtures/css-assets/packages/font-awesome:
resolution: {directory: packages/astro/test/fixtures/css-assets/packages/font-awesome, type: directory}
name: '@test/astro-font-awesome-package'
+ version: 0.0.1
dev: false
file:packages/astro/test/fixtures/multiple-renderers/renderers/one:
resolution: {directory: packages/astro/test/fixtures/multiple-renderers/renderers/one, type: directory}
name: '@test/astro-renderer-one'
+ version: 1.0.0
dev: false
file:packages/astro/test/fixtures/multiple-renderers/renderers/two:
resolution: {directory: packages/astro/test/fixtures/multiple-renderers/renderers/two, type: directory}
name: '@test/astro-renderer-two'
+ version: 1.0.0
dev: false
file:packages/astro/test/fixtures/solid-component/deps/solid-jsx-component:
resolution: {directory: packages/astro/test/fixtures/solid-component/deps/solid-jsx-component, type: directory}
name: '@test/solid-jsx-component'
+ version: 0.0.0
dependencies:
solid-js: 1.7.6
dev: false
- file:packages/integrations/netlify(astro@3.0.0-beta.0):
+ file:packages/integrations/netlify(astro@3.0.0-beta.1):
resolution: {directory: packages/integrations/netlify, type: directory}
id: file:packages/integrations/netlify
name: '@astrojs/netlify'
+ version: 3.0.0-beta.0
peerDependencies:
astro: '*'
dependencies:
@@ -18496,10 +18502,11 @@ packages:
esbuild: 0.18.16
dev: false
- file:packages/integrations/vercel(astro@3.0.0-beta.0):
+ file:packages/integrations/vercel(astro@3.0.0-beta.1):
resolution: {directory: packages/integrations/vercel, type: directory}
id: file:packages/integrations/vercel
name: '@astrojs/vercel'
+ version: 4.0.0-beta.0
peerDependencies:
astro: '*'
dependencies: