Skip to content

fix(deps): update dependency @astrojs/starlight to v0.42.0 - #916

Merged
riderx merged 1 commit into
mainfrom
renovate/astrojs-starlight-0.x
Sep 7, 2026
Merged

fix(deps): update dependency @astrojs/starlight to v0.42.0#916
riderx merged 1 commit into
mainfrom
renovate/astrojs-starlight-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

withastro/starlight (@​astrojs/starlight)

v0.42.0

Compare Source

Minor Changes
  • #​3572 292fb17 Thanks @​HiDeoo! - Distributes package as JavaScript files with dedicated type declaration files instead of TypeScript source files.

  • #​4121 2623ae6 Thanks @​delucis! - Simplifies markup for Starlight’s mobile menu toggle

    ⚠️ Potentially breaking change: If you use a theme plugin, custom styles, or component overrides targeting the MobileMenuToggle button or PageFrame components, you may need to adjust these for the new markup. The button is no longer wrapped in a <starlight-menu-button> custom element and no longer uses the aria-expanded attribute. Instead, you can use the .sl-menu-button class name to target the button and the :popover-open pseudo-class to style the menu open state specifically.

    In the following example, custom styles for the menu button are updated for the new approach:

    - starlight-menu-button button {
    + .sl-menu-button {
      color: var(--sl-color-text);
    }
    
    - starlight-menu-button[aria-expanded='true'] button {
    + .sl-menu-button:has(~ :popover-open) {
      color: var(--sl-color-text-accent-high);
    }

    See MobileMenuToggle.astro and PageFrame.astro on GitHub for the full source code of the updated components.

  • #​3572 292fb17 Thanks @​HiDeoo! - Removes the tagline configuration option, which was never used.

    If your configuration included a tagline option, you can safely remove it without any replacement.

  • #​4134 6135f01 Thanks @​HiDeoo! - Updates internal @astrojs/mdx, @astrojs/markdown-satteri, and satteri dependencies.

    ⚠️ BREAKING CHANGE: The following minimum versions are now required:

    • astro v7.2.10 or later
    • @astrojs/markdown-satteri 0.4.0 or later (if you use it)
    • @astrojs/markdown-remark 7.3.0 or later (if you use it)

    Please update Starlight and Astro together:

    npx @astrojs/upgrade
  • #​4121 2623ae6 Thanks @​delucis! - Refactors Starlight’s mobile menu toggle to work when JavaScript fails or is disabled

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 116 (released August 2023), Safari-based browsers prior to version 17.0 (released September 2023), and Firefox prior to version 125 (released April 2024). You can find a list of currently supported browsers and their versions using this browserslist query.

    This change also removes the data-mobile-menu-expanded attribute, which was previously added to <body> while the mobile menu is open. If you have custom code that was depending on this attribute, you will need to update it to use a new selector to check if the mobile menu is open.

    In the following example, a custom background colour for the site header while the menu is open is updated for the new approach:

    - [data-mobile-menu-expanded] header {
    + body:has(sl-sidebar-pane:popover-open) header {
      background-color: var(--sl-color-bg);
    }

v0.41.11

Compare Source

Patch Changes
  • #​4167 32a5e29 Thanks @​HiDeoo! - Fixes a layout issue and anchor links appearing for hidden headings, e.g. footnote headings, when markdown.headingLinks is enabled or the <AnchorHeading> component is used.

  • #​4148 cdfafd8 Thanks @​ematipico! - Optimizes sidebar data generation logic to speed up sites with large sidebars

v0.41.10

Compare Source

Patch Changes

v0.41.9

Compare Source

Patch Changes

v0.41.8

Compare Source

Patch Changes

v0.41.7

Compare Source

Patch Changes
  • #​4114 3e486fb Thanks @​delucis! - Fixes processing of code examples in RTL languages when using Astro’s Sätteri Markdown processor

v0.41.6

Compare Source

Patch Changes

v0.41.5

Compare Source

Patch Changes

v0.41.4

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

cursor[bot]
cursor Bot approved these changes Jul 27, 2026
@socket-security

socket-security Bot commented Jul 27, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​astrojs/​starlight@​0.41.3 ⏵ 0.42.09810085 +197 +2100

View full report

@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.41.4 fix(deps): update dependency @astrojs/starlight to v0.41.5 Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 5184218 to e870436 Compare July 28, 2026 08:41

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: low. Approved — patch-only @astrojs/starlight 0.41.3→0.41.5 bump with no applicable approval policy and Cursor Bugbot not present to signal findings. No reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver External

@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.41.5 fix(deps): update dependency @astrojs/starlight to v0.41.6 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch 2 times, most recently from cf9dc14 to 2283651 Compare August 5, 2026 12:10
@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.41.6 fix(deps): update dependency @astrojs/starlight to v0.41.7 Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 2283651 to 1d89174 Compare August 10, 2026 07:08

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: low. Approved — patch-only @astrojs/starlight 0.41.3→0.41.7 bump (package.json + lockfile) with no applicable approval policy and Cursor Bugbot not present to signal findings. No reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver External

@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.41.7 Update dependency @astrojs/starlight to v0.41.7 Aug 10, 2026
@renovate renovate Bot changed the title Update dependency @astrojs/starlight to v0.41.7 fix(deps): update dependency @astrojs/starlight to v0.41.7 Aug 12, 2026
@renovate
renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 1d89174 to 869f69c Compare August 14, 2026 12:37
@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.41.7 fix(deps): update dependency @astrojs/starlight to v0.41.8 Aug 25, 2026
@renovate
renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 869f69c to 3448342 Compare August 25, 2026 01:08
@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.41.8 fix(deps): update dependency @astrojs/starlight to v0.41.9 Aug 26, 2026
@renovate
renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 3448342 to 4a5ad80 Compare August 26, 2026 01:00
@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.41.9 fix(deps): update dependency @astrojs/starlight to v0.41.10 Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 4a5ad80 to 6e09f6f Compare August 28, 2026 18:56
@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.41.10 fix(deps): update dependency @astrojs/starlight to v0.41.11 Sep 1, 2026
@renovate
renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch 2 times, most recently from eff8fff to 656da15 Compare September 2, 2026 11:47
@renovate renovate Bot changed the title fix(deps): update dependency @astrojs/starlight to v0.41.11 fix(deps): update dependency @astrojs/starlight to v0.42.0 Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 656da15 to 8695432 Compare September 4, 2026 14:06
@renovate
renovate Bot force-pushed the renovate/astrojs-starlight-0.x branch from 8695432 to a106deb Compare September 7, 2026 11:40
@sonarqubecloud

sonarqubecloud Bot commented Sep 7, 2026

Copy link
Copy Markdown

@riderx
riderx merged commit f4c3b5e into main Sep 7, 2026
17 of 19 checks passed
@renovate
renovate Bot deleted the renovate/astrojs-starlight-0.x branch September 7, 2026 11:48
cursor Bot pushed a commit that referenced this pull request Sep 8, 2026
…ersions

Rebased onto main (79cbefd). Kept @astrojs/starlight at 0.41.3 instead of
main's 0.42.0 from renovate #916: Starlight 0.42 / MDX 8 pull satteri 0.10
native bindings that fail docs prerender on /_llms-txt/* routes. Also pinned
@astrojs/mdx 7.0.8, starlight-image-zoom 0.15.0, starlight-llms-txt 0.10.0,
typescript 6.0.3, and js-yaml 4.3.2 for the same Astro check/build constraints.

Upgraded highlights: @astrojs/compiler-rs 0.4.0, @dotenvx/dotenvx 2.23.0,
@supabase/supabase-js 2.115.0, astro-icon 1.2.0, linkify-it 6.1.0, playwright
1.63.0, tailwindcss 4.3.3, wrangler 4.129.0, zod 4.5.4, sharp 0.35.4.

Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants