|
Ran
|
Jobs
1
|
Files
76
|
Run time
1min
|
Badge
README BADGES
|
push
github
Bump astro from 5.17.1 to 5.18.0 in /website in the dependabot group (#321) Bumps the dependabot group in /website with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.17.1 to 5.18.0 <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.18.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15589">#15589</a> <a href="https://github.com/withastro/astro/commit/b7dd447e3"><code>b7dd447</code></a> Thanks <a href="https://github.com/qzio"><code>@qzio</code></a>! - Adds a new <code>security.actionBodySizeLimit</code> option to configure the maximum size of Astro Actions request bodies.</p> <p>This lets you increase the default 1 MB limit when your actions need to accept larger payloads. For example, actions that handle file uploads or large JSON payloads can now opt in to a higher limit.</p> <p>If you do not set this option, Astro continues to enforce the 1 MB default to help prevent abuse.</p> <pre lang="js"><code>// astro.config.mjs export default defineConfig({ security: { actionBodySizeLimit: 10 * 1024 * 1024, // set to 10 MB }, }); </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/15594">#15594</a> <a href="https://github.com/withastro/astro/commit/efae11cef"><code>efae11c</code></a> Thanks <a href="https://github.com/qzio"><code>@qzio</code></a>! - Fix X-Forwarded-Proto validation when allowedDomains includes both protocol and hostname fields. The protocol check no longer fails due to hostname mismatch against the hardcoded test URL.</li> </ul> <h2>astro@5.17.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/15564">#15564</a> <a href="https://gi... (continued)
3075 of 3470 relevant lines covered (88.62%)
0.89 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 22562688969.1 | 76 |
88.62 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|