chore(deps): update dependency @astrojs/node to v8 #20

Merged
Florian Bouillon merged 1 commits from renovate/astrojs-node-8.x into master 2024-06-26 09:25:19 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@astrojs/node (source) dependencies major ^7 -> ^8.0.0

Release Notes

withastro/astro (@​astrojs/node)

v8.3.2

Compare Source

Patch Changes

v8.3.1

Compare Source

Patch Changes

v8.3.0

Compare Source

Minor Changes

v8.2.6

Compare Source

Patch Changes

v8.2.5

Compare Source

Patch Changes

v8.2.4

Compare Source

Patch Changes

v8.2.3

Compare Source

Patch Changes

v8.2.2

Compare Source

Patch Changes

v8.2.1

Compare Source

Patch Changes

v8.2.0

Compare Source

Minor Changes

v8.1.0

Compare Source

Minor Changes

v8.0.0

Compare Source

Major Changes
  • #​9661 d6edc7540864cf5d294d7b881eb886a3804f6d05 Thanks @​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 d6edc7540864cf5d294d7b881eb886a3804f6d05 Thanks @​ematipico! - Breaking: Minimum required Astro version is now 4.2.0.
    Reorganizes internals to be more maintainable.

Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

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 (@&#8203;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 - [#&#8203;11296](https://github.com/withastro/astro/pull/11296) [`5848d97`](https://github.com/withastro/astro/commit/5848d9786768d1290de982670bcc7773280ef08d) Thanks [@&#8203;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 - [#&#8203;11261](https://github.com/withastro/astro/pull/11261) [`f5f8ed2`](https://github.com/withastro/astro/commit/f5f8ed275b76adfb11b7c3c1e800753a25416498) Thanks [@&#8203;matthewp](https://github.com/matthewp)! - Fix backwards compat with Astro <= 4.9 - [#&#8203;11263](https://github.com/withastro/astro/pull/11263) [`7d59750`](https://github.com/withastro/astro/commit/7d597506615fa5a34327304e8321be7b9c4b799d) Thanks [@&#8203;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 - [#&#8203;11199](https://github.com/withastro/astro/pull/11199) [`2bdca27`](https://github.com/withastro/astro/commit/2bdca27ff4002efd330667b0b4ca3e00d5b7a2db) Thanks [@&#8203;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 - [#&#8203;11202](https://github.com/withastro/astro/pull/11202) [`d0248bc`](https://github.com/withastro/astro/commit/d0248bc083dff713b66d44bcefbf389cdf67e22d) Thanks [@&#8203;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 - [#&#8203;10491](https://github.com/withastro/astro/pull/10491) [`28e33a2f9c04373eae5da2e6edb0dc2981bce790`](https://github.com/withastro/astro/commit/28e33a2f9c04373eae5da2e6edb0dc2981bce790) Thanks [@&#8203;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 - [#&#8203;10454](https://github.com/withastro/astro/pull/10454) [`83f9105cd50e2756d02ca2be73ab84f9d582d3f8`](https://github.com/withastro/astro/commit/83f9105cd50e2756d02ca2be73ab84f9d582d3f8) Thanks [@&#8203;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 - [#&#8203;10285](https://github.com/withastro/astro/pull/10285) [`d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f`](https://github.com/withastro/astro/commit/d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f) Thanks [@&#8203;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 - [#&#8203;10282](https://github.com/withastro/astro/pull/10282) [`b47dcaa25968ec85ba96fce23381c94a94e389f6`](https://github.com/withastro/astro/commit/b47dcaa25968ec85ba96fce23381c94a94e389f6) Thanks [@&#8203;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 - [#&#8203;10208](https://github.com/withastro/astro/pull/10208) [`8cd38f02456640c063552aef00b2b8a216b3935d`](https://github.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d) Thanks [@&#8203;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 - [#&#8203;9143](https://github.com/withastro/astro/pull/9143) [`041fdd5c89920f7ccf944b095f29e451f78b0e28`](https://github.com/withastro/astro/commit/041fdd5c89920f7ccf944b095f29e451f78b0e28) Thanks [@&#8203;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 - [#&#8203;9080](https://github.com/withastro/astro/pull/9080) [`a12196d6b59e39f5d405734ecdbf6f6b42b39a93`](https://github.com/withastro/astro/commit/a12196d6b59e39f5d405734ecdbf6f6b42b39a93) Thanks [@&#8203;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 - [#&#8203;9661](https://github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](https://github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05) Thanks [@&#8203;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`. - [#&#8203;9661](https://github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](https://github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05) Thanks [@&#8203;ematipico](https://github.com/ematipico)! - **Breaking**: Minimum required Astro version is now 4.2.0. Reorganizes internals to be more maintainable. ##### Patch Changes - [#&#8203;9661](https://github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](https://github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05) Thanks [@&#8203;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=-->
Renovate [BOT] added 1 commit 2024-06-26 09:21:20 +00:00
chore(deps): update dependency @astrojs/node to v8
Some checks failed
Build Docker Image / build_docker (push) Failing after 2m58s
Lint / run (push) Failing after 40s
Build, check & Test / run (push) Successful in 9m54s
Delete Packages / Delete the package on a deleted branch (pull_request) Has been skipped
Delete Packages / Delete the package on a closed Pull Request (pull_request) Failing after 8s
110a5e3621
Florian Bouillon merged commit 2e4d24943b into master 2024-06-26 09:25:19 +00:00
Florian Bouillon deleted branch renovate/astrojs-node-8.x 2024-06-26 09:25:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: avior/template-web-astro#20
No description provided.