Skip to content

chore(deps): update non-major#824

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/non-major
Feb 26, 2026
Merged

chore(deps): update non-major#824
renovate[bot] merged 1 commit intomasterfrom
renovate/non-major

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astro (source) 5.17.35.18.0 age adoption passing confidence
starlight-blog (source) 0.25.20.25.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.
HiDeoo/starlight-blog (starlight-blog)

v0.25.3

Compare Source

Patch Changes
  • #​194 d8721b8 Thanks @​HiDeoo! - Fixes a memory leak issue for blog posts with an excerpt due to a third-party dependency.

Configuration

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

🚦 Automerge: Enabled.

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/non-major branch from ce7168a to 181204f Compare February 25, 2026 21:30
@renovate renovate bot added the minor label Feb 25, 2026
@renovate renovate bot changed the title chore(deps): update starlight-blog to 0.25.3 chore(deps): update non-major Feb 25, 2026
@renovate renovate bot merged commit 2c131eb into master Feb 26, 2026
4 checks passed
@renovate renovate bot deleted the renovate/non-major branch February 26, 2026 03:43
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