-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency @astrojs/starlight to ^0.15.0 - autoclosed #118
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ Deploy Preview for capgo failed.
|
renovate
bot
changed the title
fix(deps): update dependency @astrojs/starlight to ^0.9.0
fix(deps): update dependency @astrojs/starlight to ^0.10.0
Sep 14, 2023
renovate
bot
force-pushed
the
renovate/astrojs-starlight-0.x
branch
4 times, most recently
from
September 20, 2023 01:23
165d69b
to
039045e
Compare
renovate
bot
changed the title
fix(deps): update dependency @astrojs/starlight to ^0.10.0
fix(deps): update dependency @astrojs/starlight to ^0.10.0 - autoclosed
Oct 2, 2023
renovate
bot
changed the title
fix(deps): update dependency @astrojs/starlight to ^0.10.0 - autoclosed
fix(deps): update dependency @astrojs/starlight to ^0.10.0
Oct 6, 2023
renovate
bot
changed the title
fix(deps): update dependency @astrojs/starlight to ^0.10.0
fix(deps): update dependency @astrojs/starlight to ^0.11.0
Oct 6, 2023
renovate
bot
force-pushed
the
renovate/astrojs-starlight-0.x
branch
from
October 6, 2023 23:20
039045e
to
ae2d46e
Compare
renovate
bot
force-pushed
the
renovate/astrojs-starlight-0.x
branch
2 times, most recently
from
October 23, 2023 03:28
0938b96
to
3e9b7fc
Compare
renovate
bot
force-pushed
the
renovate/astrojs-starlight-0.x
branch
from
November 1, 2023 18:19
3e9b7fc
to
9c81788
Compare
renovate
bot
changed the title
fix(deps): update dependency @astrojs/starlight to ^0.11.0
fix(deps): update dependency @astrojs/starlight to ^0.12.0
Nov 2, 2023
renovate
bot
force-pushed
the
renovate/astrojs-starlight-0.x
branch
2 times, most recently
from
November 6, 2023 03:20
862beeb
to
ee7435d
Compare
renovate
bot
force-pushed
the
renovate/astrojs-starlight-0.x
branch
from
November 13, 2023 04:47
ee7435d
to
676355f
Compare
renovate
bot
force-pushed
the
renovate/astrojs-starlight-0.x
branch
from
November 20, 2023 04:58
676355f
to
a200d7f
Compare
renovate
bot
changed the title
fix(deps): update dependency @astrojs/starlight to ^0.12.0
fix(deps): update dependency @astrojs/starlight to ^0.13.0
Nov 20, 2023
renovate
bot
force-pushed
the
renovate/astrojs-starlight-0.x
branch
2 times, most recently
from
November 27, 2023 03:41
3757cfa
to
ef749ea
Compare
renovate
bot
changed the title
fix(deps): update dependency @astrojs/starlight to ^0.13.0
fix(deps): update dependency @astrojs/starlight to ^0.14.0
Nov 29, 2023
renovate
bot
force-pushed
the
renovate/astrojs-starlight-0.x
branch
from
November 29, 2023 21:13
ef749ea
to
d4714db
Compare
renovate
bot
force-pushed
the
renovate/astrojs-starlight-0.x
branch
from
December 6, 2023 22:20
d4714db
to
a4c2487
Compare
renovate
bot
changed the title
fix(deps): update dependency @astrojs/starlight to ^0.14.0
fix(deps): update dependency @astrojs/starlight to ^0.15.0
Dec 6, 2023
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
renovate
bot
changed the title
fix(deps): update dependency @astrojs/starlight to ^0.15.0
fix(deps): update dependency @astrojs/starlight to ^0.15.0 - autoclosed
Dec 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.3
->^0.15.0
Release Notes
withastro/starlight (@astrojs/starlight)
v0.15.0
Compare Source
Minor Changes
#1238
02a808e
Thanks @delucis! - Add support for Astro v4, drop support for Astro v3Use the new
@astrojs/upgrade
command to upgrade Astro and Starlight together:#1242
d8fc9e1
Thanks @delucis! - Enables link prefetching on hover by defaultAstro v4’s prefetch support is now enabled by default. If
prefetch
is not set inastro.config.mjs
, Starlight will useprefetch: { prefetchAll: true, defaultStrategy: 'hover' }
by default.If you want to preserve previous behaviour, disable link prefetching in
astro.config.mjs
:Patch Changes
#1226
909afa2
Thanks @tlandmangh! - Add Dutch translations of default aside labels#1243
ee234eb
Thanks @khajimatov! - Fix typo in Russian untranslated content notice#1170
bcc2301
Thanks @tmcw! - Fix timezone-reliance in LastUpdated#1203
4601449
Thanks @orhun! - Adds Matrix social link iconv0.14.0
Compare Source
Minor Changes
#1144
7c0b8cb
Thanks @delucis! - Adds a configuration option to disable site indexing with Pagefind and the default search UI#942
efd7fdc
Thanks @HiDeoo! - Adds plugin APISee the plugins reference to learn more about creating plugins for Starlight using this new API.
#1135
e5a863a
Thanks @delucis! - Exposes localized UI strings in route dataComponent overrides can now access a
labels
object in their props which includes all the localized UI strings for the current page.#1162
00d101b
Thanks @delucis! - Adds support for extending Starlight’s content collection schemasv0.13.1
Compare Source
Patch Changes
#1111
cb19d07
Thanks @at-the-vr! - Fix minor punctuation typo in Hindi UI string#1156
631c5ae
Thanks @votemike! - Updates@astrojs/sitemap
dependency to the latest version#1109
0c25c1f
Thanks @HiDeoo! - Internal: fix import issue with expressive-codev0.13.0
Compare Source
Minor Changes
#1023
a3b80f7
Thanks @kevinzunigacuellar! - Respect thetrailingSlash
andbuild.format
Astro options when creating Starlight navigation links.This change will cause small changes in link formatting for most sites.
These are unlikely to break anything, but if you care about link formatting, you may want to change some Astro settings.
If you want to preserve Starlight’s previous behavior, set
trailingSlash: 'always'
in yourastro.config.mjs
:#742
c6a4bcb
Thanks @hippotastic! - Adds Expressive Code as Starlight’s default code block rendererThis addition changes how Markdown code blocks are rendered. By default, Starlight will now use Expressive Code.
If you were already customizing how code blocks are rendered and don't want to use the features provided by Expressive Code, you can preserve the previous behavior by setting the new config option
expressiveCode
tofalse
.If you had previously added Expressive Code manually to your Starlight project, you can now remove the manual set-up in
astro.config.mjs
:expressiveCode
option.astro-expressive-code
integration.For example:
Note that the built-in Starlight version of Expressive Code sets some opinionated defaults that are different from the
astro-expressive-code
defaults. You may need to set somestyleOverrides
if you wish to keep styles exactly the same.#517
5b549cb
Thanks @liruifengv! - Add i18n support for default aside labelsPatch Changes
#1088
4fe5537
Thanks @Lootjs! - i18n(ru): added Russian aside labels translation#1083
e03a653
Thanks @at-the-vr! - i18n(hi): Add Hindi language support#1075
2f2adf2
Thanks @russbiggs! - Add Slack social link icon#1065
2d72ed6
Thanks @HiDeoo! - Ignore search keyboard shortcuts for elements with contents that are editable#1081
f27f781
Thanks @farisphp! - i18n(id): Add Indonesian aside labels translation#1082
ce27486
Thanks @bogdaaamn! - i18n(ro): Add Romanian UI translationsv0.12.1
Compare Source
Patch Changes
#1069
b86f360
Thanks @Genteure! - Fix sidebar highlighting and navigation buttons for pages with path containing non-ASCII characters#1025
0d1e75e
Thanks @HiDeoo! - Internal: fix import issue in translation string loading mechanism#1044
a5a9754
Thanks @HiDeoo! - Fix last updated dates for pages displaying fallback content#1049
c27495d
Thanks @HiDeoo! - Expose Markdown content styles in@astrojs/starlight/style/markdown.css
v0.12.0
Compare Source
Minor Changes
#995
5bf4457
Thanks @kevinzunigacuellar! - Adds support for adding sidebar badges to group headings#988
977fe13
Thanks @magicDGS! - Include social icon links in mobile menu#280
72cca2d
Thanks @cbontems! - Support light & dark variants of the hero image.hero.image
schema is now slightly stricter than previously.The
hero.image.html
property can no longer be used alongside thehero.image.alt
orhero.image.file
properties.Previously,
html
was ignored when used withfile
andalt
was ignored when used withhtml
.Now, those combinations will throw errors.
If you encounter errors, remove the
image.hero
property that is not in use.Patch Changes
#1004
7f92213
Thanks @nunhes! - Add Galician language support#1003
f1fdb50
Thanks @delucis! - Internal: refactor translation string loading to make translations available to Starlight integration codev0.11.2
Compare Source
Patch Changes
#944
7a6446e
Thanks @HiDeoo! - Fix issue with sidebar autogenerated groups configured with a directory containing leading or trailing slash#985
92b3b57
Thanks @delucis! - Fix edit URLs for pages displaying fallback content#986
0470734
Thanks @dreyfus92! - Prevent overscrolling on mobile table of contents by setting 'overscroll-behavior: contain'.#924
39d6302
Thanks @kevinzunigacuellar! - Remove extra margin from markdown lists that uses inline code#814
1e517d9
Thanks @julien-deramond! - Prevent text from overflowing pagination itemsv0.11.1
Compare Source
Patch Changes
#892
2b30321
Thanks @delucis! - Add Patreon social link icon#854
71a52a1
Thanks @mehalter! - Add Reddit icon#852
344c92e
Thanks @Lootjs! - Improve Russian language support#891
395920c
Thanks @Frikadellios! - Add Ukrainian language support#890
63ea8e8
Thanks @delucis! - Updateexeca
dependency to v8#859
eaa7a90
Thanks @oggnimodd! - Improve Indonesian language support#864
b84aff2
Thanks @mehalter! - Optimize UI icon SVG pathsv0.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:Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.