chore(deps): update dependency @astrojs/node to v8 (#20)
Some checks are pending
Build, check & Test / run (push) Waiting to run
Build Docker Image / build_docker (push) Waiting to run
Lint / run (push) Waiting to run

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`](5848d97867) 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`](f5f8ed275b) Thanks [@&#8203;matthewp](https://github.com/matthewp)! - Fix backwards compat with Astro <= 4.9

-   [#&#8203;11263](https://github.com/withastro/astro/pull/11263) [`7d59750`](7d59750661) 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`](2bdca27ff4) 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`](d0248bc083) 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`](28e33a2f9c) 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`](83f9105cd5) 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`](d5277df5a4) 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`](b47dcaa259) 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`](8cd38f0245) 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`](041fdd5c89) 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`](a12196d6b5) 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`](d6edc75408) 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`](d6edc75408) 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`](d6edc75408) 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=-->

Reviewed-on: #20
Co-authored-by: Renovate Bot <renovate@dzeio.com>
Co-committed-by: Renovate Bot <renovate@dzeio.com>
This commit is contained in:
Renovate [BOT] 2024-06-26 09:25:19 +00:00 committed by Avior
parent 4db3e84b83
commit 2e4d24943b
2 changed files with 916 additions and 1513 deletions

2427
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
"lint": "biome check ." "lint": "biome check ."
}, },
"dependencies": { "dependencies": {
"@astrojs/node": "^7", "@astrojs/node": "^8.0.0",
"@astrojs/tailwind": "^5", "@astrojs/tailwind": "^5",
"@dzeio/logger": "^3", "@dzeio/logger": "^3",
"@dzeio/object-util": "^1", "@dzeio/object-util": "^1",