38.md (15171B)
1 # PR #38 Bump @astrojs/node from 7.0.1 to 8.2.3 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-03-04T01:52:11Z 6 - **Branch:** dependabot/npm_and_yarn/astrojs/node-8.2.3 → main 7 - **Closed:** 2024-04-01T02:04:23Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [38.diff](./38.diff) 10 11 --- 12 13 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 7.0.1 to 8.2.3. 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>.2.3</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <li><a href="https://redirect.github.com/withastro/astro/pull/10285">#10285</a> <a href="https://github.com/withastro/astro/commit/d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f"><code>d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes an issue where malformed requests could cause the server to error in certain cases.</li> 22 </ul> 23 <h2><code>@astrojs/node</code><a href="https://github.com/8"><code>@8</code></a>.2.2</h2> 24 <h3>Patch Changes</h3> 25 <ul> 26 <li><a href="https://redirect.github.com/withastro/astro/pull/10282">#10282</a> <a href="https://github.com/withastro/astro/commit/b47dcaa25968ec85ba96fce23381c94a94e389f6"><code>b47dcaa25968ec85ba96fce23381c94a94e389f6</code></a> Thanks <a href="https://github.com/SatanshuMishra"><code>@SatanshuMishra</code></a>! - Fixes the <code>server.host</code> option to properly listen on all network interfaces when set to <code>true</code></li> 27 </ul> 28 <h2><code>@astrojs/node</code><a href="https://github.com/8"><code>@8</code></a>.2.1</h2> 29 <h3>Patch Changes</h3> 30 <ul> 31 <li><a href="https://redirect.github.com/withastro/astro/pull/10208">#10208</a> <a href="https://github.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d"><code>8cd38f02456640c063552aef00b2b8a216b3935d</code></a> Thanks <a href="https://github.com/log101"><code>@log101</code></a>! - Fixes custom headers are not added to the Node standalone server responses in preview mode</li> 32 </ul> 33 <h2><code>@astrojs/node</code><a href="https://github.com/8"><code>@8</code></a>.2.0</h2> 34 <h3>Minor Changes</h3> 35 <ul> 36 <li><a href="https://redirect.github.com/withastro/astro/pull/9143">#9143</a> <a href="https://github.com/withastro/astro/commit/041fdd5c89920f7ccf944b095f29e451f78b0e28"><code>041fdd5c89920f7ccf944b095f29e451f78b0e28</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Adds experimental support for internationalization domains</li> 37 </ul> 38 <h2><code>@astrojs/node</code><a href="https://github.com/8"><code>@8</code></a>.1.0</h2> 39 <h3>Minor Changes</h3> 40 <ul> 41 <li><a href="https://redirect.github.com/withastro/astro/pull/9080">#9080</a> <a href="https://github.com/withastro/astro/commit/a12196d6b59e39f5d405734ecdbf6f6b42b39a93"><code>a12196d6b59e39f5d405734ecdbf6f6b42b39a93</code></a> Thanks <a href="https://github.com/msxdan"><code>@msxdan</code></a>! - Add trailingSlash support to NodeJS adapter</li> 42 </ul> 43 <h2><code>@astrojs/node</code><a href="https://github.com/8"><code>@8</code></a>.0.0</h2> 44 <h3>Major Changes</h3> 45 <ul> 46 <li> 47 <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> 48 <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> 49 </li> 50 <li> 51 <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. 52 Reorganizes internals to be more maintainable.</p> 53 </li> 54 </ul> 55 <h3>Patch Changes</h3> 56 <ul> 57 <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> 58 </ul> 59 <h2><code>@astrojs/node</code><a href="https://github.com/7"><code>@7</code></a>.0.4</h2> 60 <h3>Patch Changes</h3> 61 <ul> 62 <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> 63 </ul> 64 </blockquote> 65 </details> 66 <details> 67 <summary>Changelog</summary> 68 <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> 69 <blockquote> 70 <h2>8.2.3</h2> 71 <h3>Patch Changes</h3> 72 <ul> 73 <li><a href="https://redirect.github.com/withastro/astro/pull/10285">#10285</a> <a href="https://github.com/withastro/astro/commit/d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f"><code>d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Fixes an issue where malformed requests could cause the server to error in certain cases.</li> 74 </ul> 75 <h2>8.2.2</h2> 76 <h3>Patch Changes</h3> 77 <ul> 78 <li><a href="https://redirect.github.com/withastro/astro/pull/10282">#10282</a> <a href="https://github.com/withastro/astro/commit/b47dcaa25968ec85ba96fce23381c94a94e389f6"><code>b47dcaa25968ec85ba96fce23381c94a94e389f6</code></a> Thanks <a href="https://github.com/SatanshuMishra"><code>@SatanshuMishra</code></a>! - Fixes the <code>server.host</code> option to properly listen on all network interfaces when set to <code>true</code></li> 79 </ul> 80 <h2>8.2.1</h2> 81 <h3>Patch Changes</h3> 82 <ul> 83 <li><a href="https://redirect.github.com/withastro/astro/pull/10208">#10208</a> <a href="https://github.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d"><code>8cd38f02456640c063552aef00b2b8a216b3935d</code></a> Thanks <a href="https://github.com/log101"><code>@log101</code></a>! - Fixes custom headers are not added to the Node standalone server responses in preview mode</li> 84 </ul> 85 <h2>8.2.0</h2> 86 <h3>Minor Changes</h3> 87 <ul> 88 <li><a href="https://redirect.github.com/withastro/astro/pull/9143">#9143</a> <a href="https://github.com/withastro/astro/commit/041fdd5c89920f7ccf944b095f29e451f78b0e28"><code>041fdd5c89920f7ccf944b095f29e451f78b0e28</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Adds experimental support for internationalization domains</li> 89 </ul> 90 <h2>8.1.0</h2> 91 <h3>Minor Changes</h3> 92 <ul> 93 <li><a href="https://redirect.github.com/withastro/astro/pull/9080">#9080</a> <a href="https://github.com/withastro/astro/commit/a12196d6b59e39f5d405734ecdbf6f6b42b39a93"><code>a12196d6b59e39f5d405734ecdbf6f6b42b39a93</code></a> Thanks <a href="https://github.com/msxdan"><code>@msxdan</code></a>! - Add trailingSlash support to NodeJS adapter</li> 94 </ul> 95 <h2>8.0.0</h2> 96 <h3>Major Changes</h3> 97 <ul> 98 <li> 99 <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> 100 <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> 101 </li> 102 <li> 103 <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. 104 Reorganizes internals to be more maintainable.</p> 105 </li> 106 </ul> 107 <h3>Patch Changes</h3> 108 <ul> 109 <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> 110 </ul> 111 <h2>7.0.4</h2> 112 <h3>Patch Changes</h3> 113 <ul> 114 <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> 115 </ul> 116 <!-- raw HTML omitted --> 117 </blockquote> 118 <p>... (truncated)</p> 119 </details> 120 <details> 121 <summary>Commits</summary> 122 <ul> 123 <li><a href="https://github.com/withastro/astro/commit/87a3d51f2ca8661babbb76956e54bf389eb86d8f"><code>87a3d51</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10286">#10286</a>)</li> 124 <li><a href="https://github.com/withastro/astro/commit/d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f"><code>d5277df</code></a> fix(node): Safely create requests (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10285">#10285</a>)</li> 125 <li><a href="https://github.com/withastro/astro/commit/afd41cc28bd449e82831e91f6302221945bd6019"><code>afd41cc</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10265">#10265</a>)</li> 126 <li><a href="https://github.com/withastro/astro/commit/df05138ebe498626ad97d005d9c634d2a9408d38"><code>df05138</code></a> [ci] format</li> 127 <li><a href="https://github.com/withastro/astro/commit/b47dcaa25968ec85ba96fce23381c94a94e389f6"><code>b47dcaa</code></a> fix(node): listen on 0.0.0.0 if server.host is set to true (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10282">#10282</a>)</li> 128 <li><a href="https://github.com/withastro/astro/commit/2dd00a002482995469bf510d5b9fd0fa24bd023b"><code>2dd00a0</code></a> chore: import sort source code, exception for the <code>astro</code> package (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10242">#10242</a>)</li> 129 <li><a href="https://github.com/withastro/astro/commit/3de7b2c7ec98361ffb8afd6ef1c4017038518c80"><code>3de7b2c</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10213">#10213</a>)</li> 130 <li><a href="https://github.com/withastro/astro/commit/dddbb09fe0928bb10c37f2cf0d3c72113f37741e"><code>dddbb09</code></a> [ci] format</li> 131 <li><a href="https://github.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d"><code>8cd38f0</code></a> Fix(node): Custom headers are not present in responses from standalone Node s...</li> 132 <li><a href="https://github.com/withastro/astro/commit/1e638c40192f0a292f4ee54e7db36e08af15d0fd"><code>1e638c4</code></a> chore: import sorting for test folder and e2e folder (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10190">#10190</a>)</li> 133 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/node@8.2.3/packages/integrations/node">compare view</a></li> 134 </ul> 135 </details> 136 <br /> 137 138 139 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 140 141 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`. 142 143 [//]: # (dependabot-automerge-start) 144 [//]: # (dependabot-automerge-end) 145 146 --- 147 148 <details> 149 <summary>Dependabot commands and options</summary> 150 <br /> 151 152 You can trigger Dependabot actions by commenting on this PR: 153 - `@dependabot rebase` will rebase this PR 154 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 155 - `@dependabot merge` will merge this PR after your CI passes on it 156 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 157 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 158 - `@dependabot reopen` will reopen this PR if it is closed 159 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 160 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 161 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) 162 - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) 163 - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) 164 165 166 </details> 167 168 169 ## Comments 170 171 ### @dependabot[bot] — 2024-04-01T02:04:23Z 172 173 Superseded by #42. 174