|
Ran
|
Jobs
1
|
Files
60
|
Run time
20min
|
Badge
README BADGES
|
push
github
Bump @astrojs/starlight from 0.36.0 to 0.37.0 in /website in the dependabot group (#441) 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.36.0 to 0.37.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>.37.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3491">#3491</a> <a href="https://github.com/withastro/starlight/commit/28810f085"><code>28810f0</code></a> Thanks <a href="https://github.com/JusticeMatthew"><code>@JusticeMatthew</code></a>! - Changes text overflow styling in Markdown content</p> <p>⚠️ <strong>Potentially breaking change:</strong> This release switches the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap"><code>overflow-wrap</code></a> CSS style for common elements to <code>break-word</code>. In most cases, there should be little visual impact, but this change can impact how layouts with implicit sizing (such as tables) look, improving legibility in how words wrap.</p> <p>If you want to preserve the previous styling, you can add the following <a href="https://starlight.astro.build/guides/css-and-tailwind/#custom-css-styles">custom CSS</a> to your site:</p> <pre lang="css"><code>p, h1, h2, h3, h4, h5, h6, code { overflow-wrap: anywhere; } </code></pre> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3351">#3351</a> <a href="https://github.com/withastro/starlight/commit/239698c53"><code>239698c</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@HiDeoo</code></a>! - Ensures that Starlight CSS layer o... (continued)
3077 of 3560 relevant lines covered (86.43%)
0.86 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 20020850234.1 | 60 |
86.43 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|