#735376fcdb84d Thanks @bholmesdev! - Remove legacy handling for MDX content collections. Ensure you are using @astrojs/mdx v0.18 or above.
#73858e2923cc6 Thanks @ematipico! - Astro.locals is now exposed to the adapter API. Node Adapter can now pass in a locals object in the SSR handler middleware.
#7220459b5bd05 Thanks @ematipico! - Shipped a new SSR build configuration mode: split.
When enabled, Astro will "split" the single entry.mjs file and instead emit a separate file to render each individual page during the build process.
These files will be emitted inside dist/pages, mirroring the directory structure of your page files in src/pages/, for example:
#743830bb36371 Thanks @bluwy! - Fix astro:build:setup hook updateConfig utility, where the configuration wasn't correctly updated when the hook was fired.
#74363943fa390 Thanks @kossidts! - Fix an issue related to the documentation. Destructure the argument of the function to customize the Astro dev server based on the command run.
#74247877a06d8 Thanks @bholmesdev! - Update internal types for more stable builds for Astro maintainers.
#7427e314a04bf Thanks @ematipico! - Correctly emit the middleware code during the build phase. The file emitted is now dist/middleware.mjs
#742333cdc8622 Thanks @bmenant! - Ensure injected /_image endpoint for image optimization is not prerendered on hybrid output.
#735376fcdb84d Thanks @bholmesdev! - Remove legacy handling for MDX content collections. Ensure you are using @astrojs/mdx v0.18 or above.
#73858e2923cc6 Thanks @ematipico! - Astro.locals is now exposed to the adapter API. Node Adapter can now pass in a locals object in the SSR handler middleware.
#7220459b5bd05 Thanks @ematipico! - Shipped a new SSR build configuration mode: split.
When enabled, Astro will "split" the single entry.mjs file and instead emit a separate file to render each individual page during the build process.
These files will be emitted inside dist/pages, mirroring the directory structure of your page files in src/pages/, for example:
#743830bb36371 Thanks @bluwy! - Fix astro:build:setup hook updateConfig utility, where the configuration wasn't correctly updated when the hook was fired.
#74363943fa390 Thanks @kossidts! - Fix an issue related to the documentation. Destructure the argument of the function to customize the Astro dev server based on the command run.
#74247877a06d8 Thanks @bholmesdev! - Update internal types for more stable builds for Astro maintainers.
#7427e314a04bf Thanks @ematipico! - Correctly emit the middleware code during the build phase. The file emitted is now dist/middleware.mjs
#742333cdc8622 Thanks @bmenant! - Ensure injected /_image endpoint for image optimization is not prerendered on hybrid output.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps astro from 2.6.6 to 2.7.0.
Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
38b1040
[ci] release (#7434)03b7d17
Fix two errors for use in docs (#7445)33cdc86
fix(astro:assets): inject /_image endpoint with prerendered=false on serverLi...76fcdb8
Chore: remove legacy mdx content collections handler (#7353)30bb363
Fixastro:build:setup
hookupdateConfig
utility (#7438)f275d05
Update safe dependencies (#7430)01b1c21
[ci] format459b5bd
feat: SSRsplit
mode (#7220)c8bccb4
[ci] format8e2923c
feat: expose locals to render api and from requests in dev mode (#7385)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)