chore(deps): update dependency @astrojs/node to v8 #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/astrojs-node-8.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^7
->^8.0.0
Release Notes
withastro/astro (@astrojs/node)
v8.3.2
Compare Source
Patch Changes
5848d97
Thanks @florian-lefebvre! - Fixesastro:env
getSecret compatibilityv8.3.1
Compare Source
Patch Changes
#11261
f5f8ed2
Thanks @matthewp! - Fix backwards compat with Astro <= 4.9#11263
7d59750
Thanks @wackbyte! - Refactor to use Astro's integration logger for loggingv8.3.0
Compare Source
Minor Changes
2bdca27
Thanks @florian-lefebvre! - Adds support for experimentalastro:env
released in Astro 4.10v8.2.6
Compare Source
Patch Changes
d0248bc
Thanks @dkobierski! - Fixes suppressed logs when error occursv8.2.5
Compare Source
Patch Changes
28e33a2f9c04373eae5da2e6edb0dc2981bce790
Thanks @castarco! - Fixes a bug where the preview server wrongly appends trailing slashes to subresource URLs.v8.2.4
Compare Source
Patch Changes
83f9105cd50e2756d02ca2be73ab84f9d582d3f8
Thanks @lilnasy! - Prevents crashes caused by rejections of offshoot promises.v8.2.3
Compare Source
Patch Changes
d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f
Thanks @Princesseuh! - Fixes an issue where malformed requests could cause the server to error in certain cases.v8.2.2
Compare Source
Patch Changes
b47dcaa25968ec85ba96fce23381c94a94e389f6
Thanks @SatanshuMishra! - Fixes theserver.host
option to properly listen on all network interfaces when set totrue
v8.2.1
Compare Source
Patch Changes
8cd38f02456640c063552aef00b2b8a216b3935d
Thanks @log101! - Fixes custom headers are not added to the Node standalone server responses in preview modev8.2.0
Compare Source
Minor Changes
041fdd5c89920f7ccf944b095f29e451f78b0e28
Thanks @ematipico! - Adds experimental support for internationalization domainsv8.1.0
Compare Source
Minor Changes
a12196d6b59e39f5d405734ecdbf6f6b42b39a93
Thanks @msxdan! - Add trailingSlash support to NodeJS adapterv8.0.0
Compare Source
Major Changes
#9661
d6edc7540864cf5d294d7b881eb886a3804f6d05
Thanks @ematipico! - If host is unset in standalone mode, the server host will now fallback tolocalhost
instead of127.0.0.1
. Whenlocalhost
is used, the operating system can decide to use either::1
(ipv6) or127.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 theHOST
environment variable to127.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
d6edc7540864cf5d294d7b881eb886a3804f6d05
Thanks @ematipico! - Fixes an issue where the preview server appeared to be ready to serve requests before binding to a port.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.
This PR has been generated by Renovate Bot.