|
Repo Added
|
Files
60
|
Badge
README BADGES
|
push
github
Bump astro from 5.14.4 to 5.15.1 in /website in the dependabot group (#431) Bumps the dependabot group in /website with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.14.4 to 5.15.1 <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.15.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/14612">#14612</a> <a href="https://github.com/withastro/astro/commit/18552c733"><code>18552c7</code></a> Thanks <a href="https://github.com/ematipico"><code>@ematipico</code></a>! - Fixes a regression introduced in Astro v5.14.7 that caused <code>?url</code> imports to not work correctly. This release reverts <a href="https://redirect.github.com/withastro/astro/pull/14142">#14142</a>.</li> </ul> <h2>astro@5.15.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/14543">#14543</a> <a href="https://github.com/withastro/astro/commit/9b3241d8a"><code>9b3241d</code></a> Thanks <a href="https://github.com/matthewp"><code>@matthewp</code></a>! - Adds two new adapter configuration options <code>assetQueryParams</code> and <code>internalFetchHeaders</code> to the Adapter API.</p> <p>Official and community-built adapters can now use <code>client.assetQueryParams</code> to specify query parameters that should be appended to asset URLs (CSS, JavaScript, images, fonts, etc.). The query parameters are automatically appended to all generated asset URLs during the build process.</p> <p>Adapters can also use <code>client.internalFetchHeaders</code> to specify headers that should be included in Astro's internal fetch calls (Actions, View Transitions, Server Islands, Prefetch).</p> <p>This enables features like Netlify's skew protection, which requires the ... (continued)
3077 of 3560 relevant lines covered (86.43%)
0.86 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|