fix(deps): update dependency @astrojs/starlight to ^0.11.0 - autoclosed #97
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.10.1
->^0.11.0
Release Notes
withastro/starlight (@astrojs/starlight)
v0.11.0
Compare Source
Minor Changes
#774
903a579
Thanks @HiDeoo! - Support adding HTML attributes to sidebar links from config and frontmatter#796
372ec96
Thanks @HiDeoo! - Add the@astrojs/sitemap
and@astrojs/mdx
integrations only if they are not detected in the Astro configuration.#447
b45719b
Thanks @andremralves! - AddtitleDelimiter
configuration option and include site title in page<title>
tags<title>
only included its individual frontmatter title.Now,
<title>
tags include the page title, a delimiter character (|
by default), and the site title.For example, in the Startlight docs,
<title>Configuration Reference</title>
is now<title>Configuration Reference | Starlight</title>
.If you have a page where you need to override this new behaviour, set a custom title using the
head
frontmatter property:v0.10.4
Compare Source
Patch Changes
#752
6833ee1
Thanks @apinet! - Add X social link logo#789
2528fb0
Thanks @delucis! - Update bundled version of@astrojs/mdx
to v1.1.0#794
a0de12d
Thanks @HiDeoo! - Add Telegram icon#792
a8358df
Thanks @HiDeoo! - Add RSS icon#778
957d2c3
Thanks @jermanuts! - Improve Arabic UI translationsv0.10.3
Compare Source
Patch Changes
#783
f94727e
Thanks @kevinzunigacuellar! - Fix GitHub edit link to include src path from project config#781
a293ef9
Thanks @dreyfus92! - Removed role from Banner component to avoid duplication in header.#745
006d606
Thanks @TheOtterlord! - Prevent Starlight crashing when the content folder doesn't exist, or is empty#775
2ef3036
Thanks @delucis! - Fix content collection schema compatibility with Astro 3.1 and higher#773
423d575
Thanks @tlandmangh! - Fix Dutch UI translation for “Previous page” linksv0.10.2
Compare Source
Patch Changes
#735
2da8692
Thanks @delucis! - Use Starlight font custom property in Pagefind modal#735
2da8692
Thanks @delucis! - Fix RTL styling in Pagefind modal#739
a9de4a7
Thanks @radenpioneer! - Add Indonesian UI translation#747
7589515
Thanks @nirtamir2! - Add Hebrew 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.