Repo Added
|
Files
73
|
Badge
README BADGES
|
push
github
Bump astro from 5.10.0 to 5.11.0 in /website in the dependabot group (#192) Bumps the dependabot group in /website with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.10.0 to 5.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases">astro's releases</a>.</em></p> <blockquote> <h2>astro@5.11.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13972">#13972</a> <a href="https://github.com/withastro/astro/commit/db8f8becc"><code>db8f8be</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Updates the <code>NodeApp.match()</code> function in the Adapter API to accept a second, optional parameter to allow adapter authors to add headers to static, prerendered pages.</p> <p><code>NodeApp.match(request)</code> currently checks whether there is a route that matches the given <code>Request</code>. If there is a prerendered route, the function returns <code>undefined</code>, because static routes are already rendered and their headers cannot be updated.</p> <p>When the new, optional boolean parameter is passed (e.g. <code>NodeApp.match(request, true)</code>), Astro will return the first matched route, even when it's a prerendered route. This allows your adapter to now access static routes and provides the opportunity to set headers for these pages, for example, to implement a Content Security Policy (CSP).</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/14029">#14029</a> <a href="https://github.com/withastro/astro/commit/42562f9d7"><code>42562f9</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a bug where server islands wouldn't be correctly rendered when they are rendered inside fragments.... (continued)
2457 of 2819 relevant lines covered (87.16%)
0.87 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|