Skip to content

chore(deps): update dependency astro to v5.18.2#4

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/astro-monorepo
Open

chore(deps): update dependency astro to v5.18.2#4
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/astro-monorepo

Conversation

@renovate

@renovate renovate Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
astro (source) 5.17.15.18.2 age confidence

Release Notes

withastro/astro (astro)

v5.18.2

Compare Source

Patch Changes
  • #​16813 8f7d8c4 Thanks @​matthewp! - Populates styles in the SSR manifest for prerendered routes. Previously, prerendered routes had styles: [] in the manifest, making it impossible for workers or middleware to discover which CSS files a prerendered page uses.

v5.18.1

Compare Source

Patch Changes

v5.18.0

Compare Source

Minor Changes
  • #​15589 b7dd447 Thanks @​qzio! - Adds a new security.actionBodySizeLimit option to configure the maximum size of Astro Actions request bodies.

    This lets you increase the default 1 MB limit when your actions need to accept larger payloads. For example, actions that handle file uploads or large JSON payloads can now opt in to a higher limit.

    If you do not set this option, Astro continues to enforce the 1 MB default to help prevent abuse.

    // astro.config.mjs
    export default defineConfig({
      security: {
        actionBodySizeLimit: 10 * 1024 * 1024, // set to 10 MB
      },
    });
Patch Changes
  • #​15594 efae11c Thanks @​qzio! - Fix X-Forwarded-Proto validation when allowedDomains includes both protocol and hostname fields. The protocol check no longer fails due to hostname mismatch against the hardcoded test URL.

v5.17.3

Compare Source

Patch Changes

v5.17.2

Compare Source

Patch Changes
  • c13b536 Thanks @​matthewp! - Improves Host header handling for SSR deployments behind proxies

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Mar 2, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
blogv2 d8cf4dd Commit Preview URL

Branch Preview URL
May 29 2026, 04:10 AM

@renovate renovate Bot changed the title Update dependency astro to v5.18.0 Update dependency astro to v5.18.1 Mar 14, 2026
@renovate
renovate Bot force-pushed the renovate/astro-monorepo branch from c3e78ef to 3bcf0c8 Compare March 14, 2026 19:06
@renovate renovate Bot changed the title Update dependency astro to v5.18.1 chore(deps): update dependency astro to v5.18.1 Apr 15, 2026
@renovate
renovate Bot force-pushed the renovate/astro-monorepo branch from 3bcf0c8 to ea71533 Compare April 15, 2026 16:43
@renovate renovate Bot changed the title chore(deps): update dependency astro to v5.18.1 chore(deps): update dependency astro to v5.18.2 May 29, 2026
@renovate
renovate Bot force-pushed the renovate/astro-monorepo branch from ea71533 to d8cf4dd Compare May 29, 2026 04:04
@renovate renovate Bot changed the title chore(deps): update dependency astro to v5.18.2 chore(deps): update astro monorepo to v5.18.2 Jun 5, 2026
@renovate renovate Bot changed the title chore(deps): update astro monorepo to v5.18.2 chore(deps): update astro monorepo Jun 24, 2026
@renovate renovate Bot changed the title chore(deps): update astro monorepo chore(deps): update dependency astro to v5.18.2 Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants