fix(deps): update dependency @astrojs/starlight to ^0.16.0 #120
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:
^0.15.1
->^0.16.0
Release Notes
withastro/starlight (@astrojs/starlight)
v0.16.0
Compare Source
Minor Changes
#1383
490c6ef
Thanks @delucis! - Refactors Starlight’s internal virtual module system for components to avoid circular referencesThis is a change to an internal API.
If you were importing the internal
virtual:starlight/components
module, this no longer exists.Update your imports to use the individual virtual modules now available for each component, for example
virtual:starlight/components/EditLink
.#1151
134292d
Thanks @kevinzunigacuellar! - Fixes sidebar auto-generation issue when a file and a directory, located at the same level, have identical names.For example,
src/content/docs/guides.md
andsrc/content/docs/guides/example.md
will now both be included andsrc/content/docs/guides.md
is treated in the same way asrc/content/docs/guides/index.md
file would be.#1386
0163634
Thanks @delucis! - Tightensline-height
on<LinkCard>
titles to fix regression from original designIf you want to preserve the previous
line-height
, you can add the following custom CSS to your site:#1376
8398432
Thanks @delucis! - Tweaks vertical spacing in Markdown content styles.This is a subtle change to Starlight’s default content styling that should improve most sites:
1.5rem
to1rem
.The overall impact is to tighten up content that belongs together and improve the visual hierarchy of headings to break up sections.
Although this is a subtle change, we recommend visually inspecting your site in case this impacts layout of any custom CSS or components.
If you want to preserve the previous spacing, you can add the following custom CSS to your site:
#1372
773880d
Thanks @HiDeoo! - Updates the table of contents highlighting styles to prevent UI shifts when scrolling through a page.If you want to preserve the previous, buggy styling, you can add the following custom CSS to your site:
v0.15.4
Compare Source
Patch Changes
0f4a31d
Thanks @delucis! - Updates dependencies:@astrojs/mdx
,@astrojs/sitemap
, andastro-expressive-code
v0.15.3
Compare Source
Patch Changes
#1303
3eefd21
Thanks @lilnasy! - chore: fix type errors in Starlight internals#1351
932c022
Thanks @roberto-butti! - Adds Italian translation forsearch.devWarning
UI#1298
c7e995c
Thanks @kevinzunigacuellar! - Fixes incorrect sorting behavior for some autogenerated sidebars#1347
8994d00
Thanks @kevinzunigacuellar! - RefactorgetLastUpdated
to usenode:child_process
instead ofexeca
.#1353
90fe8da
Thanks @delucis! - Fixes sidebar scrollbar hiding behind navbarv0.15.2
Compare Source
Patch Changes
#1254
e9659e8
Thanks @Pukimaa! - Adds Open Collective social link icon#1295
c3732a9
Thanks @juchym! - Improve Ukrainian UI translationsConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.