chore(deps): update astro & starlight packages #3512
+155
−63
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.7
0.35.3
->0.36.0
0.24.1
->0.24.2
^0.17.0
->^0.18.0
0.6.0
->0.6.1
Release Notes
withastro/astro (@astrojs/markdown-remark)
v6.3.7
Compare Source
Patch Changes
1e2499e
]:withastro/starlight (@astrojs/starlight)
v0.36.0
Compare Source
Minor Changes
#3427
c3b2d0f
Thanks @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
3364af3
Thanks @HiDeoo! - Makes head entry parsing stricter in Starlight config and content frontmatter.meta
tag defining somecontent
which generates invalid HTML as<meta>
is a void element which cannot have any child nodes. Now, it is an error to define ameta
tag including somecontent
.If you see errors after updating, look for head entries in the Starlight configuration in the
astro.config.mjs
file or in the frontmatter of your content files that include acontent
property for ameta
tag. To fix the error, move thecontent
property to theattrs
object with at least an additional attribute to identify the kind of metadata it represents:#3340
2018c31
Thanks @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
a0d0670
Thanks @andersk! - Fixes HTML validity in sidebar groups by ensuring<summary>
is the first child of<details>
HiDeoo/starlight-blog (starlight-blog)
v0.24.2
Compare Source
Patch Changes
#175
d624bf0
Thanks @HiDeoo! - Fixes a potential issue where RSS content might be truncated in some cases.#175
d624bf0
Thanks @HiDeoo! - Fixes a potential issue where metrics might not be calculated correctly in some cases.HiDeoo/starlight-links-validator (starlight-links-validator)
v0.18.0
Compare Source
Minor Changes
#118
efef54a
Thanks @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.1
Compare Source
Patch Changes
#41
cc18784
Thanks @InertSloth! - Exports theStarlightSidebarTopicsUserOptions
type matching the plugin configuration object.#37
c45840c
Thanks @angelikatyborska! - Fixes a potential type issue for users manually runningtsc
in 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.