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

56.json (20797B)


      1 {
      2   "number": 56,
      3   "title": "Bump astro from 4.0.6 to 4.8.6",
      4   "state": "closed",
      5   "diff_file": "56.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2024-05-20T01:27:36Z",
      8   "closed_at": "2024-05-27T01:27:27Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/astro-4.8.6",
     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.8.6.\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.8.6</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li><a href=\"https://redirect.github.com/withastro/astro/pull/11084\">#11084</a> <a href=\"https://github.com/withastro/astro/commit/9637014b1495a5a41cb384c7de4de410348f4cc0\"><code>9637014</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - Fixes regression when handling hoisted scripts from content collections</li>\n</ul>\n<h2>astro@4.8.5</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11065\">#11065</a> <a href=\"https://github.com/withastro/astro/commit/1f988ed10f4737b5333c9978115ee531786eb539\"><code>1f988ed</code></a> Thanks <a href=\"https://github.com/ematipico\"><code>@\u200bematipico</code></a>! - Fixes a bug in the Astro rewrite logic, where rewriting the index with parameters - <code>next(&quot;/?foo=bar&quot;)</code> - didn't work as expected.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10924\">#10924</a> <a href=\"https://github.com/withastro/astro/commit/3a0c02ae0357c267881b30454b5320075378894b\"><code>3a0c02a</code></a> Thanks <a href=\"https://github.com/Its-Just-Nans\"><code>@\u200bIts-Just-Nans</code></a>! - Handle image-size errors by displaying a clearer message</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11058\">#11058</a> <a href=\"https://github.com/withastro/astro/commit/749a7ac967146952450a4173dcb6a5494755460c\"><code>749a7ac</code></a> Thanks <a href=\"https://github.com/matthewp\"><code>@\u200bmatthewp</code></a>! - Fix streaming in Node.js fast path</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11052\">#11052</a> <a href=\"https://github.com/withastro/astro/commit/a05ca38c2cf327ae9130ee1c139a0e510b9da50a\"><code>a05ca38</code></a> Thanks <a href=\"https://github.com/florian-lefebvre\"><code>@\u200bflorian-lefebvre</code></a>! - Fixes a case where rewriting would conflict with the actions internal middleware</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11062\">#11062</a> <a href=\"https://github.com/withastro/astro/commit/16f12e426e5869721313bb771e2ec5b821c5452e\"><code>16f12e4</code></a> Thanks <a href=\"https://github.com/ematipico\"><code>@\u200bematipico</code></a>! - Fixes a bug where <code>astro build</code> didn't create custom <code>404.html</code> and <code>500.html</code> when a certain combination of i18n options was applied</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10965\">#10965</a> <a href=\"https://github.com/withastro/astro/commit/a8f0372ea71479ef80c58e74201dea6a5a2b2ae4\"><code>a8f0372</code></a> Thanks <a href=\"https://github.com/Elias-Chairi\"><code>@\u200bElias-Chairi</code></a>! - Update generator.ts to allow %23 (#) in dynamic urls</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11069\">#11069</a> <a href=\"https://github.com/withastro/astro/commit/240a70a29f8e11d161da021845c208f982d64e5c\"><code>240a70a</code></a> Thanks <a href=\"https://github.com/ematipico\"><code>@\u200bematipico</code></a>! - Improves debug logging for on-demand pages</p>\n</li>\n</ul>\n<h2>astro@4.8.4</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11026\">#11026</a> <a href=\"https://github.com/withastro/astro/commit/8dfb1a23cc5996c410f7e33211d132dac36c9f77\"><code>8dfb1a2</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - Skips rendering script tags if it's inlined and empty when <code>experimental.directRenderScript</code> is enabled</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11043\">#11043</a> <a href=\"https://github.com/withastro/astro/commit/d0d1710439ec281518b17d03126b5d9cd008a102\"><code>d0d1710</code></a> Thanks <a href=\"https://github.com/bholmesdev\"><code>@\u200bbholmesdev</code></a>! - Fixes minor type issues in actions component example</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10999\">#10999</a> <a href=\"https://github.com/withastro/astro/commit/5f353e39b2b9fb15e6c9d193b5b5101457fef002\"><code>5f353e3</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - The prefetch feature is updated to better support different browsers and different cache headers setup, including:</p>\n<ol>\n<li>All prefetch strategies will now always try to use <code>&lt;link rel=&quot;prefetch&quot;&gt;</code> if supported, or will fall back to <code>fetch()</code>.</li>\n<li>The <code>prefetch()</code> programmatic API's <code>with</code> option is deprecated in favour of an automatic approach that will also try to use <code>&lt;link rel=&quot;prefetch&gt;</code> if supported, or will fall back to <code>fetch()</code>.</li>\n</ol>\n<p>This change shouldn't affect most sites and should instead make prefetching more effective.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11041\">#11041</a> <a href=\"https://github.com/withastro/astro/commit/6cc3fb97ec01af5a7c2153f5b3c22e92675f1e56\"><code>6cc3fb9</code></a> Thanks <a href=\"https://github.com/bholmesdev\"><code>@\u200bbholmesdev</code></a>! - Fixes 500 errors when sending empty params or returning an empty response from an action.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11028\">#11028</a> <a href=\"https://github.com/withastro/astro/commit/771d1f7654e18b657c3eacfabae52ed88c76fa99\"><code>771d1f7</code></a> Thanks <a href=\"https://github.com/bholmesdev\"><code>@\u200bbholmesdev</code></a>! - Throw on missing server output when using Astro Actions.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11029\">#11029</a> <a href=\"https://github.com/withastro/astro/commit/bd34452a34e9d90c948b1e454d184085cd591871\"><code>bd34452</code></a> Thanks <a href=\"https://github.com/bholmesdev\"><code>@\u200bbholmesdev</code></a>! - Actions: include validation error in thrown error message for debugging.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11046\">#11046</a> <a href=\"https://github.com/withastro/astro/commit/086694ac31a5f3412a3dcdbbd95f0187316699c5\"><code>086694a</code></a> Thanks <a href=\"https://github.com/HiDeoo\"><code>@\u200bHiDeoo</code></a>! - Fixes <code>getViteConfig()</code> type definition to allow passing an inline Astro configuration as second argument</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11026\">#11026</a> <a href=\"https://github.com/withastro/astro/commit/8dfb1a23cc5996c410f7e33211d132dac36c9f77\"><code>8dfb1a2</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - Fixes CSS handling if imported in a script tag in an Astro file when <code>experimental.directRenderScript</code> is enabled</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11020\">#11020</a> <a href=\"https://github.com/withastro/astro/commit/2e2d6b7442063c8eb32533d45eaf021c3fa0f615\"><code>2e2d6b7</code></a> Thanks <a href=\"https://github.com/xsynaptic\"><code>@\u200bxsynaptic</code></a>! - Add type declarations for <code>import.meta.env.ASSETS_PREFIX</code> when defined as an object for handling different file types.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11030\">#11030</a> <a href=\"https://github.com/withastro/astro/commit/18e7f33ccd145292224cbeffde9fc30d143d97fb\"><code>18e7f33</code></a> Thanks <a href=\"https://github.com/bholmesdev\"><code>@\u200bbholmesdev</code></a>! - Actions: Fix missing message for custom Action errors.</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.8.6</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li><a href=\"https://redirect.github.com/withastro/astro/pull/11084\">#11084</a> <a href=\"https://github.com/withastro/astro/commit/9637014b1495a5a41cb384c7de4de410348f4cc0\"><code>9637014</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - Fixes regression when handling hoisted scripts from content collections</li>\n</ul>\n<h2>4.8.5</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11065\">#11065</a> <a href=\"https://github.com/withastro/astro/commit/1f988ed10f4737b5333c9978115ee531786eb539\"><code>1f988ed</code></a> Thanks <a href=\"https://github.com/ematipico\"><code>@\u200bematipico</code></a>! - Fixes a bug in the Astro rewrite logic, where rewriting the index with parameters - <code>next(&quot;/?foo=bar&quot;)</code> - didn't work as expected.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10924\">#10924</a> <a href=\"https://github.com/withastro/astro/commit/3a0c02ae0357c267881b30454b5320075378894b\"><code>3a0c02a</code></a> Thanks <a href=\"https://github.com/Its-Just-Nans\"><code>@\u200bIts-Just-Nans</code></a>! - Handle image-size errors by displaying a clearer message</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11058\">#11058</a> <a href=\"https://github.com/withastro/astro/commit/749a7ac967146952450a4173dcb6a5494755460c\"><code>749a7ac</code></a> Thanks <a href=\"https://github.com/matthewp\"><code>@\u200bmatthewp</code></a>! - Fix streaming in Node.js fast path</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11052\">#11052</a> <a href=\"https://github.com/withastro/astro/commit/a05ca38c2cf327ae9130ee1c139a0e510b9da50a\"><code>a05ca38</code></a> Thanks <a href=\"https://github.com/florian-lefebvre\"><code>@\u200bflorian-lefebvre</code></a>! - Fixes a case where rewriting would conflict with the actions internal middleware</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11062\">#11062</a> <a href=\"https://github.com/withastro/astro/commit/16f12e426e5869721313bb771e2ec5b821c5452e\"><code>16f12e4</code></a> Thanks <a href=\"https://github.com/ematipico\"><code>@\u200bematipico</code></a>! - Fixes a bug where <code>astro build</code> didn't create custom <code>404.html</code> and <code>500.html</code> when a certain combination of i18n options was applied</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10965\">#10965</a> <a href=\"https://github.com/withastro/astro/commit/a8f0372ea71479ef80c58e74201dea6a5a2b2ae4\"><code>a8f0372</code></a> Thanks <a href=\"https://github.com/Elias-Chairi\"><code>@\u200bElias-Chairi</code></a>! - Update generator.ts to allow %23 (#) in dynamic urls</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11069\">#11069</a> <a href=\"https://github.com/withastro/astro/commit/240a70a29f8e11d161da021845c208f982d64e5c\"><code>240a70a</code></a> Thanks <a href=\"https://github.com/ematipico\"><code>@\u200bematipico</code></a>! - Improves debug logging for on-demand pages</p>\n</li>\n</ul>\n<h2>4.8.4</h2>\n<h3>Patch Changes</h3>\n<ul>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11026\">#11026</a> <a href=\"https://github.com/withastro/astro/commit/8dfb1a23cc5996c410f7e33211d132dac36c9f77\"><code>8dfb1a2</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - Skips rendering script tags if it's inlined and empty when <code>experimental.directRenderScript</code> is enabled</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11043\">#11043</a> <a href=\"https://github.com/withastro/astro/commit/d0d1710439ec281518b17d03126b5d9cd008a102\"><code>d0d1710</code></a> Thanks <a href=\"https://github.com/bholmesdev\"><code>@\u200bbholmesdev</code></a>! - Fixes minor type issues in actions component example</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/10999\">#10999</a> <a href=\"https://github.com/withastro/astro/commit/5f353e39b2b9fb15e6c9d193b5b5101457fef002\"><code>5f353e3</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - The prefetch feature is updated to better support different browsers and different cache headers setup, including:</p>\n<ol>\n<li>All prefetch strategies will now always try to use <code>&lt;link rel=&quot;prefetch&quot;&gt;</code> if supported, or will fall back to <code>fetch()</code>.</li>\n<li>The <code>prefetch()</code> programmatic API's <code>with</code> option is deprecated in favour of an automatic approach that will also try to use <code>&lt;link rel=&quot;prefetch&gt;</code> if supported, or will fall back to <code>fetch()</code>.</li>\n</ol>\n<p>This change shouldn't affect most sites and should instead make prefetching more effective.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11041\">#11041</a> <a href=\"https://github.com/withastro/astro/commit/6cc3fb97ec01af5a7c2153f5b3c22e92675f1e56\"><code>6cc3fb9</code></a> Thanks <a href=\"https://github.com/bholmesdev\"><code>@\u200bbholmesdev</code></a>! - Fixes 500 errors when sending empty params or returning an empty response from an action.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11028\">#11028</a> <a href=\"https://github.com/withastro/astro/commit/771d1f7654e18b657c3eacfabae52ed88c76fa99\"><code>771d1f7</code></a> Thanks <a href=\"https://github.com/bholmesdev\"><code>@\u200bbholmesdev</code></a>! - Throw on missing server output when using Astro Actions.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11029\">#11029</a> <a href=\"https://github.com/withastro/astro/commit/bd34452a34e9d90c948b1e454d184085cd591871\"><code>bd34452</code></a> Thanks <a href=\"https://github.com/bholmesdev\"><code>@\u200bbholmesdev</code></a>! - Actions: include validation error in thrown error message for debugging.</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11046\">#11046</a> <a href=\"https://github.com/withastro/astro/commit/086694ac31a5f3412a3dcdbbd95f0187316699c5\"><code>086694a</code></a> Thanks <a href=\"https://github.com/HiDeoo\"><code>@\u200bHiDeoo</code></a>! - Fixes <code>getViteConfig()</code> type definition to allow passing an inline Astro configuration as second argument</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11026\">#11026</a> <a href=\"https://github.com/withastro/astro/commit/8dfb1a23cc5996c410f7e33211d132dac36c9f77\"><code>8dfb1a2</code></a> Thanks <a href=\"https://github.com/bluwy\"><code>@\u200bbluwy</code></a>! - Fixes CSS handling if imported in a script tag in an Astro file when <code>experimental.directRenderScript</code> is enabled</p>\n</li>\n<li>\n<p><a href=\"https://redirect.github.com/withastro/astro/pull/11020\">#11020</a> <a href=\"https://github.com/withastro/astro/commit/2e2d6b7442063c8eb32533d45eaf021c3fa0f615\"><code>2e2d6b7</code></a> Thanks <a href=\"https://github.com/xsynaptic\"><code>@\u200bxsynaptic</code></a>! - Add type declarations for <code>import.meta.env.ASSETS_PREFIX</code> when defined as an object for handling different file types.</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/8a80221e4c4b93b7d60f43b01753644247c7ad76\"><code>8a80221</code></a> [ci] release (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/11085\">#11085</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/9637014b1495a5a41cb384c7de4de410348f4cc0\"><code>9637014</code></a> Fix hoisted scripts propagation (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/11084\">#11084</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/4d32a8077b0d8b34581df3a81329a41a9f618420\"><code>4d32a80</code></a> [ci] release (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/11053\">#11053</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/fac592350e8b6128ca450ea14f7d4381e24d5404\"><code>fac5923</code></a> [ci] format</li>\n<li><a href=\"https://github.com/withastro/astro/commit/749a7ac967146952450a4173dcb6a5494755460c\"><code>749a7ac</code></a> Fix streaming in Node.js fast path (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/11058\">#11058</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/3830e5d416d00a8abefbc622df5d79e919f502b8\"><code>3830e5d</code></a> [ci] format</li>\n<li><a href=\"https://github.com/withastro/astro/commit/240a70a29f8e11d161da021845c208f982d64e5c\"><code>240a70a</code></a> fix: improve logging for on-demand pages (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/11069\">#11069</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/1f988ed10f4737b5333c9978115ee531786eb539\"><code>1f988ed</code></a> fix(rewrite): match index with params (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/11065\">#11065</a>)</li>\n<li><a href=\"https://github.com/withastro/astro/commit/87f36d4074c895fb56dfc609f575d40c4c902b32\"><code>87f36d4</code></a> [ci] format</li>\n<li><a href=\"https://github.com/withastro/astro/commit/16f12e426e5869721313bb771e2ec5b821c5452e\"><code>16f12e4</code></a> fix(i18n): allow to create 404.html and 500.html (<a href=\"https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/11062\">#11062</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/withastro/astro/commits/astro@4.8.6/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.8.6)](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-05-27T01:27:26Z",
     23       "body": "Superseded by #57."
     24     }
     25   ],
     26   "review_comments": []
     27 }