59.md (9726B)
1 # PR #59 Bump @astrojs/node from 7.0.1 to 8.2.6 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-06-10T01:44:56Z 6 - **Branch:** dependabot/npm_and_yarn/astrojs/node-8.2.6 → main 7 - **Closed:** 2024-06-17T01:24:31Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [59.diff](./59.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.6. 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.6</h2> 19 <h3>Patch Changes</h3> 20 <ul> 21 <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> 22 </ul> 23 </blockquote> 24 </details> 25 <details> 26 <summary>Changelog</summary> 27 <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> 28 <blockquote> 29 <h2>8.2.6</h2> 30 <h3>Patch Changes</h3> 31 <ul> 32 <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> 33 </ul> 34 <h2>8.2.5</h2> 35 <h3>Patch Changes</h3> 36 <ul> 37 <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> 38 </ul> 39 <h2>8.2.4</h2> 40 <h3>Patch Changes</h3> 41 <ul> 42 <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> 43 </ul> 44 <h2>8.2.3</h2> 45 <h3>Patch Changes</h3> 46 <ul> 47 <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> 48 </ul> 49 <h2>8.2.2</h2> 50 <h3>Patch Changes</h3> 51 <ul> 52 <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> 53 </ul> 54 <h2>8.2.1</h2> 55 <h3>Patch Changes</h3> 56 <ul> 57 <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> 58 </ul> 59 <h2>8.2.0</h2> 60 <h3>Minor Changes</h3> 61 <ul> 62 <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> 63 </ul> 64 <h2>8.1.0</h2> 65 <h3>Minor Changes</h3> 66 <ul> 67 <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> 68 </ul> 69 <h2>8.0.0</h2> 70 <!-- raw HTML omitted --> 71 </blockquote> 72 <p>... (truncated)</p> 73 </details> 74 <details> 75 <summary>Commits</summary> 76 <ul> 77 <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> 78 <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> 79 <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> 80 <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> 81 <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> 82 <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> 83 <li><a href="https://github.com/withastro/astro/commit/0a407c4326060200b174a88d700c62bd34d5a49b"><code>0a407c4</code></a> [ci] format</li> 84 <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> 85 <li><a href="https://github.com/withastro/astro/commit/260f4fa1912ba78299c587a7cad1101354ebbb48"><code>260f4fa</code></a> [ci] update lockfile (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10551">#10551</a>)</li> 86 <li><a href="https://github.com/withastro/astro/commit/17b4991cffb2f16fb3deba5881c54fa67c9ee9ce"><code>17b4991</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10488">#10488</a>)</li> 87 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/node@8.2.6/packages/integrations/node">compare view</a></li> 88 </ul> 89 </details> 90 <br /> 91 92 93 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 94 95 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`. 96 97 [//]: # (dependabot-automerge-start) 98 [//]: # (dependabot-automerge-end) 99 100 --- 101 102 <details> 103 <summary>Dependabot commands and options</summary> 104 <br /> 105 106 You can trigger Dependabot actions by commenting on this PR: 107 - `@dependabot rebase` will rebase this PR 108 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 109 - `@dependabot merge` will merge this PR after your CI passes on it 110 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 111 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 112 - `@dependabot reopen` will reopen this PR if it is closed 113 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 114 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 115 - `@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) 116 - `@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) 117 - `@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) 118 119 120 </details> 121 122 123 ## Comments 124 125 ### @dependabot[bot] — 2024-06-17T01:24:31Z 126 127 Superseded by #62. 128