Skip to content

build(deps): bump docusaurus-plugin-llms from 0.5.0 to 0.5.1 - #243

Merged
bagelbits merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docusaurus-plugin-llms-0.5.1
Jul 29, 2026
Merged

build(deps): bump docusaurus-plugin-llms from 0.5.0 to 0.5.1#243
bagelbits merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docusaurus-plugin-llms-0.5.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docusaurus-plugin-llms](https://github.com/rachfop/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
...

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 29, 2026
@bagelbits
bagelbits enabled auto-merge (squash) July 29, 2026 21:34
@bagelbits
bagelbits merged commit 69a610c into main Jul 29, 2026
2 checks passed
@bagelbits
bagelbits deleted the dependabot/npm_and_yarn/docusaurus-plugin-llms-0.5.1 branch July 29, 2026 21:34
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