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.7.0->^0.9.0^0.23.2->^0.29.04.29.14->4.36.14.9.2->4.16.174.3.4->4.4.018.2.0->18.3.118.2.0->18.3.1^0.32.5->^0.33.01.12.3->1.13.35.4.5->5.7.23.21.4->3.23.8Release Notes
withastro/language-tools (@astrojs/check)
v0.9.4Compare Source
Patch Changes
6e62aaa: Upgrades chokidar to v45a44072: Fixes formatting not working by default in certain circumstances5a44072]3a836de]v0.9.3Compare Source
Patch Changes
28dfebe: Updates to the stable version of Volar 2.4.028dfebe]v0.9.2Compare Source
Patch Changes
e8e18a8: Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the filee8e18a8]v0.9.1Compare Source
Patch Changes
cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain casescc94bef]v0.9.0Compare Source
Minor Changes
b65d6b4: Adds support for SCSS and LESS intellisense inside style tagsPatch Changes
3a60f00]b65d6b4]v0.8.3Compare Source
Patch Changes
0a46801: Fixes a regression where errors could wrongly show (or not show) inside scripts and style tags0a46801]72f61e1]v0.8.2Compare Source
Patch Changes
708167e: Fixes script and style tags being wrongfully included in the generated TSX708167e]v0.8.1Compare Source
Patch Changes
5eb20f2: Fixes installation on Yarn 45eb20f2]v0.8.0Compare Source
Minor Changes
b8a6af3: Upgrades to the latest version of Volar, the underlying framework powering the Astro language server. This update should fix some of the recent issues regarding intellisense inside script tags.Patch Changes
a1769da: Adds a README with helpful linksb8a6af3]withastro/starlight (@astrojs/starlight)
v0.29.2Compare Source
Patch Changes
128cc51Thanks @delucis! - Fixes an edge case to correctly avoid a trailing slash when navigating from a root locale homepage to another language via Starlight’s language switcher whentrailingSlash: 'never'is setv0.29.1Compare Source
Patch Changes
#2611
6059d96Thanks @HiDeoo! - Fixes a UI string type issue in projects with multiple data content collections.#2606
10b15a7Thanks @delucis! - Makes<CardGrid>more resilient to complex child content on smaller viewports#2605
ec7ab4fThanks @brianzelip! - ExposesSidebarPersistercomponent in package exports for use in custom overrides#2614
9a31980Thanks @HiDeoo! - Fixes an issue with custom pages using the<StarlightPage />component and a custom sidebar missing highlighting for the active page and navigation links.#2600
49aef17Thanks @jdevega! - Adds Backstage social icon#2613
a73780fThanks @delucis! - Fixes support forsidebarfrontmatter options in sidebar entries usingslugor the string shorthand for internal linksv0.29.0Compare Source
Minor Changes
#2551
154c8e3Thanks @hippotastic! - Updates theastro-expressive-codedependency to the latest version (0.38).The new version allows using
ec.config.mjsto selectively override individual Expressive Code styles and settings provided by Starlight themes and plugins, speeds up Shiki language loading, and adds the config optionexpressiveCode.shiki.injectLangsIntoNestedCodeBlocks. See the Expressive Code release notes for full details.#2252
6116db0Thanks @HiDeoo! - Improves build performance for sites with large sidebarsThis release adds a caching layer to Starlight’s sidebar generation logic, reducing the number of times sidebars need to be regenerated while building a site. Some benchmarks for projects with a complex sidebar saw builds complete more than 35% faster with this change.
#2503
a4c8eddThanks @HiDeoo! - Improves the accessibility of asides and tabs by removing some unnecessary HTML landmarks.Patch Changes
241966bThanks @RafidMuhymin! - Adds social link icon for Nostrv0.28.6Compare Source
Patch Changes
236467bThanks @HiDeoo! - Fixes an issue with custom UI strings defined in YAML files not being loaded in some contexts.v0.28.5Compare Source
Patch Changes
#2546
bf42300Thanks @HiDeoo! - Fixes an issue where i18n content collection related errors, e.g. malformed JSON or YAML, would not be reported.#2548
07673c8Thanks @HiDeoo! - Fixes a URL localization edge case. In projects without a root locale configured, slugs without a locale prefix did not fall back to the default locale as expected.#2547
91e1dd7Thanks @HiDeoo! - Fixes a Firefox Markdown content rendering issue for text sentences separated by a line break.#2524
1b46783Thanks @jsparkdev! - Fixes a broken link to Astro’s Docs in an error messagev0.28.4Compare Source
Patch Changes
#2444
d585b3eThanks @HiDeoo! - Fixes a UI string translation issue for languages with a region subtag.#2518
0f69db8Thanks @morinokami! - Updates Japanese UI translations#2507
bd6ced5Thanks @HiDeoo! - Fixes a table of contents highlighting issue after resizing the window.#2444
d585b3eThanks @HiDeoo! - Refactors various components to use the new built-in localization system to access translated UI strings.v0.28.3Compare Source
Patch Changes
#2408
0b4823dThanks @HiDeoo! - Fixes a link formatting issue when using the Astrobuild.formatoption set tofilewith abase.#2380
7b451cfThanks @delucis! - Loosen Starlight’s i18n schema to pass through unknown keys#2388
6bba3d8Thanks @HiDeoo! - Fixes a potential type-checking issue in Starlight projects.#2443
a0f40b3Thanks @kevinzunigacuellar! - Fixes CSS issue where bottom padding is not applied in the search dialog.v0.28.2Compare Source
Patch Changes
a257b83Thanks @HiDeoo! - Fixes an issue with synced<Tabs>components containing nested<Tabs>causing tab panels to not render correctly.v0.28.1Compare Source
Patch Changes
79b9adeThanks @HiDeoo! - Fixes an issue with Expressive Code UI labels not displaying correctly.v0.28.0Compare Source
Minor Changes
#1923
5269aadThanks @HiDeoo! - Overhauls the built-in localization system which is now powered by thei18nextlibrary and available to use anywhere in your documentation website.See the “Using UI translations” guide to learn more about how to access built-in UI labels or your own custom strings in your project. Plugin authors can also use the new
injectTranslations()helper to add or update translation strings.Astro.props.labelsprops has been removed from the props passed down to custom component overrides.If you are relying on
Astro.props.labels(for example to read a built-in UI label), you will need to update your code to use the newAstro.locals.t()helper instead.v0.27.1Compare Source
Patch Changes
f92791aThanks @delucis! - Fixes resolution for the internal module Git virtual module in projects with special characters in the file pathv0.27.0Compare Source
Minor Changes
#1255
6f3202bThanks @Fryuni! - Adds support for server-rendered Starlight pages.When building a project with
hybridorserveroutput mode, a newprerenderoption on Starlight config can be set tofalseto make all Starlight pages be rendered on-demand:Patch Changes
#2242
756e85eThanks @delucis! - Refactors the logic for persisting and restoring sidebar state across navigations for better performance on slow or busy devices#1255
6f3202bThanks @Fryuni! - Improves performance of computing the last updated times from Git history.Instead of executing
gitfor each docs page, it is now executed twice regardless of the number of pages.#1255
6f3202bThanks @Fryuni! - Fixes last updated times on projects with customsrcDirv0.26.4Compare Source
Patch Changes
#2288
b15f725Thanks @matthewp! - Safely handle Zod errorsPrevents bugs where errors without the
.receivedprops would through and cause builds to fail unnecessarily.v0.26.3Compare Source
Patch Changes
#2281
5062d30Thanks @HiDeoo! - Fixes a potential text rendering issue that could include extra whitespaces for text containing colons.#2279
62d59e2Thanks @HiDeoo! - Fixes an issue with frontmatter schemas containing collection references used with the<StarlightPage />component and an Astro version greater than4.14.0.v0.26.2Compare Source
Patch Changes
#2273
746e0cdThanks @delucis! - Fixes type error when using Starlight with Astro v4.15#2265
25b661eThanks @SeraphicRav! - Adds TikTok social icon#2272
d1969ddThanks @o-az! - Adds new icon:jsr#2250
c0a6166Thanks @HiDeoo! - Removes internal E2E tests from the package published to the npm registry.#2253
72bc76aThanks @HiDeoo! - Fixes an issue preventing to use theclassattribute in hero action link buttons.v0.26.1Compare Source
Patch Changes
74d4716Thanks @HiDeoo! - Fixes a sidebar persistence issue when navigating between pages with different sidebar content.v0.26.0Compare Source
Minor Changes
#1784
68f56a7Thanks @HiDeoo! - Adds<LinkButton>component for visually distinct and emphasized call to action links#2150
9368494Thanks @delucis! - Adds state persistence across page navigations to the main site sidebar#2087
caa84eaThanks @HiDeoo! - Adds persistence to synced<Tabs>so that a user's choices are reflected across page navigations.#2051
ec3b579Thanks @HiDeoo! - Adds a guideline to the last step of the<Steps>component.If you want to preserve the previous behaviour and hide the guideline on final steps, you can add the following custom CSS to your site:
#1784
68f56a7Thanks @HiDeoo! - Changes the hero component action button default variant fromminimaltoprimary.variantwill need to be updated to include thevariantproperty with the valueminimal.hero: actions: - text: View on GitHub link: https://github.com/astronaut/my-project icon: external + variant: minimal#2168⚠️ BREAKING CHANGE: Updates the
e044feeThanks @HiDeoo! -<StarlightPage />componentsidebarprop to accept an array ofSidebarItems like the main Starlightsidebarconfiguration inastro.config.mjs.This change simplifies the definition of sidebar items in the
<StarlightPage />component, allows for shared sidebar configuration between the globalsidebaroption and<StarlightPage />component, and also enables the usage of autogenerated sidebar groups with the<StarlightPage />component.If you are using the
<StarlightPage />component with a customsidebarconfiguration, you will need to update thesidebarprop to an array ofSidebarItemobjects.For example, the following custom page with a custom
sidebarconfiguration defines a “Resources” group with a “New” badge, a link to the “Showcase” page which is part of thedocscontent collection, and a link to the Starlight website:v0.25.5Compare Source
Patch Changes
#2171
c8258d7Thanks @delucis! - Improves build performance slightly for bigger sites#2199
91557fdThanks @connorjs! - Adds Azure DevOps (azureDevOps) icon for use in social links.v0.25.4Compare Source
Patch Changes
#2155
8bed886Thanks @delucis! - Improves page load performance on slower devices#2167
9ac7725Thanks @delucis! - Fixes an issue detecting the built-in locale when running Starlight in a web container environment on Firefox#2166
4f12049Thanks @delucis! - Updates@astrojs/mdx,@astrojs/sitemap,astro-expressive-code,unified, andvfiledependencies to the latest versionv0.25.3Compare Source
Patch Changes
#2154
0b381d5Thanks @mktbsh! - Updates<head>logic to deduplicate<link rel="canonical">tags. This means that custom canonicals set via frontmatter now override the default canonical generated by Starlight.#2157
6757d97Thanks @astrobot-houston! - Updates file tree icon mapping to correctly map.cjsand.mjsextensions in several contexts#2156
904ad47Thanks @delucis! - Fixes builds for projects with a space in their pathname#2137
703903bThanks @cevdetardaharan! - Removestwitter:titleandtwitter:descriptionmeta tags from<head>v0.25.2Compare Source
Patch Changes
#2126
ada51eeThanks @essential-randomness! - Adds support for markdown formatting in aside titles#2135
9bbb969Thanks @oluwatobiss! - Adds Pinterest social iconv0.25.1Compare Source
Patch Changes
#2122
359a642Thanks @HiDeoo! - Fixes an i18n configuration issue for multilingual sites when using Astro’si18nconfig withprefixDefaultLocaleset tofalse.#2107
61e223bThanks @sanabel-al-firdaws! - Updates Arabic UI translations#2105
81f8a2cThanks @delucis! - Fixes an edge case in custom pagination link processingCustom link values for
prev/nextin 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
464685aThanks @evadecker! - Improves styling of<hr>,<blockquote>, and<code>within asidesv0.25.0Compare Source
Minor Changes
#2025
47f32c1Thanks @HiDeoo! - Removes the/search shortcut for accessibility reasons.search.shortcutLabelUI string has been removed. If you were using this string in your custom UI, you will need to update your code.#2064
c5b47cbThanks @SnowDingo! - Improves styling of Markdown tables to work better in different contexts, including against different background colours like when used in asides.#2031
2bab648Thanks @delucis! - Makes sidebar entry parsing stricter in Starlight configlinkanditemswas considered valid, withitemsbeing ignored. Now, it is an error to include more than one oflink,items, orautogeneratein a sidebar entry.If you see errors after updating, look for sidebar entries in the Starlight configuration in
astro.config.mjsthat include too many keys and remove the one that was previously ignored.#1874
eeba06eThanks @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
slugproperty:Starlight will use the linked page’s frontmatter to configure the sidebar link.
Patch Changes
f0181d2Thanks @andrii-bodnar! - Updates the Ukrainian UI translationsv0.24.5Compare Source
Patch Changes
#2062
5ac0ac6Thanks @evadecker! - Increase theme and language select inline padding#2056
87e9ad0Thanks @HiDeoo! - Fixes an issue preventing remark plugins injected by Starlight plugins to handle Markdown text and leaf directives.#2063
3ee1a94Thanks @delucis! - TranslatefileTree.directoryandaside.*UI string into Norwegian (Bokmål).#2054
dbfd3eeThanks @HiDeoo! - Fixes an issue when using the<StarlightPage>component in a custom page with a user-definedsrcDirconfiguration.v0.24.4Compare Source
Patch Changes
#2038
87f3f92Thanks @dragomano! - Updates Russian UI translations#2043
53f4cd4Thanks @playmr365! - Updates Czech UI translations#2041
8af5a60Thanks @HiDeoo! - Fixes<Steps>numbering bug caused by Chrome v126 CSS counter rewritev0.24.3Compare Source
Patch Changes
#2028
af81ad3Thanks @HiDeoo! - Fixes a search dialog height issue in Safari.#2022
80f82b1Thanks @playmr365! - Updates Czech UI translationsv0.24.2Compare Source
Patch Changes
#2008
40359c7Thanks @vnepogodin! - Add Slovak language UI translation.#2004
0aa2f06Thanks @liruifengv! - Removes an outdated export inpackage.json#2007
44ca490Thanks @delucis! - Updates internal dependencies#1993
60165b2Thanks @HiDeoo! - Fixes an i18n configuration issue when using a single root locale.v0.24.1Compare Source
Patch Changes
#1978
a5ab8cd6Thanks @kylewlacy! - Add new social icon for Zulip#1962
2ef19a94Thanks @torn4dom4n! - Updates Vietnamese UI translations#1976
5a61f73cThanks @jsparkdev! - Updates Korean UI translations#1987
0b8a8439Thanks @HiDeoo! - Fixes issues with the locale text direction detection mechanism in some environments like WebContainers or Bun.v0.24.0Compare Source
Minor Changes
#1841
ee0cd38aThanks @HiDeoo! - Adds support forAstro.currentLocaleand Astro’s i18n routing.i18noption for you based on itslocalesconfig.If you are currently using Astro’s
i18noption as well as Starlight’slocalesoption, 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’si18nconfig instead.#1958
081d1a96Thanks @delucis! - Allows users to opt into displaying a “Built with Starlight” link in the site footer#1530
dd64836aThanks @kevinzunigacuellar! - Adds a new<Badge>componentv0.23.4Compare Source
Patch Changes
15ef1f4bThanks @HiDeoo! - Reverts a change to prevent a numbering issue with the<Steps>component in future versions of Chrome.v0.23.3Compare Source
Patch Changes
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.