This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/node](https://docs.astro.build/en/guides/integrations-guide/node/) ([source](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node)) | dependencies | major | [`^7` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@astrojs%2fnode/7.0.4/8.3.2) | --- ### Release Notes <details> <summary>withastro/astro (@​astrojs/node)</summary> ### [`v8.3.2`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#832) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.3.1...@astrojs/node@8.3.2) ##### Patch Changes - [#​11296](https://github.com/withastro/astro/pull/11296) [`5848d97`](5848d97867
) Thanks [@​florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes `astro:env` getSecret compatibility ### [`v8.3.1`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#831) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.3.0...@astrojs/node@8.3.1) ##### Patch Changes - [#​11261](https://github.com/withastro/astro/pull/11261) [`f5f8ed2`](f5f8ed275b
) Thanks [@​matthewp](https://github.com/matthewp)! - Fix backwards compat with Astro <= 4.9 - [#​11263](https://github.com/withastro/astro/pull/11263) [`7d59750`](7d59750661
) Thanks [@​wackbyte](https://github.com/wackbyte)! - Refactor to use Astro's integration logger for logging ### [`v8.3.0`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#830) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.6...@astrojs/node@8.3.0) ##### Minor Changes - [#​11199](https://github.com/withastro/astro/pull/11199) [`2bdca27`](2bdca27ff4
) Thanks [@​florian-lefebvre](https://github.com/florian-lefebvre)! - Adds support for experimental `astro:env` released in Astro 4.10 ### [`v8.2.6`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#826) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.5...@astrojs/node@8.2.6) ##### Patch Changes - [#​11202](https://github.com/withastro/astro/pull/11202) [`d0248bc`](d0248bc083
) Thanks [@​dkobierski](https://github.com/dkobierski)! - Fixes suppressed logs when error occurs ### [`v8.2.5`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#825) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.4...@astrojs/node@8.2.5) ##### Patch Changes - [#​10491](https://github.com/withastro/astro/pull/10491) [`28e33a2f9c04373eae5da2e6edb0dc2981bce790`](28e33a2f9c
) Thanks [@​castarco](https://github.com/castarco)! - Fixes a bug where the preview server wrongly appends trailing slashes to subresource URLs. ### [`v8.2.4`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#824) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.3...@astrojs/node@8.2.4) ##### Patch Changes - [#​10454](https://github.com/withastro/astro/pull/10454) [`83f9105cd50e2756d02ca2be73ab84f9d582d3f8`](83f9105cd5
) Thanks [@​lilnasy](https://github.com/lilnasy)! - Prevents crashes caused by rejections of offshoot promises. ### [`v8.2.3`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#823) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.2...@astrojs/node@8.2.3) ##### Patch Changes - [#​10285](https://github.com/withastro/astro/pull/10285) [`d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f`](d5277df5a4
) Thanks [@​Princesseuh](https://github.com/Princesseuh)! - Fixes an issue where malformed requests could cause the server to error in certain cases. ### [`v8.2.2`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#822) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.1...@astrojs/node@8.2.2) ##### Patch Changes - [#​10282](https://github.com/withastro/astro/pull/10282) [`b47dcaa25968ec85ba96fce23381c94a94e389f6`](b47dcaa259
) Thanks [@​SatanshuMishra](https://github.com/SatanshuMishra)! - Fixes the `server.host` option to properly listen on all network interfaces when set to `true` ### [`v8.2.1`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#821) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.0...@astrojs/node@8.2.1) ##### Patch Changes - [#​10208](https://github.com/withastro/astro/pull/10208) [`8cd38f02456640c063552aef00b2b8a216b3935d`](8cd38f0245
) Thanks [@​log101](https://github.com/log101)! - Fixes custom headers are not added to the Node standalone server responses in preview mode ### [`v8.2.0`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#820) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.1.0...@astrojs/node@8.2.0) ##### Minor Changes - [#​9143](https://github.com/withastro/astro/pull/9143) [`041fdd5c89920f7ccf944b095f29e451f78b0e28`](041fdd5c89
) Thanks [@​ematipico](https://github.com/ematipico)! - Adds experimental support for internationalization domains ### [`v8.1.0`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#810) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.0.0...@astrojs/node@8.1.0) ##### Minor Changes - [#​9080](https://github.com/withastro/astro/pull/9080) [`a12196d6b59e39f5d405734ecdbf6f6b42b39a93`](a12196d6b5
) Thanks [@​msxdan](https://github.com/msxdan)! - Add trailingSlash support to NodeJS adapter ### [`v8.0.0`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#800) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@7.0.4...@astrojs/node@8.0.0) ##### Major Changes - [#​9661](https://github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](d6edc75408
) Thanks [@​ematipico](https://github.com/ematipico)! - If host is unset in standalone mode, the server host will now fallback to `localhost` instead of `127.0.0.1`. When `localhost` is used, the operating system can decide to use either `::1` (ipv6) or `127.0.0.1` (ipv4) itself. This aligns with how the Astro dev and preview server works by default. If you relied on `127.0.0.1` (ipv4) before, you can set the `HOST` environment variable to `127.0.0.1` to explicitly use ipv4. For example, `HOST=127.0.0.1 node ./dist/server/entry.mjs`. - [#​9661](https://github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](d6edc75408
) Thanks [@​ematipico](https://github.com/ematipico)! - **Breaking**: Minimum required Astro version is now 4.2.0. Reorganizes internals to be more maintainable. ##### Patch Changes - [#​9661](https://github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](d6edc75408
) Thanks [@​ematipico](https://github.com/ematipico)! - Fixes an issue where the preview server appeared to be ready to serve requests before binding to a port. </details> --- ### Configuration 📅 **Schedule**: 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: #20 Co-authored-by: Renovate Bot <renovate@dzeio.com> Co-committed-by: Renovate Bot <renovate@dzeio.com>
Astro Template
Description
Languages
TypeScript
87.2%
Astro
11.7%
Dockerfile
0.7%
JavaScript
0.4%