|
Ran
|
Jobs
1
|
Files
63
|
Run time
1min
|
Badge
README BADGES
|
push
github
Bump the dependabot group in /website with 3 updates (#531) Bumps the dependabot group in /website with 3 updates: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [sharp](https://github.com/lovell/sharp). Updates `@astrojs/starlight` from 0.39.2 to 0.40.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/starlight/releases">@astrojs/starlight's releases</a>.</em></p> <blockquote> <h2><code>@astrojs/starlight</code><a href="https://github.com/0"><code>@0</code></a>.40.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3923">#3923</a> <a href="https://github.com/withastro/starlight/commit/edf2e6bf4"><code>edf2e6b</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@Princesseuh</code></a>! - Adds support for Astro 6.4 and the new Sätteri Markdown processor.</p> <p>It is now possible to opt into using <a href="https://astro.build/blog/astro-640/#faster-markdown-builds-with-s%C3%A4tteri">Astro's 6.4 Sätteri Markdown processor</a> by installing the <code>@astrojs/markdown-satteri</code> package and configuring it in your <code>astro.config.mjs</code> file:</p> <pre lang="js"><code>// astro.config.mjs <p>import { defineConfig } from 'astro/config'; import { satteri } from '<code>@astrojs/markdown-satteri</code>';</p> <p>export default defineConfig({ markdown: { processor: satteri(), }, }); </code></pre></p> <p>⚠️ <strong>BREAKING CHANGE:</strong> The minimum supported version of Astro is now v6.4.5.</p> <p>Please update Starlight and Astro together:</p> <pre lang="sh"><code>npx @astrojs/upgrade </code></pre> <p><em>Community Starlight plugins and Astro integrations may also need to be manually updated to work with Sätteri. If you encounter any issues, please reach out to the plugin or integr... (continued)
3156 of 3643 relevant lines covered (86.63%)
0.87 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 27602915842.1 | 63 |
86.63 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|