Skip to content

fix(deps): update dependency @astrojs/starlight to v0.38.3#535

Open
octoguide-renovate[bot] wants to merge 1 commit intomainfrom
renovate/astrojs-starlight-0.x
Open

fix(deps): update dependency @astrojs/starlight to v0.38.3#535
octoguide-renovate[bot] wants to merge 1 commit intomainfrom
renovate/astrojs-starlight-0.x

Conversation

@octoguide-renovate
Copy link
Copy Markdown
Contributor

@octoguide-renovate octoguide-renovate Bot commented Mar 18, 2026

This PR contains the following updates:

Package Change Age Confidence
@astrojs/starlight (source) 0.37.10.38.3 age confidence

Release Notes

withastro/starlight (@​astrojs/starlight)

v0.38.3

Compare Source

Patch Changes

v0.38.2

Compare Source

Patch Changes
  • #​3759 f24ce99 Thanks @​MilesChou! - Fixes an issue where monolingual sites using a region-specific locale (e.g., zh-TW) as the default would incorrectly display base language translations (e.g., zh Simplified Chinese) instead of the region-specific ones (e.g., zh-TW Traditional Chinese).

  • #​3768 a4c6c20 Thanks @​delucis! - Improves performance of sidebar generation for sites with very large sidebars

v0.38.1

Compare Source

Patch Changes

v0.38.0

Compare Source

Minor Changes
Upgrade Astro and dependencies

⚠️ BREAKING CHANGE: Astro v5 is no longer supported. Make sure you update Astro and any other official integrations at the same time as updating Starlight:

npx @​astrojs/upgrade

Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v6. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.

Update your collections

⚠️ BREAKING CHANGE: Drops support for content collections backwards compatibility.

In Astro 5.x, projects could delay upgrading to the new Content Layer API introduced for content collections because of some existing automatic backwards compatibility that was not previously behind a flag. This meant that it was possible to upgrade from Astro 4 to Astro 5 without updating your content collections, even if you had not enabled the legacy.collections flag. Projects would continue to build, and no errors or warnings would be displayed.

Astro v6.0 now removes this automatic legacy content collections support, along with the legacy.collections flag.

If you experience content collections errors after updating to v6, check your project for any removed legacy features that may need updating to the Content Layer API. See the Starlight v0.30.0 upgrade guide for detailed instructions on upgrading legacy collections to the new Content Layer API.

If you are unable to make any changes to your collections at this time, including Starlight's default docs and i18n collections, you can enable the legacy.collectionsBackwardsCompat flag to upgrade to v6 without updating your collections. This temporary flag preserves some legacy v4 content collections features, and will allow you to keep your collections in their current state until the legacy flag is no longer supported.

  • #​3704 375edcc Thanks @​florian-lefebvre! - Fixes autocomplete for components exported from @astrojs/starlight/components/*

    ⚠️ Potentially breaking change: This change moves some files used in Starlight’s component internals out of the components/ directory. Direct use of these files was not and is not officially supported. If you previously imported TableOfContents/starlight-toc.ts, TableOfContents/TableOfContentsList.astro, Icons.ts, or SidebarPersistState.ts, please review your code when updating.

  • #​3729 3642625 Thanks @​delucis! - Improves Starlight’s default body font stack to better support languages such as Chinese, Japanese, and Korean on Windows.
    For most users there should be no visible change.

    If you would prefer to keep the previous font stack, you can add the following custom CSS to your site:

    :root {
      --sl-font-system: ui-sans-serif, system-ui, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    }
  • #​3598 fff38d5 Thanks @​HiDeoo! - Makes hover styles consistent in Starlight’s navigation bar

    Previously, the social icon links and language/theme switchers in Starlight’s navigation bar, dimmed on hover.
    After this change, they now increase in contrast on hover instead.
    This matches hover behavior elsewhere, for example in the sidebar, table of contents, or search button.

    ⚠️ Potentially breaking change: this is a subtle change to the hover style colors.
    If you want to preserve the previous styling, you can add the following custom CSS to your site:

    starlight-theme-select label,
    starlight-lang-select label {
      color: var(--sl-color-gray-1);
    
      &:hover {
        color: var(--sl-color-white);
      }
    }
    
    .social-icons a:hover {
      color: var(--sl-color-text-accent);
      opacity: 0.66;
    }

