summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-22 07:19:18 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-22 10:19:18 -0400
commit9f1881455a5c3a6457125dafbcd342be5c4de907 (patch)
tree967ccf17b7973ce6acacada687cbaaf7218804b6
parenta93e061cfb0779e41297f22002d6a446850acc93 (diff)
downloadastro-9f1881455a5c3a6457125dafbcd342be5c4de907.tar.gz
astro-9f1881455a5c3a6457125dafbcd342be5c4de907.tar.zst
astro-9f1881455a5c3a6457125dafbcd342be5c4de907.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/pre.json26
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json8
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/deno/package.json4
-rw-r--r--examples/framework-alpine/package.json4
-rw-r--r--examples/framework-lit/package.json4
-rw-r--r--examples/framework-multiple/package.json12
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json4
-rw-r--r--examples/framework-solid/package.json4
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/hackernews/package.json4
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/package.json4
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json6
-rw-r--r--examples/with-markdoc/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json6
-rw-r--r--examples/with-nanostores/package.json4
-rw-r--r--examples/with-tailwindcss/package.json6
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro-prism/CHANGELOG.md6
-rw-r--r--packages/astro-prism/package.json2
-rw-r--r--packages/astro-rss/CHANGELOG.md12
-rw-r--r--packages/astro-rss/package.json2
-rw-r--r--packages/astro/CHANGELOG.md76
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/astro/src/@types/astro.ts6
-rw-r--r--packages/astro/src/core/app/ssrPipeline.ts2
-rw-r--r--packages/astro/src/core/config/schema.ts43
-rw-r--r--packages/astro/src/runtime/server/render/component.ts4
-rw-r--r--packages/astro/test/astro-class-list.test.js14
-rw-r--r--packages/astro/test/units/render/components.test.js4
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/integrations/alpinejs/CHANGELOG.md6
-rw-r--r--packages/integrations/alpinejs/package.json2
-rw-r--r--packages/integrations/cloudflare/CHANGELOG.md12
-rw-r--r--packages/integrations/cloudflare/package.json4
-rw-r--r--packages/integrations/deno/CHANGELOG.md11
-rw-r--r--packages/integrations/deno/package.json4
-rw-r--r--packages/integrations/lit/CHANGELOG.md6
-rw-r--r--packages/integrations/lit/package.json2
-rw-r--r--packages/integrations/markdoc/CHANGELOG.md21
-rw-r--r--packages/integrations/markdoc/package.json4
-rw-r--r--packages/integrations/mdx/CHANGELOG.md23
-rw-r--r--packages/integrations/mdx/package.json4
-rw-r--r--packages/integrations/netlify/CHANGELOG.md12
-rw-r--r--packages/integrations/netlify/package.json4
-rw-r--r--packages/integrations/node/CHANGELOG.md13
-rw-r--r--packages/integrations/node/package.json4
-rw-r--r--packages/integrations/partytown/CHANGELOG.md6
-rw-r--r--packages/integrations/partytown/package.json2
-rw-r--r--packages/integrations/preact/CHANGELOG.md6
-rw-r--r--packages/integrations/preact/README.md21
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--packages/integrations/prefetch/CHANGELOG.md6
-rw-r--r--packages/integrations/prefetch/package.json2
-rw-r--r--packages/integrations/react/CHANGELOG.md11
-rw-r--r--packages/integrations/react/README.md20
-rw-r--r--packages/integrations/react/package.json4
-rw-r--r--packages/integrations/sitemap/CHANGELOG.md6
-rw-r--r--packages/integrations/sitemap/package.json2
-rw-r--r--packages/integrations/solid/CHANGELOG.md6
-rw-r--r--packages/integrations/solid/README.md20
-rw-r--r--packages/integrations/solid/package.json2
-rw-r--r--packages/integrations/svelte/CHANGELOG.md11
-rw-r--r--packages/integrations/svelte/package.json4
-rw-r--r--packages/integrations/tailwind/CHANGELOG.md11
-rw-r--r--packages/integrations/tailwind/package.json4
-rw-r--r--packages/integrations/vercel/CHANGELOG.md12
-rw-r--r--packages/integrations/vercel/package.json4
-rw-r--r--packages/integrations/vue/CHANGELOG.md11
-rw-r--r--packages/integrations/vue/package.json4
-rw-r--r--packages/internal-helpers/CHANGELOG.md6
-rw-r--r--packages/internal-helpers/package.json2
-rw-r--r--packages/markdown/remark/CHANGELOG.md20
-rw-r--r--packages/markdown/remark/package.json6
-rw-r--r--packages/telemetry/CHANGELOG.md6
-rw-r--r--packages/telemetry/package.json2
-rw-r--r--packages/underscore-redirects/CHANGELOG.md6
-rw-r--r--packages/underscore-redirects/package.json2
-rw-r--r--pnpm-lock.yaml147
90 files changed, 565 insertions, 256 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json
index a1cceb1e2..d091256a2 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -32,15 +32,16 @@
"changesets": [
"afraid-dots-whisper",
"angry-dogs-shake",
- "big-elephants-drive",
"big-tips-whisper",
- "brown-wolves-tan",
+ "brave-cheetahs-float",
+ "brown-numbers-prove",
"chilled-ducks-grin",
"clever-bats-breathe",
"cool-feet-rest",
+ "cool-jokes-clap",
+ "curvy-experts-jog",
"cyan-carrots-stare",
"dirty-lies-cover",
- "eleven-wasps-teach",
"fair-emus-divide",
"fair-eyes-promise",
"famous-queens-itch",
@@ -48,11 +49,12 @@
"gentle-deers-yawn",
"gentle-meals-crash",
"giant-plants-sip",
+ "happy-penguins-hug",
"heavy-walls-arrive",
- "itchy-pants-grin",
"large-countries-share",
"loud-candles-admire",
- "many-actors-flash",
+ "lovely-walls-call",
+ "many-ears-drum",
"many-pears-explode",
"mighty-dancers-lay",
"nasty-garlics-listen",
@@ -60,19 +62,21 @@
"neat-owls-run",
"neat-suns-search",
"odd-books-live",
- "orange-foxes-care",
"perfect-horses-tell",
"plenty-keys-add",
- "popular-planes-cover",
+ "popular-carrots-sneeze",
"purple-buses-prove",
"quick-boats-bow",
+ "rich-tigers-march",
"rude-ears-play",
- "silent-baboons-juggle",
+ "serious-waves-fry",
+ "silent-bikes-crash",
"six-grapes-look",
"slimy-carrots-sell",
+ "small-nails-try",
"smart-numbers-shout",
- "sour-frogs-shout",
"spicy-eels-rush",
+ "spicy-icons-live",
"strong-papayas-chew",
"tame-files-glow",
"tasty-camels-speak",
@@ -82,14 +86,16 @@
"tricky-candles-suffer",
"twelve-coats-rush",
"twenty-cheetahs-deny",
+ "unlucky-cougars-heal",
"unlucky-hotels-try",
"unlucky-ravens-type",
"unlucky-sheep-build",
"violet-peaches-invent",
"warm-weeks-yell",
+ "wet-foxes-sleep",
"wild-bobcats-carry",
"wise-cameras-agree",
- "yellow-snakes-jam",
+ "yellow-tips-cover",
"young-roses-teach"
]
}
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 70f1daac3..e3ddcfe91 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.4"
+ "astro": "^3.0.0-rc.5"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 89ad7a946..ab516dbad 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^1.0.0-beta.1",
- "@astrojs/rss": "^3.0.0-beta.0",
- "@astrojs/sitemap": "^3.0.0-beta.0",
- "astro": "^3.0.0-beta.4"
+ "@astrojs/mdx": "^1.0.0-rc.2",
+ "@astrojs/rss": "^3.0.0-rc.1",
+ "@astrojs/sitemap": "^3.0.0-rc.1",
+ "astro": "^3.0.0-rc.5"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 9d7d2a599..315acca21 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^3.0.0-beta.4"
+ "astro": "^3.0.0-rc.5"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/deno/package.json b/examples/deno/package.json
index 56534358d..4244b44dd 100644
--- a/examples/deno/package.json
+++ b/examples/deno/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.4"
+ "astro": "^3.0.0-rc.5"
},
"devDependencies": {
- "@astrojs/deno": "^5.0.0-beta.0"
+ "@astrojs/deno": "^5.0.0-rc.1"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 0aff8f413..e89e8e167 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/alpinejs": "^0.3.0-beta.0",
+ "@astrojs/alpinejs": "^0.3.0-rc.1",
"@types/alpinejs": "^3.7.1",
"alpinejs": "^3.12.2",
- "astro": "^3.0.0-beta.4"
+ "astro": "^3.0.0-rc.5"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 942930e62..fd228e123 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/lit": "^3.0.0-beta.0",
+ "@astrojs/lit": "^3.0.0-rc.1",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^3.0.0-beta.4",
+ "astro": "^3.0.0-rc.5",
"lit": "^2.7.5"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 504532403..9d8d66327 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,12 +11,12 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.0.0-beta.1",
- "@astrojs/react": "^3.0.0-beta.3",
- "@astrojs/solid-js": "^3.0.0-beta.2",
- "@astrojs/svelte": "^4.0.0-beta.1",
- "@astrojs/vue": "^3.0.0-beta.0",
- "astro": "^3.0.0-beta.4",
+ "@astrojs/preact": "^3.0.0-rc.2",
+ "@astrojs/react": "^3.0.0-rc.4",
+ "@astrojs/solid-js": "^3.0.0-rc.3",
+ "@astrojs/svelte": "^4.0.0-rc.2",
+ "@astrojs/vue": "^3.0.0-rc.1",
+ "astro": "^3.0.0-rc.5",
"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 c077a647e..23916a830 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.0.0-beta.1",
+ "@astrojs/preact": "^3.0.0-rc.2",
"@preact/signals": "^1.1.3",
- "astro": "^3.0.0-beta.4",
+ "astro": "^3.0.0-rc.5",
"preact": "^10.15.1"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 382355041..b5e81d962 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^3.0.0-beta.3",
+ "@astrojs/react": "^3.0.0-rc.4",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
- "astro": "^3.0.0-beta.4",
+ "astro": "^3.0.0-rc.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 3a190ccb1..4d5251afb 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/solid-js": "^3.0.0-beta.2",
- "astro": "^3.0.0-beta.4",
+ "@astrojs/solid-js": "^3.0.0-rc.3",
+ "astro": "^3.0.0-rc.5",
"solid-js": "^1.7.6"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index fbf6dad5a..25e88edb7 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^4.0.0-beta.1",
- "astro": "^3.0.0-beta.4",
+ "@astrojs/svelte": "^4.0.0-rc.2",
+ "astro": "^3.0.0-rc.5",
"svelte": "^3.59.1"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 40baf2837..47eea1e02 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^3.0.0-beta.0",
- "astro": "^3.0.0-beta.4",
+ "@astrojs/vue": "^3.0.0-rc.1",
+ "astro": "^3.0.0-rc.5",
"vue": "^3.3.4"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 9190c963d..07d095a13 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^6.0.0-beta.0",
- "astro": "^3.0.0-beta.4"
+ "@astrojs/node": "^6.0.0-rc.1",
+ "astro": "^3.0.0-rc.5"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index c67adfb90..848d04f9f 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^3.0.0-beta.4"
+ "astro": "^3.0.0-rc.5"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index ad1beb5e7..050e4a959 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^6.0.0-beta.0",
- "astro": "^3.0.0-beta.4",
+ "@astrojs/node": "^6.0.0-rc.1",
+ "astro": "^3.0.0-rc.5",
"html-minifier": "^4.0.0"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 7f4ce05d3..25196d0b6 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.4"
+ "astro": "^3.0.0-rc.5"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 3af6d6ff3..b98337966 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.4"
+ "astro": "^3.0.0-rc.5"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index f8ab3e835..2f51d4a61 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.0.0-beta.4"
+ "astro": "^3.0.0-rc.5"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index c7fbf4c8a..d2796bb5b 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^6.0.0-beta.0",
- "@astrojs/svelte": "^4.0.0-beta.1",
- "astro": "^3.0.0-beta.4",
+ "@astrojs/node": "^6.0.0-rc.1",
+ "@astrojs/svelte": "^4.0.0-rc.2",
+ "astro": "^3.0.0-rc.5",
"svelte": "^3.59.1"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index ef875cb75..8b0d4ee79 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^1.0.0-beta.1",
- "astro": "^3.0.0-beta.4"
+ "@astrojs/markdoc": "^0.5.0-rc.1",
+ "astro": "^3.0.0-rc.5"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 7313caaf3..c4a6ed3af 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdown-remark": "^3.0.0-beta.0",
- "astro": "^3.0.0-beta.4",
+ "@astrojs/markdown-remark": "^3.0.0-rc.1",
+ "astro": "^3.0.0-rc.5",
"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 60f6dec2a..8bb731888 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.4"
+ "astro": "^3.0.0-rc.5"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 4ad9612d5..62869ac3b 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^1.0.0-beta.1",
- "@astrojs/preact": "^3.0.0-beta.1",
- "astro": "^3.0.0-beta.4",
+ "@astrojs/mdx": "^1.0.0-rc.2",
+ "@astrojs/preact": "^3.0.0-rc.2",
+ "astro": "^3.0.0-rc.5",
"preact": "^10.15.1"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index b268ce33e..b2f69e2e1 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.0.0-beta.1",
+ "@astrojs/preact": "^3.0.0-rc.2",
"@nanostores/preact": "^0.4.1",
- "astro": "^3.0.0-beta.4",
+ "astro": "^3.0.0-rc.5",
"nanostores": "^0.8.1",
"preact": "^10.15.1"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 732108898..32ee915d5 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^1.0.0-beta.1",
- "@astrojs/tailwind": "^5.0.0-beta.0",
+ "@astrojs/mdx": "^1.0.0-rc.2",
+ "@astrojs/tailwind": "^5.0.0-rc.1",
"@types/canvas-confetti": "^1.6.0",
- "astro": "^3.0.0-beta.4",
+ "astro": "^3.0.0-rc.5",
"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 7a9b71820..a3c739b38 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.4",
+ "astro": "^3.0.0-rc.5",
"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 c8eb4db95..9b6212b85 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.4",
+ "astro": "^3.0.0-rc.5",
"vitest": "^0.31.4"
}
}
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md
index f9cd9b2cc..02b2caae9 100644
--- a/packages/astro-prism/CHANGELOG.md
+++ b/packages/astro-prism/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prism
+## 3.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 3.0.0-beta.0
### Major Changes
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 838447090..ce1c51e05 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
- "version": "3.0.0-beta.0",
+ "version": "3.0.0-rc.1",
"description": "Add Prism syntax highlighting support to your Astro site",
"author": "withastro",
"type": "module",
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md
index a3c99b642..b5abcf7c6 100644
--- a/packages/astro-rss/CHANGELOG.md
+++ b/packages/astro-rss/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/rss
+## 3.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- [#8099](https://github.com/withastro/astro/pull/8099) [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969) Thanks [@bluwy](https://github.com/bluwy)! - Deprecate the `markdown.drafts` configuration option.
+
+ If you'd like to create draft pages that are visible in dev but not in production, you can [migrate to content collections](https://docs.astro.build/en/guides/content-collections/#migrating-from-file-based-routing) and [manually filter out pages](https://docs.astro.build/en/guides/content-collections/#filtering-collection-queries) with the `draft: true` frontmatter property instead.
+
## 3.0.0-beta.0
### Major Changes
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index 2491f6a66..78bfb4a8e 100644
--- a/packages/astro-rss/package.json
+++ b/packages/astro-rss/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
- "version": "3.0.0-beta.0",
+ "version": "3.0.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 25f57c8a3..eefbb2eef 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,81 @@
# astro
+## 3.0.0-rc.5
+
+### Major Changes
+
+- [#8142](https://github.com/withastro/astro/pull/8142) [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes for the `class:list` directive
+
+ - Previously, `class:list` would ocassionally not be merged the `class` prop when passed to Astro components. Now, `class:list` is always converted to a `class` prop (as a string value).
+ - Previously, `class:list` diverged from [`clsx`](https://github.com/lukeed/clsx) in a few edge cases. Now, `class:list` uses [`clsx`](https://github.com/lukeed/clsx) directly.
+ - `class:list` used to deduplicate matching values, but it no longer does
+ - `class:list` used to sort individual values, but it no longer does
+ - `class:list` used to support `Set` and other iterables, but it no longer does
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+- [#8170](https://github.com/withastro/astro/pull/8170) [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a) Thanks [@bluwy](https://github.com/bluwy)! - Remove deprecated config option types, deprecated script/style attributes, and deprecated `image` export from `astro:content`
+
+- [#8180](https://github.com/withastro/astro/pull/8180) [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9) Thanks [@ematipico](https://github.com/ematipico)! - The scoped hash created by the Astro compiler is now **lowercase**.
+
+- [#8169](https://github.com/withastro/astro/pull/8169) [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12) Thanks [@bluwy](https://github.com/bluwy)! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:
+
+ - `material-darker` -> `material-theme-darker`
+ - `material-default` -> `material-theme`
+ - `material-lighter` -> `material-theme-lighter`
+ - `material-ocean` -> `material-theme-ocean`
+ - `material-palenight` -> `material-theme-palenight`
+
+### Patch Changes
+
+- [#8147](https://github.com/withastro/astro/pull/8147) [`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Do not throw Error when users pass an object with a "type" property
+
+- [#8152](https://github.com/withastro/astro/pull/8152) [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57) Thanks [@andremralves](https://github.com/andremralves)! - Displays a new config error if `outDir` is placed within `publicDir`.
+
+- [#8147](https://github.com/withastro/astro/pull/8147) [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Improve fidelity of time stats when running `astro build`
+
+- [#8171](https://github.com/withastro/astro/pull/8171) [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix missing type for `imageConfig` export from `astro:assets`
+
+- [#8147](https://github.com/withastro/astro/pull/8147) [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Open to configured `base` when `astro dev --open` runs
+
+- [#8099](https://github.com/withastro/astro/pull/8099) [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969) Thanks [@bluwy](https://github.com/bluwy)! - Deprecate the `markdown.drafts` configuration option.
+
+ If you'd like to create draft pages that are visible in dev but not in production, you can [migrate to content collections](https://docs.astro.build/en/guides/content-collections/#migrating-from-file-based-routing) and [manually filter out pages](https://docs.astro.build/en/guides/content-collections/#filtering-collection-queries) with the `draft: true` frontmatter property instead.
+
+- [#8147](https://github.com/withastro/astro/pull/8147) [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - On back navigation only animate view transitions that were animated going forward.
+
+- [#8163](https://github.com/withastro/astro/pull/8163) [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a) Thanks [@delucis](https://github.com/delucis)! - Make typing of `defineCollection` more permissive to support advanced union and intersection types
+
+- [#8147](https://github.com/withastro/astro/pull/8147) [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - fix: reinsert attribute to specify direction of ViewTransition (forward / back)
+
+- [#8132](https://github.com/withastro/astro/pull/8132) [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf) Thanks [@bluwy](https://github.com/bluwy)! - Deprecate returning simple objects from endpoints. Endpoints should only return a `Response`.
+
+ To return a result with a custom encoding not supported by a `Response`, you can use the `ResponseWithEncoding` utility class instead.
+
+ Before:
+
+ ```ts
+ export function GET() {
+ return {
+ body: '...',
+ encoding: 'binary',
+ };
+ }
+ ```
+
+ After:
+
+ ```ts
+ export function GET({ ResponseWithEncoding }) {
+ return new ResponseWithEncoding('...', undefined, 'binary');
+ }
+ ```
+
+- Updated dependencies [[`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12)]:
+ - @astrojs/markdown-remark@3.0.0-rc.1
+ - @astrojs/telemetry@3.0.0-rc.3
+ - @astrojs/internal-helpers@0.2.0-rc.2
+
## 3.0.0-beta.4
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 462a10307..8db1f587d 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "3.0.0-beta.4",
+ "version": "3.0.0-rc.5",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index 08a30dec4..2be15923b 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -858,10 +858,10 @@ export interface AstroUserConfig {
* @default `false`
* @deprecated Deprecated since version 3.0.
* @description
- * The build config option `build.split` has been replaced by the adapter configuration option [`functionPerRoute`](/en/reference/adapter-reference/#functionperroute).
+ * The build config option `build.split` has been replaced by the adapter configuration option [`functionPerRoute`](/en/reference/adapter-reference/#functionperroute).
*
* Please see your [SSR adapter's documentation](/en/guides/integrations-guide/#official-integrations) for using `functionPerRoute` to define how your SSR code is bundled.
- *
+ *
*/
split?: boolean;
@@ -872,7 +872,7 @@ export interface AstroUserConfig {
* @default `false`
* @deprecated Deprecated since version 3.0.
* @description
- * The build config option `build.excludeMiddleware` has been replaced by the adapter configuration option [`edgeMiddleware`](/en/reference/adapter-reference/#edgemiddleware).
+ * The build config option `build.excludeMiddleware` has been replaced by the adapter configuration option [`edgeMiddleware`](/en/reference/adapter-reference/#edgemiddleware).
*
* Please see your [SSR adapter's documentation](/en/guides/integrations-guide/#official-integrations) for using `edgeMiddleware` to define whether or not any SSR middleware code will be bundled when built.
*/
diff --git a/packages/astro/src/core/app/ssrPipeline.ts b/packages/astro/src/core/app/ssrPipeline.ts
index 6ee135197..fa354becf 100644
--- a/packages/astro/src/core/app/ssrPipeline.ts
+++ b/packages/astro/src/core/app/ssrPipeline.ts
@@ -23,6 +23,6 @@ export class SSRRoutePipeline extends Pipeline {
if (response.headers.get('X-Astro-Response') === 'Not-Found') {
throw new EndpointNotFoundError(response);
}
- return response
+ return response;
}
}
diff --git a/packages/astro/src/core/config/schema.ts b/packages/astro/src/core/config/schema.ts
index 0717e1a81..1c5412d14 100644
--- a/packages/astro/src/core/config/schema.ts
+++ b/packages/astro/src/core/config/schema.ts
@@ -380,29 +380,30 @@ export function createRelativeSchema(cmd: string, fileProtocolRoot: string) {
.optional()
.default({})
),
- }).transform((config) => {
- // If the user changed outDir but not build.server, build.config, adjust so those
- // are relative to the outDir, as is the expected default.
- if (
- !config.build.server.toString().startsWith(config.outDir.toString()) &&
- config.build.server.toString().endsWith('dist/server/')
- ) {
- config.build.server = new URL('./dist/server/', config.outDir);
- }
- if (
- !config.build.client.toString().startsWith(config.outDir.toString()) &&
- config.build.client.toString().endsWith('dist/client/')
- ) {
- config.build.client = new URL('./dist/client/', config.outDir);
- }
+ })
+ .transform((config) => {
+ // If the user changed outDir but not build.server, build.config, adjust so those
+ // are relative to the outDir, as is the expected default.
+ if (
+ !config.build.server.toString().startsWith(config.outDir.toString()) &&
+ config.build.server.toString().endsWith('dist/server/')
+ ) {
+ config.build.server = new URL('./dist/server/', config.outDir);
+ }
+ if (
+ !config.build.client.toString().startsWith(config.outDir.toString()) &&
+ config.build.client.toString().endsWith('dist/client/')
+ ) {
+ config.build.client = new URL('./dist/client/', config.outDir);
+ }
- // Handle `base` trailing slash based on `trailingSlash` config
- if (config.trailingSlash === 'never') {
- config.base = prependForwardSlash(removeTrailingForwardSlash(config.base));
+ // Handle `base` trailing slash based on `trailingSlash` config
+ if (config.trailingSlash === 'never') {
+ config.base = prependForwardSlash(removeTrailingForwardSlash(config.base));
} else if (config.trailingSlash === 'always') {
- config.base = prependForwardSlash(appendForwardSlash(config.base));
- } else {
- config.base = prependForwardSlash(config.base);
+ config.base = prependForwardSlash(appendForwardSlash(config.base));
+ } else {
+ config.base = prependForwardSlash(config.base);
}
return config;
diff --git a/packages/astro/src/runtime/server/render/component.ts b/packages/astro/src/runtime/server/render/component.ts
index 36528daf1..c92316d13 100644
--- a/packages/astro/src/runtime/server/render/component.ts
+++ b/packages/astro/src/runtime/server/render/component.ts
@@ -481,9 +481,9 @@ function normalizeProps(props: Record<string, any>): Record<string, any> {
if (props['class:list'] !== undefined) {
const value = props['class:list'];
delete props['class:list'];
- props['class'] = clsx(props['class'], value)
+ props['class'] = clsx(props['class'], value);
if (props['class'] === '') {
- delete props['class']
+ delete props['class'];
}
}
return props;
diff --git a/packages/astro/test/astro-class-list.test.js b/packages/astro/test/astro-class-list.test.js
index b9d6aeba4..4fd7cd13f 100644
--- a/packages/astro/test/astro-class-list.test.js
+++ b/packages/astro/test/astro-class-list.test.js
@@ -19,7 +19,10 @@ describe('Class List', async () => {
expect($('[class="test true"]')).to.have.lengthOf(1, '[class="test true"]');
expect($('[class="test truthy"]')).to.have.lengthOf(1, '[class="test truthy"]');
expect($('[class="test set"]')).to.have.lengthOf(1, '[class="test set"]');
- expect($('[class="hello goodbye hello world hello friend"]')).to.have.lengthOf(1, '[class="hello goodbye hello world hello friend"]');
+ expect($('[class="hello goodbye hello world hello friend"]')).to.have.lengthOf(
+ 1,
+ '[class="hello goodbye hello world hello friend"]'
+ );
expect($('[class="foo baz"]')).to.have.lengthOf(1, '[class="foo baz"]');
expect($('span:not([class])')).to.have.lengthOf(1, 'span:not([class])');
@@ -35,7 +38,10 @@ describe('Class List', async () => {
expect($('[class="test true"]')).to.have.lengthOf(1, '[class="test true"]');
expect($('[class="test truthy"]')).to.have.lengthOf(1, '[class="test truthy"]');
expect($('[class="test set"]')).to.have.lengthOf(1, '[class="test set"]');
- expect($('[class="hello goodbye hello world hello friend"]')).to.have.lengthOf(1, '[class="hello goodbye hello world hello friend"]');
+ expect($('[class="hello goodbye hello world hello friend"]')).to.have.lengthOf(
+ 1,
+ '[class="hello goodbye hello world hello friend"]'
+ );
expect($('[class="foo baz"]')).to.have.lengthOf(1, '[class="foo baz"]');
expect($('span:not([class])')).to.have.lengthOf(1, 'span:not([class])');
@@ -44,7 +50,9 @@ describe('Class List', async () => {
expect($('[class="test true"]').text()).to.equal('test true');
expect($('[class="test truthy"]').text()).to.equal('test truthy');
expect($('[class="test set"]').text()).to.equal('test set');
- expect($('[class="hello goodbye hello world hello friend"]').text()).to.equal('hello goodbye hello world hello friend');
+ expect($('[class="hello goodbye hello world hello friend"]').text()).to.equal(
+ 'hello goodbye hello world hello friend'
+ );
expect($('[class="foo baz"]').text()).to.equal('foo baz');
expect($('span:not([class])').text()).to.equal('');
});
diff --git a/packages/astro/test/units/render/components.test.js b/packages/astro/test/units/render/components.test.js
index f9dd71621..cd27141f9 100644
--- a/packages/astro/test/units/render/components.test.js
+++ b/packages/astro/test/units/render/components.test.js
@@ -102,14 +102,14 @@ describe('core/render components', () => {
const html = await text();
const $ = cheerio.load(html);
- const check = (name) => JSON.parse($(name).text() || '{}')
+ const check = (name) => JSON.parse($(name).text() || '{}');
const Class = check('#class');
const ClassList = check('#class-list');
const BothLiteral = check('#both-literal');
const BothFlipped = check('#both-flipped');
const BothSpread = check('#both-spread');
-
+
expect(Class).to.deep.equal({ class: 'red blue' }, '#class');
expect(ClassList).to.deep.equal({ class: 'red blue' }, '#class-list');
expect(BothLiteral).to.deep.equal({ class: 'red blue' }, '#both-literal');
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index b68c8c1fd..5018b5966 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 4.0.0-rc.2
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 4.0.0-beta.1
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index b94373afe..84e587e47 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.0.0-beta.1",
+ "version": "4.0.0-rc.2",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/integrations/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md
index 4f517f765..62a95c7f5 100644
--- a/packages/integrations/alpinejs/CHANGELOG.md
+++ b/packages/integrations/alpinejs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/alpinejs
+## 0.3.0-rc.1
+
+### Minor Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 0.3.0-beta.0
### Minor Changes
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index 9b4cd3d5b..1d5dae31a 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/alpinejs",
"description": "Use Alpine within Astro",
- "version": "0.3.0-beta.0",
+ "version": "0.3.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md
index 48ccee2e2..ebbfba40c 100644
--- a/packages/integrations/cloudflare/CHANGELOG.md
+++ b/packages/integrations/cloudflare/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/cloudflare
+## 7.0.0-rc.3
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+ - @astrojs/underscore-redirects@0.3.0-rc.1
+
## 7.0.0-beta.2
### Major Changes
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index a93d80e03..5ef407b21 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": "7.0.0-beta.2",
+ "version": "7.0.0-rc.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -45,7 +45,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4"
+ "astro": "workspace:^3.0.0-rc.5"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md
index de93048e4..90116b7c8 100644
--- a/packages/integrations/deno/CHANGELOG.md
+++ b/packages/integrations/deno/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/deno
+## 5.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+
## 5.0.0-beta.0
### Major Changes
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 40cf50fc6..6fbd73cc6 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/deno",
"description": "Deploy your site to a Deno server",
- "version": "5.0.0-beta.0",
+ "version": "5.0.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -36,7 +36,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4"
+ "astro": "workspace:^3.0.0-rc.5"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md
index d26dd1777..9d24ffa0c 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/lit
+## 3.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 3.0.0-beta.0
### Major Changes
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 99d3130ce..ec66aa013 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
- "version": "3.0.0-beta.0",
+ "version": "3.0.0-rc.1",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index af3fe0997..f9a4a0311 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,26 @@
# @astrojs/markdoc
+## 0.5.0-rc.1
+
+### Minor Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+- [#8169](https://github.com/withastro/astro/pull/8169) [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12) Thanks [@bluwy](https://github.com/bluwy)! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:
+
+ - `material-darker` -> `material-theme-darker`
+ - `material-default` -> `material-theme`
+ - `material-lighter` -> `material-theme-lighter`
+ - `material-ocean` -> `material-theme-ocean`
+ - `material-palenight` -> `material-theme-palenight`
+
+### Patch Changes
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+ - @astrojs/prism@3.0.0-rc.1
+ - @astrojs/internal-helpers@0.2.0-rc.2
+
## 1.0.0-beta.1
### Patch Changes
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 877b080e1..79bbde3fb 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site",
- "version": "0.5.0-beta.0",
+ "version": "0.5.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -75,7 +75,7 @@
"zod": "^3.17.3"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4"
+ "astro": "workspace:^3.0.0-rc.5"
},
"devDependencies": {
"@astrojs/markdown-remark": "workspace:*",
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index c32dc54f8..fdfc53da4 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,28 @@
# @astrojs/mdx
+## 1.0.0-rc.2
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Minor Changes
+
+- [#8169](https://github.com/withastro/astro/pull/8169) [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12) Thanks [@bluwy](https://github.com/bluwy)! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:
+
+ - `material-darker` -> `material-theme-darker`
+ - `material-default` -> `material-theme`
+ - `material-lighter` -> `material-theme-lighter`
+ - `material-ocean` -> `material-theme-ocean`
+ - `material-palenight` -> `material-theme-palenight`
+
+### Patch Changes
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+ - @astrojs/markdown-remark@3.0.0-rc.1
+ - @astrojs/prism@3.0.0-rc.1
+
## 1.0.0-beta.1
### Major Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index fc5411b14..5c2b46352 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": "1.0.0-beta.1",
+ "version": "1.0.0-rc.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -54,7 +54,7 @@
"vfile": "^5.3.7"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4"
+ "astro": "workspace:^3.0.0-rc.5"
},
"devDependencies": {
"@types/chai": "^4.3.5",
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 0d1e64302..5a3539b53 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/netlify
+## 3.0.0-rc.2
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+ - @astrojs/underscore-redirects@0.3.0-rc.1
+
## 3.0.0-beta.1
### Major Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 66dd0e7e7..d72162cbb 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
- "version": "3.0.0-beta.1",
+ "version": "3.0.0-rc.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -43,7 +43,7 @@
"esbuild": "^0.18.16"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4"
+ "astro": "workspace:^3.0.0-rc.5"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 0ca8bd6e1..0eec21df7 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,18 @@
# @astrojs/node
+## 6.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- [#8176](https://github.com/withastro/astro/pull/8176) [`d08c83ee3`](https://github.com/withastro/astro/commit/d08c83ee3fe0f10374264f61ee473255dcf0cd06) Thanks [@ematipico](https://github.com/ematipico)! - Fix an issue where `express` couldn't use the `handler` in `middleware` mode.
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+
## 6.0.0-beta.0
### Major Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 37e1c6101..841bcb68f 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
- "version": "6.0.0-beta.0",
+ "version": "6.0.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -37,7 +37,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4"
+ "astro": "workspace:^3.0.0-rc.5"
},
"devDependencies": {
"@types/node": "^18.16.18",
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index 06fdf55b9..41369d43d 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 2.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 2.0.0-beta.0
### Major Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 90441bc7a..35b6e1515 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Use Partytown to move scripts into a web worker in your Astro project",
- "version": "2.0.0-beta.0",
+ "version": "2.0.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md
index bd27174ad..f813b8666 100644
--- a/packages/integrations/preact/CHANGELOG.md
+++ b/packages/integrations/preact/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/preact
+## 3.0.0-rc.2
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 3.0.0-beta.1
### Major Changes
diff --git a/packages/integrations/preact/README.md b/packages/integrations/preact/README.md
index 61e074f19..752cb1adf 100644
--- a/packages/integrations/preact/README.md
+++ b/packages/integrations/preact/README.md
@@ -137,20 +137,19 @@ export default defineConfig({
// Enable many frameworks to support all different kinds of components.
// No `include` is needed if you are only using a single JSX framework!
integrations: [
- preact({
- include: ['**/preact/*']
- }),
- react({
- include: ['**/react/*']
- }),
- solid({
- include: ['**/solid/*'],
- }),
- ]
+ preact({
+ include: ['**/preact/*'],
+ }),
+ react({
+ include: ['**/react/*'],
+ }),
+ solid({
+ include: ['**/solid/*'],
+ }),
+ ],
});
```
-
## Examples
- The [Astro Preact example](https://github.com/withastro/astro/tree/latest/examples/framework-preact) shows how to use an interactive Preact component in an Astro project.
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 90d54ec25..1fead16b5 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
- "version": "3.0.0-beta.1",
+ "version": "3.0.0-rc.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md
index 7aa303e38..d268c398c 100644
--- a/packages/integrations/prefetch/CHANGELOG.md
+++ b/packages/integrations/prefetch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prefetch
+## 0.4.0-rc.1
+
+### Minor Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 0.4.0-beta.0
### Minor Changes
diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json
index 0261ef8d3..237229e78 100644
--- a/packages/integrations/prefetch/package.json
+++ b/packages/integrations/prefetch/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/prefetch",
"description": "Prefetch page navigations in your Astro site",
- "version": "0.4.0-beta.0",
+ "version": "0.4.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index e68872a46..f79252ba4 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/react
+## 3.0.0-rc.4
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- Updated dependencies [[`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7)]:
+ - @astrojs/internal-helpers@0.2.0-rc.2
+
## 3.0.0-beta.3
### Minor Changes
diff --git a/packages/integrations/react/README.md b/packages/integrations/react/README.md
index aca6eba7d..98eb252d3 100644
--- a/packages/integrations/react/README.md
+++ b/packages/integrations/react/README.md
@@ -83,16 +83,16 @@ export default defineConfig({
// Enable many frameworks to support all different kinds of components.
// No `include` is needed if you are only using a single JSX framework!
integrations: [
- preact({
- include: ['**/preact/*']
- }),
- react({
- include: ['**/react/*']
- }),
- solid({
- include: ['**/solid/*'],
- }),
- ]
+ preact({
+ include: ['**/preact/*'],
+ }),
+ react({
+ include: ['**/react/*'],
+ }),
+ solid({
+ include: ['**/solid/*'],
+ }),
+ ],
});
```
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 9ac1b0d35..b9da1c827 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
- "version": "3.0.0-beta.3",
+ "version": "3.0.0-rc.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -44,7 +44,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@astrojs/internal-helpers": "0.2.0-beta.1",
+ "@astrojs/internal-helpers": "0.2.0-rc.2",
"@vitejs/plugin-react": "^4.0.3",
"ultrahtml": "^1.2.0"
},
diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md
index 32c54dcc8..5a0203164 100644
--- a/packages/integrations/sitemap/CHANGELOG.md
+++ b/packages/integrations/sitemap/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/sitemap
+## 3.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 3.0.0-beta.0
### Major Changes
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index 583184142..a77d76913 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.0.0-beta.0",
+ "version": "3.0.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md
index 725393c4e..af7a3547a 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/solid-js
+## 3.0.0-rc.3
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 3.0.0-beta.2
### Patch Changes
diff --git a/packages/integrations/solid/README.md b/packages/integrations/solid/README.md
index 7a2db0723..d11d5da88 100644
--- a/packages/integrations/solid/README.md
+++ b/packages/integrations/solid/README.md
@@ -83,16 +83,16 @@ export default defineConfig({
// Enable many frameworks to support all different kinds of components.
// No `include` is needed if you are only using a single JSX framework!
integrations: [
- preact({
- include: ['**/preact/*']
- }),
- react({
- include: ['**/react/*']
- }),
- solid({
- include: ['**/solid/*'],
- }),
- ]
+ preact({
+ include: ['**/preact/*'],
+ }),
+ react({
+ include: ['**/react/*'],
+ }),
+ solid({
+ include: ['**/solid/*'],
+ }),
+ ],
});
```
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index aab485c9e..9075c9f82 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "3.0.0-beta.2",
+ "version": "3.0.0-rc.3",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index 703df323f..4bb4ab434 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/svelte
+## 4.0.0-rc.2
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+
## 4.0.0-beta.1
### Patch Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index c2997c0d9..0b760e36b 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "4.0.0-beta.1",
+ "version": "4.0.0-rc.2",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@@ -48,7 +48,7 @@
"vite": "^4.4.6"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4",
+ "astro": "workspace:^3.0.0-rc.5",
"svelte": "^3.55.0 || ^4.0.0"
},
"engines": {
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index f9441ba1b..973748c81 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/tailwind
+## 5.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+
## 5.0.0-beta.0
### Major Changes
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 0c2585ca5..edb41058a 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site",
- "version": "5.0.0-beta.0",
+ "version": "5.0.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -43,7 +43,7 @@
"vite": "^4.4.6"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4",
+ "astro": "workspace:^3.0.0-rc.5",
"tailwindcss": "^3.0.24"
}
}
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index e219978a1..3bc6755cc 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/vercel
+## 4.0.0-rc.4
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+ - @astrojs/internal-helpers@0.2.0-rc.2
+
## 4.0.0-beta.3
### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 06221211a..1552cd3fb 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
- "version": "4.0.0-beta.3",
+ "version": "4.0.0-rc.4",
"type": "module",
"author": "withastro",
"license": "MIT",
@@ -60,7 +60,7 @@
"web-vitals": "^3.3.2"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4"
+ "astro": "workspace:^3.0.0-rc.5"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index d64508660..2c87b6d67 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/vue
+## 3.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+### Patch Changes
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+
## 3.0.0-beta.0
### Major Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index ffb9577a6..19439e088 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "3.0.0-beta.0",
+ "version": "3.0.0-rc.1",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@@ -56,7 +56,7 @@
"vue": "^3.3.4"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.4",
+ "astro": "workspace:^3.0.0-rc.5",
"vue": "^3.2.30"
},
"engines": {
diff --git a/packages/internal-helpers/CHANGELOG.md b/packages/internal-helpers/CHANGELOG.md
index f4a0981be..15499197f 100644
--- a/packages/internal-helpers/CHANGELOG.md
+++ b/packages/internal-helpers/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/internal-helpers
+## 0.2.0-rc.2
+
+### Minor Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 0.2.0-beta.1
### Patch Changes
diff --git a/packages/internal-helpers/package.json b/packages/internal-helpers/package.json
index f8bd06845..e697df547 100644
--- a/packages/internal-helpers/package.json
+++ b/packages/internal-helpers/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/internal-helpers",
"description": "Internal helpers used by core Astro packages.",
- "version": "0.2.0-beta.1",
+ "version": "0.2.0-rc.2",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index b36beb0eb..a6a2be247 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,25 @@
# @astrojs/markdown-remark
+## 3.0.0-rc.1
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
+- [#8169](https://github.com/withastro/astro/pull/8169) [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12) Thanks [@bluwy](https://github.com/bluwy)! - Remove pre-shiki v0.14 theme names for compatibility. Please rename to the new theme names to migrate:
+
+ - `material-darker` -> `material-theme-darker`
+ - `material-default` -> `material-theme`
+ - `material-lighter` -> `material-theme-lighter`
+ - `material-ocean` -> `material-theme-ocean`
+ - `material-palenight` -> `material-theme-palenight`
+
+### Patch Changes
+
+- Updated dependencies [[`adf9fccfd`](https://github.com/withastro/astro/commit/adf9fccfdda107c2224558f1c2e6a77847ac0a8a), [`582132328`](https://github.com/withastro/astro/commit/5821323285646aee7ff9194a505f708028e4db57), [`81545197a`](https://github.com/withastro/astro/commit/81545197a32fd015d763fc386c8b67e0e08b7393), [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7), [`be6bbd2c8`](https://github.com/withastro/astro/commit/be6bbd2c86b9bf5268e765bb937dda00ff15781a), [`42785c7b7`](https://github.com/withastro/astro/commit/42785c7b784b151e6d582570e5d74482129e8eb8), [`95120efbe`](https://github.com/withastro/astro/commit/95120efbe817163663492181cbeb225849354493), [`2ae9d37f0`](https://github.com/withastro/astro/commit/2ae9d37f0a9cb21ab288d3c30aecb6d84db87788), [`f003e7364`](https://github.com/withastro/astro/commit/f003e7364317cafdb8589913b26b28e928dd07c9), [`732111cdc`](https://github.com/withastro/astro/commit/732111cdce441639db31f40f621df48442d00969), [`33b8910cf`](https://github.com/withastro/astro/commit/33b8910cfdce5713891c50a84a0a8fe926311710), [`e79e3779d`](https://github.com/withastro/astro/commit/e79e3779df0ad35253abcdb931d622847d9adb12), [`179796405`](https://github.com/withastro/astro/commit/179796405e053b559d83f84507e5a465861a029a), [`a87cbe400`](https://github.com/withastro/astro/commit/a87cbe400314341d5f72abf86ea264e6b47c091f), [`767eb6866`](https://github.com/withastro/astro/commit/767eb68666eb777965baa0d6ade20bbafecf95bf)]:
+ - astro@3.0.0-rc.5
+ - @astrojs/prism@3.0.0-rc.1
+
## 3.0.0-beta.0
### Patch Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index b9d53a3ea..9ce516272 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "3.0.0-beta.0",
+ "version": "3.0.0-rc.1",
"type": "module",
"author": "withastro",
"license": "MIT",
@@ -28,10 +28,10 @@
"test": "mocha --exit --timeout 20000"
},
"peerDependencies": {
- "astro": "workspace:^3.0.0-beta.0"
+ "astro": "workspace:^3.0.0-rc.5"
},
"dependencies": {
- "@astrojs/prism": "^3.0.0-beta.0",
+ "@astrojs/prism": "^3.0.0-rc.1",
"github-slugger": "^1.5.0",
"import-meta-resolve": "^2.2.2",
"rehype-raw": "^6.1.1",
diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md
index 561719655..5237b053b 100644
--- a/packages/telemetry/CHANGELOG.md
+++ b/packages/telemetry/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/telemetry
+## 3.0.0-rc.3
+
+### Major Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 3.0.0-beta.2
### Patch Changes
diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json
index d06ead9d7..7cc64c970 100644
--- a/packages/telemetry/package.json
+++ b/packages/telemetry/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/telemetry",
- "version": "3.0.0-beta.2",
+ "version": "3.0.0-rc.3",
"type": "module",
"types": "./dist/types/index.d.ts",
"author": "withastro",
diff --git a/packages/underscore-redirects/CHANGELOG.md b/packages/underscore-redirects/CHANGELOG.md
index 91f575738..f932daa75 100644
--- a/packages/underscore-redirects/CHANGELOG.md
+++ b/packages/underscore-redirects/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/underscore-redirects
+## 0.3.0-rc.1
+
+### Minor Changes
+
+- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate
+
## 0.3.0-beta.0
### Minor Changes
diff --git a/packages/underscore-redirects/package.json b/packages/underscore-redirects/package.json
index 2b9ee05b0..c4302e5c9 100644
--- a/packages/underscore-redirects/package.json
+++ b/packages/underscore-redirects/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/underscore-redirects",
"description": "Utilities to generate _redirects files in Astro projects",
- "version": "0.3.0-beta.0",
+ "version": "0.3.0-rc.1",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 5f54d68db..3afc41350 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -125,44 +125,44 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/blog:
dependencies:
'@astrojs/mdx':
- specifier: ^1.0.0-beta.1
+ specifier: ^1.0.0-rc.2
version: link:../../packages/integrations/mdx
'@astrojs/rss':
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-rc.1
version: link:../../packages/astro-rss
'@astrojs/sitemap':
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-rc.1
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/deno:
dependencies:
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
devDependencies:
'@astrojs/deno':
- specifier: ^5.0.0-beta.0
+ specifier: ^5.0.0-rc.1
version: link:../../packages/integrations/deno
examples/framework-alpine:
dependencies:
'@astrojs/alpinejs':
- specifier: ^0.3.0-beta.0
+ specifier: ^0.3.0-rc.1
version: link:../../packages/integrations/alpinejs
'@types/alpinejs':
specifier: ^3.7.1
@@ -171,19 +171,19 @@ importers:
specifier: ^3.12.2
version: 3.12.2
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/framework-lit:
dependencies:
'@astrojs/lit':
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-rc.1
version: link:../../packages/integrations/lit
'@webcomponents/template-shadowroot':
specifier: ^0.2.1
version: 0.2.1
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
lit:
specifier: ^2.7.5
@@ -192,22 +192,22 @@ importers:
examples/framework-multiple:
dependencies:
'@astrojs/preact':
- specifier: ^3.0.0-beta.1
+ specifier: ^3.0.0-rc.2
version: link:../../packages/integrations/preact
'@astrojs/react':
- specifier: ^3.0.0-beta.3
+ specifier: ^3.0.0-rc.4
version: link:../../packages/integrations/react
'@astrojs/solid-js':
- specifier: ^3.0.0-beta.2
+ specifier: ^3.0.0-rc.3
version: link:../../packages/integrations/solid
'@astrojs/svelte':
- specifier: ^4.0.0-beta.1
+ specifier: ^4.0.0-rc.2
version: link:../../packages/integrations/svelte
'@astrojs/vue':
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-rc.1
version: link:../../packages/integrations/vue
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
preact:
specifier: ^10.15.1
@@ -231,13 +231,13 @@ importers:
examples/framework-preact:
dependencies:
'@astrojs/preact':
- specifier: ^3.0.0-beta.1
+ specifier: ^3.0.0-rc.2
version: link:../../packages/integrations/preact
'@preact/signals':
specifier: ^1.1.3
version: 1.1.3(preact@10.15.1)
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
preact:
specifier: ^10.15.1
@@ -246,7 +246,7 @@ importers:
examples/framework-react:
dependencies:
'@astrojs/react':
- specifier: ^3.0.0-beta.3
+ specifier: ^3.0.0-rc.4
version: link:../../packages/integrations/react
'@types/react':
specifier: ^18.2.13
@@ -255,7 +255,7 @@ importers:
specifier: ^18.2.6
version: 18.2.6
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
react:
specifier: ^18.2.0
@@ -267,10 +267,10 @@ importers:
examples/framework-solid:
dependencies:
'@astrojs/solid-js':
- specifier: ^3.0.0-beta.2
+ specifier: ^3.0.0-rc.3
version: link:../../packages/integrations/solid
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
solid-js:
specifier: ^1.7.6
@@ -279,10 +279,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
- specifier: ^4.0.0-beta.1
+ specifier: ^4.0.0-rc.2
version: link:../../packages/integrations/svelte
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
svelte:
specifier: ^3.59.1
@@ -291,10 +291,10 @@ importers:
examples/framework-vue:
dependencies:
'@astrojs/vue':
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-rc.1
version: link:../../packages/integrations/vue
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
vue:
specifier: ^3.3.4
@@ -303,25 +303,25 @@ importers:
examples/hackernews:
dependencies:
'@astrojs/node':
- specifier: ^6.0.0-beta.0
+ specifier: ^6.0.0-rc.1
version: link:../../packages/integrations/node
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/middleware:
dependencies:
'@astrojs/node':
- specifier: ^6.0.0-beta.0
+ specifier: ^6.0.0-rc.1
version: link:../../packages/integrations/node
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -330,31 +330,31 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/ssr:
dependencies:
'@astrojs/node':
- specifier: ^6.0.0-beta.0
+ specifier: ^6.0.0-rc.1
version: link:../../packages/integrations/node
'@astrojs/svelte':
- specifier: ^4.0.0-beta.1
+ specifier: ^4.0.0-rc.2
version: link:../../packages/integrations/svelte
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
svelte:
specifier: ^3.59.1
@@ -363,19 +363,19 @@ importers:
examples/with-markdoc:
dependencies:
'@astrojs/markdoc':
- specifier: ^1.0.0-beta.1
- version: 1.0.0-beta.1(astro@packages+astro)
+ specifier: ^0.5.0-rc.1
+ version: link:../../packages/integrations/markdoc
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/with-markdown-plugins:
dependencies:
'@astrojs/markdown-remark':
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-rc.1
version: link:../../packages/markdown/remark
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
hast-util-select:
specifier: ^5.0.5
@@ -396,19 +396,19 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
examples/with-mdx:
dependencies:
'@astrojs/mdx':
- specifier: ^1.0.0-beta.1
+ specifier: ^1.0.0-rc.2
version: link:../../packages/integrations/mdx
'@astrojs/preact':
- specifier: ^3.0.0-beta.1
+ specifier: ^3.0.0-rc.2
version: link:../../packages/integrations/preact
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
preact:
specifier: ^10.15.1
@@ -417,13 +417,13 @@ importers:
examples/with-nanostores:
dependencies:
'@astrojs/preact':
- specifier: ^3.0.0-beta.1
+ specifier: ^3.0.0-rc.2
version: link:../../packages/integrations/preact
'@nanostores/preact':
specifier: ^0.4.1
version: 0.4.1(nanostores@0.8.1)(preact@10.15.1)
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
nanostores:
specifier: ^0.8.1
@@ -435,16 +435,16 @@ importers:
examples/with-tailwindcss:
dependencies:
'@astrojs/mdx':
- specifier: ^1.0.0-beta.1
+ specifier: ^1.0.0-rc.2
version: link:../../packages/integrations/mdx
'@astrojs/tailwind':
- specifier: ^5.0.0-beta.0
+ specifier: ^5.0.0-rc.1
version: link:../../packages/integrations/tailwind
'@types/canvas-confetti':
specifier: ^1.6.0
version: 1.6.0
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.14
@@ -462,7 +462,7 @@ importers:
examples/with-vite-plugin-pwa:
dependencies:
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
vite-plugin-pwa:
specifier: 0.14.7
@@ -474,7 +474,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^3.0.0-beta.4
+ specifier: ^3.0.0-rc.5
version: link:../../packages/astro
vitest:
specifier: ^0.31.4
@@ -4518,7 +4518,7 @@ importers:
packages/integrations/react:
dependencies:
'@astrojs/internal-helpers':
- specifier: 0.2.0-beta.1
+ specifier: 0.2.0-rc.2
version: link:../../internal-helpers
'@vitejs/plugin-react':
specifier: ^4.0.3
@@ -4894,7 +4894,7 @@ importers:
packages/markdown/remark:
dependencies:
'@astrojs/prism':
- specifier: ^3.0.0-beta.0
+ specifier: ^3.0.0-rc.1
version: link:../../astro-prism
github-slugger:
specifier: ^1.5.0
@@ -5187,10 +5187,6 @@ packages:
resolution: {integrity: sha512-SKVWorXpOHff+OuZCd5kdTc5HxVX7bVXVXYP0jANT4crz7y2PdthUxMnE21iuYt4+Bq3aV5MId4OdgwlJ2/d/Q==}
dev: false
- /@astrojs/internal-helpers@0.2.0-beta.1:
- resolution: {integrity: sha512-hqeB0lAtqYy3pDI1wSNMfAAGoDIFDF8qiKZMflWiCDwvBxYBBAe26nh9llJTxtT3ycuQAUrGLK5JyI2XQMxfyg==}
- dev: false
-
/@astrojs/language-server@2.2.0(prettier-plugin-astro@0.11.0)(prettier@3.0.1)(typescript@5.1.6):
resolution: {integrity: sha512-zyEumkwcep3pGyMpcEJFEn96jV6pEg3CUtjehnT9KseDFqf+gPYTbw5nwOpN9uXIJ/E5bAxhqpkr3J2LCQHRrg==}
hasBin: true
@@ -5227,35 +5223,6 @@ packages:
- typescript
dev: true
- /@astrojs/markdoc@1.0.0-beta.1(astro@packages+astro):
- resolution: {integrity: sha512-KYA9kRZHIboVhOV+kVU6rDxp3x1HXFbqPezC5Ttthc4DLSXTPOlDjF1+/tZ5LhGkZTvxD0g/0PcII5X4IsciQg==}
- engines: {node: '>=18.14.1'}
- peerDependencies:
- astro: '*'
- dependencies:
- '@astrojs/internal-helpers': 0.2.0-beta.1
- '@astrojs/prism': 3.0.0-beta.0
- '@markdoc/markdoc': 0.3.0
- astro: link:packages/astro
- esbuild: 0.18.16
- github-slugger: 2.0.0
- gray-matter: 4.0.3
- htmlparser2: 9.0.0
- kleur: 4.1.5
- shiki: 0.14.1
- zod: 3.20.6
- transitivePeerDependencies:
- - '@types/react'
- - react
- dev: false
-
- /@astrojs/prism@3.0.0-beta.0:
- resolution: {integrity: sha512-ZAPhCxhiFOyoHSf9ZXZB/cjZ+nX2crJhmGLLR8NnXwZcmMRYdkKfjnD2GrjQNPvI0lHFO42yjC4vty2heJNBlg==}
- engines: {node: '>=18.14.1'}
- dependencies:
- prismjs: 1.29.0
- dev: false
-
/@babel/code-frame@7.22.5:
resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==}
engines: {node: '>=6.9.0'}