Skip to content

chore(deps): update dependency docusaurus-plugin-llms to ^0.5.1#6472

Merged
thomhurst merged 1 commit into
mainfrom
renovate/docusaurus
Jul 23, 2026
Merged

chore(deps): update dependency docusaurus-plugin-llms to ^0.5.1#6472
thomhurst merged 1 commit into
mainfrom
renovate/docusaurus

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
docusaurus-plugin-llms devDependencies patch ^0.5.0^0.5.1

Release Notes

rachfop/docusaurus-plugin-llms (docusaurus-plugin-llms)

v0.5.1

Compare Source

Fixed
  • Numeric frontmatter slug/id ignored — an unquoted numeric slug/id
    (YAML parses slug: 2025 as a number) is now coerced to a string, matching how
    Docusaurus routes it, so the .md is written at the correct route instead of a
    fallback filename. (#​58)
  • baseUrl applied twice on disk — with a non-root baseUrl, individual
    .md files were written nested under the baseUrl segment, so their links
    404'd. The baseUrl path is now stripped before deriving the physical file
    location. (#​59)
  • Compound numeric prefixes — ordering prefixes are now parsed like
    Docusaurus's DefaultNumberPrefixParser (e.g. 03--1.6.X1.6.X), and
    version-like names such as 7.0-foo are preserved. (#​59)
  • Explicit frontmatter slug/id overridden by a coincidental route — an
    authoritative slug/id (including slug: "/") is now consulted before the
    filename-tail heuristic, so a root page no longer loses its route to an
    unrelated file. (#​59)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Jul 23, 2026
@thomhurst
thomhurst enabled auto-merge (squash) July 23, 2026 00:42
@greptile-apps

greptile-apps Bot commented Jul 23, 2026

Copy link
Copy Markdown

Greptile Summary

Automated patch bump of the docusaurus-plugin-llms devDependency from 0.5.0 to 0.5.1. This only affects the documentation build and carries no runtime impact on the TUnit library itself.

  • docs/package.json: Version constraint updated from ^0.5.0 to ^0.5.1.
  • docs/yarn.lock: Lockfile pinned to 0.5.1; transitive dependencies (gray-matter 4.0.3, minimatch 9.0.3) are unchanged.
  • The 0.5.1 release fixes several correctness bugs in the plugin (numeric slug coercion, duplicate baseUrl path segments, numeric filename-prefix parsing, and explicit frontmatter slug precedence).

Confidence Score: 5/5

Safe 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

Filename Overview
docs/package.json Bumps docusaurus-plugin-llms devDependency from ^0.5.0 to ^0.5.1 — a patch-level update with no other changes.
docs/yarn.lock Lockfile updated to resolve docusaurus-plugin-llms to 0.5.1; transitive dependencies (gray-matter, minimatch) remain unchanged.

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]
Loading

Reviews (1): Last reviewed commit: "chore(deps): update dependency docusauru..." | Re-trigger Greptile

@claude

claude Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Code review

Reviewed this Renovate PR — it's a trivial, automated devDependency patch bump (docusaurus-plugin-llms ^0.5.0^0.5.1), scoped entirely to docs/package.json and docs/yarn.lock. No TUnit library/runtime code is touched, so the dual-mode (source-gen/reflection), snapshot-testing, and AOT rules in CLAUDE.md don't apply here.

The diff matches the changelog exactly: version constraint bump plus the corresponding lockfile entry, with transitive dependencies (gray-matter, minimatch) unchanged. The upstream 0.5.1 release only fixes bugs (numeric slug/id coercion, duplicate baseUrl path handling, numeric prefix parsing, slug precedence) — no breaking changes.

No issues found. Safe to merge.

This was referenced Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants