fix(deps): update dependency starlight-llms-txt to ^0.9.0#85
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency starlight-llms-txt to ^0.9.0#85renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
b431be6 to
d020e36
Compare
dcf7c61 to
38fd36b
Compare
38fd36b to
25c7fe8
Compare
25c7fe8 to
d467963
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
=======================================
Coverage 84.32% 84.32%
=======================================
Files 112 112
Lines 2763 2763
Branches 487 487
=======================================
Hits 2330 2330
Misses 297 297
Partials 136 136 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d467963 to
ae830f1
Compare
d9bef16 to
dcd7b44
Compare
dcd7b44 to
d4759b0
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.6.0→^0.9.0Release Notes
delucis/starlight-llms-txt (starlight-llms-txt)
v0.9.0Compare Source
Minor Changes
#104
3f6c45bThanks @davidfowl! - Preserves the contents of code blocks when collapsing whitespace inllms-small.txt.Previously, the
minify.whitespaceoption collapsed every whitespace run — including newlines inside fenced code blocks — into a single space, so multi-line code samples ended up on one line. Now, fenced code blocks keep their original newlines and indentation while whitespace in prose still collapses for token efficiency.A new
minify.collapseCodeBlocksoption controls this behavior. Set it totrueto restore the previous flatten-everything output.v0.8.1Compare Source
Patch Changes
29e5efbThanks @mvanhorn! - Strips HTML comments from llms.txt files.<!-- ... -->style comments in.mdfiles are no longer emitted in the generated files.v0.8.0Compare Source
Minor Changes
dea7b22Thanks @nonoakij! - Adds support for Astro v6 and Starlight v0.38, drops support for lower versions.v0.7.0Compare Source
Minor Changes
#43
1db4591Thanks @sanscontext! - Enforces llms.txt files to be prerendered at build time.Previously, sites using Astro’s
output: serverconfiguration would generate llms.txt files on-demand, which can be slow, and additionally was incompatible with the custom sets feature.This change means that llms.txt files are statically generated even for sites using
output: server.Configuration
📅 Schedule: (UTC)
🚦 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.