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.json (15424B)


      1 {
      2   "number": 34,
      3   "title": "Bump @astrojs/node from 7.0.1 to 8.2.1",
      4   "state": "closed",
      5   "diff_file": "34.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2024-02-26T01:47:09Z",
      8   "closed_at": "2024-03-04T01:52:13Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/astrojs/node-8.2.1",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [],
     17   "requested_reviewers": [],
     18   "body": "Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 7.0.1 to 8.2.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/withastro/astro/releases\"><code>@\u200bastrojs/node</code>'s releases</a>.</em></p>\n<blockquote>\n<h2><code>@\u200bastrojs/node</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.2.1</h2>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200blog101</code></a>! - Fixes custom headers are not added to the Node standalone server responses in preview mode</li>\n</ul>\n<h2><code>@\u200bastrojs/node</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.2.0</h2>\n<h3>Minor Changes</h3>\n<ul>\n<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>@\u200bematipico</code></a>! - Adds experimental support for internationalization domains</li>\n</ul>\n<h2><code>@\u200bastrojs/node</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.1.0</h2>\n<h3>Minor Changes</h3>\n<ul>\n<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>@\u200bmsxdan</code></a>! - Add trailingSlash support to NodeJS adapter</li>\n</ul>\n<h2><code>@\u200bastrojs/node</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.0.0</h2>\n<h3>Major Changes</h3>\n<ul>\n<li>\n<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>@\u200bematipico</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>\n<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>\n</li>\n<li>\n<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>@\u200bematipico</code></a>! - <strong>Breaking</strong>: Minimum required Astro version is now 4.2.0.\nReorganizes internals to be more maintainable.</p>\n</li>\n</ul>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200bematipico</code></a>! - Fixes an issue where the preview server appeared to be ready to serve requests before binding to a port.</li>\n</ul>\n<h2><code>@\u200bastrojs/node</code><a href=\"https://github.com/7\"><code>@\u200b7</code></a>.0.4</h2>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200blilnasy</code></a>! - Fixes a bug where an error while serving response stopped the server.</li>\n</ul>\n<h2><code>@\u200bastrojs/node</code><a href=\"https://github.com/7\"><code>@\u200b7</code></a>.0.3</h2>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200bsarah11918</code></a>! - Updates README</li>\n</ul>\n<h2><code>@\u200bastrojs/node</code><a href=\"https://github.com/7\"><code>@\u200b7</code></a>.0.2</h2>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200balexnguyennz</code></a>! - Fix typo in <code>@\u200bastrojs/node</code> README</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md\"><code>@\u200bastrojs/node</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>8.2.1</h2>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200blog101</code></a>! - Fixes custom headers are not added to the Node standalone server responses in preview mode</li>\n</ul>\n<h2>8.2.0</h2>\n<h3>Minor Changes</h3>\n<ul>\n<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>@\u200bematipico</code></a>! - Adds experimental support for internationalization domains</li>\n</ul>\n<h2>8.1.0</h2>\n<h3>Minor Changes</h3>\n<ul>\n<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>@\u200bmsxdan</code></a>! - Add trailingSlash support to NodeJS adapter</li>\n</ul>\n<h2>8.0.0</h2>\n<h3>Major Changes</h3>\n<ul>\n<li>\n<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>@\u200bematipico</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>\n<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>\n</li>\n<li>\n<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>@\u200bematipico</code></a>! - <strong>Breaking</strong>: Minimum required Astro version is now 4.2.0.\nReorganizes internals to be more maintainable.</p>\n</li>\n</ul>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200bematipico</code></a>! - Fixes an issue where the preview server appeared to be ready to serve requests before binding to a port.</li>\n</ul>\n<h2>7.0.4</h2>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200blilnasy</code></a>! - Fixes a bug where an error while serving response stopped the server.</li>\n</ul>\n<h2>7.0.3</h2>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200bsarah11918</code></a>! - Updates README</li>\n</ul>\n<h2>7.0.2</h2>\n<h3>Patch Changes</h3>\n<ul>\n<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>@\u200balexnguyennz</code></a>! - Fix typo in <code>@\u200bastrojs/node</code> README</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<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>\n<li><a href=\"https://github.com/withastro/astro/commit/dddbb09fe0928bb10c37f2cf0d3c72113f37741e\"><code>dddbb09</code></a> [ci] format</li>\n<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>\n<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>\n<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>\n<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>\n<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>\n<li><a href=\"https://github.com/withastro/astro/commit/055bd27d9d66343a0e0c75ed9343109a1a22bc02\"><code>055bd27</code></a> [ci] format</li>\n<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>\n<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>\n<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>\n</ul>\n</details>\n<br />\n\n\n[![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)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>",
     19   "comments": [
     20     {
     21       "author": "dependabot[bot]",
     22       "created_at": "2024-03-04T01:52:12Z",
     23       "body": "Superseded by #38."
     24     }
     25   ],
     26   "review_comments": []
     27 }