chore(deps): update dependency docusaurus-plugin-llms to ^0.5.1#6472
Conversation
Greptile SummaryAutomated patch bump of the
Confidence Score: 5/5Safe to merge — a single devDependency patch bump scoped entirely to the documentation build with no changes to library code. Only two files change: the docs package.json version constraint and the corresponding lockfile entry. Transitive dependencies are identical between versions, and the update is confined to a Docusaurus plugin used purely at docs-build time. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Renovate Bot] -->|detects patch release| B[docusaurus-plugin-llms 0.5.1]
B --> C[docs/package.json updated\n^0.5.0 → ^0.5.1]
B --> D[docs/yarn.lock updated\nresolved to 0.5.1]
C & D --> E[Docs build]
E --> F[LLM-friendly .md files\ngenerated with bug fixes]
Reviews (1): Last reviewed commit: "chore(deps): update dependency docusauru..." | Re-trigger Greptile |
Code reviewReviewed this Renovate PR — it's a trivial, automated devDependency patch bump ( The diff matches the changelog exactly: version constraint bump plus the corresponding lockfile entry, with transitive dependencies ( No issues found. Safe to merge. |
This PR contains the following updates:
^0.5.0→^0.5.1Release Notes
rachfop/docusaurus-plugin-llms (docusaurus-plugin-llms)
v0.5.1Compare Source
Fixed
slug/idignored — an unquoted numericslug/id(YAML parses
slug: 2025as a number) is now coerced to a string, matching howDocusaurus routes it, so the
.mdis written at the correct route instead of afallback filename. (#58)
baseUrlapplied twice on disk — with a non-rootbaseUrl, individual.mdfiles were written nested under the baseUrl segment, so their links404'd. The baseUrl path is now stripped before deriving the physical file
location. (#59)
Docusaurus's
DefaultNumberPrefixParser(e.g.03--1.6.X→1.6.X), andversion-like names such as
7.0-fooare preserved. (#59)slug/idoverridden by a coincidental route — anauthoritative
slug/id(includingslug: "/") is now consulted before thefilename-tail heuristic, so a root page no longer loses its route to an
unrelated file. (#59)
Configuration
📅 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 Mend Renovate.