|
Ran
|
Jobs
1
|
Files
63
|
Run time
1min
|
Badge
README BADGES
|
push
github
Bump astro from 5.16.10 to 5.17.1 in /website in the dependabot group (#469) Bumps the dependabot group in /website with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.16.10 to 5.17.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.17.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15334">#15334</a> <a href="https://github.com/withastro/astro/commit/d715f1f88"><code>d715f1f</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - <strong>BREAKING CHANGE to the experimental Fonts API only</strong></p> <p>Removes the <code>getFontBuffer()</code> helper function exported from <code>astro:assets</code> when using the experimental Fonts API</p> <p>This experimental feature introduced in v15.6.13 ended up causing significant memory usage during build. This feature has been removed and will be reintroduced after further exploration and testing.</p> <p>If you were relying on this function, you can replicate the previous behavior manually:</p> <ul> <li>On prerendered routes, read the file using <code>node:fs</code></li> <li>On server rendered routes, fetch files using URLs from <code>fontData</code> and <code>context.url</code></li> </ul> </li> </ul> <h2>astro@5.17.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/14932">#14932</a> <a href="https://github.com/withastro/astro/commit/b19d816c9"><code>b19d816</code></a> Thanks <a href="https://github.com/patrickarlt"><code>@patrickarlt</code></a>! - Adds support for returning a Promise from the <code>parser()</code> option of the <code>file()</code> loader</p> <p>This enables you to run asynchronous code such as fetching rem... (continued)
3156 of 3643 relevant lines covered (86.63%)
0.87 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 21584199899.1 | 63 |
86.63 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|