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.23.1 - autoclosed #58

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

withastro/starlight (@​astrojs/starlight)

v0.23.1

Compare Source

Patch Changes

v0.23.0

Compare Source

Minor Changes
  • #​1846 2de67039 Thanks @​delucis! - Updates @astrojs/mdx to v3 and enables MDX optimization by default

    ⚠️ Potentially breaking change: MDX optimization speeds up builds (Starlight’s docs are building ~40% faster for example), but restricts some advanced MDX features. See full details in the MDX optimization documentation.

    Most Starlight users should be unaffected, but if you are using MDX files outside of Starlight pages with the components prop, you may see issues. You can disable optimization by adding MDX manually to your integrations array in astro.config.mjs:

    import { defineConfig } from 'astro/config';
    + import mdx from '@​astrojs/mdx';
    import starlight from '@​astrojs/starlight';
    
    // https://astro.build/config
    export default defineConfig({
    	integrations: [
    		starlight({
    			title: 'My docs',
    			// ...
    		}),
    +		mdx(),
    	],
    });
  • #​1735 1a9ab50d Thanks @​HiDeoo! - Adds custom styles for <details> and <summary> elements in Markdown content.

  • #​1846 2de67039 Thanks @​delucis! - ⚠️ BREAKING CHANGE: The minimum supported version of Astro is now 4.8.6

    Please update Astro and Starlight together:

    npx @&#8203;astrojs/upgrade

v0.22.4

Compare Source

Patch Changes

v0.22.3

Compare Source

Patch Changes

v0.22.2

Compare Source

Patch Changes

v0.22.1

Compare Source

Patch Changes
  • 1c0fc384 Thanks @​HiDeoo! - Fixes an issue where the siteTitle property would not be set when using the <StarlightPage /> component.

v0.22.0

Compare Source

Minor Changes
  • #​640 7dc503ea Thanks @​HiDeoo! - Adds support for syncing multiple sets of tabs on the same page.

  • #​1620 ca0678ca Thanks @​emjio! - Adds support for translating the site title

    ⚠️ Potentially breaking change: The shape of the title field on Starlight’s internal config object has changed. This used to be a string, but is now an object.

    If you are relying on config.title (for example in a custom <SiteTitle> or <Head> component), you will need to update your code. We recommend using the new siteTitle prop available to component overrides:


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 d623fa9 to 55ca7e7 Compare May 1, 2024 19:01
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.22.0 fix(deps): update dependency @astrojs/starlight to v0.22.1 May 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.22.1 fix(deps): update dependency @astrojs/starlight to v0.22.2 May 6, 2024
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch from 55ca7e7 to 7d94af5 Compare May 6, 2024 20:20
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch from 7d94af5 to c74b397 Compare May 14, 2024 22:58
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.22.2 fix(deps): update dependency @astrojs/starlight to v0.22.3 May 14, 2024
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch from c74b397 to 45580c1 Compare May 17, 2024 01:44
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.22.3 fix(deps): update dependency @astrojs/starlight to v0.22.4 May 17, 2024
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch from 45580c1 to e316014 Compare May 17, 2024 19:57
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.22.4 fix(deps): update dependency @astrojs/starlight to v0.23.0 May 17, 2024
@renovate renovate bot force-pushed the renovate/astrojs-starlight-0.x branch from e316014 to 85a093f Compare May 18, 2024 15:37
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.23.0 fix(deps): update dependency @astrojs/starlight to v0.23.1 May 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency @astrojs/starlight to v0.23.1 fix(deps): update dependency @astrojs/starlight to v0.23.1 - autoclosed May 18, 2024
@renovate renovate bot closed this May 18, 2024
@renovate renovate bot deleted the renovate/astrojs-starlight-0.x branch May 18, 2024 17:16
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