Skip to content

chore(deps): bump the docusaurus-dependencies group with 4 updates#330

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/docusaurus-dependencies-aabe98c42e
Open

chore(deps): bump the docusaurus-dependencies group with 4 updates#330
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/docusaurus-dependencies-aabe98c42e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the docusaurus-dependencies group with 4 updates: @scalar/api-reference-react, docusaurus-plugin-llms, react and react-dom.

Updates @scalar/api-reference-react from 0.9.56 to 0.9.59

Changelog

Sourced from @​scalar/api-reference-react's changelog.

0.9.59

0.9.58

Patch Changes

  • #9719: docs: update the Scalar platform overview block in the README

0.9.57

Commits

Updates docusaurus-plugin-llms from 0.4.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)

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

... (truncated)

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
  • a2a23a0 Merge PR #56: multi-version llms output via versions option
  • 306baba feat: multi-version llms output via versions option
  • 2a33fca Merge PR #57: resolve @​site partials via siteDir
  • Additional commits viewable in compare view

Updates react from 19.2.7 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates react-dom from 19.2.7 to 19.2.8

Release notes

Sourced from react-dom's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

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 docusaurus-dependencies group with 4 updates: [@scalar/api-reference-react](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference-react), [docusaurus-plugin-llms](https://github.com/rachfop/docusaurus-plugin-llms), [react](https://github.com/react/react/tree/HEAD/packages/react) and [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom).


Updates `@scalar/api-reference-react` from 0.9.56 to 0.9.59
- [Release notes](https://github.com/scalar/scalar/releases)
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/api-reference-react/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/api-reference-react)

Updates `docusaurus-plugin-llms` from 0.4.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.4.0...v0.5.1)

Updates `react` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

Updates `react-dom` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@scalar/api-reference-react"
  dependency-version: 0.9.59
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus-dependencies
- dependency-name: docusaurus-plugin-llms
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docusaurus-dependencies
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Updates dependencies of a code repository. javascript Pull requests that update javascript code minor Breaking change or new feature, causes the release drafter to create a new minor version labels Jul 23, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 23, 2026 08:24
@dependabot dependabot Bot added dependencies Updates dependencies of a code repository. minor Breaking change or new feature, causes the release drafter to create a new minor version javascript Pull requests that update javascript code labels Jul 23, 2026
@metal-robot metal-robot Bot added the area: documentation Affects the documentation area. label Jul 23, 2026
@netlify

netlify Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploy Preview for metal-stack-io ready!

Name Link
🔨 Latest commit aec0231
🔍 Latest deploy log https://app.netlify.com/projects/metal-stack-io/deploys/6a61cfc7e054380008fbafa6
😎 Deploy Preview https://deploy-preview-330--metal-stack-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: documentation Affects the documentation area. dependencies Updates dependencies of a code repository. javascript Pull requests that update javascript code minor Breaking change or new feature, causes the release drafter to create a new minor version

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

0 participants