Skip to content

fix(deps): update astro monorepo dependencies#21

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astro-monorepo-dependencies
Open

fix(deps): update astro monorepo dependencies#21
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astro-monorepo-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
astro (source) 5.17.35.18.0 age confidence
satori ^0.19.2^0.21.0 age confidence

Release Notes

withastro/astro (astro)

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.
vercel/satori (satori)

v0.21.0

Compare Source

Features

v0.20.0

Compare Source

Features
  • Add support for background size cover, contain and auto (#​728) (c78869b)

v0.19.3

Compare Source

Bug Fixes
  • Support xlinkHref attribute for SVG image elements (#​724) (f4729fe)

Configuration

📅 Schedule: Branch creation - "on monday" in timezone Asia/Tokyo, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies label Mar 1, 2026
@renovate renovate bot force-pushed the renovate/astro-monorepo-dependencies branch from 16f9d8f to c2dbfff Compare March 5, 2026 20:11
@renovate renovate bot changed the title chore(deps): update dependency astro to v5.18.0 fix(deps): update astro monorepo dependencies Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants