Skip to content

chore(deps): bump docusaurus-plugin-llms from 0.5.0 to 0.5.1 in /website in the website-dependencies group#901

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/website/website-dependencies-91e5165ac7
Jul 23, 2026
Merged

chore(deps): bump docusaurus-plugin-llms from 0.5.0 to 0.5.1 in /website in the website-dependencies group#901
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/website/website-dependencies-91e5165ac7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the website-dependencies group in /website with 1 update: docusaurus-plugin-llms.

Updates docusaurus-plugin-llms from 0.5.0 to 0.5.1

Release notes

Sourced from docusaurus-plugin-llms's releases.

v0.5.1 — path & route resolution fixes

Bug-fix release for individual .md generation — path and route resolution.

Fixed

  • Numeric frontmatter slug/id/title — unquoted YAML numbers (e.g. slug: 2025) are now coerced to strings, matching how Docusaurus routes them, 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, files were nested one level too deep and their links 404'd; the baseUrl segment is now stripped before deriving the physical path. (#59)
  • Compound numeric prefixes — ordering prefixes are parsed like Docusaurus's DefaultNumberPrefixParser (e.g. 03--1.6.X1.6.X), and version/date-like names such as 7.0-foo are preserved. (#59)
  • Explicit slug/id precedence — an authoritative frontmatter slug/id (including slug: "/") is consulted before the filename-tail heuristic, so a root page no longer loses its route to a coincidental match. (#59)

Thanks to @​AlexAdiaconitei (#59) and @​ratansen (#58).

Changelog

Sourced from docusaurus-plugin-llms's changelog.

[0.5.1] - 2026-07-22

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)
Commits
  • 09a6fe4 refactor: extract shared numberPrefix module; cover numeric title
  • 63626f1 fix: coerce numeric frontmatter slug/id to string (#58)
  • fae981a chore: Release v0.5.1 — path/route-resolution fixes (#59)
  • 64efdc9 Merge pull request #59 from AlexAdiaconitei/main
  • d7beaf5 fix: prioritize frontmatter slug/id over filename heuristic
  • 80d3fab fix: strip compound number prefixes to match Docusaurus routes
  • f55b6c4 fix: write generated markdown to a baseUrl-relative path
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the website-dependencies group in /website with 1 update: [docusaurus-plugin-llms](https://github.com/rachfop/docusaurus-plugin-llms).


Updates `docusaurus-plugin-llms` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/rachfop/docusaurus-plugin-llms/releases)
- [Changelog](https://github.com/rachfop/docusaurus-plugin-llms/blob/main/CHANGELOG.md)
- [Commits](rachfop/docusaurus-plugin-llms@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: docusaurus-plugin-llms
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: website-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploying mcpproxy-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9d6d5cb
Status: ✅  Deploy successful!
Preview URL: https://0d2a33b6.mcpproxy-docs.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-webs-f302.mcpproxy-docs.pages.dev

View logs

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved by dependabot-auto-merge: version-update:semver-patch (docusaurus-plugin-llms). Merge fires only when all required checks are green.

@github-actions
github-actions Bot enabled auto-merge (squash) July 23, 2026 17:46
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
github-actions Bot merged commit 1728454 into main Jul 23, 2026
38 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/website/website-dependencies-91e5165ac7 branch July 23, 2026 18:17
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant