Skip to content

Commit 211def9

Browse files
chore(deps): bump the minorandpatch group in /docs with 2 updates (#4100)
Bumps the minorandpatch group in /docs with 2 updates: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/starlight` from 0.34.2 to 0.34.3 <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>.34.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3058">#3058</a> <a href="https://github.com/withastro/starlight/commit/274cc06112824384771b944f504ab0faab45e2b9"><code>274cc06</code></a> Thanks <a href="https://github.com/techfg"><code>@​techfg</code></a>! - Fixes display of focus indicator around site title</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3181">#3181</a> <a href="https://github.com/withastro/starlight/commit/449c8229effaab19ece3c0a34e32595809c33cc8"><code>449c822</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Fixes an issue where all headings in Markdown and MDX content were rendered with a <a href="https://starlight.astro.build/reference/configuration/#headinglinks">clickable anchor link</a>, even in non-Starlight pages.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3168">#3168</a> <a href="https://github.com/withastro/starlight/commit/ca693feb4b6aa9f26b3d536d284288773b788ac6"><code>ca693fe</code></a> Thanks <a href="https://github.com/jsparkdev"><code>@​jsparkdev</code></a>! - Updates Korean langage support with improvements and missing translations</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md"><code>@​astrojs/starlight</code>'s changelog</a>.</em></p> <blockquote> <h2>0.34.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3058">#3058</a> <a href="https://github.com/withastro/starlight/commit/274cc06112824384771b944f504ab0faab45e2b9"><code>274cc06</code></a> Thanks <a href="https://github.com/techfg"><code>@​techfg</code></a>! - Fixes display of focus indicator around site title</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3181">#3181</a> <a href="https://github.com/withastro/starlight/commit/449c8229effaab19ece3c0a34e32595809c33cc8"><code>449c822</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Fixes an issue where all headings in Markdown and MDX content were rendered with a <a href="https://starlight.astro.build/reference/configuration/#headinglinks">clickable anchor link</a>, even in non-Starlight pages.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/3168">#3168</a> <a href="https://github.com/withastro/starlight/commit/ca693feb4b6aa9f26b3d536d284288773b788ac6"><code>ca693fe</code></a> Thanks <a href="https://github.com/jsparkdev"><code>@​jsparkdev</code></a>! - Updates Korean langage support with improvements and missing translations</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/starlight/commit/33997c1130843b1a886c10ccf1aa917b5be33d0e"><code>33997c1</code></a> [ci] release (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/3166">#3166</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/449c8229effaab19ece3c0a34e32595809c33cc8"><code>449c822</code></a> Prevent heading anchor links on non-Starlight content (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/3181">#3181</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/ca693feb4b6aa9f26b3d536d284288773b788ac6"><code>ca693fe</code></a> i18n(ko-KR): update Korean UI strings (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/3168">#3168</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/274cc06112824384771b944f504ab0faab45e2b9"><code>274cc06</code></a> Avoid clipping focus indicator around site title (v2) (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/3058">#3058</a>)</li> <li>See full diff in <a href="https://github.com/withastro/starlight/commits/@astrojs/starlight@0.34.3/packages/starlight">compare view</a></li> </ul> </details> <br /> Updates `astro` from 5.7.10 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>astro@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> <h2>astro@5.7.11</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13734">#13734</a> <a href="https://github.com/withastro/astro/commit/30aec7372b630649e1e484d9453842d3c36eaa26"><code>30aec73</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Loosen content layer schema types</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13751">#13751</a> <a href="https://github.com/withastro/astro/commit/5816b8a6d1295b297c9562ec245db6c60c37f1b1"><code>5816b8a</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Updates <code>unifont</code> to support subsets when using the <code>google</code> provider with the experimental fonts API</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13756">#13756</a> <a href="https://github.com/withastro/astro/commit/d4547bafef559b4f9ecd6e407d531aa51c46f7be"><code>d4547ba</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Adds a terminal warning when a remote provider returns no data for a family when using the experimental fonts API</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13742">#13742</a> <a href="https://github.com/withastro/astro/commit/f5994639120552e38e65c5d4d9688c1a3aa92f90"><code>f599463</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes optimized fallback css generation to properly add a <code>src</code> when using the experimental fonts API</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13740">#13740</a> <a href="https://github.com/withastro/astro/commit/6935540e44e5c75fd2106e3ae37add5e8ae7c67f"><code>6935540</code></a> Thanks <a href="https://github.com/vixalien"><code>@​vixalien</code></a>! - Fix cookies set after middleware did a rewrite with <code>next(url)</code> not being applied</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13759">#13759</a> <a href="https://github.com/withastro/astro/commit/4a56d0a44fb472ef2e3a9999c1b69a52da1afed3"><code>4a56d0a</code></a> Thanks <a href="https://github.com/jp-knj"><code>@​jp-knj</code></a>! - Improved the error handling of certain error cases.</p> </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> <h2>5.7.11</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13734">#13734</a> <a href="https://github.com/withastro/astro/commit/30aec7372b630649e1e484d9453842d3c36eaa26"><code>30aec73</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Loosen content layer schema types</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13751">#13751</a> <a href="https://github.com/withastro/astro/commit/5816b8a6d1295b297c9562ec245db6c60c37f1b1"><code>5816b8a</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Updates <code>unifont</code> to support subsets when using the <code>google</code> provider with the experimental fonts API</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13756">#13756</a> <a href="https://github.com/withastro/astro/commit/d4547bafef559b4f9ecd6e407d531aa51c46f7be"><code>d4547ba</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Adds a terminal warning when a remote provider returns no data for a family when using the experimental fonts API</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13742">#13742</a> <a href="https://github.com/withastro/astro/commit/f5994639120552e38e65c5d4d9688c1a3aa92f90"><code>f599463</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes optimized fallback css generation to properly add a <code>src</code> when using the experimental fonts API</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13740">#13740</a> <a href="https://github.com/withastro/astro/commit/6935540e44e5c75fd2106e3ae37add5e8ae7c67f"><code>6935540</code></a> Thanks <a href="https://github.com/vixalien"><code>@​vixalien</code></a>! - Fix cookies set after middleware did a rewrite with <code>next(url)</code> not being applied</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/13759">#13759</a> <a href="https://github.com/withastro/astro/commit/4a56d0a44fb472ef2e3a9999c1b69a52da1afed3"><code>4a56d0a</code></a> Thanks <a href="https://github.com/jp-knj"><code>@​jp-knj</code></a>! - Improved the error handling of certain error cases.</p> </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><a href="https://github.com/withastro/astro/commit/f4b35a44f4d80a108cb8a7d012bd59ac0e3ef369"><code>f4b35a4</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/13737">#13737</a>)</li> <li><a href="https://github.com/withastro/astro/commit/bb211af8fd8f32c14c43c326cd89fdd388ba1617"><code>bb211af</code></a> [ci] format</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@5.7.12/packages/astro">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6bff24 commit 211def9

2 files changed

Lines changed: 62 additions & 24 deletions

File tree

docs/package-lock.json

Lines changed: 60 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"dependencies": {
1616
"@astrojs/check": "^0.9.4",
17-
"@astrojs/starlight": "^0.34.2",
17+
"@astrojs/starlight": "^0.34.3",
1818
"@astrojs/starlight-tailwind": "^3.0.1",
1919
"@astrojs/tailwind": "^6.0.2",
20-
"astro": "^5.7.10",
20+
"astro": "^5.7.13",
2121
"prettier": "^3.5.3",
2222
"prettier-plugin-astro": "^0.14.1",
2323
"prettier-plugin-tailwindcss": "^0.6.11",

0 commit comments

Comments
 (0)