23.md (12235B)
1 # PR #23 Bump @astrojs/node from 7.0.1 to 8.0.0 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-01-22T01:49:29Z 6 - **Branch:** dependabot/npm_and_yarn/astrojs/node-8.0.0 → main 7 - **Closed:** 2024-01-29T01:27:21Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [23.diff](./23.diff) 10 11 --- 12 13 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 7.0.1 to 8.0.0. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/withastro/astro/releases"><code>@astrojs/node</code>'s releases</a>.</em></p> 17 <blockquote> 18 <h2><code>@astrojs/node</code><a href="https://github.com/8"><code>@8</code></a>.0.0</h2> 19 <h3>Major Changes</h3> 20 <ul> 21 <li> 22 <p><a href="https://redirect.github.com/withastro/astro/pull/9661">#9661</a> <a href="https://github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05"><code>d6edc7540864cf5d294d7b881eb886a3804f6d05</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - If host is unset in standalone mode, the server host will now fallback to <code>localhost</code> instead of <code>127.0.0.1</code>. When <code>localhost</code> is used, the operating system can decide to use either <code>::1</code> (ipv6) or <code>127.0.0.1</code> (ipv4) itself. This aligns with how the Astro dev and preview server works by default.</p> 23 <p>If you relied on <code>127.0.0.1</code> (ipv4) before, you can set the <code>HOST</code> environment variable to <code>127.0.0.1</code> to explicitly use ipv4. For example, <code>HOST=127.0.0.1 node ./dist/server/entry.mjs</code>.</p> 24 </li> 25 <li> 26 <p><a href="https://redirect.github.com/withastro/astro/pull/9661">#9661</a> <a href="https://github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05"><code>d6edc7540864cf5d294d7b881eb886a3804f6d05</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - <strong>Breaking</strong>: Minimum required Astro version is now 4.2.0. 27 Reorganizes internals to be more maintainable.</p> 28 </li> 29 </ul> 30 <h3>Patch Changes</h3> 31 <ul> 32 <li><a href="https://redirect.github.com/withastro/astro/pull/9661">#9661</a> <a href="https://github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05"><code>d6edc7540864cf5d294d7b881eb886a3804f6d05</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where the preview server appeared to be ready to serve requests before binding to a port.</li> 33 </ul> 34 <h2><code>@astrojs/node</code><a href="https://github.com/7"><code>@7</code></a>.0.4</h2> 35 <h3>Patch Changes</h3> 36 <ul> 37 <li><a href="https://redirect.github.com/withastro/astro/pull/9533">#9533</a> <a href="https://github.com/withastro/astro/commit/48f47b50a0f8bc0fa51760215def36640f79050d"><code>48f47b50a0f8bc0fa51760215def36640f79050d</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a bug where an error while serving response stopped the server.</li> 38 </ul> 39 <h2><code>@astrojs/node</code><a href="https://github.com/7"><code>@7</code></a>.0.3</h2> 40 <h3>Patch Changes</h3> 41 <ul> 42 <li><a href="https://redirect.github.com/withastro/astro/pull/9479">#9479</a> <a href="https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e"><code>1baf0b0d3cbd0564954c2366a7278794fad6726e</code></a> Thanks <a href="https://github.com/sarah11918"><code>@sarah11918</code></a>! - Updates README</li> 43 </ul> 44 <h2><code>@astrojs/node</code><a href="https://github.com/7"><code>@7</code></a>.0.2</h2> 45 <h3>Patch Changes</h3> 46 <ul> 47 <li><a href="https://redirect.github.com/withastro/astro/pull/9471">#9471</a> <a href="https://github.com/withastro/astro/commit/6bf470cfb87e853c0a1f69bceb09246801bc8bdc"><code>6bf470cfb</code></a> Thanks <a href="https://github.com/alexnguyennz"><code>@alexnguyennz</code></a>! - Fix typo in <code>@astrojs/node</code> README</li> 48 </ul> 49 </blockquote> 50 </details> 51 <details> 52 <summary>Changelog</summary> 53 <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md"><code>@astrojs/node</code>'s changelog</a>.</em></p> 54 <blockquote> 55 <h2>8.0.0</h2> 56 <h3>Major Changes</h3> 57 <ul> 58 <li> 59 <p><a href="https://redirect.github.com/withastro/astro/pull/9661">#9661</a> <a href="https://github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05"><code>d6edc7540864cf5d294d7b881eb886a3804f6d05</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - If host is unset in standalone mode, the server host will now fallback to <code>localhost</code> instead of <code>127.0.0.1</code>. When <code>localhost</code> is used, the operating system can decide to use either <code>::1</code> (ipv6) or <code>127.0.0.1</code> (ipv4) itself. This aligns with how the Astro dev and preview server works by default.</p> 60 <p>If you relied on <code>127.0.0.1</code> (ipv4) before, you can set the <code>HOST</code> environment variable to <code>127.0.0.1</code> to explicitly use ipv4. For example, <code>HOST=127.0.0.1 node ./dist/server/entry.mjs</code>.</p> 61 </li> 62 <li> 63 <p><a href="https://redirect.github.com/withastro/astro/pull/9661">#9661</a> <a href="https://github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05"><code>d6edc7540864cf5d294d7b881eb886a3804f6d05</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - <strong>Breaking</strong>: Minimum required Astro version is now 4.2.0. 64 Reorganizes internals to be more maintainable.</p> 65 </li> 66 </ul> 67 <h3>Patch Changes</h3> 68 <ul> 69 <li><a href="https://redirect.github.com/withastro/astro/pull/9661">#9661</a> <a href="https://github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05"><code>d6edc7540864cf5d294d7b881eb886a3804f6d05</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes an issue where the preview server appeared to be ready to serve requests before binding to a port.</li> 70 </ul> 71 <h2>7.0.4</h2> 72 <h3>Patch Changes</h3> 73 <ul> 74 <li><a href="https://redirect.github.com/withastro/astro/pull/9533">#9533</a> <a href="https://github.com/withastro/astro/commit/48f47b50a0f8bc0fa51760215def36640f79050d"><code>48f47b50a0f8bc0fa51760215def36640f79050d</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Fixes a bug where an error while serving response stopped the server.</li> 75 </ul> 76 <h2>7.0.3</h2> 77 <h3>Patch Changes</h3> 78 <ul> 79 <li><a href="https://redirect.github.com/withastro/astro/pull/9479">#9479</a> <a href="https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e"><code>1baf0b0d3cbd0564954c2366a7278794fad6726e</code></a> Thanks <a href="https://github.com/sarah11918"><code>@sarah11918</code></a>! - Updates README</li> 80 </ul> 81 <h2>7.0.2</h2> 82 <h3>Patch Changes</h3> 83 <ul> 84 <li><a href="https://redirect.github.com/withastro/astro/pull/9471">#9471</a> <a href="https://github.com/withastro/astro/commit/6bf470cfb87e853c0a1f69bceb09246801bc8bdc"><code>6bf470cfb</code></a> Thanks <a href="https://github.com/alexnguyennz"><code>@alexnguyennz</code></a>! - Fix typo in <code>@astrojs/node</code> README</li> 85 </ul> 86 </blockquote> 87 </details> 88 <details> 89 <summary>Commits</summary> 90 <ul> 91 <li><a href="https://github.com/withastro/astro/commit/2292d0b580d405dd2d8500d43e25056cf4d58dec"><code>2292d0b</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9709">#9709</a>)</li> 92 <li><a href="https://github.com/withastro/astro/commit/9680cf27803d280b632c91a4252283f71e7c4aee"><code>9680cf2</code></a> [ci] format</li> 93 <li><a href="https://github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05"><code>d6edc75</code></a> Adapter enhancements (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9661">#9661</a>)</li> 94 <li><a href="https://github.com/withastro/astro/commit/d85433057189ed6dc599be007125c225face763e"><code>d854330</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9541">#9541</a>)</li> 95 <li><a href="https://github.com/withastro/astro/commit/af59b831621abd66350eacbd8506e4de39372fc2"><code>af59b83</code></a> [ci] format</li> 96 <li><a href="https://github.com/withastro/astro/commit/48f47b50a0f8bc0fa51760215def36640f79050d"><code>48f47b5</code></a> fix(node): prevent crash on stream error (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9533">#9533</a>)</li> 97 <li><a href="https://github.com/withastro/astro/commit/98fa8f02ab8cb861087e9161019620e9bfd51bd8"><code>98fa8f0</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9491">#9491</a>)</li> 98 <li><a href="https://github.com/withastro/astro/commit/36bedf1a5f46c7f4799f05ac27aae854258413bb"><code>36bedf1</code></a> [ci] format</li> 99 <li><a href="https://github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e"><code>1baf0b0</code></a> [docs] minimal integration READMEs (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9479">#9479</a>)</li> 100 <li><a href="https://github.com/withastro/astro/commit/97342d218e0c2d616005af6f6f54308115b89ec1"><code>97342d2</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9457">#9457</a>)</li> 101 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/node@8.0.0/packages/integrations/node">compare view</a></li> 102 </ul> 103 </details> 104 <br /> 105 106 107 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 108 109 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. 110 111 [//]: # (dependabot-automerge-start) 112 [//]: # (dependabot-automerge-end) 113 114 --- 115 116 <details> 117 <summary>Dependabot commands and options</summary> 118 <br /> 119 120 You can trigger Dependabot actions by commenting on this PR: 121 - `@dependabot rebase` will rebase this PR 122 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 123 - `@dependabot merge` will merge this PR after your CI passes on it 124 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 125 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 126 - `@dependabot reopen` will reopen this PR if it is closed 127 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 128 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 129 - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) 130 - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) 131 - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) 132 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency 133 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions 134 135 136 </details> 137 138 139 ## Comments 140 141 ### @dependabot[bot] — 2024-01-29T01:27:21Z 142 143 Superseded by #26. 144