summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/angry-pots-boil.md34
-rw-r--r--.changeset/angry-spoons-flow.md5
-rw-r--r--.changeset/beige-beds-smile.md5
-rw-r--r--.changeset/beige-pumpkins-pump.md47
-rw-r--r--.changeset/beige-waves-wave.md5
-rw-r--r--.changeset/calm-emus-raise.md6
-rw-r--r--.changeset/calm-peas-doubt.md5
-rw-r--r--.changeset/chatty-planes-bathe.md18
-rw-r--r--.changeset/chatty-rivers-camp.md5
-rw-r--r--.changeset/chilled-geese-worry.md13
-rw-r--r--.changeset/curvy-beds-warn.md16
-rw-r--r--.changeset/curvy-foxes-reply.md9
-rw-r--r--.changeset/dull-rabbits-relax.md5
-rw-r--r--.changeset/eleven-bulldogs-provide.md5
-rw-r--r--.changeset/few-rice-report.md5
-rw-r--r--.changeset/fluffy-cups-travel.md41
-rw-r--r--.changeset/fluffy-mirrors-swim.md5
-rw-r--r--.changeset/fluffy-onions-wink.md8
-rw-r--r--.changeset/giant-chefs-rule.md6
-rw-r--r--.changeset/gold-baboons-tie.md5
-rw-r--r--.changeset/grumpy-days-yell.md9
-rw-r--r--.changeset/kind-beers-give.md6
-rw-r--r--.changeset/kind-panthers-doubt.md5
-rw-r--r--.changeset/kind-seahorses-reply.md5
-rw-r--r--.changeset/large-hotels-give.md5
-rw-r--r--.changeset/large-steaks-film.md43
-rw-r--r--.changeset/lemon-bobcats-kick.md5
-rw-r--r--.changeset/lemon-eagles-worry.md5
-rw-r--r--.changeset/lovely-terms-drive.md5
-rw-r--r--.changeset/lovely-worms-invite.md10
-rw-r--r--.changeset/lucky-ants-push.md5
-rw-r--r--.changeset/lucky-tigers-know.md6
-rw-r--r--.changeset/mean-suits-cover.md6
-rw-r--r--.changeset/modern-bulldogs-film.md5
-rw-r--r--.changeset/neat-eagles-trade.md24
-rw-r--r--.changeset/new-lies-guess.md7
-rw-r--r--.changeset/ninety-garlics-fly.md5
-rw-r--r--.changeset/odd-mirrors-beam.md5
-rw-r--r--.changeset/poor-chicken-film.md5
-rw-r--r--.changeset/poor-ladybugs-thank.md5
-rw-r--r--.changeset/pre.json140
-rw-r--r--.changeset/pretty-planes-promise.md5
-rw-r--r--.changeset/quick-impalas-rush.md5
-rw-r--r--.changeset/quiet-actors-agree.md20
-rw-r--r--.changeset/real-nails-clean.md5
-rw-r--r--.changeset/real-rules-occur.md5
-rw-r--r--.changeset/red-snakes-fetch.md5
-rw-r--r--.changeset/rotten-cups-happen.md5
-rw-r--r--.changeset/selfish-tigers-do.md10
-rw-r--r--.changeset/serious-cats-jog.md5
-rw-r--r--.changeset/shaggy-bags-attend.md5
-rw-r--r--.changeset/shaggy-keys-turn.md63
-rw-r--r--.changeset/shaggy-melons-tap.md5
-rw-r--r--.changeset/six-carpets-talk.md5
-rw-r--r--.changeset/six-dingos-add.md5
-rw-r--r--.changeset/smart-clouds-applaud.md5
-rw-r--r--.changeset/smooth-guests-perform.md5
-rw-r--r--.changeset/spicy-parrots-beam.md5
-rw-r--r--.changeset/spicy-tips-dream.md10
-rw-r--r--.changeset/spotty-bees-switch.md5
-rw-r--r--.changeset/stupid-wolves-explain.md7
-rw-r--r--.changeset/sweet-rocks-count.md5
-rw-r--r--.changeset/swift-kangaroos-decide.md5
-rw-r--r--.changeset/ten-paws-obey.md5
-rw-r--r--.changeset/thick-walls-smell.md6
-rw-r--r--.changeset/thin-beers-drive.md14
-rw-r--r--.changeset/thin-seahorses-worry.md16
-rw-r--r--.changeset/three-comics-share.md5
-rw-r--r--.changeset/tricky-rabbits-count.md36
-rw-r--r--.changeset/twelve-cooks-tickle.md5
-rw-r--r--.changeset/twenty-boxes-know.md5
-rw-r--r--.changeset/twenty-llamas-type.md5
-rw-r--r--.changeset/two-geese-eat.md24
-rw-r--r--.changeset/two-needles-buy.md6
-rw-r--r--.changeset/wicked-clouds-obey.md5
-rw-r--r--.changeset/witty-pugs-drum.md5
76 files changed, 0 insertions, 891 deletions
diff --git a/.changeset/angry-pots-boil.md b/.changeset/angry-pots-boil.md
deleted file mode 100644
index 7d367da3c..000000000
--- a/.changeset/angry-pots-boil.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-'astro': minor
-'@astrojs/mdx': minor
-'@astrojs/markdown-remark': minor
----
-
-Introduce a `smartypants` flag to opt-out of Astro's default SmartyPants plugin.
-
-```js
-{
- markdown: {
- smartypants: false,
- }
-}
-```
-
- #### Migration
-
- You may have disabled Astro's built-in plugins (GitHub-Flavored Markdown and Smartypants) with the `extendDefaultPlugins` option. This has now been split into 2 flags to disable each plugin individually:
- - `markdown.gfm` to disable GitHub-Flavored Markdown
- - `markdown.smartypants` to disable SmartyPants
-
- ```diff
- // astro.config.mjs
- import { defineConfig } from 'astro/config';
-
- export default defineConfig({
- markdown: {
- - extendDefaultPlugins: false,
- + smartypants: false,
- + gfm: false,
- }
- });
- ```
diff --git a/.changeset/angry-spoons-flow.md b/.changeset/angry-spoons-flow.md
deleted file mode 100644
index e00f0cce2..000000000
--- a/.changeset/angry-spoons-flow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Remove legacy compiler error handling
diff --git a/.changeset/beige-beds-smile.md b/.changeset/beige-beds-smile.md
deleted file mode 100644
index ee0f23a7c..000000000
--- a/.changeset/beige-beds-smile.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix edge case with bundle generation by emitting a single chunk for pages
diff --git a/.changeset/beige-pumpkins-pump.md b/.changeset/beige-pumpkins-pump.md
deleted file mode 100644
index 54b33a619..000000000
--- a/.changeset/beige-pumpkins-pump.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-'astro': major
-'@astrojs/markdown-remark': major
-'@astrojs/mdx': minor
----
-
-Give remark and rehype plugins access to user frontmatter via frontmatter injection. This means `data.astro.frontmatter` is now the _complete_ Markdown or MDX document's frontmatter, rather than an empty object.
-
-This allows plugin authors to modify existing frontmatter, or compute new properties based on other properties. For example, say you want to compute a full image URL based on an `imageSrc` slug in your document frontmatter:
-
-```ts
-export function remarkInjectSocialImagePlugin() {
- return function (tree, file) {
- const { frontmatter } = file.data.astro;
- frontmatter.socialImageSrc = new URL(
- frontmatter.imageSrc,
- 'https://my-blog.com/',
- ).pathname;
- }
-}
-```
-
-#### Content Collections - new `remarkPluginFrontmatter` property
-
-We have changed _inject_ frontmatter to _modify_ frontmatter in our docs to improve discoverability. This is based on support forum feedback, where "injection" is rarely the term used.
-
-To reflect this, the `injectedFrontmatter` property has been renamed to `remarkPluginFrontmatter`. This should clarify this plugin is still separate from the `data` export Content Collections expose today.
-
-
-#### Migration instructions
-
-Plugin authors should now **check for user frontmatter when applying defaults.**
-
-For example, say a remark plugin wants to apply a default `title` if none is present. Add a conditional to check if the property is present, and update if none exists:
-
-```diff
-export function remarkInjectTitlePlugin() {
- return function (tree, file) {
- const { frontmatter } = file.data.astro;
-+ if (!frontmatter.title) {
- frontmatter.title = 'Default title';
-+ }
- }
-}
-```
-
-This differs from previous behavior, where a Markdown file's frontmatter would _always_ override frontmatter injected via remark or reype.
diff --git a/.changeset/beige-waves-wave.md b/.changeset/beige-waves-wave.md
deleted file mode 100644
index 690c37160..000000000
--- a/.changeset/beige-waves-wave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/partytown': patch
----
-
-fix trailing slash with base path
diff --git a/.changeset/calm-emus-raise.md b/.changeset/calm-emus-raise.md
deleted file mode 100644
index 4e721aecf..000000000
--- a/.changeset/calm-emus-raise.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': major
-'@astrojs/mdx': minor
----
-
-Remove deprecated Markdown APIs from Astro v0.X. This includes `getHeaders()`, the `.astro` property for layouts, and the `rawContent()` and `compiledContent()` error messages for MDX.
diff --git a/.changeset/calm-peas-doubt.md b/.changeset/calm-peas-doubt.md
deleted file mode 100644
index 68de7b3a6..000000000
--- a/.changeset/calm-peas-doubt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': major
----
-
-Remove proload to load the Astro config. It will now use NodeJS and Vite to load the config only.
diff --git a/.changeset/chatty-planes-bathe.md b/.changeset/chatty-planes-bathe.md
deleted file mode 100644
index 726c6782f..000000000
--- a/.changeset/chatty-planes-bathe.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-'@astrojs/svelte': major
-'astro': minor
----
-
-The fallback Svelte preprocessor will only be applied if a custom `preprocess` option is not passed to the `svelte()` integration option, or in the `svelte.config.js` file.
-
-To support IDE autocompletion, or if you're migrating from `@astrojs/svelte` v1, you can create a `svelte.config.js` file with:
-
-```js
-import { vitePreprocess } from '@astrojs/svelte';
-
-export default {
- preprocess: vitePreprocess(),
-};
-```
-
-This file will also be generated by `astro add svelte` by default.
diff --git a/.changeset/chatty-rivers-camp.md b/.changeset/chatty-rivers-camp.md
deleted file mode 100644
index ffddefd1b..000000000
--- a/.changeset/chatty-rivers-camp.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/lit': minor
----
-
-Only shim fetch if not already present
diff --git a/.changeset/chilled-geese-worry.md b/.changeset/chilled-geese-worry.md
deleted file mode 100644
index 3b1551724..000000000
--- a/.changeset/chilled-geese-worry.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-'astro': major
----
-
-The previously experimental features `--experimental-error-overlay` and `--experimental-prerender`, both added in v1.7.0, are now the default.
-
-You'll notice that the error overlay during `astro dev` has a refreshed visual design and provides more context for your errors.
-
-The `prerender` feature is now enabled by default when using `output: 'server'`. To prerender a particular page, add `export const prerender = true` to your frontmatter.
-
-> **Warning**
-> Integration authors that previously relied on the exact structure of Astro's v1.0 build output may notice some changes to our output file structure. Please test your integrations to ensure compatability.
-> Users that have configured a custom `vite.build.rollupOptions.output.chunkFileNames` should ensure that their Astro project is configured as an ESM Node project. Either include `"type": "module"` in your root `package.json` file or use the `.mjs` extension for `chunkFileNames`.
diff --git a/.changeset/curvy-beds-warn.md b/.changeset/curvy-beds-warn.md
deleted file mode 100644
index a09fb9a81..000000000
--- a/.changeset/curvy-beds-warn.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-'astro': major
-'@astrojs/prism': major
-'create-astro': major
-'@astrojs/mdx': minor
-'@astrojs/node': major
-'@astrojs/preact': major
-'@astrojs/react': major
-'@astrojs/solid-js': major
-'@astrojs/svelte': major
-'@astrojs/vercel': major
-'@astrojs/vue': major
-'@astrojs/telemetry': major
----
-
-Remove support for Node 14. Minimum supported Node version is now >=16.12.0
diff --git a/.changeset/curvy-foxes-reply.md b/.changeset/curvy-foxes-reply.md
deleted file mode 100644
index 99eb66d69..000000000
--- a/.changeset/curvy-foxes-reply.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'astro': minor
----
-
-Move generated content collection types to a `.astro` directory. This replaces the previously generated `src/content/types.generated.d.ts` file.
-
-If you're using Git for version control, we recommend ignoring this generated directory by adding `.astro` to your .gitignore.
-
-Astro will also generate the [TypeScript reference path](https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-path-) to include `.astro` types in your project. This will update your project's `src/env.d.ts` file, or write one if none exists.
diff --git a/.changeset/dull-rabbits-relax.md b/.changeset/dull-rabbits-relax.md
deleted file mode 100644
index 03bf99dac..000000000
--- a/.changeset/dull-rabbits-relax.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Upgrade compiler and handle breaking changes
diff --git a/.changeset/eleven-bulldogs-provide.md b/.changeset/eleven-bulldogs-provide.md
deleted file mode 100644
index e8ae0f16c..000000000
--- a/.changeset/eleven-bulldogs-provide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Persist CLI flags when restarting the dev server
diff --git a/.changeset/few-rice-report.md b/.changeset/few-rice-report.md
deleted file mode 100644
index c92b909b8..000000000
--- a/.changeset/few-rice-report.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add a theme toggle button to the error overlay
diff --git a/.changeset/fluffy-cups-travel.md b/.changeset/fluffy-cups-travel.md
deleted file mode 100644
index aa22e3d91..000000000
--- a/.changeset/fluffy-cups-travel.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-'@astrojs/rss': minor
----
-
-Update RSS config for readability and consistency with Astro 2.0.
-
-#### Migration - `import.meta.glob()` handling
-
-We have deprecated `items: import.meta.glob(...)` handling in favor of a separate `pagesGlobToRssItems()` helper. This simplifies our `items` configuration option to accept a single type, without losing existing functionality.
-
-If you rely on our `import.meta.glob()` handling, we suggest adding the `pagesGlobToRssItems()` wrapper to your RSS config:
-
-```diff
-// src/pages/rss.xml.js
-import rss, {
-+ pagesGlobToRssItems
-} from '@astrojs/rss';
-
-export function get(context) {
- return rss({
-+ items: pagesGlobToRssItems(
- import.meta.glob('./blog/*.{md,mdx}'),
-+ ),
- });
-}
-```
-
-#### New `rssSchema` for content collections
-
-`@astrojs/rss` now exposes an `rssSchema` for use with content collections. This ensures all RSS feed properties are present in your frontmatter:
-
-```ts
-import { defineCollection } from 'astro:content';
-import { rssSchema } from '@astrojs/rss';
-
-const blog = defineCollection({
- schema: rssSchema,
-});
-
-export const collections = { blog };
-```
diff --git a/.changeset/fluffy-mirrors-swim.md b/.changeset/fluffy-mirrors-swim.md
deleted file mode 100644
index 5f904c4e9..000000000
--- a/.changeset/fluffy-mirrors-swim.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Simplify HMR handling
diff --git a/.changeset/fluffy-onions-wink.md b/.changeset/fluffy-onions-wink.md
deleted file mode 100644
index 617ebd632..000000000
--- a/.changeset/fluffy-onions-wink.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-'astro': patch
----
-
-Better handle content type generation failures:
-- Generate types when content directory is empty
-- Log helpful error when running `astro sync` without a content directory
-- Avoid swallowing `config.ts` syntax errors from Vite
diff --git a/.changeset/giant-chefs-rule.md b/.changeset/giant-chefs-rule.md
deleted file mode 100644
index 16d4df352..000000000
--- a/.changeset/giant-chefs-rule.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/mdx': patch
-'@astrojs/markdown-remark': patch
----
-
-fix shiki css class replace logic
diff --git a/.changeset/gold-baboons-tie.md b/.changeset/gold-baboons-tie.md
deleted file mode 100644
index d6a0f574b..000000000
--- a/.changeset/gold-baboons-tie.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/partytown': patch
----
-
-Bumps `@builder.io/partytown` version in partytown integration to fix deprecation warning in pagespeed insights
diff --git a/.changeset/grumpy-days-yell.md b/.changeset/grumpy-days-yell.md
deleted file mode 100644
index 5cc00ff54..000000000
--- a/.changeset/grumpy-days-yell.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'astro': major
----
-
-Removes support for astroFlavoredMarkdown
-
-In 1.0 Astro moved the old Astro Flavored Markdown (also sometimes called Components in Markdown) to a legacy feature. This change removes the `legacy.astroFlavoredMarkdown` option completely.
-
-In 2.0 this feature will not be available in Astro at all. We recommend migration to MDX for those were still using this feature in 1.x.
diff --git a/.changeset/kind-beers-give.md b/.changeset/kind-beers-give.md
deleted file mode 100644
index 5c5cb6daa..000000000
--- a/.changeset/kind-beers-give.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/lit': minor
----
-
-Fix Lit slotted content
diff --git a/.changeset/kind-panthers-doubt.md b/.changeset/kind-panthers-doubt.md
deleted file mode 100644
index a38d6b775..000000000
--- a/.changeset/kind-panthers-doubt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-astro': patch
----
-
-Support headless runs with `-y` / `--yes`
diff --git a/.changeset/kind-seahorses-reply.md b/.changeset/kind-seahorses-reply.md
deleted file mode 100644
index 03ca7b07b..000000000
--- a/.changeset/kind-seahorses-reply.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Handle custom injected entry files during build
diff --git a/.changeset/large-hotels-give.md b/.changeset/large-hotels-give.md
deleted file mode 100644
index 4667b73da..000000000
--- a/.changeset/large-hotels-give.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-astro': patch
----
-
-Improve error message for third-party template 404s
diff --git a/.changeset/large-steaks-film.md b/.changeset/large-steaks-film.md
deleted file mode 100644
index a919c411e..000000000
--- a/.changeset/large-steaks-film.md
+++ /dev/null
@@ -1,43 +0,0 @@
----
-'astro': major
----
-
-Content collections: Introduce a new `slug` frontmatter field for overriding the generated slug. This replaces the previous `slug()` collection config option from Astro 1.X and the 2.0 beta.
-
-When present in a Markdown or MDX file, this will override the generated slug for that entry.
-
-```diff
-# src/content/blog/post-1.md
----
-title: Post 1
-+ slug: post-1-custom-slug
----
-```
-
-Astro will respect this slug in the generated `slug` type and when using the `getEntryBySlug()` utility:
-
-```astro
----
-import { getEntryBySlug } from 'astro:content';
-
-// Retrieve `src/content/blog/post-1.md` by slug with type safety
-const post = await getEntryBySlug('blog', 'post-1-custom-slug');
----
-```
-
-#### Migration
-
-If you relied on the `slug()` config option, you will need to move all custom slugs to `slug` frontmatter properties in each collection entry.
-
-Additionally, Astro no longer allows `slug` as a collection schema property. This ensures Astro can manage the `slug` property for type generation and performance. Remove this property from your schema and any relevant `slug()` configuration:
-
-```diff
-const blog = defineCollection({
- schema: z.object({
-- slug: z.string().optional(),
- }),
-- slug({ defaultSlug, data }) {
-- return data.slug ?? defaultSlug;
-- },
-})
-```
diff --git a/.changeset/lemon-bobcats-kick.md b/.changeset/lemon-bobcats-kick.md
deleted file mode 100644
index 444863635..000000000
--- a/.changeset/lemon-bobcats-kick.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': major
----
-
-Default preview host to `localhost` instead of `127.0.0.1`. This allows the static server and integration preview servers to serve under ipv6.
diff --git a/.changeset/lemon-eagles-worry.md b/.changeset/lemon-eagles-worry.md
deleted file mode 100644
index 9a5671b00..000000000
--- a/.changeset/lemon-eagles-worry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix `prerender` when used with `getStaticPaths`
diff --git a/.changeset/lovely-terms-drive.md b/.changeset/lovely-terms-drive.md
deleted file mode 100644
index 1a84e0bbd..000000000
--- a/.changeset/lovely-terms-drive.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': major
----
-
-Remove MDX Fragment hack. This was used by `@astrojs/mdx` to access the `Fragment` component, but isn't require anymore since `@astrojs/mdx` v0.12.1.
diff --git a/.changeset/lovely-worms-invite.md b/.changeset/lovely-worms-invite.md
deleted file mode 100644
index b8f3383af..000000000
--- a/.changeset/lovely-worms-invite.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-'@astrojs/deno': major
-'@astrojs/netlify': major
-'@astrojs/image': minor
-'astro': major
----
-
-**Breaking Change**: client assets are built to an `_astro` directory rather than the previous `assets` directory. This setting can now be controlled by the new `build` configuration option named `assets`.
-
-This should simplify configuring immutable caching with your adapter provider as all files are now in the same `_astro` directory.
diff --git a/.changeset/lucky-ants-push.md b/.changeset/lucky-ants-push.md
deleted file mode 100644
index 0bad84f47..000000000
--- a/.changeset/lucky-ants-push.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/svelte": patch
----
-
-Improve README
diff --git a/.changeset/lucky-tigers-know.md b/.changeset/lucky-tigers-know.md
deleted file mode 100644
index cf4c6ad00..000000000
--- a/.changeset/lucky-tigers-know.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/image': patch
-'@astrojs/webapi': patch
----
-
-Update magic-string from 0.25.9 to 0.27.0
diff --git a/.changeset/mean-suits-cover.md b/.changeset/mean-suits-cover.md
deleted file mode 100644
index f19a642d4..000000000
--- a/.changeset/mean-suits-cover.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/image': patch
----
-
-- Refactor types to support props auto-completion for the `Image` and `Picture` components.
-- Pass previously missing `alt` prop to the `getPicture` function
diff --git a/.changeset/modern-bulldogs-film.md b/.changeset/modern-bulldogs-film.md
deleted file mode 100644
index 17b0b68be..000000000
--- a/.changeset/modern-bulldogs-film.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/netlify': patch
----
-
-Fix set-cookies not working in certain cases when using Node 18+
diff --git a/.changeset/neat-eagles-trade.md b/.changeset/neat-eagles-trade.md
deleted file mode 100644
index b92353e8e..000000000
--- a/.changeset/neat-eagles-trade.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-'astro': major
----
-
-Move getEntry to getEntryBySlug
-
-This change moves `getEntry` to `getEntryBySlug` and accepts a slug rather than an id.
-
-In order to improve support in `[id].astro` routes, particularly in SSR where you do not know what the id of a collection is. Using `getEntryBySlug` instead allows you to map the `[id]` param in your route to the entry. You can use it like this:
-
-```astro
----
-import { getEntryBySlug } from 'astro:content';
-
-const entry = await getEntryBySlug('docs', Astro.params.id);
-
-if(!entry) {
- return new Response(null, {
- status: 404
- });
-}
----
-<!-- You have an entry! Use it! -->
-```
diff --git a/.changeset/new-lies-guess.md b/.changeset/new-lies-guess.md
deleted file mode 100644
index 262503a1e..000000000
--- a/.changeset/new-lies-guess.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': major
-'@astrojs/svelte': major
-'@astrojs/vue': major
----
-
-Upgrade to Vite 4. Please see its [migration guide](https://vitejs.dev/guide/migration.html) for more information.
diff --git a/.changeset/ninety-garlics-fly.md b/.changeset/ninety-garlics-fly.md
deleted file mode 100644
index 03ee22f2d..000000000
--- a/.changeset/ninety-garlics-fly.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix importing client-side components with alias
diff --git a/.changeset/odd-mirrors-beam.md b/.changeset/odd-mirrors-beam.md
deleted file mode 100644
index 7add2f21e..000000000
--- a/.changeset/odd-mirrors-beam.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/image': patch
----
-
-Fix the integration failing to work properly on Node 18+
diff --git a/.changeset/poor-chicken-film.md b/.changeset/poor-chicken-film.md
deleted file mode 100644
index ecbc3b44c..000000000
--- a/.changeset/poor-chicken-film.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/markdown-remark': major
----
-
-Drop support for legacy Astro-flavored Markdown
diff --git a/.changeset/poor-ladybugs-thank.md b/.changeset/poor-ladybugs-thank.md
deleted file mode 100644
index 109ce43a9..000000000
--- a/.changeset/poor-ladybugs-thank.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Handle server restart from Vite plugins
diff --git a/.changeset/pre.json b/.changeset/pre.json
deleted file mode 100644
index 6035129f3..000000000
--- a/.changeset/pre.json
+++ /dev/null
@@ -1,140 +0,0 @@
-{
- "mode": "exit",
- "tag": "beta",
- "initialVersions": {
- "@example/basics": "0.0.1",
- "@example/blog": "0.0.1",
- "@example/component": "0.0.1",
- "@example/deno": "0.0.1",
- "@example/docs": "0.0.1",
- "@example/framework-alpine": "0.0.1",
- "@example/framework-lit": "0.0.1",
- "@example/framework-multiple": "0.0.1",
- "@example/framework-preact": "0.0.1",
- "@example/framework-react": "0.0.1",
- "@example/framework-solid": "0.0.1",
- "@example/framework-svelte": "0.0.1",
- "@example/framework-vue": "0.0.1",
- "@example/hackernews": "0.0.1",
- "@example/integration": "0.0.1",
- "@example/minimal": "0.0.1",
- "@example/non-html-pages": "0.0.1",
- "@example/portfolio": "0.0.1",
- "@example/ssr": "0.0.1",
- "@example/with-content": "0.0.1",
- "@example/with-markdown-plugins": "0.0.2",
- "@example/with-markdown-shiki": "0.0.1",
- "@example/with-mdx": "0.0.1",
- "@example/with-nanostores": "0.0.1",
- "@example/with-tailwindcss": "0.0.1",
- "@example/with-vite-plugin-pwa": "0.0.1",
- "@example/with-vitest": "0.0.1",
- "astro": "1.9.0",
- "@astrojs/prism": "1.0.2",
- "@astrojs/rss": "2.0.0",
- "@test/component-library-shared": "0.1.0",
- "@test/custom-element-renderer": "0.1.0",
- "create-astro": "1.2.4",
- "@astrojs/alpinejs": "0.1.2",
- "@astrojs/cloudflare": "5.0.0",
- "@astrojs/deno": "3.0.0",
- "@astrojs/image": "0.12.1",
- "@astrojs/lit": "1.0.1",
- "@astrojs/mdx": "0.14.0",
- "@astrojs/netlify": "1.3.0",
- "@astrojs/node": "4.0.0",
- "@astrojs/partytown": "1.0.2",
- "@astrojs/preact": "1.2.0",
- "@astrojs/prefetch": "0.1.1",
- "@astrojs/react": "1.2.2",
- "@astrojs/sitemap": "1.0.0",
- "@astrojs/solid-js": "1.2.3",
- "@astrojs/svelte": "1.0.2",
- "@astrojs/tailwind": "2.1.3",
- "@astrojs/turbolinks": "0.1.4",
- "@astrojs/vercel": "2.4.0",
- "@astrojs/vue": "1.2.2",
- "@astrojs/markdown-component": "1.0.2",
- "@astrojs/markdown-remark": "1.2.0",
- "@astrojs/telemetry": "1.0.1",
- "@astrojs/webapi": "1.1.1",
- "astro-scripts": "0.0.9"
- },
- "changesets": [
- "angry-pots-boil",
- "angry-spoons-flow",
- "beige-beds-smile",
- "beige-pumpkins-pump",
- "beige-waves-wave",
- "calm-emus-raise",
- "calm-peas-doubt",
- "chatty-planes-bathe",
- "chatty-rivers-camp",
- "chilled-geese-worry",
- "curvy-beds-warn",
- "curvy-foxes-reply",
- "dull-rabbits-relax",
- "eleven-bulldogs-provide",
- "few-rice-report",
- "fluffy-cups-travel",
- "fluffy-mirrors-swim",
- "fluffy-onions-wink",
- "giant-chefs-rule",
- "gold-baboons-tie",
- "grumpy-days-yell",
- "kind-beers-give",
- "kind-panthers-doubt",
- "kind-seahorses-reply",
- "large-hotels-give",
- "large-steaks-film",
- "lemon-bobcats-kick",
- "lemon-eagles-worry",
- "lovely-terms-drive",
- "lovely-worms-invite",
- "lucky-ants-push",
- "lucky-tigers-know",
- "mean-suits-cover",
- "modern-bulldogs-film",
- "neat-eagles-trade",
- "new-lies-guess",
- "ninety-garlics-fly",
- "odd-mirrors-beam",
- "poor-chicken-film",
- "poor-ladybugs-thank",
- "pretty-planes-promise",
- "quick-impalas-rush",
- "quiet-actors-agree",
- "real-nails-clean",
- "real-rules-occur",
- "red-snakes-fetch",
- "rotten-cups-happen",
- "selfish-tigers-do",
- "serious-cats-jog",
- "shaggy-bags-attend",
- "shaggy-keys-turn",
- "shaggy-melons-tap",
- "six-carpets-talk",
- "six-dingos-add",
- "smart-clouds-applaud",
- "smooth-guests-perform",
- "spicy-parrots-beam",
- "spicy-tips-dream",
- "spotty-bees-switch",
- "stupid-wolves-explain",
- "sweet-rocks-count",
- "swift-kangaroos-decide",
- "ten-paws-obey",
- "thick-walls-smell",
- "thin-beers-drive",
- "thin-seahorses-worry",
- "three-comics-share",
- "tricky-rabbits-count",
- "twelve-cooks-tickle",
- "twenty-boxes-know",
- "twenty-llamas-type",
- "two-geese-eat",
- "two-needles-buy",
- "wicked-clouds-obey",
- "witty-pugs-drum"
- ]
-}
diff --git a/.changeset/pretty-planes-promise.md b/.changeset/pretty-planes-promise.md
deleted file mode 100644
index 668be49b2..000000000
--- a/.changeset/pretty-planes-promise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix for hoisted scripts in project with spaces in the file path
diff --git a/.changeset/quick-impalas-rush.md b/.changeset/quick-impalas-rush.md
deleted file mode 100644
index 7b9ae2f04..000000000
--- a/.changeset/quick-impalas-rush.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': patch
----
-
-Fix broken links in README
diff --git a/.changeset/quiet-actors-agree.md b/.changeset/quiet-actors-agree.md
deleted file mode 100644
index 48730ebf0..000000000
--- a/.changeset/quiet-actors-agree.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-'astro': minor
----
-
-Allow Zod objects, unions, discriminated unions, intersections, and transform results as content collection schemas.
-
-#### Migration
-
-Astro requires a `z.object(...)` wrapper on all content collection schemas. Update your content collections config like so:
-
-```diff
-// src/content/config.ts
-import { z, defineCollection } from 'astro:content';
-
-const blog = defineCollection({
-- schema: {
-+ schema: z.object({
- ...
-})
-```
diff --git a/.changeset/real-nails-clean.md b/.changeset/real-nails-clean.md
deleted file mode 100644
index 9748a82ad..000000000
--- a/.changeset/real-nails-clean.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': minor
----
-
-Generate content types when running `astro check`
diff --git a/.changeset/real-rules-occur.md b/.changeset/real-rules-occur.md
deleted file mode 100644
index 10133a059..000000000
--- a/.changeset/real-rules-occur.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/netlify': patch
----
-
-Support prerender in \_redirects
diff --git a/.changeset/red-snakes-fetch.md b/.changeset/red-snakes-fetch.md
deleted file mode 100644
index a60b006ef..000000000
--- a/.changeset/red-snakes-fetch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/node': patch
----
-
-Support custom 404 page in standalone mode
diff --git a/.changeset/rotten-cups-happen.md b/.changeset/rotten-cups-happen.md
deleted file mode 100644
index e484c098f..000000000
--- a/.changeset/rotten-cups-happen.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix duplicate CSS in dev mode when `vite.css.devSourcemap` is provided
diff --git a/.changeset/selfish-tigers-do.md b/.changeset/selfish-tigers-do.md
deleted file mode 100644
index 450208021..000000000
--- a/.changeset/selfish-tigers-do.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-'@astrojs/cloudflare': major
-'@astrojs/deno': major
-'@astrojs/image': minor
-'@astrojs/netlify': major
-'@astrojs/node': major
-'@astrojs/vercel': major
----
-
-Remove `astro:build:start` backwards compatibility code
diff --git a/.changeset/serious-cats-jog.md b/.changeset/serious-cats-jog.md
deleted file mode 100644
index 467424a19..000000000
--- a/.changeset/serious-cats-jog.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': major
----
-
-Remove outdated Vue info log. Remove `toString` support for `RenderTemplateResult`.
diff --git a/.changeset/shaggy-bags-attend.md b/.changeset/shaggy-bags-attend.md
deleted file mode 100644
index 4a48d24ba..000000000
--- a/.changeset/shaggy-bags-attend.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/webapi': major
----
-
-Moved target to Node 16. Removed polyfills for AbortController, AbortSignal, atob, btoa, Object.hasOwn, Promise.all, Array.at and String.replaceAll
diff --git a/.changeset/shaggy-keys-turn.md b/.changeset/shaggy-keys-turn.md
deleted file mode 100644
index 66471e919..000000000
--- a/.changeset/shaggy-keys-turn.md
+++ /dev/null
@@ -1,63 +0,0 @@
----
-'astro': major
-'@astrojs/markdown-remark': major
-'@astrojs/mdx': minor
----
-
-Refine Markdown and MDX configuration options for ease-of-use.
-
-#### Markdown
-
-- **Remove `remark-smartypants`** from Astro's default Markdown plugins.
-- **Replace the `extendDefaultPlugins` option** with a simplified `gfm` boolean. This is enabled by default, and can be disabled to remove GitHub-Flavored Markdown.
-- Ensure GitHub-Flavored Markdown is applied whether or not custom `remarkPlugins` or `rehypePlugins` are configured. If you want to apply custom plugins _and_ remove GFM, manually set `gfm: false` in your config.
-
-#### MDX
-
-- Support _all_ Markdown configuration options (except `drafts`) from your MDX integration config. This includes `syntaxHighlighting` and `shikiConfig` options to further customize the MDX renderer.
-- Simplify `extendDefaults` to an `extendMarkdownConfig` option. MDX options will default to their equivalent in your Markdown config. By setting `extendMarkdownConfig` to false, you can "eject" to set your own syntax highlighting, plugins, and more.
-
-#### Migration
-
-To preserve your existing Markdown and MDX setup, you may need some configuration changes:
-
-##### Smartypants manual installation
-
-[Smartypants](https://github.com/silvenon/remark-smartypants) has been removed from Astro's default setup. If you rely on this plugin, [install `remark-smartypants`](https://github.com/silvenon/remark-smartypants#installing) and apply to your `astro.config.*`:
-
-```diff
-// astro.config.mjs
-import { defineConfig } from 'astro/config';
-+ import smartypants from 'remark-smartypants';
-
-export default defineConfig({
- markdown: {
-+ remarkPlugins: [smartypants],
- }
-});
-```
-
-##### Migrate `extendDefaultPlugins` to `gfm`
-
-You may have disabled Astro's built-in plugins (GitHub-Flavored Markdown and Smartypants) with the `extendDefaultPlugins` option. Since Smartypants has been removed, this has been renamed to `gfm`.
-
-```diff
-// astro.config.mjs
-import { defineConfig } from 'astro/config';
-
-export default defineConfig({
- markdown: {
-- extendDefaultPlugins: false,
-+ gfm: false,
- }
-});
-```
-
-
-Additionally, applying remark and rehype plugins **no longer disables** `gfm`. You will need to opt-out manually by setting `gfm` to `false`.
-
-##### Migrate MDX's `extendPlugins` to `extendMarkdownConfig`
-
-You may have used the `extendPlugins` option to manage plugin defaults in MDX. This has been replaced by 2 flags:
-- `extendMarkdownConfig` (`true` by default) to toggle Markdown config inheritance. This replaces the `extendPlugins: 'markdown'` option.
-- `gfm` (`true` by default) to toggle GitHub-Flavored Markdown in MDX. This replaces the `extendPlugins: 'defaults'` option.
diff --git a/.changeset/shaggy-melons-tap.md b/.changeset/shaggy-melons-tap.md
deleted file mode 100644
index f991e3168..000000000
--- a/.changeset/shaggy-melons-tap.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add error location during build for user-generated errors
diff --git a/.changeset/six-carpets-talk.md b/.changeset/six-carpets-talk.md
deleted file mode 100644
index 8d0ab6373..000000000
--- a/.changeset/six-carpets-talk.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Cleanup dependencies
diff --git a/.changeset/six-dingos-add.md b/.changeset/six-dingos-add.md
deleted file mode 100644
index 5bd466783..000000000
--- a/.changeset/six-dingos-add.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix CLI node version check
diff --git a/.changeset/smart-clouds-applaud.md b/.changeset/smart-clouds-applaud.md
deleted file mode 100644
index 0fffa2103..000000000
--- a/.changeset/smart-clouds-applaud.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add helpful error message when the MDX integration is missing.
diff --git a/.changeset/smooth-guests-perform.md b/.changeset/smooth-guests-perform.md
deleted file mode 100644
index 6d68f5a5b..000000000
--- a/.changeset/smooth-guests-perform.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update `@astrojs/compiler` to `v1.0.0`
diff --git a/.changeset/spicy-parrots-beam.md b/.changeset/spicy-parrots-beam.md
deleted file mode 100644
index 9cd38b278..000000000
--- a/.changeset/spicy-parrots-beam.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/netlify': patch
----
-
-Fix issue with prerendered pages when using `edge-functions` adapter
diff --git a/.changeset/spicy-tips-dream.md b/.changeset/spicy-tips-dream.md
deleted file mode 100644
index 3b4714e82..000000000
--- a/.changeset/spicy-tips-dream.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-'@astrojs/deno': major
-'@astrojs/netlify': major
-'@astrojs/image': minor
-'astro': major
----
-
-**Breaking Change**: client assets are built to an `_astro` directory in the build output directory. Previously these were built to various locations, including `assets/`, `chunks/` and the root of build output.
-
-You can control this location with the new `build` configuration option named `assets`.
diff --git a/.changeset/spotty-bees-switch.md b/.changeset/spotty-bees-switch.md
deleted file mode 100644
index d48f620d8..000000000
--- a/.changeset/spotty-bees-switch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/svelte': major
----
-
-Simplify Svelte preprocess setup. `<style lang="postcss">` is now required if using PostCSS inside style tags.
diff --git a/.changeset/stupid-wolves-explain.md b/.changeset/stupid-wolves-explain.md
deleted file mode 100644
index 742e90147..000000000
--- a/.changeset/stupid-wolves-explain.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/webapi': major
----
-
-Replace node-fetch's polyfill with undici.
-
-Since `undici` does not support it, this change also removes custom support for the `file:` protocol
diff --git a/.changeset/sweet-rocks-count.md b/.changeset/sweet-rocks-count.md
deleted file mode 100644
index 7f6228934..000000000
--- a/.changeset/sweet-rocks-count.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix `Code.astro` shiki css class replace logic
diff --git a/.changeset/swift-kangaroos-decide.md b/.changeset/swift-kangaroos-decide.md
deleted file mode 100644
index 5569365c7..000000000
--- a/.changeset/swift-kangaroos-decide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix route matching when path includes special characters
diff --git a/.changeset/ten-paws-obey.md b/.changeset/ten-paws-obey.md
deleted file mode 100644
index 7a867b112..000000000
--- a/.changeset/ten-paws-obey.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/tailwind': patch
----
-
-Fix vite not picking up Postcss config files because of the tailwind integration \ No newline at end of file
diff --git a/.changeset/thick-walls-smell.md b/.changeset/thick-walls-smell.md
deleted file mode 100644
index d343fe7ef..000000000
--- a/.changeset/thick-walls-smell.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': major
-'@astrojs/tailwind': major
----
-
-Remove `style.postcss` Astro config. Refactor tailwind integration to configure through `vite` instead. Also disables `autoprefixer` in dev.
diff --git a/.changeset/thin-beers-drive.md b/.changeset/thin-beers-drive.md
deleted file mode 100644
index 6f127dd67..000000000
--- a/.changeset/thin-beers-drive.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-'astro': major
-'@astrojs/mdx': minor
-'@astrojs/markdown-remark': major
----
-
-Baseline the experimental `contentCollections` flag. You're free to remove this from your astro config!
-
-```diff
-import { defineConfig } from 'astro/config';
-
-export default defineConfig({
-- experimental: { contentCollections: true }
-})
diff --git a/.changeset/thin-seahorses-worry.md b/.changeset/thin-seahorses-worry.md
deleted file mode 100644
index 278e48997..000000000
--- a/.changeset/thin-seahorses-worry.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-'@astrojs/cloudflare': major
-'@astrojs/deno': major
-'@astrojs/netlify': major
-'@astrojs/node': major
-'@astrojs/svelte': major
-'@astrojs/tailwind': major
-'@astrojs/vercel': major
-'@astrojs/vue': major
-'@astrojs/markdown-remark': major
-'@astrojs/image': minor
----
-
-Make astro a peerDependency of integrations
-
-This marks `astro` as a peerDependency of several packages that are already getting `major` version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.
diff --git a/.changeset/three-comics-share.md b/.changeset/three-comics-share.md
deleted file mode 100644
index 556e9932a..000000000
--- a/.changeset/three-comics-share.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Update compiler to 1.0.1
diff --git a/.changeset/tricky-rabbits-count.md b/.changeset/tricky-rabbits-count.md
deleted file mode 100644
index a9d015b08..000000000
--- a/.changeset/tricky-rabbits-count.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-'astro': major
----
-
-Remove deprecated `Astro` global APIs, including `Astro.resolve`, `Astro.fetchContent`, and `Astro.canonicalURL`.
-
-#### `Astro.resolve`
-
-You can resolve asset paths using `import` instead. For example:
-
-```astro
----
-import 'style.css'
-import imageUrl from './image.png'
----
-
-<img src={imageUrl} />
-```
-
-See the [v0.25 migration guide](https://docs.astro.build/en/migrate/#deprecated-astroresolve) for more information.
-
-#### `Astro.fetchContent`
-
-Use `Astro.glob` instead to fetch markdown files, or migrate to the [Content Collections](https://docs.astro.build/en/guides/content-collections/) feature.
-
-```js
-let allPosts = await Astro.glob('./posts/*.md');
-```
-
-#### `Astro.canonicalURL`
-
-Use `Astro.url` instead to construct the canonical URL.
-
-```js
-const canonicalURL = new URL(Astro.url.pathname, Astro.site);
-```
diff --git a/.changeset/twelve-cooks-tickle.md b/.changeset/twelve-cooks-tickle.md
deleted file mode 100644
index bf1bf5b8a..000000000
--- a/.changeset/twelve-cooks-tickle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': major
----
-
-A trailing slash will not be automatically appended to `import.meta.env.SITE`. Instead, it will be the value of the `site` config as is. This may affect usages of `${import.meta.env.SITE}image.png`, which will need to be updated accordingly.
diff --git a/.changeset/twenty-boxes-know.md b/.changeset/twenty-boxes-know.md
deleted file mode 100644
index 7c8b5097c..000000000
--- a/.changeset/twenty-boxes-know.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/image': patch
----
-
-Fix crash on Netlify Functions due to `import.meta.url`
diff --git a/.changeset/twenty-llamas-type.md b/.changeset/twenty-llamas-type.md
deleted file mode 100644
index 34b74888d..000000000
--- a/.changeset/twenty-llamas-type.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Respect `vite.envPrefix` if provided
diff --git a/.changeset/two-geese-eat.md b/.changeset/two-geese-eat.md
deleted file mode 100644
index d626d331f..000000000
--- a/.changeset/two-geese-eat.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-'astro': major
----
-
-Remove `buildConfig` option parameter from integration `astro:build:start` hook in favour of the `build.config` option in the `astro:config:setup` hook.
-
-```js
-export default function myIntegration() {
- return {
- name: 'my-integration',
- hooks: {
- 'astro:config:setup': ({ updateConfig }) => {
- updateConfig({
- build: {
- client: '...',
- server: '...',
- serverEntry: '...',
- },
- });
- },
- },
- };
-}
-```
diff --git a/.changeset/two-needles-buy.md b/.changeset/two-needles-buy.md
deleted file mode 100644
index ebf000cfc..000000000
--- a/.changeset/two-needles-buy.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': minor
-'@astrojs/node': minor
----
-
-Add support for serving well-known URIs with the @astrojs/node SSR adapter
diff --git a/.changeset/wicked-clouds-obey.md b/.changeset/wicked-clouds-obey.md
deleted file mode 100644
index 00086b42a..000000000
--- a/.changeset/wicked-clouds-obey.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': major
----
-
-Remove unused exports
diff --git a/.changeset/witty-pugs-drum.md b/.changeset/witty-pugs-drum.md
deleted file mode 100644
index 85c86b4af..000000000
--- a/.changeset/witty-pugs-drum.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Enable `skipLibCheck` by default