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

fix(deps): update dependency @astrojs/starlight to v0.25.0 #66

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

withastro/starlight (@​astrojs/starlight)

v0.25.0

Compare Source

Minor Changes
  • #​2025 47f32c1 Thanks @​HiDeoo! - Removes the / search shortcut for accessibility reasons.

    ⚠️ Potentially breaking change: The search.shortcutLabel UI string has been removed. If you were using this string in your custom UI, you will need to update your code.

  • #​2064 c5b47cb Thanks @​SnowDingo! - Improves styling of Markdown tables to work better in different contexts, including against different background colours like when used in asides.

  • #​2031 2bab648 Thanks @​delucis! - Makes sidebar entry parsing stricter in Starlight config

    ⚠️ Potentially breaking change: Previously Starlight would accept a sidebar entry that matched one of its expected shapes, even if it included additional properties. For example, including both link and items was considered valid, with items being ignored. Now, it is an error to include more than one of link, items, or autogenerate in a sidebar entry.

    If you see errors after updating, look for sidebar entries in the Starlight configuration in astro.config.mjs that include too many keys and remove the one that was previously ignored.

  • #​1874 eeba06e Thanks @​lorenzolewis! - Adds a new syntax for specifying sidebar link items for internal links

    You can now specify an internal page using only its slug, either as a string, or as an object with a slug property:

    starlight({
      title: 'Docs with easier sidebars',
      sidebar: ['getting-started', { slug: 'guides/installation' }],
    });

    Starlight will use the linked page’s frontmatter to configure the sidebar link.

Patch Changes

v0.24.5

Compare Source

Patch Changes

v0.24.4

Compare Source

Patch Changes

v0.24.3

Compare Source

Patch Changes

v0.24.2

Compare Source

Patch Changes

v0.24.1

Compare Source

Patch Changes

v0.24.0

Compare Source

Minor Changes
  • #​1841 ee0cd38a Thanks @​HiDeoo! - Adds support for Astro.currentLocale and Astro’s i18n routing.

    ⚠️ Potentially breaking change: Starlight now configures Astro’s i18n option for you based on its locales config.

    If you are currently using Astro’s i18n option as well as Starlight’s locales option, you will need to remove one of these.
    In general we recommend using Starlight’s locales, but if you have a more advanced configuration you may choose to keep Astro’s i18n config instead.

  • #​1958 081d1a96 Thanks @​delucis! - Allows users to opt into displaying a “Built with Starlight” link in the site footer

  • #​1530 dd64836a Thanks @​kevinzunigacuellar! - Adds a new <Badge> component

v0.23.4

Compare Source

Patch Changes

v0.23.3

Compare Source

Patch Changes

v0.23.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch from b7ccaea to 2d1a2fd Compare June 4, 2024 23:55
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.23.2 fix(deps): update dependency @astrojs/starlight to v0.23.3 Jun 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.23.3 fix(deps): update dependency @astrojs/starlight to v0.23.4 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch 2 times, most recently from f603136 to bcf223f Compare June 5, 2024 20:13
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.23.4 fix(deps): update dependency @astrojs/starlight to v0.24.0 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch from bcf223f to 46b5109 Compare June 9, 2024 20:02
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.24.0 fix(deps): update dependency @astrojs/starlight to v0.24.1 Jun 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.24.1 fix(deps): update dependency @astrojs/starlight to v0.24.2 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch 2 times, most recently from 6c31559 to fc567a9 Compare June 19, 2024 00:52
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.24.2 fix(deps): update dependency @astrojs/starlight to v0.24.3 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch from fc567a9 to c679b12 Compare June 20, 2024 18:53
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.24.3 fix(deps): update dependency @astrojs/starlight to v0.24.4 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch from c679b12 to 49be7f9 Compare June 28, 2024 16:26
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.24.4 fix(deps): update dependency @astrojs/starlight to v0.24.5 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch from 49be7f9 to 6537f70 Compare July 5, 2024 14:26
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.24.5 fix(deps): update dependency @astrojs/starlight to v0.25.0 Jul 5, 2024
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.

None yet

0 participants