chore(deps): update astro & starlight packages #3512
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
6.3.6->6.3.70.35.3->0.36.00.24.1->0.24.2^0.17.0->^0.18.00.6.0->0.6.1Release Notes
withastro/astro (@astrojs/markdown-remark)
v6.3.7Compare Source
Patch Changes
1e2499e]:withastro/starlight (@astrojs/starlight)
v0.36.0Compare Source
Minor Changes
#3427
c3b2d0fThanks @delucis! - Fixes styling of labels that wrap across multiple lines in<Tabs>component<Tabs>component, you may want to double check the visual appearance of your tabs when updating.If you want to preserve the previous styling, you can add the following custom CSS to your site:
#3380
3364af3Thanks @HiDeoo! - Makes head entry parsing stricter in Starlight config and content frontmatter.metatag defining somecontentwhich generates invalid HTML as<meta>is a void element which cannot have any child nodes. Now, it is an error to define ametatag including somecontent.If you see errors after updating, look for head entries in the Starlight configuration in the
astro.config.mjsfile or in the frontmatter of your content files that include acontentproperty for ametatag. To fix the error, move thecontentproperty to theattrsobject with at least an additional attribute to identify the kind of metadata it represents:head: { tag: 'meta', - content: 'foo', attrs: { name: 'my-meta', + content: 'foo', }, },#3340
2018c31Thanks @HiDeoo! - Adds missing vertical spacing between Markdown content and UI Framework components using client directives.--sl-content-gap-y) between Markdown content blocks. This change introduces similar spacing between Markdown content blocks and UI Framework components using client directives which was not present before.If you were relying on the previous behavior, you can manually override the spacing by manually specifying the top margin on the component using custom CSS, e.g. by relying on a CSS class to target the component.
Patch Changes
a0d0670Thanks @andersk! - Fixes HTML validity in sidebar groups by ensuring<summary>is the first child of<details>HiDeoo/starlight-blog (starlight-blog)
v0.24.2Compare Source
Patch Changes
#175
d624bf0Thanks @HiDeoo! - Fixes a potential issue where RSS content might be truncated in some cases.#175
d624bf0Thanks @HiDeoo! - Fixes a potential issue where metrics might not be calculated correctly in some cases.HiDeoo/starlight-links-validator (starlight-links-validator)
v0.18.0Compare Source
Minor Changes
#118
efef54aThanks @HiDeoo! - Adds hyperlinks (OSC 8) support to validation terminal output.In supported terminals, error slugs can be conveniently used (e.g. with
Ctrl+Click,Opt+Click,Cmd+Click, or a context menu) to open the corresponding file using the default associated application.HiDeoo/starlight-sidebar-topics (starlight-sidebar-topics)
v0.6.1Compare Source
Patch Changes
#41
cc18784Thanks @InertSloth! - Exports theStarlightSidebarTopicsUserOptionstype matching the plugin configuration object.#37
c45840cThanks @angelikatyborska! - Fixes a potential type issue for users manually runningtscin their projects.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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.