Skip to content

fix(deps): update astro monorepo#73

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

fix(deps): update astro monorepo#73
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astro-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 25, 2026

This PR contains the following updates:

Package Change Age Confidence
@astrojs/check (source) 0.9.60.9.9 age confidence
@astrojs/sitemap (source) 3.7.03.7.3 age confidence
astro (source) 5.17.35.18.2 age confidence

Release Notes

withastro/astro (@​astrojs/check)

v0.9.9

Compare Source

Patch Changes

v0.9.8

Compare Source

Patch Changes

v0.9.7

Compare Source

Patch Changes
withastro/astro (@​astrojs/sitemap)

v3.7.3

Compare Source

Patch Changes
  • #​16837 783c4a6 Thanks @​jdevalk! - Improves <lastmod> accuracy in the sitemap index. Each <sitemap> entry in sitemap-index.xml is now stamped with the most recent lastmod of the URLs in the child sitemap it points to, instead of repeating a single global date on every entry. When a child sitemap has no per-URL lastmod, the entry falls back to the lastmod option as before. This gives search engines a per-file freshness signal, so they can tell which child sitemaps actually changed without refetching all of them.

v3.7.2

Compare Source

Patch Changes

v3.7.1

Compare Source

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

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.

👻 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 2 times, most recently from f7f6e69 to bf0f4a1 Compare March 10, 2026 12:47
@renovate renovate Bot changed the title fix(deps): update dependency astro to v5.18.0 fix(deps): update astro monorepo Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from bdadc71 to 93fb182 Compare March 16, 2026 14:05
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 93fb182 to d11c784 Compare March 26, 2026 16:28
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from d11c784 to e740a25 Compare April 8, 2026 14:45
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from e740a25 to 96355dc Compare April 28, 2026 15:50
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 4479a45 to 9dbe184 Compare May 18, 2026 17:58
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 9dbe184 to 8a036f4 Compare May 26, 2026 15:10
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 8a036f4 to 403ff07 Compare June 1, 2026 23:14
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