Skip to content

chore(deps): update astro monorepo#60

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence
@astrojs/check (source) 0.9.60.9.7 age confidence
astro (source) 5.17.15.18.1 age confidence

Release Notes

withastro/astro (@​astrojs/check)

v0.9.7

Compare Source

Patch Changes
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.

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: Branch creation - Between 12:00 AM and 12:59 AM ( * 0 * * * ) 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 force-pushed the renovate/astro-monorepo branch from ddeb28e to 73ef999 Compare February 18, 2026 20:47
@renovate renovate bot changed the title chore(deps): update dependency astro to v5.17.2 chore(deps): update dependency astro to v5.17.3 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 73ef999 to 346c947 Compare February 25, 2026 20:42
@renovate renovate bot changed the title chore(deps): update dependency astro to v5.17.3 chore(deps): update dependency astro to v5.18.0 Feb 25, 2026
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 0ea0ae8 to ce0b8f3 Compare March 10, 2026 10:03
@renovate renovate bot changed the title chore(deps): update dependency astro to v5.18.0 chore(deps): update astro monorepo Mar 10, 2026
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from ce0b8f3 to 87cf92f Compare March 10, 2026 18:15
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