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

34.md (14780B)


      1 # PR #34 Bump @astrojs/node from 7.0.1 to 8.2.1
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2024-02-26T01:47:09Z
      6 - **Branch:** dependabot/npm_and_yarn/astrojs/node-8.2.1 → main
      7 - **Closed:** 2024-03-04T01:52:13Z
      8 - **Labels:** dependencies, javascript
      9 - **Diff:** [34.diff](./34.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.1.
     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.1</h2>
     19 <h3>Patch Changes</h3>
     20 <ul>
     21 <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>
     22 </ul>
     23 <h2><code>@​astrojs/node</code><a href="https://github.com/8"><code>@​8</code></a>.2.0</h2>
     24 <h3>Minor Changes</h3>
     25 <ul>
     26 <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>
     27 </ul>
     28 <h2><code>@​astrojs/node</code><a href="https://github.com/8"><code>@​8</code></a>.1.0</h2>
     29 <h3>Minor Changes</h3>
     30 <ul>
     31 <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>
     32 </ul>
     33 <h2><code>@​astrojs/node</code><a href="https://github.com/8"><code>@​8</code></a>.0.0</h2>
     34 <h3>Major Changes</h3>
     35 <ul>
     36 <li>
     37 <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>
     38 <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>
     39 </li>
     40 <li>
     41 <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.
     42 Reorganizes internals to be more maintainable.</p>
     43 </li>
     44 </ul>
     45 <h3>Patch Changes</h3>
     46 <ul>
     47 <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>
     48 </ul>
     49 <h2><code>@​astrojs/node</code><a href="https://github.com/7"><code>@​7</code></a>.0.4</h2>
     50 <h3>Patch Changes</h3>
     51 <ul>
     52 <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>
     53 </ul>
     54 <h2><code>@​astrojs/node</code><a href="https://github.com/7"><code>@​7</code></a>.0.3</h2>
     55 <h3>Patch Changes</h3>
     56 <ul>
     57 <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>
     58 </ul>
     59 <h2><code>@​astrojs/node</code><a href="https://github.com/7"><code>@​7</code></a>.0.2</h2>
     60 <h3>Patch Changes</h3>
     61 <ul>
     62 <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>
     63 </ul>
     64 </blockquote>
     65 </details>
     66 <details>
     67 <summary>Changelog</summary>
     68 <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>
     69 <blockquote>
     70 <h2>8.2.1</h2>
     71 <h3>Patch Changes</h3>
     72 <ul>
     73 <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>
     74 </ul>
     75 <h2>8.2.0</h2>
     76 <h3>Minor Changes</h3>
     77 <ul>
     78 <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>
     79 </ul>
     80 <h2>8.1.0</h2>
     81 <h3>Minor Changes</h3>
     82 <ul>
     83 <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>
     84 </ul>
     85 <h2>8.0.0</h2>
     86 <h3>Major Changes</h3>
     87 <ul>
     88 <li>
     89 <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>
     90 <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>
     91 </li>
     92 <li>
     93 <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.
     94 Reorganizes internals to be more maintainable.</p>
     95 </li>
     96 </ul>
     97 <h3>Patch Changes</h3>
     98 <ul>
     99 <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>
    100 </ul>
    101 <h2>7.0.4</h2>
    102 <h3>Patch Changes</h3>
    103 <ul>
    104 <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>
    105 </ul>
    106 <h2>7.0.3</h2>
    107 <h3>Patch Changes</h3>
    108 <ul>
    109 <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>
    110 </ul>
    111 <h2>7.0.2</h2>
    112 <h3>Patch Changes</h3>
    113 <ul>
    114 <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>
    115 </ul>
    116 </blockquote>
    117 </details>
    118 <details>
    119 <summary>Commits</summary>
    120 <ul>
    121 <li><a href="https://github.com/withastro/astro/commit/3de7b2c7ec98361ffb8afd6ef1c4017038518c80"><code>3de7b2c</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10213">#10213</a>)</li>
    122 <li><a href="https://github.com/withastro/astro/commit/dddbb09fe0928bb10c37f2cf0d3c72113f37741e"><code>dddbb09</code></a> [ci] format</li>
    123 <li><a href="https://github.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d"><code>8cd38f0</code></a> Fix(node): Custom headers are not present in responses from standalone Node s...</li>
    124 <li><a href="https://github.com/withastro/astro/commit/1e638c40192f0a292f4ee54e7db36e08af15d0fd"><code>1e638c4</code></a> chore: import sorting for test folder and e2e folder (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10190">#10190</a>)</li>
    125 <li><a href="https://github.com/withastro/astro/commit/062623438b5dfd66682a967edc7b7c91bd29e888"><code>0626234</code></a> chore: use biome to sort imports - only test files (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10180">#10180</a>)</li>
    126 <li><a href="https://github.com/withastro/astro/commit/2351c5e5deeb415d5344de47c0f4a0a47948b521"><code>2351c5e</code></a> chore: fix failing tests and skip some (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10141">#10141</a>)</li>
    127 <li><a href="https://github.com/withastro/astro/commit/5ff288f61b51f9c5f0d8cc9ebd371a8d881c68fd"><code>5ff288f</code></a> chore: Change <code>strictEqual</code> to <code>equal</code> (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/10140">#10140</a>)</li>
    128 <li><a href="https://github.com/withastro/astro/commit/055bd27d9d66343a0e0c75ed9343109a1a22bc02"><code>055bd27</code></a> [ci] format</li>
    129 <li><a href="https://github.com/withastro/astro/commit/44674418965d658733d3602668a9354e18f8ef89"><code>4467441</code></a> fix(NodeApp): fix responses with null bodies never completing (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/node/issues/9931">#9931</a>)</li>
    130 <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>
    131 <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/@astrojs/node@8.2.1/packages/integrations/node">compare view</a></li>
    132 </ul>
    133 </details>
    134 <br />
    135 
    136 
    137 [![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.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    138 
    139 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`.
    140 
    141 [//]: # (dependabot-automerge-start)
    142 [//]: # (dependabot-automerge-end)
    143 
    144 ---
    145 
    146 <details>
    147 <summary>Dependabot commands and options</summary>
    148 <br />
    149 
    150 You can trigger Dependabot actions by commenting on this PR:
    151 - `@dependabot rebase` will rebase this PR
    152 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    153 - `@dependabot merge` will merge this PR after your CI passes on it
    154 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    155 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    156 - `@dependabot reopen` will reopen this PR if it is closed
    157 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    158 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    159 - `@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)
    160 - `@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)
    161 - `@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)
    162 
    163 
    164 </details>
    165 
    166 
    167 ## Comments
    168 
    169 ### @dependabot[bot] — 2024-03-04T01:52:12Z
    170 
    171 Superseded by #38.
    172