62.md (10280B)
1 # PR #62 Bump @astrojs/node from 7.0.1 to 8.3.0 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-06-17T01:24:30Z 6 - **Branch:** dependabot/npm_and_yarn/astrojs/node-8.3.0 → main 7 - **Closed:** 2024-06-24T01:28:02Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [62.diff](./62.diff) 10 11 --- 12 13 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 7.0.1 to 8.3.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>.3.0</h2> 19 <h3>Minor Changes</h3> 20 <ul> 21 <li><a href="https://redirect.github.com/withastro/astro/pull/11199">#11199</a> <a href="https://github.com/withastro/astro/commit/2bdca27ff4002efd330667b0b4ca3e00d5b7a2db"><code>2bdca27</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Adds support for experimental <code>astro:env</code> released in Astro 4.10</li> 22 </ul> 23 <h2><code>@astrojs/node</code><a href="https://github.com/8"><code>@8</code></a>.2.6</h2> 24 <h3>Patch Changes</h3> 25 <ul> 26 <li><a href="https://redirect.github.com/withastro/astro/pull/11202">#11202</a> <a href="https://github.com/withastro/astro/commit/d0248bc083dff713b66d44bcefbf389cdf67e22d"><code>d0248bc</code></a> Thanks <a href="https://github.com/dkobierski"><code>@dkobierski</code></a>! - Fixes suppressed logs when error occurs</li> 27 </ul> 28 </blockquote> 29 </details> 30 <details> 31 <summary>Changelog</summary> 32 <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> 33 <blockquote> 34 <h2>8.3.0</h2> 35 <h3>Minor Changes</h3> 36 <ul> 37 <li><a href="https://redirect.github.com/withastro/astro/pull/11199">#11199</a> <a href="https://github.com/withastro/astro/commit/2bdca27ff4002efd330667b0b4ca3e00d5b7a2db"><code>2bdca27</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Adds support for experimental <code>astro:env</code> released in Astro 4.10</li> 38 </ul> 39 <h2>8.2.6</h2> 40 <h3>Patch Changes</h3> 41 <ul> 42 <li><a href="https://redirect.github.com/withastro/astro/pull/11202">#11202</a> <a href="https://github.com/withastro/astro/commit/d0248bc083dff713b66d44bcefbf389cdf67e22d"><code>d0248bc</code></a> Thanks <a href="https://github.com/dkobierski"><code>@dkobierski</code></a>! - Fixes suppressed logs when error occurs</li> 43 </ul> 44 <h2>8.2.5</h2> 45 <h3>Patch Changes</h3> 46 <ul> 47 <li><a href="https://redirect.github.com/withastro/astro/pull/10491">#10491</a> <a href="https://github.com/withastro/astro/commit/28e33a2f9c04373eae5da2e6edb0dc2981bce790"><code>28e33a2f9c04373eae5da2e6edb0dc2981bce790</code></a> Thanks <a href="https://github.com/castarco"><code>@castarco</code></a>! - Fixes a bug where the preview server wrongly appends trailing slashes to subresource URLs.</li> 48 </ul> 49 <h2>8.2.4</h2> 50 <h3>Patch Changes</h3> 51 <ul> 52 <li><a href="https://redirect.github.com/withastro/astro/pull/10454">#10454</a> <a href="https://github.com/withastro/astro/commit/83f9105cd50e2756d02ca2be73ab84f9d582d3f8"><code>83f9105cd50e2756d02ca2be73ab84f9d582d3f8</code></a> Thanks <a href="https://github.com/lilnasy"><code>@lilnasy</code></a>! - Prevents crashes caused by rejections of offshoot promises.</li> 53 </ul> 54 <h2>8.2.3</h2> 55 <h3>Patch Changes</h3> 56 <ul> 57 <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> 58 </ul> 59 <h2>8.2.2</h2> 60 <h3>Patch Changes</h3> 61 <ul> 62 <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> 63 </ul> 64 <h2>8.2.1</h2> 65 <h3>Patch Changes</h3> 66 <ul> 67 <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> 68 </ul> 69 <h2>8.2.0</h2> 70 <h3>Minor Changes</h3> 71 <ul> 72 <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> 73 </ul> 74 <h2>8.1.0</h2> 75 <!-- raw HTML omitted --> 76 </blockquote> 77 <p>... (truncated)</p> 78 </details> 79 <details> 80 <summary>Commits</summary> 81 <ul> 82 <li><a href="https://github.com/withastro/astro/commit/dd0145d28b1ff849da2825ae7032dfd46a1d4bf7"><code>dd0145d</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/11225">#11225</a>)</li> 83 <li><a href="https://github.com/withastro/astro/commit/2bdca27ff4002efd330667b0b4ca3e00d5b7a2db"><code>2bdca27</code></a> feat: add support for astro:env to node and vercel (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/11199">#11199</a>)</li> 84 <li><a href="https://github.com/withastro/astro/commit/2da877bfe97144ff5110d011b9bfba270ccfc620"><code>2da877b</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/11201">#11201</a>)</li> 85 <li><a href="https://github.com/withastro/astro/commit/d0248bc083dff713b66d44bcefbf389cdf67e22d"><code>d0248bc</code></a> fix(node): add missing error logging (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/11202">#11202</a>)</li> 86 <li><a href="https://github.com/withastro/astro/commit/3412535be4a0ec94cea18c5d186b7ffbd6f8209c"><code>3412535</code></a> fix: don't include port twice from x-forwarded-host and x-forwarded-port head...</li> 87 <li><a href="https://github.com/withastro/astro/commit/8d5f3e8656027023f9fda51c66b0213ffe16d3a5"><code>8d5f3e8</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10833">#10833</a>)</li> 88 <li><a href="https://github.com/withastro/astro/commit/5c4b7bfc0895414a23e53202b97b343cb2ffcecb"><code>5c4b7bf</code></a> test(<code>@astrojs/node</code>) wait for server listening in trailing-slash tests (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10694">#10694</a>)</li> 89 <li><a href="https://github.com/withastro/astro/commit/ab153fd888c305482ac4fd0027a13474c03fbf7a"><code>ab153fd</code></a> test(<code>@astrojs/node</code>) listen for server setup errors in test-utils (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10692">#10692</a>)</li> 90 <li><a href="https://github.com/withastro/astro/commit/0a407c4326060200b174a88d700c62bd34d5a49b"><code>0a407c4</code></a> [ci] format</li> 91 <li><a href="https://github.com/withastro/astro/commit/55ddb2ba4889480f776a8d29b9dcd531b9f5ab3e"><code>55ddb2b</code></a> fix(app/node): include <code>x-forwarded-port</code> header in url (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10666">#10666</a>)</li> 92 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/node@8.3.0/packages/integrations/node">compare view</a></li> 93 </ul> 94 </details> 95 <br /> 96 97 98 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 99 100 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`. 101 102 [//]: # (dependabot-automerge-start) 103 [//]: # (dependabot-automerge-end) 104 105 --- 106 107 <details> 108 <summary>Dependabot commands and options</summary> 109 <br /> 110 111 You can trigger Dependabot actions by commenting on this PR: 112 - `@dependabot rebase` will rebase this PR 113 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 114 - `@dependabot merge` will merge this PR after your CI passes on it 115 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 116 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 117 - `@dependabot reopen` will reopen this PR if it is closed 118 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 119 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 120 - `@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) 121 - `@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) 122 - `@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) 123 124 125 </details> 126 127 128 ## Comments 129 130 ### @dependabot[bot] — 2024-06-24T01:28:01Z 131 132 Superseded by #65. 133