Skip to content

chore(deps): update dependency astro to v5.18.1#327

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astro-5.x-lockfile
Open

chore(deps): update dependency astro to v5.18.1#327
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astro-5.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astro (source) 5.17.35.18.1 age adoption passing confidence

Release Notes

withastro/astro (astro)

v5.18.1

Compare Source

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.

Configuration

📅 Schedule: 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.

@renovate renovate bot requested a review from a team as a code owner February 18, 2026 21:12
@renovate renovate bot requested review from o-kwr and uknmr and removed request for a team February 18, 2026 21:12
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 18, 2026

Deploying product-design with  Cloudflare Pages  Cloudflare Pages

Latest commit: a909460
Status: ✅  Deploy successful!
Preview URL: https://b06a2b29.product-design.pages.dev
Branch Preview URL: https://renovate-astro-5-x-lockfile.product-design.pages.dev

View logs

@oti oti requested review from Qs-F and oti and removed request for o-kwr and uknmr February 23, 2026 23:31
@renovate renovate bot changed the title chore(deps): update dependency astro to v5.17.3 chore(deps): update dependency astro to v5.17.3 - autoclosed Feb 24, 2026
@renovate renovate bot closed this Feb 24, 2026
@renovate renovate bot deleted the renovate/astro-5.x-lockfile branch February 24, 2026 08:03
@renovate renovate bot changed the title chore(deps): update dependency astro to v5.17.3 - autoclosed chore(deps): update dependency astro to v5.18.0 Feb 25, 2026
@renovate renovate bot reopened this Feb 25, 2026
@renovate renovate bot force-pushed the renovate/astro-5.x-lockfile branch 2 times, most recently from fe9f6a5 to 4da34e9 Compare February 25, 2026 22:03
@renovate renovate bot force-pushed the renovate/astro-5.x-lockfile branch from 4da34e9 to 252f9f3 Compare March 5, 2026 17:19
@renovate renovate bot changed the title chore(deps): update dependency astro to v5.18.0 chore(deps): update dependency astro to v5.18.1 Mar 10, 2026
@renovate renovate bot force-pushed the renovate/astro-5.x-lockfile branch from 252f9f3 to 3eb3c6a Compare March 10, 2026 17:42
@renovate renovate bot force-pushed the renovate/astro-5.x-lockfile branch from 3eb3c6a to a909460 Compare March 13, 2026 11:07
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.

1 participant