Repo Added
|
Files
74
|
Badge
README BADGES
|
push
github
Bump @astrojs/starlight from 0.35.1 to 0.36.0 in /website in the dependabot group (#241) Bumps the dependabot group in /website with 1 update: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight). Updates `@astrojs/starlight` from 0.35.1 to 0.36.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/starlight/releases"><code>@astrojs/starlight</code>'s releases</a>.</em></p> <blockquote> <h2><code>@astrojs/starlight</code><a href="https://github.com/0"><code>@0</code></a>.36.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3427">#3427</a> <a href="https://github.com/withastro/starlight/commit/c3b2d0fc3"><code>c3b2d0f</code></a> Thanks <a href="https://github.com/delucis"><code>@delucis</code></a>! - Fixes styling of labels that wrap across multiple lines in <code><Tabs></code> component</p> <p>⚠️ <strong>Potentially breaking change:</strong> Tab labels now have a narrower line-height and additional vertical padding. If you have custom CSS targetting the <code><Tabs></code> component, you may want to double check the visual appearance of your tabs when updating.</p> <p>If you want to preserve the previous styling, you can add the following custom CSS to your site:</p> <pre lang="css"><code>.tab > [role='tab'] { line-height: var(--sl-line-height); padding-block: 0; } </code></pre> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3380">#3380</a> <a href="https://github.com/withastro/starlight/commit/3364af31e"><code>3364af3</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@HiDeoo</code></a>! - Makes head entry parsing stricter in Starlight config and content frontmatter.</p> <p><strong>⚠️ Potentially breaking change:</strong> Previously Starlight would accept a head entry for a <code>meta</co... (continued)
2871 of 3239 relevant lines covered (88.64%)
0.89 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|