Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.11 to 5.7.12. <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>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13752">#13752</a> <a href="https://github.com/withastro/astro/commit/a079c21629ecf95b7539d9afdf90831266d00daf"><code>a079c21</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Improves handling of font URLs not ending with a file extension when using the experimental fonts API</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13750">#13750</a> <a href="https://github.com/withastro/astro/commit/7d3127db9191556d2ead8a1ea35acb972ee67ec3"><code>7d3127d</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Allows the ClientRouter to open new tabs or windows when submitting forms by clicking while holding the Cmd, Ctrl, or Shift key.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13765">#13765</a> <a href="https://github.com/withastro/astro/commit/d874fe08f903a44cd8017313accbc02bcf9cb7d9"><code>d874fe0</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Fixes a case where font sources with relative protocol URLs would fail when using the experimental fonts API</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13640">#13640</a> <a href="https://github.com/withastro/astro/commit/5e582e7b4d56425d622c97ad933b1da0e7434155"><code>5e582e7</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Allows inferring <code>weight</code> and <code>style</code> when using the local provider of the experimental fonts API</p> <p>If you want Astro to infer those properties directly from your local font files, leave them undefined:</p> <pre lang="js"><code>{ // No weight specified: infer style: 'normal'; // Do not infer } </code></pre> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> <blockquote> <h2>5.7.12</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13752">#13752</a> <a href="https://github.com/withastro/astro/commit/a079c21629ecf95b7539d9afdf90831266d00daf"><code>a079c21</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Improves handling of font URLs not ending with a file extension when using the experimental fonts API</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13750">#13750</a> <a href="https://github.com/withastro/astro/commit/7d3127db9191556d2ead8a1ea35acb972ee67ec3"><code>7d3127d</code></a> Thanks <a href="https://github.com/martrapp"><code>@martrapp</code></a>! - Allows the ClientRouter to open new tabs or windows when submitting forms by clicking while holding the Cmd, Ctrl, or Shift key.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13765">#13765</a> <a href="https://github.com/withastro/astro/commit/d874fe08f903a44cd8017313accbc02bcf9cb7d9"><code>d874fe0</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Fixes a case where font sources with relative protocol URLs would fail when using the experimental fonts API</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13640">#13640</a> <a href="https://github.com/withastro/astro/commit/5e582e7b4d56425d622c97ad933b1da0e7434155"><code>5e582e7</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@florian-lefebvre</code></a>! - Allows inferring <code>weight</code> and <code>style</code> when using the local provider of the experimental fonts API</p> <p>If you want Astro to infer those properties directly from your local font files, leave them undefined:</p> <pre lang="js"><code>{ // No weight specified: infer style: 'normal'; // Do not infer } </code></pre> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/5894b5bec40f33ad9b25c77a3c26b2733138fae1"><code>5894b5b</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13760">#13760</a>)</li> <li><a href="https://github.com/withastro/astro/commit/1552dcb1d6d60c936f291ab1efd837f3c6611e36"><code>1552dcb</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/a079c21629ecf95b7539d9afdf90831266d00daf"><code>a079c21</code></a> fix(fonts): handle urls without extensions (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13752">#13752</a>)</li> <li><a href="https://github.com/withastro/astro/commit/6c1d5b320e15bf28003a4124f204185047fba7a3"><code>6c1d5b3</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/d874fe08f903a44cd8017313accbc02bcf9cb7d9"><code>d874fe0</code></a> fix(fonts): relative protocol urls (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13765">#13765</a>)</li> <li><a href="https://github.com/withastro/astro/commit/0db39b0fcf0a44bc2930fbbd405f8d76ccaca061"><code>0db39b0</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/5e582e7b4d56425d622c97ad933b1da0e7434155"><code>5e582e7</code></a> feat(fonts): local provider infer (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13640">#13640</a>)</li> <li><a href="https://github.com/withastro/astro/commit/7d3127db9191556d2ead8a1ea35acb972ee67ec3"><code>7d3127d</code></a> ClientRouter: honor ctrl/shift... keys when clicking submit (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13750">#13750</a>)</li> <li>See full diff in <a href="https://github.com/withastro/astro/commits/[email protected]/packages/astro">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 2 comments.