Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

chore(deps): update dependency astro to v5.11.0 - #674

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/astro-monorepo
Jul 3, 2025
Merged

chore(deps): update dependency astro to v5.11.0#674
renovate[bot] merged 1 commit into
mainfrom
renovate/astro-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 3, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
astro (source) 5.10.2 -> 5.11.0 age confidence

Release Notes

withastro/astro (astro)

v5.11.0

Compare Source

Minor Changes
  • #​13972 db8f8be Thanks @​ematipico! - Updates the NodeApp.match() function in the Adapter API to accept a second, optional parameter to allow adapter authors to add headers to static, prerendered pages.

    NodeApp.match(request) currently checks whether there is a route that matches the given Request. If there is a prerendered route, the function returns undefined, because static routes are already rendered and their headers cannot be updated.

    When the new, optional boolean parameter is passed (e.g. NodeApp.match(request, true)), Astro will return the first matched route, even when it's a prerendered route. This allows your adapter to now access static routes and provides the opportunity to set headers for these pages, for example, to implement a Content Security Policy (CSP).

Patch Changes
  • #​14029 42562f9 Thanks @​ematipico! - Fixes a bug where server islands wouldn't be correctly rendered when they are rendered inside fragments.

    Now the following examples work as expected:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from Darkflame72 as a code owner July 3, 2025 14:40
@renovate
renovate Bot enabled auto-merge July 3, 2025 14:40
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying wiki with  Cloudflare Pages  Cloudflare Pages

Latest commit: 944ac1d
Status: ✅  Deploy successful!
Preview URL: https://190f4214.wiki-752.pages.dev
Branch Preview URL: https://renovate-astro-monorepo.wiki-752.pages.dev

View logs

@renovate
renovate Bot added this pull request to the merge queue Jul 3, 2025
Merged via the queue into main with commit 7d19814 Jul 3, 2025
5 of 7 checks passed
@renovate
renovate Bot deleted the renovate/astro-monorepo branch July 3, 2025 14:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants