Skip to content

chore(deps): update docusaurus#5798

Merged
thomhurst merged 1 commit intomainfrom
renovate/docusaurus
Apr 30, 2026
Merged

chore(deps): update docusaurus#5798
thomhurst merged 1 commit intomainfrom
renovate/docusaurus

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
@docusaurus/core (source) dependencies patch 3.10.03.10.1
@docusaurus/module-type-aliases (source) devDependencies patch 3.10.03.10.1
@docusaurus/preset-classic (source) dependencies patch 3.10.03.10.1
@docusaurus/theme-mermaid (source) dependencies patch ^3.10.0^3.10.1
@docusaurus/tsconfig (source) devDependencies patch 3.10.03.10.1
@docusaurus/types (source) devDependencies patch 3.10.03.10.1
docusaurus-plugin-llms devDependencies minor ^0.3.1^0.4.0

Release Notes

facebook/docusaurus (@​docusaurus/core)

v3.10.1

Compare Source

🐛 Bug Fix
  • docusaurus-bundler
🔧 Maintenance
Committers: 1
rachfop/docusaurus-plugin-llms (docusaurus-plugin-llms)

v0.4.0

Compare Source

What's New

  • Append .md to llms.txt link URLs — Per the llmstxt.org spec, links in llms.txt now point to markdown versions of pages (e.g. /docs/intro.md instead of /docs/intro/). (#​38)
  • Fix import/export in descriptions.mdx files starting with import or export statements no longer use those lines as page descriptions. (#​39)
  • Added test coverage for import/export description extraction fix. (#​40)

Breaking Change

addMdExtension defaults to true. All link URLs in generated llms.txt files will now have .md appended. To preserve the previous behavior, set addMdExtension: false in your plugin config.

Full Changelog: rachfop/docusaurus-plugin-llms@v0.3.1...v0.4.0


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 MINOR PATCH renovate-bot labels Apr 30, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 30, 2026 13:05
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Dependency Update Review

This PR updates Docusaurus and related packages in the directory. No previous review comments exist, so reviewing fresh.


Docusaurus 3.10.0 → 3.10.1 (patch) ✅

The patch release fixes a webpack bundler regression introduced by an upstream webpack breaking change. This is a safe, targeted bug fix — the right thing to pick up quickly.


docusaurus-plugin-llms ^0.3.1 → ^0.4.0 (minor — breaking change) ⚠️

This minor bump includes a breaking default behavior change worth noting:

** now defaults to **. All link URLs in the generated will now have .md appended (e.g., /docs/intro.md instead of /docs/intro/).

The plugin is currently configured with no options in docs/docusaurus.config.ts:

plugins: [
    'docusaurus-plugin-llms',
],

This means the breaking change will take effect automatically. Whether this is fine depends on whether your deployment actually serves markdown at those .md URLs.

Docusaurus does support serving raw markdown files, so this is likely aligned with the llmstxt.org spec intent — pointing AI consumers to markdown content rather than HTML pages. If the .md URLs work on your deployed site (tunit.dev), this is a positive change for LLM discoverability.

Recommendation: If you want to be safe and preserve the old behavior explicitly until you verify the .md URLs work, you can pin the option:

plugins: [
    ['docusaurus-plugin-llms', { addMdExtension: false }],
],

Otherwise, the update is fine to merge if you're comfortable with the llms.txt link format changing.


yarn.lock ✅

The lock file changes are consistent with the version bumps. Registry URLs also shifted from registry.npmjs.org to registry.yarnpkg.com for the Docusaurus entries — this is a cosmetic difference (both resolve to the same packages); likely just a different resolution endpoint being used now.


Overall: Safe to merge. The only item worth a quick sanity check is the addMdExtension default change and whether .md URLs resolve correctly on the deployed docs site.

Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Dependency Update Review

This PR updates Docusaurus and related packages in the docs/ directory. No previous review comments exist, so reviewing fresh.


Docusaurus 3.10.0 → 3.10.1 (patch) ✅

The patch release fixes a webpack bundler regression introduced by an upstream webpack breaking change. This is a safe, targeted bug fix — the right thing to pick up quickly.


docusaurus-plugin-llms ^0.3.1 → ^0.4.0 (minor — breaking change) ⚠️

This minor bump includes a breaking default behavior change worth noting:

addMdExtension now defaults to true. All link URLs in the generated llms.txt will now have .md appended (e.g., /docs/intro.md instead of /docs/intro/).

The plugin is currently configured with no options in docs/docusaurus.config.ts:

plugins: [
    'docusaurus-plugin-llms',
],

This means the breaking change will take effect automatically. Whether this is fine depends on whether your deployment actually serves markdown at those .md URLs.

Docusaurus does support serving raw markdown files, so this aligns with the llmstxt.org spec intent — pointing AI consumers to markdown content rather than HTML pages. If the .md URLs work on your deployed site (tunit.dev), this is a positive change for LLM discoverability.

Recommendation: If you want to preserve the old behavior explicitly until you verify the .md URLs work, you can pin the option:

plugins: [
    ['docusaurus-plugin-llms', { addMdExtension: false }],
],

Otherwise, this is fine to merge if you're comfortable with the llms.txt link format changing.


yarn.lock ✅

The lock file changes are consistent with the version bumps. Registry URLs also shifted from registry.npmjs.org to registry.yarnpkg.com for the Docusaurus entries — this is cosmetic; both resolve to the same packages.


Overall: Safe to merge. The only item worth a quick sanity check is the addMdExtension default change and whether .md URLs resolve correctly on the deployed docs site.

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 MINOR PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants