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

28.json (18378B)


      1 {
      2   "number": 28,
      3   "title": "Bump astro from 4.0.6 to 4.3.2",
      4   "state": "closed",
      5   "diff_file": "28.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2024-02-05T01:34:24Z",
      8   "closed_at": "2024-02-12T01:44:18Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/astro-4.3.2",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [],
     17   "requested_reviewers": [],
     18   "body": "Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.0.6 to 4.3.2.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/withastro/astro/releases\">astro's releases</a>.</em></p>\n<blockquote>\n<h2>astro@4.3.2</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9932\">#9932</a> <a href=\"https://github.com/withastro/astro/commit/9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582\"><code>9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582</code></a> Thanks <a href=\"https://github.com/ematipico\"><code>@\u200bematipico</code></a>! - Fixes a case where a warning was logged even when the feature <code>i18nDomains</code> wasn't enabled</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9907\">#9907</a> <a href=\"https://github.com/withastro/astro/commit/6c894af5ab79f290f4ff7feb68617a66e91febc1\"><code>6c894af5ab79f290f4ff7feb68617a66e91febc1</code></a> Thanks <a href=\"https://github.com/ktym4a\"><code>@\u200bktym4a</code></a>! - Load 404.html on all non-existent paths on astro preview.</p>\n</li>\n</ul>\n<h2>astro@4.3.1</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9841\">#9841</a> <a href=\"https://github.com/withastro/astro/commit/27ea080e24e2c5cdc59b63b1dfe0a83a0c696597\"><code>27ea080e24e2c5cdc59b63b1dfe0a83a0c696597</code></a> Thanks <a href=\"https://github.com/kristianbinau\"><code>@\u200bkristianbinau</code></a>! - Makes the warning clearer when having a custom <code>base</code> and requesting a public URL without it</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9888\">#9888</a> <a href=\"https://github.com/withastro/astro/commit/9d2fdb293d6a7323e10126cebad18ef9a2ea2800\"><code>9d2fdb293d6a7323e10126cebad18ef9a2ea2800</code></a> Thanks <a href=\"https://github.com/natemoo-re\"><code>@\u200bnatemoo-re</code></a>! - Improves error handling logic for the <code>astro sync</code> command.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9918\">#9918</a> <a href=\"https://github.com/withastro/astro/commit/d52529e09450c84933dd15d6481edb32269f537b\"><code>d52529e09450c84933dd15d6481edb32269f537b</code></a> Thanks <a href=\"https://github.com/LarryIVC\"><code>@\u200bLarryIVC</code></a>! - Adds the <code>name</code> attribute to the <code>&lt;details&gt;</code> tag type</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9938\">#9938</a> <a href=\"https://github.com/withastro/astro/commit/1568afb78a163db63a4cde146dec87785a83db1d\"><code>1568afb78a163db63a4cde146dec87785a83db1d</code></a> Thanks <a href=\"https://github.com/lilnasy\"><code>@\u200blilnasy</code></a>! - Fixes a regression where middleware did not run for prerendered pages and endpoints.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9931\">#9931</a> <a href=\"https://github.com/withastro/astro/commit/44674418965d658733d3602668a9354e18f8ef89\"><code>44674418965d658733d3602668a9354e18f8ef89</code></a> Thanks <a href=\"https://github.com/lilnasy\"><code>@\u200blilnasy</code></a>! - Fixes a regression where a response created with <code>Response.redirect</code> or containing <code>null</code> as the body never completed in node-based adapters.</p>\n</li>\n</ul>\n<h2>astro@4.3.0</h2>\n<h3>Minor Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9839\">#9839</a> <a href=\"https://github.com/withastro/astro/commit/58f9e393a188702eef5329e41deff3dcb65a3230\"><code>58f9e393a188702eef5329e41deff3dcb65a3230</code></a> Thanks <a href=\"https://github.com/Princesseuh\"><code>@\u200bPrincesseuh</code></a>! - Adds a new <code>ComponentProps</code> type export from <code>astro/types</code> to get the props type of an Astro component.</p>\n<pre lang=\"astro\"><code>---\nimport type { ComponentProps } from 'astro/types';\nimport { Button } from './Button.astro';\n<h2>type myButtonProps = ComponentProps&lt;typeof Button&gt;;</h2>\n<p></code></pre></p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9159\">#9159</a> <a href=\"https://github.com/withastro/astro/commit/7d937c158959e76443a02f740b10e251d14dbd8c\"><code>7d937c158959e76443a02f740b10e251d14dbd8c</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - Adds CLI shortcuts as an easter egg for the dev server:</p>\n<ul>\n<li><code>o + enter</code>: opens the site in your browser</li>\n<li><code>q + enter</code>: quits the dev server</li>\n<li><code>h + enter</code>: prints all available shortcuts</li>\n</ul>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9764\">#9764</a> <a href=\"https://github.com/withastro/astro/commit/fad4f64aa149086feda2d1f3a0b655767034f1a8\"><code>fad4f64aa149086feda2d1f3a0b655767034f1a8</code></a> Thanks <a href=\"https://github.com/matthewp\"><code>@\u200bmatthewp</code></a>! - Adds a new <code>build.format</code> configuration option: <code>'preserve'</code>. This option will preserve your source structure in the final build.</p>\n<p>The existing configuration options, <code>file</code> and <code>directory</code>, either build all of your HTML pages as files matching the route name (e.g. <code>/about.html</code>) or build all your files as <code>index.html</code> within a nested directory structure (e.g. <code>/about/index.html</code>), respectively. It was not previously possible to control the HTML file built on a per-file basis.</p>\n<p>One limitation of <code>build.format: 'file'</code> is that it cannot create <code>index.html</code> files for any individual routes (other than the base path of <code>/</code>) while otherwise building named files. Creating explicit index pages within your file structure still generates a file named for the page route (e.g. <code>src/pages/about/index.astro</code> builds <code>/about.html</code>) when using the <code>file</code> configuration option.</p>\n<p>Rather than make a breaking change to allow <code>build.format: 'file'</code> to be more flexible, we decided to create a new <code>build.format: 'preserve'</code>.</p>\n<p>The new format will preserve how the filesystem is structured and make sure that is mirrored over to production. Using this option:</p>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md\">astro's changelog</a>.</em></p>\n<blockquote>\n<h2>4.3.2</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9932\">#9932</a> <a href=\"https://github.com/withastro/astro/commit/9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582\"><code>9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582</code></a> Thanks <a href=\"https://github.com/ematipico\"><code>@\u200bematipico</code></a>! - Fixes a case where a warning was logged even when the feature <code>i18nDomains</code> wasn't enabled</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9907\">#9907</a> <a href=\"https://github.com/withastro/astro/commit/6c894af5ab79f290f4ff7feb68617a66e91febc1\"><code>6c894af5ab79f290f4ff7feb68617a66e91febc1</code></a> Thanks <a href=\"https://github.com/ktym4a\"><code>@\u200bktym4a</code></a>! - Load 404.html on all non-existent paths on astro preview.</p>\n</li>\n</ul>\n<h2>4.3.1</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9841\">#9841</a> <a href=\"https://github.com/withastro/astro/commit/27ea080e24e2c5cdc59b63b1dfe0a83a0c696597\"><code>27ea080e24e2c5cdc59b63b1dfe0a83a0c696597</code></a> Thanks <a href=\"https://github.com/kristianbinau\"><code>@\u200bkristianbinau</code></a>! - Makes the warning clearer when having a custom <code>base</code> and requesting a public URL without it</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9888\">#9888</a> <a href=\"https://github.com/withastro/astro/commit/9d2fdb293d6a7323e10126cebad18ef9a2ea2800\"><code>9d2fdb293d6a7323e10126cebad18ef9a2ea2800</code></a> Thanks <a href=\"https://github.com/natemoo-re\"><code>@\u200bnatemoo-re</code></a>! - Improves error handling logic for the <code>astro sync</code> command.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9918\">#9918</a> <a href=\"https://github.com/withastro/astro/commit/d52529e09450c84933dd15d6481edb32269f537b\"><code>d52529e09450c84933dd15d6481edb32269f537b</code></a> Thanks <a href=\"https://github.com/LarryIVC\"><code>@\u200bLarryIVC</code></a>! - Adds the <code>name</code> attribute to the <code>&lt;details&gt;</code> tag type</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9938\">#9938</a> <a href=\"https://github.com/withastro/astro/commit/1568afb78a163db63a4cde146dec87785a83db1d\"><code>1568afb78a163db63a4cde146dec87785a83db1d</code></a> Thanks <a href=\"https://github.com/lilnasy\"><code>@\u200blilnasy</code></a>! - Fixes a regression where middleware did not run for prerendered pages and endpoints.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9931\">#9931</a> <a href=\"https://github.com/withastro/astro/commit/44674418965d658733d3602668a9354e18f8ef89\"><code>44674418965d658733d3602668a9354e18f8ef89</code></a> Thanks <a href=\"https://github.com/lilnasy\"><code>@\u200blilnasy</code></a>! - Fixes a regression where a response created with <code>Response.redirect</code> or containing <code>null</code> as the body never completed in node-based adapters.</p>\n</li>\n</ul>\n<h2>4.3.0</h2>\n<h3>Minor Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9839\">#9839</a> <a href=\"https://github.com/withastro/astro/commit/58f9e393a188702eef5329e41deff3dcb65a3230\"><code>58f9e393a188702eef5329e41deff3dcb65a3230</code></a> Thanks <a href=\"https://github.com/Princesseuh\"><code>@\u200bPrincesseuh</code></a>! - Adds a new <code>ComponentProps</code> type export from <code>astro/types</code> to get the props type of an Astro component.</p>\n<pre lang=\"astro\"><code>---\nimport type { ComponentProps } from 'astro/types';\nimport Button from './Button.astro';\n<h2>type myButtonProps = ComponentProps&lt;typeof Button&gt;;</h2>\n<p></code></pre></p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9159\">#9159</a> <a href=\"https://github.com/withastro/astro/commit/7d937c158959e76443a02f740b10e251d14dbd8c\"><code>7d937c158959e76443a02f740b10e251d14dbd8c</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - Adds CLI shortcuts as an easter egg for the dev server:</p>\n<ul>\n<li><code>o + enter</code>: opens the site in your browser</li>\n<li><code>q + enter</code>: quits the dev server</li>\n<li><code>h + enter</code>: prints all available shortcuts</li>\n</ul>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/9764\">#9764</a> <a href=\"https://github.com/withastro/astro/commit/fad4f64aa149086feda2d1f3a0b655767034f1a8\"><code>fad4f64aa149086feda2d1f3a0b655767034f1a8</code></a> Thanks <a href=\"https://github.com/matthewp\"><code>@\u200bmatthewp</code></a>! - Adds a new <code>build.format</code> configuration option: <code>'preserve'</code>. This option will preserve your source structure in the final build.</p>\n<p>The existing configuration options, <code>file</code> and <code>directory</code>, either build all of your HTML pages as files matching the route name (e.g. <code>/about.html</code>) or build all your files as <code>index.html</code> within a nested directory structure (e.g. <code>/about/index.html</code>), respectively. It was not previously possible to control the HTML file built on a per-file basis.</p>\n<p>One limitation of <code>build.format: 'file'</code> is that it cannot create <code>index.html</code> files for any individual routes (other than the base path of <code>/</code>) while otherwise building named files. Creating explicit index pages within your file structure still generates a file named for the page route (e.g. <code>src/pages/about/index.astro</code> builds <code>/about.html</code>) when using the <code>file</code> configuration option.</p>\n<p>Rather than make a breaking change to allow <code>build.format: 'file'</code> to be more flexible, we decided to create a new <code>build.format: 'preserve'</code>.</p>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/withastro/astro/commit/57ab98f53148cb00174ca6ddeea3cfc7404f0f22\"><code>57ab98f</code></a> [ci] release (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9948\">#9948</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/6c894af5ab79f290f4ff7feb68617a66e91febc1\"><code>6c894af</code></a> Fix: 404.html load correctly on preview (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9907\">#9907</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/cd67dd0a4ffe5ebfb8a2eb47b29c5930c9f1796f\"><code>cd67dd0</code></a> Add new test cases for non-UTF-8 and space file names (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9947\">#9947</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/9f0d89fa7e9e7c08c8600b0c49c2cce7489a7582\"><code>9f0d89f</code></a> fix: don't log warning if <code>i18nDomains</code> isn't enabled (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9932\">#9932</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/2ac371404d588a666ade5ff8f181caa00a75622c\"><code>2ac3714</code></a> [ci] release (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9926\">#9926</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/b176825b34a3c687f2b419c12d3888438ea868eb\"><code>b176825</code></a> fix: route matching for encoded pathnames (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9934\">#9934</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/9d2fdb293d6a7323e10126cebad18ef9a2ea2800\"><code>9d2fdb2</code></a> Improve <code>astro sync</code> error handling (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9888\">#9888</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/756f9595e751ea3dbaff5b37c69e4b14da50ae6f\"><code>756f959</code></a> [ci] format</li>\n<li><a href=\"https://github.com/withastro/astro/commit/1568afb78a163db63a4cde146dec87785a83db1d\"><code>1568afb</code></a> fix(middleware): load while retrieving ssr manifest for prerendering (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/9938\">#9938</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/055bd27d9d66343a0e0c75ed9343109a1a22bc02\"><code>055bd27</code></a> [ci] format</li>\n<li>Additional commits viewable in <a href=\"https://github.com/withastro/astro/commits/astro@4.3.2/packages/astro\">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=astro&package-manager=npm_and_yarn&previous-version=4.0.6&new-version=4.3.2)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n</details>",
     19   "comments": [
     20     {
     21       "author": "dependabot[bot]",
     22       "created_at": "2024-02-12T01:44:17Z",
     23       "body": "Superseded by #31."
     24     }
     25   ],
     26   "review_comments": []
     27 }