v0.37.7

Compare Source

Patch Changes
  • #​3726 8a09b60 Thanks @​delucis! - Fixes an issue using components containing scripts inside Starlight’s steps component in versions of Astro >= 5.16.9

v0.37.6

Compare Source

Patch Changes

v0.37.5

Compare Source

Patch Changes

v0.37.4

Compare Source

Patch Changes
  • #​3534 703fab0 Thanks @​HiDeoo! - Fixes support for running builds when npx is unavailable.

    Previously, Starlight would spawn a process to run the Pagefind search indexing binary using npx. On platforms where npx isn’t available, this could cause issues. Starlight now runs Pagefind using its Node.js API to avoid a separate process. As a side effect, you may notice that logging during builds is now less verbose.

  • #​3656 a0e6368 Thanks @​delucis! - Fixes several edge cases in highlighting the current page heading in Starlight’s table of contents

  • #​3663 00cbf00 Thanks @​lines-of-codes! - Adds Thai language support

  • #​3658 ac79329 Thanks @​delucis! - Avoids adding redundant aria-current="false" attributes to sidebar entries

  • #​3382 db295c2 Thanks @​trueberryless! - Fixes an issue where the mobile table of contents is unable to find the first heading when a page has a tall banner.

v0.37.3

Compare Source

Patch Changes

v0.37.2

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
octoguide Error Error Apr 24, 2026 1:13pm

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 961f242 to cd75f0f Compare March 19, 2026 01:50
@octoguide-renovate octoguide-renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.38.0 fix(deps): update dependency @astrojs/starlight to v0.38.1 Mar 19, 2026
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from cd75f0f to 892fa7a Compare March 19, 2026 05:22
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 892fa7a to 83f7719 Compare March 19, 2026 20:32
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 83f7719 to c823021 Compare March 21, 2026 05:05
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from c823021 to 7d238a8 Compare March 21, 2026 08:27
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 7d238a8 to 86ddfbb Compare March 23, 2026 16:54
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 86ddfbb to 3ed8809 Compare March 24, 2026 16:56
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 3ed8809 to c2b7570 Compare March 25, 2026 01:47
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from c2b7570 to 5469643 Compare March 25, 2026 08:44
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 5469643 to 3361920 Compare March 26, 2026 13:03
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 3361920 to 80925f0 Compare March 27, 2026 12:54
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 80925f0 to faad786 Compare March 27, 2026 20:33
@octoguide-renovate octoguide-renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.38.1 fix(deps): update dependency @astrojs/starlight to v0.38.2 Mar 27, 2026
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from b3e0ac0 to 059ef1e Compare April 8, 2026 13:11
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 059ef1e to c9d491b Compare April 9, 2026 09:03
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from c9d491b to efbb7bf Compare April 11, 2026 05:24
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from efbb7bf to b8bdcee Compare April 12, 2026 08:42
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from b8bdcee to fca894a Compare April 13, 2026 09:51
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from fca894a to 05c373a Compare April 14, 2026 09:14
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 05c373a to 985d9bf Compare April 14, 2026 13:15
@octoguide-renovate octoguide-renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.38.2 fix(deps): update dependency @astrojs/starlight to v0.38.3 Apr 14, 2026
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 985d9bf to 5295fed Compare April 18, 2026 05:40
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 5295fed to cefc32e Compare April 19, 2026 20:32
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from cefc32e to 67f17cf Compare April 21, 2026 16:56
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 67f17cf to 837a619 Compare April 22, 2026 05:58
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 837a619 to a840ebd Compare April 22, 2026 09:16
@octoguide-renovate octoguide-renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from a840ebd to 73514ce Compare April 23, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants