msc-viewer.meta

Issues/PRs archive for MTRNord/msc-viewer
git clone git://archive.git.mtrnord.blog/MTRNord/msc-viewer.meta.git
Log | Files | Refs

42.md (12181B)


      1 # PR #42 Bump @astrojs/node from 7.0.1 to 8.2.5
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2024-04-01T02:04:21Z
      6 - **Branch:** dependabot/npm_and_yarn/astrojs/node-8.2.5 → main
      7 - **Closed:** 2024-06-10T01:44:57Z
      8 - **Labels:** dependencies, javascript
      9 - **Diff:** [42.diff](./42.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.5.
     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.5</h2>
     19 <h3>Patch Changes</h3>
     20 <ul>
     21 <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>
     22 </ul>
     23 <h2><code>@​astrojs/node</code><a href="https://github.com/8"><code>@​8</code></a>.2.4</h2>
     24 <h3>Patch Changes</h3>
     25 <ul>
     26 <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>
     27 </ul>
     28 <h2><code>@​astrojs/node</code><a href="https://github.com/8"><code>@​8</code></a>.2.3</h2>
     29 <h3>Patch Changes</h3>
     30 <ul>
     31 <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>
     32 </ul>
     33 <h2><code>@​astrojs/node</code><a href="https://github.com/8"><code>@​8</code></a>.2.2</h2>
     34 <h3>Patch Changes</h3>
     35 <ul>
     36 <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>
     37 </ul>
     38 <h2><code>@​astrojs/node</code><a href="https://github.com/8"><code>@​8</code></a>.2.1</h2>
     39 <h3>Patch Changes</h3>
     40 <ul>
     41 <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>
     42 </ul>
     43 </blockquote>
     44 </details>
     45 <details>
     46 <summary>Changelog</summary>
     47 <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>
     48 <blockquote>
     49 <h2>8.2.5</h2>
     50 <h3>Patch Changes</h3>
     51 <ul>
     52 <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>
     53 </ul>
     54 <h2>8.2.4</h2>
     55 <h3>Patch Changes</h3>
     56 <ul>
     57 <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>
     58 </ul>
     59 <h2>8.2.3</h2>
     60 <h3>Patch Changes</h3>
     61 <ul>
     62 <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>
     63 </ul>
     64 <h2>8.2.2</h2>
     65 <h3>Patch Changes</h3>
     66 <ul>
     67 <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>
     68 </ul>
     69 <h2>8.2.1</h2>
     70 <h3>Patch Changes</h3>
     71 <ul>
     72 <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>
     73 </ul>
     74 <h2>8.2.0</h2>
     75 <h3>Minor Changes</h3>
     76 <ul>
     77 <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>
     78 </ul>
     79 <h2>8.1.0</h2>
     80 <h3>Minor Changes</h3>
     81 <ul>
     82 <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>
     83 </ul>
     84 <h2>8.0.0</h2>
     85 <h3>Major Changes</h3>
     86 <ul>
     87 <li>
     88 <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>
     89 <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>
     90 </li>
     91 </ul>
     92 <!-- raw HTML omitted -->
     93 </blockquote>
     94 <p>... (truncated)</p>
     95 </details>
     96 <details>
     97 <summary>Commits</summary>
     98 <ul>
     99 <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>
    100 <li><a href="https://github.com/withastro/astro/commit/4268d389fcb4de852bf7bcbb65fabceec395a849"><code>4268d38</code></a> [ci] format</li>
    101 <li><a href="https://github.com/withastro/astro/commit/28e33a2f9c04373eae5da2e6edb0dc2981bce790"><code>28e33a2</code></a> fix: do not append trailing slash to subresource urls (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10491">#10491</a>)</li>
    102 <li><a href="https://github.com/withastro/astro/commit/0ddc327ee85535b1a3b415ae49c664f9848b87f4"><code>0ddc327</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10471">#10471</a>)</li>
    103 <li><a href="https://github.com/withastro/astro/commit/7138aa46781bc2ee3fb17a2b2d2d01cf94560726"><code>7138aa4</code></a> [ci] format</li>
    104 <li><a href="https://github.com/withastro/astro/commit/83f9105cd50e2756d02ca2be73ab84f9d582d3f8"><code>83f9105</code></a> fix(node): handle offshoot promise rejections (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10454">#10454</a>)</li>
    105 <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>
    106 <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>
    107 <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>
    108 <li><a href="https://github.com/withastro/astro/commit/df05138ebe498626ad97d005d9c634d2a9408d38"><code>df05138</code></a> [ci] format</li>
    109 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/node@8.2.5/packages/integrations/node">compare view</a></li>
    110 </ul>
    111 </details>
    112 <br />
    113 
    114 
    115 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@astrojs/node&package-manager=npm_and_yarn&previous-version=7.0.1&new-version=8.2.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    116 
    117 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`.
    118 
    119 [//]: # (dependabot-automerge-start)
    120 [//]: # (dependabot-automerge-end)
    121 
    122 ---
    123 
    124 <details>
    125 <summary>Dependabot commands and options</summary>
    126 <br />
    127 
    128 You can trigger Dependabot actions by commenting on this PR:
    129 - `@dependabot rebase` will rebase this PR
    130 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    131 - `@dependabot merge` will merge this PR after your CI passes on it
    132 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    133 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    134 - `@dependabot reopen` will reopen this PR if it is closed
    135 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    136 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    137 - `@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)
    138 - `@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)
    139 - `@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)
    140 
    141 
    142 </details>
    143 
    144 
    145 ## Comments
    146 
    147 ### @dependabot[bot] — 2024-06-10T01:44:57Z
    148 
    149 Superseded by #59.
    150