Bump @astrojs/starlight from 0.17.0 to 0.17.2 #31

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/astrojs/starlight-0.17.2 into main 2024-02-05 12:57:13 +00:00
dependabot[bot] commented 2024-02-05 11:24:11 +00:00 (Migrated from github.com)

Bumps @astrojs/starlight from 0.17.0 to 0.17.2.

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.17.2

Patch Changes

  • #1442 1a642e4 Thanks @​delucis! - Fixes URLs in language picker for sites with build.format: 'file'

  • #1440 2ea1e88 Thanks @​hippotastic! - Adds JS support to the @astrojs/starlight/expressive-code export to allow importing from non-TS environments.

@​astrojs/starlight@​0.17.1

Patch Changes

Changelog

Sourced from @​astrojs/starlight's changelog.

0.17.2

Patch Changes

  • #1442 1a642e4 Thanks @​delucis! - Fixes URLs in language picker for sites with build.format: 'file'

  • #1440 2ea1e88 Thanks @​hippotastic! - Adds JS support to the @astrojs/starlight/expressive-code export to allow importing from non-TS environments.

0.17.1

Patch Changes

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.17.0 to 0.17.2. <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>.17.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1442">#1442</a> <a href="https://github.com/withastro/starlight/commit/1a642e4d74ee4c30e85bce37b41888b1eae0544a"><code>1a642e4</code></a> Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>! - Fixes URLs in language picker for sites with <code>build.format: 'file'</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1440">#1440</a> <a href="https://github.com/withastro/starlight/commit/2ea1e883186660b48f0ea8c4da7fead5fb74e313"><code>2ea1e88</code></a> Thanks <a href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! - Adds JS support to the <code>@astrojs/starlight/expressive-code</code> export to allow importing from non-TS environments.</p> </li> </ul> <h2><code>@​astrojs/starlight</code><a href="https://github.com/0"><code>@​0</code></a>.17.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1437">#1437</a> <a href="https://github.com/withastro/starlight/commit/655aed4840cae59e9abd64b4b585e60f1cfab209"><code>655aed4</code></a> Thanks <a href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! - Adds Starlight-specific types to <code>defineEcConfig</code> function and exports <code>StarlightExpressiveCodeOptions</code>.</p> <p>This provides Starlight types and IntelliSense support for your Expressive Code configuration options inside an <code>ec.config.mjs</code> file. See the <a href="https://expressive-code.com/key-features/code-component/#using-an-ecconfigmjs-file">Expressive Code documentation</a> for more information.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1420">#1420</a> <a href="https://github.com/withastro/starlight/commit/275f87fd7fc676b9ab323354078c06894e0832c7"><code>275f87f</code></a> Thanks <a href="https://github.com/abdelhalimjean"><code>@​abdelhalimjean</code></a>! - Fix rare <code>font-family</code> issue if users have a font installed with a name of <code>&quot;&quot;</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1365">#1365</a> <a href="https://github.com/withastro/starlight/commit/a0af7cc696da987a76edab96cdd2329779e87724"><code>a0af7cc</code></a> Thanks <a href="https://github.com/kevinzunigacuellar"><code>@​kevinzunigacuellar</code></a>! - Correctly format Pagefind search result links when <code>trailingSlash: 'never'</code> is used</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.17.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1442">#1442</a> <a href="https://github.com/withastro/starlight/commit/1a642e4d74ee4c30e85bce37b41888b1eae0544a"><code>1a642e4</code></a> Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>! - Fixes URLs in language picker for sites with <code>build.format: 'file'</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1440">#1440</a> <a href="https://github.com/withastro/starlight/commit/2ea1e883186660b48f0ea8c4da7fead5fb74e313"><code>2ea1e88</code></a> Thanks <a href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! - Adds JS support to the <code>@astrojs/starlight/expressive-code</code> export to allow importing from non-TS environments.</p> </li> </ul> <h2>0.17.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1437">#1437</a> <a href="https://github.com/withastro/starlight/commit/655aed4840cae59e9abd64b4b585e60f1cfab209"><code>655aed4</code></a> Thanks <a href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! - Adds Starlight-specific types to <code>defineEcConfig</code> function and exports <code>StarlightExpressiveCodeOptions</code>.</p> <p>This provides Starlight types and IntelliSense support for your Expressive Code configuration options inside an <code>ec.config.mjs</code> file. See the <a href="https://expressive-code.com/key-features/code-component/#using-an-ecconfigmjs-file">Expressive Code documentation</a> for more information.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1420">#1420</a> <a href="https://github.com/withastro/starlight/commit/275f87fd7fc676b9ab323354078c06894e0832c7"><code>275f87f</code></a> Thanks <a href="https://github.com/abdelhalimjean"><code>@​abdelhalimjean</code></a>! - Fix rare <code>font-family</code> issue if users have a font installed with a name of <code>&quot;&quot;</code></p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1365">#1365</a> <a href="https://github.com/withastro/starlight/commit/a0af7cc696da987a76edab96cdd2329779e87724"><code>a0af7cc</code></a> Thanks <a href="https://github.com/kevinzunigacuellar"><code>@​kevinzunigacuellar</code></a>! - Correctly format Pagefind search result links when <code>trailingSlash: 'never'</code> is used</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/starlight/commit/df83f141cef3cde93ab1f924864891f9e7c828d2"><code>df83f14</code></a> [ci] release (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1441">#1441</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/1a642e4d74ee4c30e85bce37b41888b1eae0544a"><code>1a642e4</code></a> Update <code>localizedUrl()</code> to handle <code>.html</code> routes correctly (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1442">#1442</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/c5f4a71c69dfa820876101821c138928e5960fa6"><code>c5f4a71</code></a> Update Vitest to v1 (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1438">#1438</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/95db585c083409aced2c361b437b499511a59cb6"><code>95db585</code></a> [ci] format</li> <li><a href="https://github.com/withastro/starlight/commit/2ea1e883186660b48f0ea8c4da7fead5fb74e313"><code>2ea1e88</code></a> Add JS support to <code>@astrojs/starlight/expressive-code</code> export (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1440">#1440</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/e4bbfd6e7b17a2b1a05c7d3061c1bd9ea05bbe9f"><code>e4bbfd6</code></a> [ci] format</li> <li><a href="https://github.com/withastro/starlight/commit/f60f1d05f66e86486ef0af3656c2d04569c03afa"><code>f60f1d0</code></a> [ci] release (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1432">#1432</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/655aed4840cae59e9abd64b4b585e60f1cfab209"><code>655aed4</code></a> Add Starlight types to <code>defineEcConfig</code> and export `StarlightExpressiveCodeOp...</li> <li><a href="https://github.com/withastro/starlight/commit/a0af7cc696da987a76edab96cdd2329779e87724"><code>a0af7cc</code></a> extend config options to pagefind (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1365">#1365</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/275f87fd7fc676b9ab323354078c06894e0832c7"><code>275f87f</code></a> fix : font not rendered properly on firefox <a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1419">#1419</a> (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1420">#1420</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/starlight/commits/@astrojs/starlight@0.17.2/packages/starlight">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@astrojs/starlight&package-manager=npm_and_yarn&previous-version=0.17.0&new-version=0.17.2)](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>
vercel[bot] commented 2024-02-05 11:24:14 +00:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astro-ghostcms-demo Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 0:54am
astro-ghostcms-xyz Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 0:54am
catppuccin-dark-demo Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 0:54am
[vc]: #w6UAJ2zabGIg5uvq3vtZ2O/xeL19SQTWvvz/gFBaNuU=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJhc3Ryby1naG9zdGNtcy1kZW1vIiwicm9vdERpcmVjdG9yeSI6ImRlbW8iLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vYWRhbW1hdHRoaWVzZW5zLXByb2plY3RzL2FzdHJvLWdob3N0Y21zLWRlbW8vNEpFd3VoemJSdGt6UE1hMUxpb2FWZnZMdFBqdSIsInByZXZpZXdVcmwiOiJhc3Ryby1naG9zdGNtcy1kZW1vLWdpdC1kZXBlbmRhLTA1N2QzYy1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJhc3Ryby1naG9zdGNtcy1kZW1vLWdpdC1kZXBlbmRhLTA1N2QzYy1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fSx7Im5hbWUiOiJjYXRwcHVjY2luLWRhcmstZGVtbyIsInJvb3REaXJlY3RvcnkiOiJjYXRwcHVjY2luLWRhcmstZGVtbyIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS9hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMvY2F0cHB1Y2Npbi1kYXJrLWRlbW8vQ3RtRzY2Q1lDZEdBVHNuYTVrdjI5b24zRmhtTSIsInByZXZpZXdVcmwiOiJjYXRwcHVjY2luLWRhcmstZGVtby1naXQtZGVwZW5kLWQwOTAwMy1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJjYXRwcHVjY2luLWRhcmstZGVtby1naXQtZGVwZW5kLWQwOTAwMy1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fSx7Im5hbWUiOiJhc3Ryby1naG9zdGNtcy14eXoiLCJyb290RGlyZWN0b3J5Ijoid3d3IiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL2FkYW1tYXR0aGllc2Vucy1wcm9qZWN0cy9hc3Ryby1naG9zdGNtcy14eXovMlJ4bTZnUk1oRmJ4ZGJyc3pXRjFhSGlnalRCRCIsInByZXZpZXdVcmwiOiJhc3Ryby1naG9zdGNtcy14eXotZ2l0LWRlcGVuZGFiLTM1OWFkNS1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJhc3Ryby1naG9zdGNtcy14eXotZ2l0LWRlcGVuZGFiLTM1OWFkNS1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fV19 **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **astro-ghostcms-demo** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/astro-ghostcms-demo/4JEwuhzbRtkzPMa1LioaVfvLtPju)) | [Visit Preview](https://vercel.live/open-feedback/astro-ghostcms-demo-git-dependa-057d3c-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/astro-ghostcms-demo-git-dependa-057d3c-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Feb 5, 2024 0:54am | | **astro-ghostcms-xyz** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/astro-ghostcms-xyz/2Rxm6gRMhFbxdbrszWF1aHigjTBD)) | [Visit Preview](https://vercel.live/open-feedback/astro-ghostcms-xyz-git-dependab-359ad5-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/astro-ghostcms-xyz-git-dependab-359ad5-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Feb 5, 2024 0:54am | | **catppuccin-dark-demo** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/catppuccin-dark-demo/CtmG66CYCdGATsna5kv29on3FhmM)) | [Visit Preview](https://vercel.live/open-feedback/catppuccin-dark-demo-git-depend-d09003-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/catppuccin-dark-demo-git-depend-d09003-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Feb 5, 2024 0:54am |
Adammatthiesen (Migrated from github.com) approved these changes 2024-02-05 12:57:06 +00:00
Sign in to join this conversation.
No description provided.