29.md (14180B)
1 # PR #29 Bump @astrojs/node from 7.0.1 to 8.2.0 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-02-05T01:34:36Z 6 - **Branch:** dependabot/npm_and_yarn/astrojs/node-8.2.0 → main 7 - **Closed:** 2024-02-26T01:47:11Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [29.diff](./29.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.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>.2.0</h2> 19 <h3>Minor Changes</h3> 20 <ul> 21 <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> 22 </ul> 23 <h2><code>@astrojs/node</code><a href="https://github.com/8"><code>@8</code></a>.1.0</h2> 24 <h3>Minor Changes</h3> 25 <ul> 26 <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> 27 </ul> 28 <h2><code>@astrojs/node</code><a href="https://github.com/8"><code>@8</code></a>.0.0</h2> 29 <h3>Major Changes</h3> 30 <ul> 31 <li> 32 <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> 33 <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> 34 </li> 35 <li> 36 <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. 37 Reorganizes internals to be more maintainable.</p> 38 </li> 39 </ul> 40 <h3>Patch Changes</h3> 41 <ul> 42 <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> 43 </ul> 44 <h2><code>@astrojs/node</code><a href="https://github.com/7"><code>@7</code></a>.0.4</h2> 45 <h3>Patch Changes</h3> 46 <ul> 47 <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> 48 </ul> 49 <h2><code>@astrojs/node</code><a href="https://github.com/7"><code>@7</code></a>.0.3</h2> 50 <h3>Patch Changes</h3> 51 <ul> 52 <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> 53 </ul> 54 <h2><code>@astrojs/node</code><a href="https://github.com/7"><code>@7</code></a>.0.2</h2> 55 <h3>Patch Changes</h3> 56 <ul> 57 <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> 58 </ul> 59 </blockquote> 60 </details> 61 <details> 62 <summary>Changelog</summary> 63 <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> 64 <blockquote> 65 <h2>8.2.0</h2> 66 <h3>Minor Changes</h3> 67 <ul> 68 <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> 69 </ul> 70 <h2>8.1.0</h2> 71 <h3>Minor Changes</h3> 72 <ul> 73 <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> 74 </ul> 75 <h2>8.0.0</h2> 76 <h3>Major Changes</h3> 77 <ul> 78 <li> 79 <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> 80 <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> 81 </li> 82 <li> 83 <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. 84 Reorganizes internals to be more maintainable.</p> 85 </li> 86 </ul> 87 <h3>Patch Changes</h3> 88 <ul> 89 <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> 90 </ul> 91 <h2>7.0.4</h2> 92 <h3>Patch Changes</h3> 93 <ul> 94 <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> 95 </ul> 96 <h2>7.0.3</h2> 97 <h3>Patch Changes</h3> 98 <ul> 99 <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> 100 </ul> 101 <h2>7.0.2</h2> 102 <h3>Patch Changes</h3> 103 <ul> 104 <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> 105 </ul> 106 </blockquote> 107 </details> 108 <details> 109 <summary>Commits</summary> 110 <ul> 111 <li><a href="https://github.com/withastro/astro/commit/2561c99598e325bbd5a70a9c08f9f409ec5994fd"><code>2561c99</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9904">#9904</a>)</li> 112 <li><a href="https://github.com/withastro/astro/commit/d702d6ae5052ce25871e70082f37bb553f1c26bd"><code>d702d6a</code></a> [ci] format</li> 113 <li><a href="https://github.com/withastro/astro/commit/2f6d1faa6f2d6de2d4ccd2a48adf5adadc82e593"><code>2f6d1fa</code></a> fix(NodeApp): end with "Internal server error" on mid-stream error (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9908">#9908</a>)</li> 114 <li><a href="https://github.com/withastro/astro/commit/041fdd5c89920f7ccf944b095f29e451f78b0e28"><code>041fdd5</code></a> feat(i18n): domain support (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9143">#9143</a>)</li> 115 <li><a href="https://github.com/withastro/astro/commit/bcc504dae03f9ceed1aa502b76cfa2c6d2fbbfc8"><code>bcc504d</code></a> chore: add rule <code>switch-exhaustiveness-check</code> (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9867">#9867</a>)</li> 116 <li><a href="https://github.com/withastro/astro/commit/a3df9d83ca92abb5f08f576631019c1604204bd9"><code>a3df9d8</code></a> fix(core): don't noop shared modules (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9828">#9828</a>)</li> 117 <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> 118 <li><a href="https://github.com/withastro/astro/commit/d777adc5ca54a089dc1b996bd28523ff668a8db0"><code>d777adc</code></a> [ci] format</li> 119 <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> 120 <li><a href="https://github.com/withastro/astro/commit/6206fa91e5b3811180bff74675533335450f110c"><code>6206fa9</code></a> [ci] format</li> 121 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/node@8.2.0/packages/integrations/node">compare view</a></li> 122 </ul> 123 </details> 124 <br /> 125 126 127 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 128 129 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`. 130 131 [//]: # (dependabot-automerge-start) 132 [//]: # (dependabot-automerge-end) 133 134 --- 135 136 <details> 137 <summary>Dependabot commands and options</summary> 138 <br /> 139 140 You can trigger Dependabot actions by commenting on this PR: 141 - `@dependabot rebase` will rebase this PR 142 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 143 - `@dependabot merge` will merge this PR after your CI passes on it 144 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 145 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 146 - `@dependabot reopen` will reopen this PR if it is closed 147 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 148 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 149 - `@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) 150 - `@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) 151 - `@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) 152 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency 153 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions 154 155 156 </details> 157 158 159 ## Comments 160 161 ### @dependabot[bot] — 2024-02-26T01:47:11Z 162 163 Superseded by #34. 164