Skip to content

chore(deps): bump docusaurus-plugin-llms from 0.4.0 to 0.5.0#552

Merged
ReneWerner87 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/docusaurus-plugin-llms-0.5.0
Jul 20, 2026
Merged

chore(deps): bump docusaurus-plugin-llms from 0.4.0 to 0.5.0#552
ReneWerner87 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/docusaurus-plugin-llms-0.5.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps docusaurus-plugin-llms from 0.4.0 to 0.5.0.

Changelog

Sourced from docusaurus-plugin-llms's changelog.

[0.5.0] - 2026-07-17

Added

  • Multi-version output via a new versions option. Generate a separate set of LLM files per documentation version, each written under its own subdirectory with links scoped to that version's routes. Accepts an explicit array of versions ({ name, label, docsDir, path, customLLMFiles, includeOrder }) or 'auto' to detect them from Docusaurus docs versioning (versions.json + versioned_docs/). Omitting versions preserves the existing single-root behavior. Unset per-version fields fall back to the top-level options.

[0.4.5] - 2026-07-13

Fixed

  • Code samples corrupted by content cleaning — HTML/JSX tag stripping, import removal (excludeImports), image-URL rewriting, and title detection now skip fenced code blocks and inline code, so examples shown in code blocks are preserved verbatim.
  • Global version option ignored — it's now included in llms.txt/llms-full.txt (previously only per-custom-file version worked).
  • draft: "true" — quoted-string frontmatter is now skipped like the boolean true.
  • MDX/JSX component tags — tags like <Tabs>/<TabItem> are now stripped from generated text, keeping their inner content.
  • Custom-file includeUnmatchedLast — now defaults to true (matching standard files), so includePatterns-selected docs aren't dropped when orderPatterns doesn't list them.
  • pathTransformation.ignorePaths — no longer leaves a trailing slash when removing a terminal segment, and tolerates entries written with a trailing slash.
  • buildImageAssetMap — no longer indexes non-image build assets.

[0.4.4] - 2026-07-13

Fixed

  • .md links returning 404 (#41) — addMdExtension appended .md to llms.txt links by default, but the .md files are only produced when generateMarkdownFiles is enabled, so the links pointed to files that didn't exist. .md is now appended only when the markdown files are actually generated; otherwise links point to the normal doc routes.

[0.4.3] - 2026-07-13

Added

  • useRelativeUrls option (#37, #42) — opt-in (false by default) that emits origin-relative links in llms.txt (e.g. /docs/page.md) instead of absolute URLs. Useful for subpath deployments where the site url can't be pinned to the real deployment host. The baseUrl portion of the path is preserved.

[0.4.2] - 2026-07-13

Fixed

  • baseUrl dropped from generated URLs (#43) — sites deployed to a subpath (e.g. baseUrl: '/docs/') had the base path silently discarded, producing links to the wrong location. The baseUrl pathname is now preserved on both the resolved-route and fallback code paths, and is added to a route only when not already present (so it's never dropped or duplicated).
  • Trailing slash in docsDir (#43) — a docsDir like 'foo/' produced a doubled slash that prevented the prefix from being stripped. The prefix is now normalized before use.

[0.4.1] - 2026-07-13

Added

  • rewriteImageUrls option — opt-in (false by default) that rewrites relative image references (./img/, ../img/, ../../img/, etc.) in generated .md files and llms-full.txt to absolute hashed URLs served by the site (e.g. https://site.com/assets/images/diagram-abc123.png). Resolves images being inaccessible to LLMs reading the served markdown.
    • Scans build/assets/images/ after the build and builds a basename → hashed-path lookup map.
    • Uses byte-comparison to disambiguate when two source images share the same filename.

... (truncated)

Commits

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.4.0 to 0.5.0.
- [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.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: docusaurus-plugin-llms
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@ReneWerner87
ReneWerner87 merged commit 94f8191 into master Jul 20, 2026
6 checks passed
@ReneWerner87
ReneWerner87 deleted the dependabot/npm_and_yarn/docusaurus-plugin-llms-0.5.0 branch July 20, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant