26.md (13180B)
1 # PR #26 Bump @astrojs/node from 7.0.1 to 8.1.0 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-01-29T01:27:19Z 6 - **Branch:** dependabot/npm_and_yarn/astrojs/node-8.1.0 → main 7 - **Closed:** 2024-02-05T01:34:38Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [26.diff](./26.diff) 10 11 --- 12 13 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 7.0.1 to 8.1.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>.1.0</h2> 19 <h3>Minor Changes</h3> 20 <ul> 21 <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> 22 </ul> 23 <h2><code>@astrojs/node</code><a href="https://github.com/8"><code>@8</code></a>.0.0</h2> 24 <h3>Major Changes</h3> 25 <ul> 26 <li> 27 <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> 28 <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> 29 </li> 30 <li> 31 <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. 32 Reorganizes internals to be more maintainable.</p> 33 </li> 34 </ul> 35 <h3>Patch Changes</h3> 36 <ul> 37 <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> 38 </ul> 39 <h2><code>@astrojs/node</code><a href="https://github.com/7"><code>@7</code></a>.0.4</h2> 40 <h3>Patch Changes</h3> 41 <ul> 42 <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> 43 </ul> 44 <h2><code>@astrojs/node</code><a href="https://github.com/7"><code>@7</code></a>.0.3</h2> 45 <h3>Patch Changes</h3> 46 <ul> 47 <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> 48 </ul> 49 <h2><code>@astrojs/node</code><a href="https://github.com/7"><code>@7</code></a>.0.2</h2> 50 <h3>Patch Changes</h3> 51 <ul> 52 <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> 53 </ul> 54 </blockquote> 55 </details> 56 <details> 57 <summary>Changelog</summary> 58 <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> 59 <blockquote> 60 <h2>8.1.0</h2> 61 <h3>Minor Changes</h3> 62 <ul> 63 <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> 64 </ul> 65 <h2>8.0.0</h2> 66 <h3>Major Changes</h3> 67 <ul> 68 <li> 69 <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> 70 <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> 71 </li> 72 <li> 73 <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. 74 Reorganizes internals to be more maintainable.</p> 75 </li> 76 </ul> 77 <h3>Patch Changes</h3> 78 <ul> 79 <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> 80 </ul> 81 <h2>7.0.4</h2> 82 <h3>Patch Changes</h3> 83 <ul> 84 <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> 85 </ul> 86 <h2>7.0.3</h2> 87 <h3>Patch Changes</h3> 88 <ul> 89 <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> 90 </ul> 91 <h2>7.0.2</h2> 92 <h3>Patch Changes</h3> 93 <ul> 94 <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> 95 </ul> 96 </blockquote> 97 </details> 98 <details> 99 <summary>Commits</summary> 100 <ul> 101 <li><a href="https://github.com/withastro/astro/commit/8281ebddaac1bd1355f1d2bc7967ec36b6d61299"><code>8281ebd</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9802">#9802</a>)</li> 102 <li><a href="https://github.com/withastro/astro/commit/d777adc5ca54a089dc1b996bd28523ff668a8db0"><code>d777adc</code></a> [ci] format</li> 103 <li><a href="https://github.com/withastro/astro/commit/fc21a3c306f552a3048b0a0899b5f21c1c9269c1"><code>fc21a3c</code></a> chore(<code>@astrojs/node</code>): use Node.js for testing (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9758">#9758</a>)</li> 104 <li><a href="https://github.com/withastro/astro/commit/6206fa91e5b3811180bff74675533335450f110c"><code>6206fa9</code></a> [ci] format</li> 105 <li><a href="https://github.com/withastro/astro/commit/a12196d6b59e39f5d405734ecdbf6f6b42b39a93"><code>a12196d</code></a> feat(node): add trailingSlash support (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9080">#9080</a>)</li> 106 <li><a href="https://github.com/withastro/astro/commit/b3f313138bb314e2b416c29cda507383c2a9f816"><code>b3f3131</code></a> Fix env var replacement for export const prerender (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9807">#9807</a>)</li> 107 <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> 108 <li><a href="https://github.com/withastro/astro/commit/9680cf27803d280b632c91a4252283f71e7c4aee"><code>9680cf2</code></a> [ci] format</li> 109 <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> 110 <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> 111 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/node@8.1.0/packages/integrations/node">compare view</a></li> 112 </ul> 113 </details> 114 <br /> 115 116 117 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 118 119 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`. 120 121 [//]: # (dependabot-automerge-start) 122 [//]: # (dependabot-automerge-end) 123 124 --- 125 126 <details> 127 <summary>Dependabot commands and options</summary> 128 <br /> 129 130 You can trigger Dependabot actions by commenting on this PR: 131 - `@dependabot rebase` will rebase this PR 132 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 133 - `@dependabot merge` will merge this PR after your CI passes on it 134 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 135 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 136 - `@dependabot reopen` will reopen this PR if it is closed 137 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 138 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 139 - `@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) 140 - `@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) 141 - `@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) 142 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency 143 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions 144 145 146 </details> 147 148 149 ## Comments 150 151 ### @dependabot[bot] — 2024-02-05T01:34:38Z 152 153 Superseded by #29. 154