chore(deps): update dependency docusaurus-plugin-llms to ^0.3.1#5541
Merged
chore(deps): update dependency docusaurus-plugin-llms to ^0.3.1#5541
Conversation
|
Azure Pipelines: 1 pipeline(s) were filtered out due to trigger conditions. |
Contributor
There was a problem hiding this comment.
Code Review: Dependency Update — docusaurus-plugin-llms 0.3.0 → 0.3.1
This is a routine Renovate Bot patch bump for the docusaurus-plugin-llms dev dependency used in the docs site. The changes look correct and safe.
What changed
docs/package.json: version range updated from^0.3.0to^0.3.1— correct and minimal.docs/yarn.lock: lock entry updated with the new resolved hash and integrity checksum — as expected.
Release notes summary (v0.3.1)
The upstream patch release includes two bug fixes relevant to TUnit docs:
- Doubled
docs/docs/paths — fixed whenrouteBasePath: '/'is used with a nesteddocs/subdirectory. This could affect the generatedllms.txtoutput for this project. trailingSlash: truenot reflected in URLs — fixed in generated output.- ~150 lines removed from the plugin internals by replacing
routeMapconstruction with suffix-based matching — less surface area for bugs.
Notes
- The lock file resolved URL changed from
registry.npmjs.orgtoregistry.yarnpkg.com— this is just Yarn's canonical registry URL and is not a concern. - No production code (C# engine, test framework, source generator) is touched.
- Auto-merge is appropriately enabled for this patch-level documentation tooling update.
Verdict: LGTM. Safe to merge as-is.
Contributor
Code Review: Dependency Update —
|
Up to standards ✅🟢 Issues
|
This was referenced Apr 15, 2026
This was referenced Apr 21, 2026
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.3.0→^0.3.1Release Notes
rachfop/docusaurus-plugin-llms (docusaurus-plugin-llms)
v0.3.1Compare Source
Fixed
docs/docs/paths whenrouteBasePath: '/'and docs live in a nesteddocs/subdirectorytrailingSlash: truenot reflected in generated URLsChanged
routeMapconstruction with suffix-based matching against Docusaurus'sroutesPaths, removing ~150 lines of production code and five edge-case helper functionspathTransformationis now only applied as a fallback when a file cannot be matched to a known Docusaurus routeConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.