Skip to content

Update astro monorepo - #1810

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/astro-monorepo
Aug 9, 2025
Merged

Update astro monorepo#1810
renovate[bot] merged 1 commit into
masterfrom
renovate/astro-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 8, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@astrojs/node (source) 9.3.3 -> 9.4.0 age confidence
astro (source) 5.12.8 -> 5.12.9 age confidence

Release Notes

withastro/astro (@​astrojs/node)

v9.4.0

Compare Source

Minor Changes
  • #​14188 e3422aa Thanks @​ascorbic! - Adds support for specifying a host to load prerendered error pages

    By default, if a user defines a custom error page that is prerendered, Astro will load it from the same host as the one that the request is made to. This change allows users to specify a different host for loading prerendered error pages. This can be useful in scenarios such as where the server is running behind a reverse proxy or when prerendered pages are hosted on a different domain.

    To use this feature, set the experimentalErrorPageHost adapter option in your Astro configuration to the desired host URL. For example, if your server is running on localhost and served via a proxy, you can ensure the prerendered error pages are fetched via the localhost URL:

    import { defineConfig } from 'astro/config';
    import node from '@​astrojs/node';
    export default defineConfig({
      adapter: node({
        // If your server is running on localhost and served via a proxy, set the host like this to ensure prerendered error pages are fetched via the localhost URL
        experimentalErrorPageHost: 'http://localhost:4321',
      }),
    });

    For more information on enabling and using this experimental feature, see the @astrojs/node adapter docs.

withastro/astro (astro)

v5.12.9

Compare Source

Patch Changes
  • #​14020 9518975 Thanks @​jp-knj! - Prevent double-prefixed redirect paths when using fallback and redirectToDefaultLocale together

    Fixes an issue where i18n fallback routes would generate double-prefixed paths (e.g., /es/es/test/item1/) when fallback and redirectToDefaultLocale configurations were used together. The fix adds proper checks to prevent double prefixing in route generation.

  • #​14199 3e4cb8e Thanks @​ascorbic! - Fixes a bug that prevented HMR from working with inline styles


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from auguwu as a code owner August 8, 2025 17:42
@renovate
renovate Bot force-pushed the renovate/astro-monorepo branch from 875512b to 9dc091a Compare August 8, 2025 20:24
@renovate
renovate Bot merged commit bc0e554 into master Aug 9, 2025
1 check passed
@renovate
renovate Bot deleted the renovate/astro-monorepo branch August 9, 2025 00:45
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