Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(website): update dependency @astrojs/starlight to v0.32.4 #7079

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/starlight (source) 0.31.1 -> 0.32.4 age adoption passing confidence

Release Notes

withastro/starlight (@​astrojs/starlight)

v0.32.4

Compare Source

Patch Changes

v0.32.3

Compare Source

Patch Changes

v0.32.2

Compare Source

Patch Changes

v0.32.1

Compare Source

Patch Changes

v0.32.0

Compare Source

Minor Changes
  • #​2390 f493361 Thanks @​delucis! - Moves route data to Astro.locals instead of passing it down via component props

    ⚠️ Breaking change:
    Previously, all of Starlight’s templating components, including user or plugin overrides, had access to a data object for the current route via Astro.props.
    This data is now available as Astro.locals.starlightRoute instead.

    To update, refactor any component overrides you have:

    • Remove imports of @astrojs/starlight/props, which is now deprecated.
    • Update code that accesses Astro.props to use Astro.locals.starlightRoute instead.
    • Remove any spreading of {...Astro.props} into child components, which is no longer required.

    In the following example, a custom override for Starlight’s LastUpdated component is updated for the new style:


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.

@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code website labels Mar 3, 2025
@renovate renovate bot requested review from a team as code owners March 3, 2025 01:09
Copy link

github-actions bot commented Mar 3, 2025

📊 Benchmark results

Comparing with e0229e4

  • Dependency count: 1,186 (no change)
  • Package size: 282 MB (no change)
  • Number of ts-expect-error directives: 729 (no change)

@renovate renovate bot force-pushed the renovate/website-astrojs-starlight-0.x branch from f9f5607 to df38a82 Compare March 7, 2025 16:29
Copy link

github-actions bot commented Mar 7, 2025

📊 Benchmark results

Comparing with 67a3994

  • Dependency count: 1,173 (no change)
  • Package size: 297 MB ⬇️ 0.00% decrease vs. 67a3994
  • Number of ts-expect-error directives: 715 (no change)

@renovate renovate bot force-pushed the renovate/website-astrojs-starlight-0.x branch from df38a82 to 165d7ae Compare March 18, 2025 13:47
@renovate renovate bot changed the title chore(website): update dependency @astrojs/starlight to v0.32.2 chore(website): update dependency @astrojs/starlight to v0.32.3 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/website-astrojs-starlight-0.x branch from 165d7ae to fe45224 Compare March 21, 2025 14:15
@renovate renovate bot changed the title chore(website): update dependency @astrojs/starlight to v0.32.3 chore(website): update dependency @astrojs/starlight to v0.32.4 Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant