Update dependency @astrojs/starlight to ^0.25.0 #11
+1,418
−2,786
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.19.0
->^0.25.0
Release Notes
withastro/starlight (@astrojs/starlight)
v0.25.2
Compare Source
Patch Changes
#2126
ada51ee
Thanks @essential-randomness! - Adds support for markdown formatting in aside titles#2135
9bbb969
Thanks @oluwatobiss! - Adds Pinterest social iconv0.25.1
Compare Source
Patch Changes
#2122
359a642
Thanks @HiDeoo! - Fixes an i18n configuration issue for multilingual sites when using Astro’si18n
config withprefixDefaultLocale
set tofalse
.#2107
61e223b
Thanks @sanabel-al-firdaws! - Updates Arabic UI translations#2105
81f8a2c
Thanks @delucis! - Fixes an edge case in custom pagination link processingCustom link values for
prev
/next
in page frontmatter are now always used as authored.Previously this was not the case in some edge cases such as for the first and final pages in the sidebar.
#2119
464685a
Thanks @evadecker! - Improves styling of<hr>
,<blockquote>
, and<code>
within asidesv0.25.0
Compare Source
Minor Changes
#2025
47f32c1
Thanks @HiDeoo! - Removes the/
search shortcut for accessibility reasons.search.shortcutLabel
UI string has been removed. If you were using this string in your custom UI, you will need to update your code.#2064
c5b47cb
Thanks @SnowDingo! - Improves styling of Markdown tables to work better in different contexts, including against different background colours like when used in asides.#2031
2bab648
Thanks @delucis! - Makes sidebar entry parsing stricter in Starlight configlink
anditems
was considered valid, withitems
being ignored. Now, it is an error to include more than one oflink
,items
, orautogenerate
in a sidebar entry.If you see errors after updating, look for sidebar entries in the Starlight configuration in
astro.config.mjs
that include too many keys and remove the one that was previously ignored.#1874
eeba06e
Thanks @lorenzolewis! - Adds a new syntax for specifying sidebar link items for internal linksYou can now specify an internal page using only its slug, either as a string, or as an object with a
slug
property:Starlight will use the linked page’s frontmatter to configure the sidebar link.
Patch Changes
f0181d2
Thanks @andrii-bodnar! - Updates the Ukrainian UI translationsv0.24.5
Compare Source
Patch Changes
#2062
5ac0ac6
Thanks @evadecker! - Increase theme and language select inline padding#2056
87e9ad0
Thanks @HiDeoo! - Fixes an issue preventing remark plugins injected by Starlight plugins to handle Markdown text and leaf directives.#2063
3ee1a94
Thanks @delucis! - TranslatefileTree.directory
andaside.*
UI string into Norwegian (Bokmål).#2054
dbfd3ee
Thanks @HiDeoo! - Fixes an issue when using the<StarlightPage>
component in a custom page with a user-definedsrcDir
configuration.v0.24.4
Compare Source
Patch Changes
#2038
87f3f92
Thanks @dragomano! - Updates Russian UI translations#2043
53f4cd4
Thanks @playmr365! - Updates Czech UI translations#2041
8af5a60
Thanks @HiDeoo! - Fixes<Steps>
numbering bug caused by Chrome v126 CSS counter rewritev0.24.3
Compare Source
Patch Changes
#2028
af81ad3
Thanks @HiDeoo! - Fixes a search dialog height issue in Safari.#2022
80f82b1
Thanks @playmr365! - Updates Czech UI translationsv0.24.2
Compare Source
Patch Changes
#2008
40359c7
Thanks @vnepogodin! - Add Slovak language UI translation.#2004
0aa2f06
Thanks @liruifengv! - Removes an outdated export inpackage.json
#2007
44ca490
Thanks @delucis! - Updates internal dependencies#1993
60165b2
Thanks @HiDeoo! - Fixes an i18n configuration issue when using a single root locale.v0.24.1
Compare Source
Patch Changes
#1978
a5ab8cd6
Thanks @kylewlacy! - Add new social icon for Zulip#1962
2ef19a94
Thanks @torn4dom4n! - Updates Vietnamese UI translations#1976
5a61f73c
Thanks @jsparkdev! - Updates Korean UI translations#1987
0b8a8439
Thanks @HiDeoo! - Fixes issues with the locale text direction detection mechanism in some environments like WebContainers or Bun.v0.24.0
Compare Source
Minor Changes
#1841
ee0cd38a
Thanks @HiDeoo! - Adds support forAstro.currentLocale
and Astro’s i18n routing.i18n
option for you based on itslocales
config.If you are currently using Astro’s
i18n
option as well as Starlight’slocales
option, you will need to remove one of these.In general we recommend using Starlight’s
locales
, but if you have a more advanced configuration you may choose to keep Astro’si18n
config instead.#1958
081d1a96
Thanks @delucis! - Allows users to opt into displaying a “Built with Starlight” link in the site footer#1530
dd64836a
Thanks @kevinzunigacuellar! - Adds a new<Badge>
componentv0.23.4
Compare Source
Patch Changes
15ef1f4b
Thanks @HiDeoo! - Reverts a change to prevent a numbering issue with the<Steps>
component in future versions of Chrome.v0.23.3
Compare Source
Patch Changes
#1948
68c0c077
Thanks @HiDeoo! - Fixes a<Steps>
component numbering issue with the next Chrome stable version when a step contains a nested list.#1909
c98c7088
Thanks @joshka! - Adds Discourse to social iconsv0.23.2
Compare Source
Patch Changes
#1913
7ebe8f75
Thanks @delucis! - Fixes support for Astro’sbuild: { format: 'preserve' }
configuration option#1941
2f3240c9
Thanks @astrobot-houston! - Adds icon support for.otf
files in<FileTree>
v0.23.1
Compare Source
Patch Changes
01de9be8
Thanks @delucis! - Internal refactor: simplify some CSS for the<details>
elementv0.23.0
Compare Source
Minor Changes
#1846
2de67039
Thanks @delucis! - Updates@astrojs/mdx
to v3 and enables MDX optimization by defaultMost 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 yourintegrations
array inastro.config.mjs
:#1735
1a9ab50d
Thanks @HiDeoo! - Adds custom styles for<details>
and<summary>
elements in Markdown content.#1846⚠️ BREAKING CHANGE: The minimum supported version of Astro is now 4.8.6
2de67039
Thanks @delucis! -Please update Astro and Starlight together:
v0.22.4
Compare Source
Patch Changes
#1871
03bb126b
Thanks @delucis! - Adds ablueSky
icon and social link option#1873
13f33b81
Thanks @ekfuhrmann! - Adds 1 new icon:alpine
#1857
32cdfaf0
Thanks @tarikcoskun! - Updates Turkish UI translations#1736
cfa94a34
Thanks @julien-deramond! - Prevent list items from overflowing Markdown contentv0.22.3
Compare Source
Patch Changes
#1838
9fe84754
Thanks @delucis! - Adds extra information to the errors thrown by the<Steps>
component to help locate misformatted code#1863
50be60bb
Thanks @torn4dom4n! - Update Vietnamese translation#1837
a33a1223
Thanks @delucis! - Adds three new icons:comment
,comment-alt
,heart
#1842
c7838636
Thanks @delucis! - Moves thehref
used in the site title link to Starlight’s route data object. This makes it possible for overrides to change the title link while reusing Starlight’s default component implemenation.#1840
cb85563c
Thanks @MiahaCybersec! - Adds 1 new icon:hackerone
v0.22.2
Compare Source
Patch Changes
#1811
fe06aa13
Thanks @HiDeoo! - Fixes a<Tabs>
sync issue when inconsistently using theicon
prop or not on<TabItem>
components.#1826
52ea7381
Thanks @dragomano! - Updates Russian UI translationsv0.22.1
Compare Source
Patch Changes
1c0fc384
Thanks @HiDeoo! - Fixes an issue where thesiteTitle
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 titletitle
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 newsiteTitle
prop available to component overrides:v0.21.5
Compare Source
Patch Changes
#1728
0a75680d
Thanks @delucis! - Adds 1 new icon:pkl
#1709
c5cd1811
Thanks @HiDeoo! - Fixes a UI strings translation issue for sites configured with a single non-root language different from English.#1723
3b29b3ab
Thanks @OliverSpeir! - Fixes accessibility by usingaria-selected="false"
for inactive tabs instead of removingaria-selected="true"
in the tablist of Starlight’s<Tabs>
component#1706
f171ac4d
Thanks @jorenbroekema! - Fixes some minor type errorsv0.21.4
Compare Source
Patch Changes
#1703
b26238f2
Thanks @HiDeoo! - Fixes aside custom titles rendering for nested asides.#1708
a72cb966
Thanks @HiDeoo! - Fixes translation issues with Expressive Code when using a default language other than Englishv0.21.3
Compare Source
Patch Changes
#1622
3a074bad
Thanks @SamuelLHuber! - Adds 1 new icon:farcaster
#1616
a86f9b71
Thanks @dragomano! - Updates Russian UI strings#1698
67b892fd
Thanks @liruifengv! - Adds 1 new icon:starlight
#1687
6fa9ea7e
Thanks @mingjunlu! - TranslatesfileTree.directory
UI string into Traditional Chinese.v0.21.2
Compare Source
Patch Changes
#1628
24c0823c
Thanks @o-az! - Adds 1 new icon:nix
#1614
78fc9042
Thanks @kpodurgiel! - Adds Polish UI translations#1596
13ed30cd
Thanks @HiDeoo! - Adds support for toggling the built-in search modal using theCtrl+k
keyboard shortcut.#1608
4096e1b7
Thanks @HiDeoo! - Removes nested CSS from the<FileTree>
component to prevent a potential warning when using Tailwind CSS.#1626
67459cb4
Thanks @hippotastic! - Fixes a bundling issue that caused imports from@astrojs/starlight/components
to fail when using the config settingexpressiveCode: false
.v0.21.1
Compare Source
Patch Changes
#1584
8851d5cd
Thanks @HiDeoo! - Adds 2 new icons:apple
andlinux
.#1577
0ba77890
Thanks @morinokami! - TranslatesfileTree.directory
UI string into Japanese.#1593
fa7ed245
Thanks @liruifengv! - TranslatesfileTree.directory
UI string into simplified Chinese.#1585
bd4e278f
Thanks @HiDeoo! - TranslatesfileTree.directory
UI string into French.#1587
c5794260
Thanks @Eveeifyeve! - Adds 1 new icon:homebrew
.v0.21.0
Compare Source
Minor Changes
#1568
5f99a71d
Thanks @HiDeoo! - Adds support for optionally setting an icon on a<TabItem>
component to make it easier to visually distinguish between tabs.#1308
9a918a5b
Thanks @HiDeoo! - Adds<FileTree>
component to display the structure of a directory.#1308
9a918a5b
Thanks @HiDeoo! - Adds 144 new file-type icons from the Seti UI icon set, available with theseti:
prefix, e.g.seti:javascript
.#1564
d880065e
Thanks @delucis! - Adds a<Steps>
component for styling more complex guided tasks.#1308
9a918a5b
Thanks @HiDeoo! - Adds 5 new icons:astro
,biome
,bun
,mdx
, andpnpm
.v0.20.1
Compare Source
Patch Changes
8e091147
Thanks @hippotastic! - Updates Expressive Code to v0.33.4 to fix potential race condition bug in Shiki.v0.20.0
Compare Source
Minor Changes
#1541
1043052f
Thanks @hippotastic! - Updatesastro-expressive-code
dependency to the latest minor release (0.33).This unlocks support for word wrap and line numbers, as well as updating the syntax highlighter to the latest Shiki release, which includes new and updated language grammars.
See the Expressive Code release notes for more information including details of potentially breaking changes.
Patch Changes
#1542
b3b7a606
Thanks @delucis! - Improves error messages shown by Starlight for configuration errors.#1544
65dc6586
Thanks @torn4dom4n! - Update Vietnamese 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 was generated by Mend Renovate. View the repository job log.