Skip to content

fix(deps): update astro monorepo#82

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@astrojs/node (source) 9.3.09.5.5 age confidence
@astrojs/solid-js (source) 5.1.05.1.3 age confidence
astro (source) 5.12.05.18.1 age confidence

Release Notes

withastro/astro (@​astrojs/node)

v9.5.5

Compare Source

Patch Changes

v9.5.4

Compare Source

Patch Changes
  • #​15564 522f880 Thanks @​matthewp! - Add a default body size limit for server actions to prevent oversized requests from exhausting memory.

  • #​15572 ef851bf Thanks @​matthewp! - Upgrade astro package support

    astro@​5.17.3 includes a fix to prevent Action payloads from exhausting memory. @​astrojs/node now depends on this version of Astro as a minimum requirement.

v9.5.3

Compare Source

Patch Changes
  • c13b536 Thanks @​matthewp! - Improves error page loading to read from disk first before falling back to configured host

v9.5.2

Compare Source

Patch Changes

v9.5.1

Compare Source

Patch Changes

v9.5.0

Compare Source

Minor Changes
  • #​14441 62ec8ea Thanks @​upsuper! - Updates redirect handling to be consistent across static and server output, aligning with the behavior of other adapters.

    Previously, the Node.js adapter used default HTML files with meta refresh tags when in static output. This often resulted in an extra flash of the page on redirect, while also not applying the proper status code for redirections. It's also likely less friendly to search engines.

    This update ensures that configured redirects are always handled as HTTP redirects regardless of output mode, and the default HTML files for the redirects are no longer generated in static output. It makes the Node.js adapter more consistent with the other official adapters.

    No change to your project is required to take advantage of this new adapter functionality. It is not expected to cause any breaking changes. However, if you relied on the previous redirecting behavior, you may need to handle your redirects differently now. Otherwise, you should notice smoother redirects, with more accurate HTTP status codes, and may potentially see some SEO gains.

v9.4.6

Compare Source

Patch Changes
  • #​14514 66a26d7 Thanks @​matthewp! - Fixes compatibility issue with older versions of Astro by making getAllowedDomains() call optional and updating peer dependency to require astro@^5.14.3

v9.4.5

Compare Source

Patch Changes

v9.4.4

Compare Source

Patch Changes

v9.4.3

Compare Source

Patch Changes

v9.4.2

Compare Source

Patch Changes

v9.4.1

Compare Source

Patch Changes
  • 5fc3c59 Thanks @​ematipico! - Fixes a routing bug in standalone mode with trailingSlash set to "always".

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.

v9.3.3

Compare Source

Patch Changes

v9.3.2

Compare Source

Patch Changes

v9.3.1

Compare Source

Patch Changes
withastro/astro (@​astrojs/solid-js)

v5.1.3

Compare Source

Patch Changes
  • #​14715 3d55c5d Thanks @​ascorbic! - Adds support for client hydration in getContainerRenderer()

    The getContainerRenderer() function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call container.addClientRenderer() with the appropriate client renderer entrypoint.

    See the container-with-vitest demo for a usage example, and the Container API documentation for more information on using framework components with the experimental Container API.

v5.1.2

Compare Source

Patch Changes

v5.1.1

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 6b68387 to 7ba2fdc Compare July 28, 2025 11:37
@renovate renovate Bot changed the title fix(deps): update dependency astro to v5.12.3 fix(deps): update dependency astro to v5.12.4 Jul 28, 2025
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 7ba2fdc to 1aeb215 Compare July 29, 2025 17:44
@renovate renovate Bot changed the title fix(deps): update dependency astro to v5.12.4 fix(deps): update astro monorepo Jul 29, 2025
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 9e0fc26 to ff4ef77 Compare August 1, 2025 18:45
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 85e27b8 to cc0bf53 Compare August 14, 2025 10:58
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from e0390dc to 5849281 Compare August 19, 2025 18:01
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 0d4fd28 to c6b0d56 Compare August 27, 2025 15:04
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from c6b0d56 to 5f256d9 Compare August 31, 2025 10:16
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 794b8b8 to 908a804 Compare September 9, 2025 16:51
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 97a6560 to 1cbafc9 Compare September 22, 2025 10:04
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from b0d3a3e to 830e538 Compare September 26, 2025 14:41
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 0f18669 to 609592b Compare October 14, 2025 15:55
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 4 times, most recently from 0f907d7 to 063c72e Compare October 22, 2025 00:46
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 7be4da7 to ccf2898 Compare November 23, 2025 17:03
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 4 times, most recently from 806a246 to 81b5e0b Compare December 3, 2025 19:51
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 0f14081 to 78e3b91 Compare December 13, 2025 14:10
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 78e3b91 to ae5c9e3 Compare December 19, 2025 15:00
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from ae5c9e3 to f7c2ed6 Compare December 31, 2025 13:42
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 4 times, most recently from 1184290 to d9246cd Compare January 15, 2026 17:09
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 5 times, most recently from 157b018 to 4b791d1 Compare January 25, 2026 20:54
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 4 times, most recently from bf0bce6 to b7b233c Compare February 1, 2026 17:36
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from b7b233c to dc95748 Compare February 2, 2026 19:31
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from ccf18c7 to 3a6d2e6 Compare February 17, 2026 15:56
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 3a6d2e6 to e117a49 Compare February 21, 2026 20:38
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