diff --git a/.agents/skills/triage/comment.md b/.agents/skills/triage/comment.md index 26e15a0a3e4a..6dc3d5ea1574 100644 --- a/.agents/skills/triage/comment.md +++ b/.agents/skills/triage/comment.md @@ -36,7 +36,7 @@ Generate and return a GitHub comment following the template below. The **Fix** line in the template has three possible forms. Choose the one that matches the triage outcome: 1. **You created a fix:** Use `I was able to fix this issue.` and include the suggested fix link. -2. **The issue is already fixed on main** (e.g. the user is on an older major version and the bug doesn't reproduce on current main): Use `This issue has already been fixed.` and tell the user how to get the fix (e.g. upgrade). Link the relevant upgrade guide if applicable: [v6](https://v6.docs.astro.build/en/guides/upgrade-to/v6/), [v5](https://docs.astro.build/en/guides/upgrade-to/v5/). +2. **The issue is already fixed on main** (e.g. the user is on an older major version and the bug doesn't reproduce on current main): Use `This issue has already been fixed.` and tell the user how to get the fix (e.g. upgrade). Link the relevant upgrade guide if applicable: [v6](https://docs.astro.build/en/guides/upgrade-to/v6/), [v5](https://docs.astro.build/en/guides/upgrade-to/v5/). 3. **You could not find or create a fix:** Use `I was unable to find a fix for this issue.` and give guidance or a best guess at where the fix might be. ### "Priority" Instructions diff --git a/.changeset/beige-clowns-read.md b/.changeset/beige-clowns-read.md index 3751047b470a..b196bf1c0e35 100644 --- a/.changeset/beige-clowns-read.md +++ b/.changeset/beige-clowns-read.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes `entryPoints` on `astro:build:ssr` hook (Integration API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-entrypoints-on-astrobuildssr-hook-integration-api)) \ No newline at end of file +Removes `entryPoints` on `astro:build:ssr` hook (Integration API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-entrypoints-on-astrobuildssr-hook-integration-api)) \ No newline at end of file diff --git a/.changeset/big-cups-drive.md b/.changeset/big-cups-drive.md index 48d783374449..de0607247e01 100644 --- a/.changeset/big-cups-drive.md +++ b/.changeset/big-cups-drive.md @@ -2,4 +2,4 @@ 'astro': major --- -Deprecates `loadManifest()` and `loadApp()` from `astro/app/node` (Adapter API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-loadmanifest-and-loadapp-from-astroappnode-adapter-api)) +Deprecates `loadManifest()` and `loadApp()` from `astro/app/node` (Adapter API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-loadmanifest-and-loadapp-from-astroappnode-adapter-api)) diff --git a/.changeset/bright-parrots-hear.md b/.changeset/bright-parrots-hear.md index 09e65adebfa3..1e3ff4646d41 100644 --- a/.changeset/bright-parrots-hear.md +++ b/.changeset/bright-parrots-hear.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes session `test` driver - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-session-test-driver)) +Removes session `test` driver - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-session-test-driver)) diff --git a/.changeset/brown-beds-pay.md b/.changeset/brown-beds-pay.md index 31d42d8ea39c..bc3dfab11035 100644 --- a/.changeset/brown-beds-pay.md +++ b/.changeset/brown-beds-pay.md @@ -28,4 +28,4 @@ const myService = { }; ``` -See the [Image Services API reference documentation](https://v6.docs.astro.build/en/reference/image-service-reference/#getremotesize) for more information. +See the [Image Services API reference documentation](https://docs.astro.build/en/reference/image-service-reference/#getremotesize) for more information. diff --git a/.changeset/busy-olives-chew.md b/.changeset/busy-olives-chew.md index 38758fe56623..b75c6935bfa0 100644 --- a/.changeset/busy-olives-chew.md +++ b/.changeset/busy-olives-chew.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes the deprecated `emitESMImage()` function - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-emitesmimage)) \ No newline at end of file +Removes the deprecated `emitESMImage()` function - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-emitesmimage)) \ No newline at end of file diff --git a/.changeset/clever-clubs-listen.md b/.changeset/clever-clubs-listen.md index 5ec1da5fcfc9..0624100758bc 100644 --- a/.changeset/clever-clubs-listen.md +++ b/.changeset/clever-clubs-listen.md @@ -2,4 +2,4 @@ 'astro': major --- -Deprecates session driver string signature - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-session-driver-string-signature)) +Deprecates session driver string signature - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-session-driver-string-signature)) diff --git a/.changeset/cloudflare-image-component.md b/.changeset/cloudflare-image-component.md index c9fc47c8ae34..a49676031a92 100644 --- a/.changeset/cloudflare-image-component.md +++ b/.changeset/cloudflare-image-component.md @@ -2,4 +2,4 @@ "@astrojs/cloudflare": major --- -Changes the default image service from `compile` to `cloudflare-binding`. Image services options that resulted in broken images in development due to Node JS incompatiblities have now been updated to use the noop passthrough image service in dev mode. - ([Cloudflare v13 and Astro6 upgrade guidance](https://v6.docs.astro.build/en/guides/integrations-guide/cloudflare/#changed-imageservice-default)) +Changes the default image service from `compile` to `cloudflare-binding`. Image services options that resulted in broken images in development due to Node JS incompatiblities have now been updated to use the noop passthrough image service in dev mode. - ([Cloudflare v13 and Astro6 upgrade guidance](https://docs.astro.build/en/guides/integrations-guide/cloudflare/#changed-imageservice-default)) diff --git a/.changeset/cloudflare-image-service-object.md b/.changeset/cloudflare-image-service-object.md index b17d655d4ab7..1ca90bcce12d 100644 --- a/.changeset/cloudflare-image-service-object.md +++ b/.changeset/cloudflare-image-service-object.md @@ -17,4 +17,4 @@ export default defineConfig({ }); ``` -See the [Cloudflare adapter `imageService` docs](https://v6.docs.astro.build/en/guides/integrations-guide/cloudflare/#imageservice) for more information about configuring your image service. +See the [Cloudflare adapter `imageService` docs](https://docs.astro.build/en/guides/integrations-guide/cloudflare/#imageservice) for more information about configuring your image service. diff --git a/.changeset/common-signs-punch.md b/.changeset/common-signs-punch.md index 199a795992d7..94073a0a984e 100644 --- a/.changeset/common-signs-punch.md +++ b/.changeset/common-signs-punch.md @@ -2,4 +2,4 @@ 'astro': major --- -Adds support for converting SVGs to raster images (PNGs, WebP, etc) to the default Sharp image service - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-svg-rasterization)) +Adds support for converting SVGs to raster images (PNGs, WebP, etc) to the default Sharp image service - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-svg-rasterization)) diff --git a/.changeset/cuddly-worlds-beam.md b/.changeset/cuddly-worlds-beam.md index bd5776dd5788..f2a5358247bb 100644 --- a/.changeset/cuddly-worlds-beam.md +++ b/.changeset/cuddly-worlds-beam.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes `routes` on `astro:build:done` hook (Integration API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-routes-on-astrobuilddone-hook-integration-api)) \ No newline at end of file +Removes `routes` on `astro:build:done` hook (Integration API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-routes-on-astrobuilddone-hook-integration-api)) \ No newline at end of file diff --git a/.changeset/custom-prerenderer-api.md b/.changeset/custom-prerenderer-api.md index 64c47a4811d6..3a70983b3be1 100644 --- a/.changeset/custom-prerenderer-api.md +++ b/.changeset/custom-prerenderer-api.md @@ -57,5 +57,5 @@ export function createApp(manifest) { } ``` -See the [adapter reference](https://v6.docs.astro.build/en/reference/adapter-reference/#custom-prerenderer) for more details on implementing a custom prerenderer. +See the [adapter reference](https://docs.astro.build/en/reference/adapter-reference/#custom-prerenderer) for more details on implementing a custom prerenderer. diff --git a/.changeset/cyan-crews-cross.md b/.changeset/cyan-crews-cross.md index fcdd28f74295..135289f4dda1 100644 --- a/.changeset/cyan-crews-cross.md +++ b/.changeset/cyan-crews-cross.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes the old `app.render()` signature (Adapter API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-old-apprender-signature-adapter-api)) \ No newline at end of file +Removes the old `app.render()` signature (Adapter API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-old-apprender-signature-adapter-api)) \ No newline at end of file diff --git a/.changeset/dance-ornate-keen.md b/.changeset/dance-ornate-keen.md index 6e1686cac077..19e4146af1ea 100644 --- a/.changeset/dance-ornate-keen.md +++ b/.changeset/dance-ornate-keen.md @@ -2,4 +2,4 @@ 'astro': major --- -Astro v6.0 upgrades to Zod v4 for schema validation - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#zod-4)) +Astro v6.0 upgrades to Zod v4 for schema validation - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#zod-4)) diff --git a/.changeset/deep-states-talk.md b/.changeset/deep-states-talk.md index a5024c509e6c..11d0f2d867cf 100644 --- a/.changeset/deep-states-talk.md +++ b/.changeset/deep-states-talk.md @@ -2,4 +2,4 @@ 'astro': major --- -Updates how schema types are inferred for content loaders with schemas (Loader API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-schema-types-are-inferred-instead-of-generated-content-loader-api)) +Updates how schema types are inferred for content loaders with schemas (Loader API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-schema-types-are-inferred-instead-of-generated-content-loader-api)) diff --git a/.changeset/drop-cjs-config-support.md b/.changeset/drop-cjs-config-support.md index bddfbfec88a4..2773cb9cdced 100644 --- a/.changeset/drop-cjs-config-support.md +++ b/.changeset/drop-cjs-config-support.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes support for CommonJS config files - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-support-for-commonjs-config-files)) +Removes support for CommonJS config files - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-support-for-commonjs-config-files)) diff --git a/.changeset/dull-mangos-travel.md b/.changeset/dull-mangos-travel.md index 4359ffa935b5..9e9d72f6db14 100644 --- a/.changeset/dull-mangos-travel.md +++ b/.changeset/dull-mangos-travel.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes `prefetch()` `with` option - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-prefetch-with-option)) \ No newline at end of file +Removes `prefetch()` `with` option - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-prefetch-with-option)) \ No newline at end of file diff --git a/.changeset/encoding-static-builds.md b/.changeset/encoding-static-builds.md index a36fab9ef6f3..7709ff94b444 100644 --- a/.changeset/encoding-static-builds.md +++ b/.changeset/encoding-static-builds.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes support for routes with percent-encoded percent signs (e.g. `%25`) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-percent-encoding-in-routes)) +Removes support for routes with percent-encoded percent signs (e.g. `%25`) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-percent-encoding-in-routes)) diff --git a/.changeset/fast-bushes-fall.md b/.changeset/fast-bushes-fall.md index 7264430e07ce..5c661674e86b 100644 --- a/.changeset/fast-bushes-fall.md +++ b/.changeset/fast-bushes-fall.md @@ -2,4 +2,4 @@ 'astro': major --- -Deprecates `Astro` in `getStaticPaths()` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-astro-in-getstaticpaths)) \ No newline at end of file +Deprecates `Astro` in `getStaticPaths()` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-astro-in-getstaticpaths)) \ No newline at end of file diff --git a/.changeset/fresh-rocks-sing.md b/.changeset/fresh-rocks-sing.md index 11589971d0e7..797e59b476e8 100644 --- a/.changeset/fresh-rocks-sing.md +++ b/.changeset/fresh-rocks-sing.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes the option to define dynamic schemas in content loaders as functions and adds a new equivalent `createSchema()` property (Loader API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-schema-function-signature-content-loader-api)) +Removes the option to define dynamic schemas in content loaders as functions and adds a new equivalent `createSchema()` property (Loader API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-schema-function-signature-content-loader-api)) diff --git a/.changeset/giant-areas-press.md b/.changeset/giant-areas-press.md index c2eae3983a57..3da499edf10a 100644 --- a/.changeset/giant-areas-press.md +++ b/.changeset/giant-areas-press.md @@ -2,4 +2,4 @@ 'astro': major --- -Updates trailing slash behavior of endpoint URLs - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-endpoints-with-a-file-extension-cannot-be-accessed-with-a-trailing-slash)) \ No newline at end of file +Updates trailing slash behavior of endpoint URLs - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-endpoints-with-a-file-extension-cannot-be-accessed-with-a-trailing-slash)) \ No newline at end of file diff --git a/.changeset/good-camels-pull.md b/.changeset/good-camels-pull.md index 2d071ac5c937..c4757cf01309 100644 --- a/.changeset/good-camels-pull.md +++ b/.changeset/good-camels-pull.md @@ -5,4 +5,4 @@ 'astro': major --- -Updates Markdown heading ID generation - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-markdown-heading-id-generation)) \ No newline at end of file +Updates Markdown heading ID generation - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-markdown-heading-id-generation)) \ No newline at end of file diff --git a/.changeset/green-garlics-heal.md b/.changeset/green-garlics-heal.md index 671a11982e8f..ed74b9489251 100644 --- a/.changeset/green-garlics-heal.md +++ b/.changeset/green-garlics-heal.md @@ -2,4 +2,4 @@ 'astro': major --- -Deprecates `import.meta.env.ASSETS_PREFIX` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-importmetaenvassets_prefix)) \ No newline at end of file +Deprecates `import.meta.env.ASSETS_PREFIX` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-importmetaenvassets_prefix)) \ No newline at end of file diff --git a/.changeset/heavy-beers-unite.md b/.changeset/heavy-beers-unite.md index 2d926ac2125f..cb9955698a7d 100644 --- a/.changeset/heavy-beers-unite.md +++ b/.changeset/heavy-beers-unite.md @@ -24,4 +24,4 @@ export default defineConfig({ }); ``` -See the [NPM font provider reference documentation](https://v6.docs.astro.build/en/reference/font-provider-reference/#npm) for more details. +See the [NPM font provider reference documentation](https://docs.astro.build/en/reference/font-provider-reference/#npm) for more details. diff --git a/.changeset/honest-deer-add.md b/.changeset/honest-deer-add.md index 4590670fb84e..26c68c7e9339 100644 --- a/.changeset/honest-deer-add.md +++ b/.changeset/honest-deer-add.md @@ -2,4 +2,4 @@ 'astro': major --- -Changes the values allowed in `params` returned by `getStaticPaths()` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-getstaticpaths-cannot-return-params-of-type-number)) \ No newline at end of file +Changes the values allowed in `params` returned by `getStaticPaths()` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-getstaticpaths-cannot-return-params-of-type-number)) \ No newline at end of file diff --git a/.changeset/hot-eyes-sink.md b/.changeset/hot-eyes-sink.md index 8787dcbdd372..7d8b5cc75fa7 100644 --- a/.changeset/hot-eyes-sink.md +++ b/.changeset/hot-eyes-sink.md @@ -60,4 +60,4 @@ export default defineConfig({ }); ``` -For more information on enabling and using this feature in your project, see the [experimental queued rendering docs](https://v6.docs.astro.build/en/reference/experimental-flags/queued-rendering/) for more details. +For more information on enabling and using this feature in your project, see the [experimental queued rendering docs](https://docs.astro.build/en/reference/experimental-flags/queued-rendering/) for more details. diff --git a/.changeset/kind-hairs-report.md b/.changeset/kind-hairs-report.md index 64565bd50923..437b8a82f9d7 100644 --- a/.changeset/kind-hairs-report.md +++ b/.changeset/kind-hairs-report.md @@ -2,4 +2,4 @@ 'astro': major --- -Changes TypeScript configuration - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-typescript-configuration)) +Changes TypeScript configuration - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-typescript-configuration)) diff --git a/.changeset/kind-pears-behave.md b/.changeset/kind-pears-behave.md index eb3d36ffe052..5138ec7ceccc 100644 --- a/.changeset/kind-pears-behave.md +++ b/.changeset/kind-pears-behave.md @@ -3,4 +3,4 @@ '@astrojs/language-server': patch --- -Removes the previously deprecated `Astro.glob()` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-astroglob)) \ No newline at end of file +Removes the previously deprecated `Astro.glob()` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-astroglob)) \ No newline at end of file diff --git a/.changeset/late-carrots-cough.md b/.changeset/late-carrots-cough.md index ee92e7f4d895..31e01eb34d5a 100644 --- a/.changeset/late-carrots-cough.md +++ b/.changeset/late-carrots-cough.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes the ability to render Astro components in Vitest client environments - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-astro-components-cannot-be-rendered-in-vitest-client-environments-container-api)) \ No newline at end of file +Removes the ability to render Astro components in Vitest client environments - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-astro-components-cannot-be-rendered-in-vitest-client-environments-container-api)) \ No newline at end of file diff --git a/.changeset/legacy-collections-backwards-compat-docs.md b/.changeset/legacy-collections-backwards-compat-docs.md index e7377a1847cd..1bfb4d7b5c4c 100644 --- a/.changeset/legacy-collections-backwards-compat-docs.md +++ b/.changeset/legacy-collections-backwards-compat-docs.md @@ -2,7 +2,7 @@ 'astro': patch --- -Adds `legacy.collectionsBackwardsCompat` flag that restores v5 backwards compatibility behavior for legacy content collections - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#legacy-content-collections-backwards-compatibility)) +Adds `legacy.collectionsBackwardsCompat` flag that restores v5 backwards compatibility behavior for legacy content collections - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#legacy-content-collections-backwards-compatibility)) When enabled, this flag allows: - Collections defined without loaders (automatically get glob loader) diff --git a/.changeset/light-parrots-find.md b/.changeset/light-parrots-find.md index 344f1725850d..b0ec35d4cdb4 100644 --- a/.changeset/light-parrots-find.md +++ b/.changeset/light-parrots-find.md @@ -2,4 +2,4 @@ 'astro': major --- -Deprecates `createExports()` and `start()` (Adapter API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-createexports-and-start-adapter-api)) +Deprecates `createExports()` and `start()` (Adapter API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-createexports-and-start-adapter-api)) diff --git a/.changeset/many-banks-hammer.md b/.changeset/many-banks-hammer.md index b21ff616da73..3059a068e966 100644 --- a/.changeset/many-banks-hammer.md +++ b/.changeset/many-banks-hammer.md @@ -2,4 +2,4 @@ 'astro': minor --- -Removes the `experimental.fonts` flag and replaces it with a new configuration option `fonts` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#experimental-flags)) +Removes the `experimental.fonts` flag and replaces it with a new configuration option `fonts` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#experimental-flags)) diff --git a/.changeset/new-areas-yawn.md b/.changeset/new-areas-yawn.md index b3ffeed78627..c903a5a72909 100644 --- a/.changeset/new-areas-yawn.md +++ b/.changeset/new-areas-yawn.md @@ -4,4 +4,4 @@ Removes the `workerEntryPoint` option, which wasn't used anymore. Set the `main` field of your wrangler config instead -See [how to migrate](https://v6.docs.astro.build/en/guides/integrations-guide/cloudflare/#changed-custom-entrypoint-api) \ No newline at end of file +See [how to migrate](https://docs.astro.build/en/guides/integrations-guide/cloudflare/#changed-custom-entrypoint-api) \ No newline at end of file diff --git a/.changeset/polite-terms-shop.md b/.changeset/polite-terms-shop.md index 1f3f58b3067d..95e8f738dde5 100644 --- a/.changeset/polite-terms-shop.md +++ b/.changeset/polite-terms-shop.md @@ -2,4 +2,4 @@ 'astro': major --- -Deprecates `NodeApp` from `astro/app/node` (Adapter API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-nodeapp-from-astroappnode-adapter-api)) +Deprecates `NodeApp` from `astro/app/node` (Adapter API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-nodeapp-from-astroappnode-adapter-api)) diff --git a/.changeset/pretty-forks-smash.md b/.changeset/pretty-forks-smash.md index 7448c435140a..bb758a5fdbfb 100644 --- a/.changeset/pretty-forks-smash.md +++ b/.changeset/pretty-forks-smash.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes the `handleForms` prop for the `` component - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-handleforms-prop-for-the-clientrouter--component)) \ No newline at end of file +Removes the `handleForms` prop for the `` component - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-handleforms-prop-for-the-clientrouter--component)) \ No newline at end of file diff --git a/.changeset/puny-poems-create.md b/.changeset/puny-poems-create.md index fa8860da8015..f29d5fd7b03d 100644 --- a/.changeset/puny-poems-create.md +++ b/.changeset/puny-poems-create.md @@ -11,4 +11,4 @@ 'astro': major --- -Increases minimum Node.js version to 22.12.0 - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#node-22)) \ No newline at end of file +Increases minimum Node.js version to 22.12.0 - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#node-22)) \ No newline at end of file diff --git a/.changeset/rich-horses-begin.md b/.changeset/rich-horses-begin.md index 1846e45f26a4..9bbf6ed82a71 100644 --- a/.changeset/rich-horses-begin.md +++ b/.changeset/rich-horses-begin.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes the deprecated `` component - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-viewtransitions--component)) \ No newline at end of file +Removes the deprecated `` component - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-viewtransitions--component)) \ No newline at end of file diff --git a/.changeset/route-data-breaking.md b/.changeset/route-data-breaking.md index b7e4ce93416d..4fb16aa21e91 100644 --- a/.changeset/route-data-breaking.md +++ b/.changeset/route-data-breaking.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes `RouteData.generate` from the Integration API - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-routedatagenerate-adapter-api)) +Removes `RouteData.generate` from the Integration API - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-routedatagenerate-adapter-api)) diff --git a/.changeset/rust-compiler-experimental.md b/.changeset/rust-compiler-experimental.md index 8d343f84b4b6..1844b0021640 100644 --- a/.changeset/rust-compiler-experimental.md +++ b/.changeset/rust-compiler-experimental.md @@ -20,4 +20,4 @@ export default defineConfig({ This new compiler is still in early development and may exhibit some differences compared to the existing Go-based compiler. Notably, this compiler is generally more strict in regard to invalid HTML syntax and may throw errors in cases where the Go-based compiler would have been more lenient. For example, unclosed tags (e.g. `

My paragraph`) will now result in errors. -For more information about using this experimental feature in your project, especially regarding expected differences and limitations, please see the [experimental Rust compiler reference docs](https://v6.docs.astro.build/en/reference/experimental-flags/rust-compiler/). To give feedback on the compiler, or to keep up with its development, see the [RFC for a new compiler for Astro](https://github.com/withastro/roadmap/discussions/1306) for more information and discussion. +For more information about using this experimental feature in your project, especially regarding expected differences and limitations, please see the [experimental Rust compiler reference docs](https://docs.astro.build/en/reference/experimental-flags/rust-compiler/). To give feedback on the compiler, or to keep up with its development, see the [RFC for a new compiler for Astro](https://github.com/withastro/roadmap/discussions/1306) for more information and discussion. diff --git a/.changeset/sad-lines-hear.md b/.changeset/sad-lines-hear.md index 620be1868a02..596bfbfc0126 100644 --- a/.changeset/sad-lines-hear.md +++ b/.changeset/sad-lines-hear.md @@ -2,4 +2,4 @@ 'astro': major --- -Changes the default routing configuration value of `i18n.routing.redirectToDefaultLocale` from `true` to `false` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-i18nroutingredirecttodefaultlocale-default-value)) \ No newline at end of file +Changes the default routing configuration value of `i18n.routing.redirectToDefaultLocale` from `true` to `false` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-i18nroutingredirecttodefaultlocale-default-value)) \ No newline at end of file diff --git a/.changeset/sad-teams-end.md b/.changeset/sad-teams-end.md index 679e59f7365b..5ce98456b209 100644 --- a/.changeset/sad-teams-end.md +++ b/.changeset/sad-teams-end.md @@ -2,4 +2,4 @@ 'astro': major --- -Deprecates exposed `astro:transitions` internals - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-exposed-astrotransitions-internals)) +Deprecates exposed `astro:transitions` internals - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-exposed-astrotransitions-internals)) diff --git a/.changeset/shy-cats-grin.md b/.changeset/shy-cats-grin.md index bc984dead457..8951f874f573 100644 --- a/.changeset/shy-cats-grin.md +++ b/.changeset/shy-cats-grin.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes the `setManifestData` method from `App` and `NodeApp` (Adapter API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-appsetmanifestdata-adapter-api)) \ No newline at end of file +Removes the `setManifestData` method from `App` and `NodeApp` (Adapter API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-appsetmanifestdata-adapter-api)) \ No newline at end of file diff --git a/.changeset/six-women-visit.md b/.changeset/six-women-visit.md index c3f88a5b6397..ac4097890b6f 100644 --- a/.changeset/six-women-visit.md +++ b/.changeset/six-women-visit.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes `rewrite()` from Actions context - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-rewrite-from-actions-context)) \ No newline at end of file +Removes `rewrite()` from Actions context - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-rewrite-from-actions-context)) \ No newline at end of file diff --git a/.changeset/small-tables-matter.md b/.changeset/small-tables-matter.md new file mode 100644 index 000000000000..3d278601801a --- /dev/null +++ b/.changeset/small-tables-matter.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Updates docs links to point to the stable release diff --git a/.changeset/smooth-kids-tease.md b/.changeset/smooth-kids-tease.md index fe22e356c48f..9077cd464826 100644 --- a/.changeset/smooth-kids-tease.md +++ b/.changeset/smooth-kids-tease.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes the `experimental.failOnPrerenderConflict` flag and replaces it with a new configuration option `prerenderConflictBehavior` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#experimental-flags)) +Removes the `experimental.failOnPrerenderConflict` flag and replaces it with a new configuration option `prerenderConflictBehavior` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#experimental-flags)) diff --git a/.changeset/social-maps-shine.md b/.changeset/social-maps-shine.md index 00a996d3685d..a0cda5e18611 100644 --- a/.changeset/social-maps-shine.md +++ b/.changeset/social-maps-shine.md @@ -2,4 +2,4 @@ 'astro': major --- -Deprecates `astro:schema` and `z` from `astro:content` in favor of `astro/zod` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-astroschema-and-z-from-astrocontent)) +Deprecates `astro:schema` and `z` from `astro:content` in favor of `astro/zod` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-astroschema-and-z-from-astrocontent)) diff --git a/.changeset/some-olives-march.md b/.changeset/some-olives-march.md index 0a3c55a72183..125e59068ba3 100644 --- a/.changeset/some-olives-march.md +++ b/.changeset/some-olives-march.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes exposed `astro:actions` internals - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-exposed-astroactions-internals)) +Removes exposed `astro:actions` internals - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-exposed-astroactions-internals)) diff --git a/.changeset/some-places-build.md b/.changeset/some-places-build.md index 8e8a9908fb8e..ec5fd2c89d5e 100644 --- a/.changeset/some-places-build.md +++ b/.changeset/some-places-build.md @@ -60,4 +60,4 @@ import Layout from "../layouts/Layout.astro"; ``` -Visit the updated [fonts guide](https://v6.docs.astro.build/en/guides/fonts/) to learn more about adding custom fonts to your project. +Visit the updated [fonts guide](https://docs.astro.build/en/guides/fonts/) to learn more about adding custom fonts to your project. diff --git a/.changeset/ssr-manifest-breaking.md b/.changeset/ssr-manifest-breaking.md index d0f5ee377075..6a9757a7073c 100644 --- a/.changeset/ssr-manifest-breaking.md +++ b/.changeset/ssr-manifest-breaking.md @@ -2,4 +2,4 @@ 'astro': major --- -Changes the shape of `SSRManifest` properties and adds several new required properties in the Adapter API - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-ssrmanifest-interface-structure-adapter-api)) +Changes the shape of `SSRManifest` properties and adds several new required properties in the Adapter API - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-ssrmanifest-interface-structure-adapter-api)) diff --git a/.changeset/tangy-tables-jog.md b/.changeset/tangy-tables-jog.md index e7284c44b8f1..0d22fe06fe61 100644 --- a/.changeset/tangy-tables-jog.md +++ b/.changeset/tangy-tables-jog.md @@ -22,4 +22,4 @@ const Text = ({ text }: { text: string }) =>

{text}
; ``` -See the [`` component documentation](https://v6.docs.astro.build/en/guides/syntax-highlighting/#code-) for more details. +See the [`` component documentation](https://docs.astro.build/en/guides/syntax-highlighting/#code-) for more details. diff --git a/.changeset/tiny-books-scream.md b/.changeset/tiny-books-scream.md index 6cc9ee3e8a7b..858ebc8226df 100644 --- a/.changeset/tiny-books-scream.md +++ b/.changeset/tiny-books-scream.md @@ -5,4 +5,4 @@ 'astro': minor --- -Removes the `experimental.csp` flag and replaces it with a new configuration option `security.csp` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#experimental-flags)) +Removes the `experimental.csp` flag and replaces it with a new configuration option `security.csp` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#experimental-flags)) diff --git a/.changeset/tricky-donkeys-camp.md b/.changeset/tricky-donkeys-camp.md index a23f1ba10447..4e9a85600622 100644 --- a/.changeset/tricky-donkeys-camp.md +++ b/.changeset/tricky-donkeys-camp.md @@ -13,4 +13,4 @@ '@astrojs/db': minor --- -Astro v6.0 upgrades to Vite v7.0 as the development server and production bundler - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#vite-70)) \ No newline at end of file +Astro v6.0 upgrades to Vite v7.0 as the development server and production bundler - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#vite-70)) \ No newline at end of file diff --git a/.changeset/upset-dodos-rhyme.md b/.changeset/upset-dodos-rhyme.md index 57e53204f0d5..c0b92cbcc6d4 100644 --- a/.changeset/upset-dodos-rhyme.md +++ b/.changeset/upset-dodos-rhyme.md @@ -2,4 +2,4 @@ 'astro': major --- -Changes how styles of responsive images are emitted - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-how-responsive-image-styles-are-emitted)) +Changes how styles of responsive images are emitted - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-how-responsive-image-styles-are-emitted)) diff --git a/.changeset/vite-environments-breaking.md b/.changeset/vite-environments-breaking.md index 75e904b807f1..0a74c3623171 100644 --- a/.changeset/vite-environments-breaking.md +++ b/.changeset/vite-environments-breaking.md @@ -2,4 +2,4 @@ 'astro': major --- -Changes integration hooks and HMR access patterns in the Integration API - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-integration-hooks-and-hmr-access-patterns-integration-api)) +Changes integration hooks and HMR access patterns in the Integration API - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-integration-hooks-and-hmr-access-patterns-integration-api)) diff --git a/.changeset/warm-donuts-learn.md b/.changeset/warm-donuts-learn.md index c676a50fc53e..6332d5446dac 100644 --- a/.changeset/warm-donuts-learn.md +++ b/.changeset/warm-donuts-learn.md @@ -16,4 +16,4 @@ import { createApp } from 'astro/app/entrypoint' const app = createApp({ streaming: false }) ``` -See more about [the `createApp()` function](https://v6.docs.astro.build/en/reference/adapter-reference/#createapp) in the Adapter API reference. +See more about [the `createApp()` function](https://docs.astro.build/en/reference/adapter-reference/#createapp) in the Adapter API reference. diff --git a/.changeset/wet-lines-wear.md b/.changeset/wet-lines-wear.md index 813bde534f32..e16d118775a4 100644 --- a/.changeset/wet-lines-wear.md +++ b/.changeset/wet-lines-wear.md @@ -2,4 +2,4 @@ 'astro': major --- -Removes the unused `astro:ssr-manifest` virtual module - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-astrossr-manifest-virtual-module-integration-api)) +Removes the unused `astro:ssr-manifest` virtual module - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-astrossr-manifest-virtual-module-integration-api)) diff --git a/.changeset/wet-suits-help.md b/.changeset/wet-suits-help.md index 3334d86d2e50..0b91a4652e02 100644 --- a/.changeset/wet-suits-help.md +++ b/.changeset/wet-suits-help.md @@ -2,4 +2,4 @@ 'astro': major --- -Updates `import.meta.env` values to always be inlined - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-importmetaenv-values-are-always-inlined)) \ No newline at end of file +Updates `import.meta.env` values to always be inlined - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-importmetaenv-values-are-always-inlined)) \ No newline at end of file diff --git a/.changeset/whole-geckos-think.md b/.changeset/whole-geckos-think.md index 689e1474ca0d..9a96148e82ae 100644 --- a/.changeset/whole-geckos-think.md +++ b/.changeset/whole-geckos-think.md @@ -2,4 +2,4 @@ 'astro': major --- -Updates `