Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @astrojs/node to v9 (#369)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@astrojs/node](https://docs.astro.build/en/guides/integrations-guide/node/) ([source](https://redirect.github.com/withastro/adapters/tree/HEAD/packages/node)) | [`^6.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@astrojs%2fnode/6.1.0/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fnode/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@astrojs%2fnode/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@astrojs%2fnode/6.1.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fnode/6.1.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>withastro/adapters (@​astrojs/node)</summary> ### [`v9.0.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#900) [Compare Source](https://redirect.github.com/withastro/adapters/compare/@astrojs/node@8.3.4...@astrojs/node@9.0.0) ##### Major Changes - [#​375](https://redirect.github.com/withastro/adapters/pull/375) [`e7881f7`](https://redirect.github.com/withastro/adapters/commit/e7881f7928c6ca62d43c763033f9ed065a907f3b) Thanks [@​Princesseuh](https://redirect.github.com/Princesseuh)! - Updates internal code to works with Astro 5 changes to hybrid rendering. No changes are necessary to your project, apart from using Astro 5 - [#​397](https://redirect.github.com/withastro/adapters/pull/397) [`776a266`](https://redirect.github.com/withastro/adapters/commit/776a26670cf483e37ec0e6eba27a0bde09db0146) Thanks [@​Princesseuh](https://redirect.github.com/Princesseuh)! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release. Starting from this release, no breaking changes will be introduced unless absolutely necessary. To learn how to upgrade, check out the [Astro v5.0 upgrade guide in our beta docs site](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/). - [#​392](https://redirect.github.com/withastro/adapters/pull/392) [`3a49eb7`](https://redirect.github.com/withastro/adapters/commit/3a49eb7802c44212ccfab06034b7dc5f2b060e94) Thanks [@​Princesseuh](https://redirect.github.com/Princesseuh)! - Updates internal code for Astro 5 changes. No changes is required to your project, apart from using Astro 5 - [#​451](https://redirect.github.com/withastro/adapters/pull/451) [`167b369`](https://redirect.github.com/withastro/adapters/commit/167b369a0a1612c792af8846f6ea167e999e1abb) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Updates `send` dependency to v1.1.0 ##### Minor Changes - [#​385](https://redirect.github.com/withastro/adapters/pull/385) [`bb725b7`](https://redirect.github.com/withastro/adapters/commit/bb725b7a430a01a3cd197e3e84381be4fa0c945c) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Cleans up `astro:env` support ### [`v8.3.4`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#834) ##### Patch Changes - [#​398](https://redirect.github.com/withastro/adapters/pull/398) [`0cf7e91`](https://redirect.github.com/withastro/adapters/commit/0cf7e912607fcd76072bf710b8f857dc8cc07a33) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Updates `send` dependency to 0.19.0 ### [`v8.3.3`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#833) ##### Patch Changes - [#​11535](https://redirect.github.com/withastro/astro/pull/11535) [`932bd2e`](https://redirect.github.com/withastro/astro/commit/932bd2eb07f1d7cb2c91e7e7d31fe84c919e302b) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Move polyfills up before awaiting the env module in the Node.js adapter. Previously the env setting was happening before the polyfills were applied. This means that if the Astro env code (or any dependencies) depended on `crypto`, it would not be polyfilled in time. Polyfills should be applied ASAP to prevent races. This moves it to the top of the Node adapter. ### [`v8.3.2`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#832) ##### Patch Changes - [#​11296](https://redirect.github.com/withastro/astro/pull/11296) [`5848d97`](https://redirect.github.com/withastro/astro/commit/5848d9786768d1290de982670bcc7773280ef08d) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes `astro:env` getSecret compatibility ### [`v8.3.1`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#831) ##### Patch Changes - [#​11261](https://redirect.github.com/withastro/astro/pull/11261) [`f5f8ed2`](https://redirect.github.com/withastro/astro/commit/f5f8ed275b76adfb11b7c3c1e800753a25416498) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Fix backwards compat with Astro <= 4.9 - [#​11263](https://redirect.github.com/withastro/astro/pull/11263) [`7d59750`](https://redirect.github.com/withastro/astro/commit/7d597506615fa5a34327304e8321be7b9c4b799d) Thanks [@​wackbyte](https://redirect.github.com/wackbyte)! - Refactor to use Astro's integration logger for logging ### [`v8.3.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#830) ##### Minor Changes - [#​11199](https://redirect.github.com/withastro/astro/pull/11199) [`2bdca27`](https://redirect.github.com/withastro/astro/commit/2bdca27ff4002efd330667b0b4ca3e00d5b7a2db) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Adds support for experimental `astro:env` released in Astro 4.10 ### [`v8.2.6`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#826) ##### Patch Changes - [#​11202](https://redirect.github.com/withastro/astro/pull/11202) [`d0248bc`](https://redirect.github.com/withastro/astro/commit/d0248bc083dff713b66d44bcefbf389cdf67e22d) Thanks [@​dkobierski](https://redirect.github.com/dkobierski)! - Fixes suppressed logs when error occurs ### [`v8.2.5`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#825) ##### Patch Changes - [#​10491](https://redirect.github.com/withastro/astro/pull/10491) [`28e33a2f9c04373eae5da2e6edb0dc2981bce790`](https://redirect.github.com/withastro/astro/commit/28e33a2f9c04373eae5da2e6edb0dc2981bce790) Thanks [@​castarco](https://redirect.github.com/castarco)! - Fixes a bug where the preview server wrongly appends trailing slashes to subresource URLs. ### [`v8.2.4`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#824) ##### Patch Changes - [#​10454](https://redirect.github.com/withastro/astro/pull/10454) [`83f9105cd50e2756d02ca2be73ab84f9d582d3f8`](https://redirect.github.com/withastro/astro/commit/83f9105cd50e2756d02ca2be73ab84f9d582d3f8) Thanks [@​lilnasy](https://redirect.github.com/lilnasy)! - Prevents crashes caused by rejections of offshoot promises. ### [`v8.2.3`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#823) ##### Patch Changes - [#​10285](https://redirect.github.com/withastro/astro/pull/10285) [`d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f`](https://redirect.github.com/withastro/astro/commit/d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f) Thanks [@​Princesseuh](https://redirect.github.com/Princesseuh)! - Fixes an issue where malformed requests could cause the server to error in certain cases. ### [`v8.2.2`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#822) ##### Patch Changes - [#​10282](https://redirect.github.com/withastro/astro/pull/10282) [`b47dcaa25968ec85ba96fce23381c94a94e389f6`](https://redirect.github.com/withastro/astro/commit/b47dcaa25968ec85ba96fce23381c94a94e389f6) Thanks [@​SatanshuMishra](https://redirect.github.com/SatanshuMishra)! - Fixes the `server.host` option to properly listen on all network interfaces when set to `true` ### [`v8.2.1`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#821) ##### Patch Changes - [#​10208](https://redirect.github.com/withastro/astro/pull/10208) [`8cd38f02456640c063552aef00b2b8a216b3935d`](https://redirect.github.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d) Thanks [@​log101](https://redirect.github.com/log101)! - Fixes custom headers are not added to the Node standalone server responses in preview mode ### [`v8.2.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#820) ##### Minor Changes - [#​9143](https://redirect.github.com/withastro/astro/pull/9143) [`041fdd5c89920f7ccf944b095f29e451f78b0e28`](https://redirect.github.com/withastro/astro/commit/041fdd5c89920f7ccf944b095f29e451f78b0e28) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Adds experimental support for internationalization domains ### [`v8.1.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#810) ##### Minor Changes - [#​9080](https://redirect.github.com/withastro/astro/pull/9080) [`a12196d6b59e39f5d405734ecdbf6f6b42b39a93`](https://redirect.github.com/withastro/astro/commit/a12196d6b59e39f5d405734ecdbf6f6b42b39a93) Thanks [@​msxdan](https://redirect.github.com/msxdan)! - Add trailingSlash support to NodeJS adapter ### [`v8.0.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#800) ##### Major Changes - [#​9661](https://redirect.github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](https://redirect.github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05) Thanks [@​ematipico](https://redirect.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://redirect.github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](https://redirect.github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - **Breaking**: Minimum required Astro version is now 4.2.0. Reorganizes internals to be more maintainable. ##### Patch Changes - [#​9661](https://redirect.github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](https://redirect.github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the preview server appeared to be ready to serve requests before binding to a port. ### [`v7.0.4`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#704) ##### Patch Changes - [#​9533](https://redirect.github.com/withastro/astro/pull/9533) [`48f47b50a0f8bc0fa51760215def36640f79050d`](https://redirect.github.com/withastro/astro/commit/48f47b50a0f8bc0fa51760215def36640f79050d) Thanks [@​lilnasy](https://redirect.github.com/lilnasy)! - Fixes a bug where an error while serving response stopped the server. ### [`v7.0.3`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#703) ##### Patch Changes - [#​9479](https://redirect.github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://redirect.github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@​sarah11918](https://redirect.github.com/sarah11918)! - Updates README ### [`v7.0.2`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#702) ##### Patch Changes - [#​9471](https://redirect.github.com/withastro/astro/pull/9471) [`6bf470cfb`](https://redirect.github.com/withastro/astro/commit/6bf470cfb87e853c0a1f69bceb09246801bc8bdc) Thanks [@​alexnguyennz](https://redirect.github.com/alexnguyennz)! - Fix typo in [@​astrojs/node](https://redirect.github.com/astrojs/node) README ### [`v7.0.1`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#701) ##### Patch Changes - [#​9366](https://redirect.github.com/withastro/astro/pull/9366) [`1b4e91898`](https://redirect.github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@​lilnasy](https://redirect.github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta. ### [`v7.0.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#700) ##### Major Changes - [#​9199](https://redirect.github.com/withastro/astro/pull/9199) [`49aa215a0`](https://redirect.github.com/withastro/astro/commit/49aa215a01ee1c4805316c85bb0aea6cfbc25a31) Thanks [@​lilnasy](https://redirect.github.com/lilnasy)! - The internals of the integration have been updated to support Astro 4.0. Make sure to upgrade your Astro version as Astro 3.0 is no longer supported. </details> --- ### 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. 🔕 **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/creatorsgarten/contentsgarten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information