Skip to content

build(deps): bump docusaurus-plugin-llms from 0.3.0 to 0.3.1#201

Merged
bagelbits merged 1 commit intomainfrom
dependabot/npm_and_yarn/docusaurus-plugin-llms-0.3.1
Apr 15, 2026
Merged

build(deps): bump docusaurus-plugin-llms from 0.3.0 to 0.3.1#201
bagelbits merged 1 commit intomainfrom
dependabot/npm_and_yarn/docusaurus-plugin-llms-0.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps docusaurus-plugin-llms from 0.3.0 to 0.3.1.

Release notes

Sourced from docusaurus-plugin-llms's releases.

v0.3.1

Bug Fixes

  • #31 — Doubled docs/docs/ paths when routeBasePath: '/' and docs live in a nested docs/ subdirectory
  • #30trailingSlash: true not reflected in generated URLs

What Changed

Replaced the routeMap construction approach with suffix-based matching against Docusaurus's own routesPaths. This removes ~150 lines of production code (five edge-case helper functions) and makes URL resolution simpler and more correct across all common Docusaurus configurations.

Note: pathTransformation is now only applied as a fallback when a file cannot be matched to a known Docusaurus route. In most configurations, you no longer need it.

Thanks to @​scottamain for the fix!

Changelog

Sourced from docusaurus-plugin-llms's changelog.

[0.3.1] - 2026-04-14

Fixed

  • #31 Doubled docs/docs/ paths when routeBasePath: '/' and docs live in a nested docs/ subdirectory
  • #30 trailingSlash: true not reflected in generated URLs

Changed

  • Replaced routeMap construction with suffix-based matching against Docusaurus's routesPaths, removing ~150 lines of production code and five edge-case helper functions
  • pathTransformation is now only applied as a fallback when a file cannot be matched to a known Docusaurus route
Commits
  • 4046e8a chore: Release v0.3.1
  • 6a74600 Merge pull request #32 from scottamain/main
  • 5e59110 docs: update README and TESTING.md for route resolution changes
  • fb7ce34 docs: update TESTING.md for suffix-based route resolution
  • 342e1ca test: add regression tests for issues #30 and #31
  • 55b2c6d test: update route resolution tests for suffix-based matching
  • 63e873e fix: use suffix-based route matching for correct URL resolution
  • db5cf6e fix: resolve routes correctly when docsDir matches a content subdirectory
  • 81c404c chore: Clean up scratch files and test artifacts
  • 84bc4d5 feat: Add GitHub Sponsors integration
  • Additional commits viewable 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.3.0 to 0.3.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.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: docusaurus-plugin-llms
  dependency-version: 0.3.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 Apr 15, 2026
@bagelbits bagelbits merged commit ccab13f into main Apr 15, 2026
1 check passed
@bagelbits bagelbits deleted the dependabot/npm_and_yarn/docusaurus-plugin-llms-0.3.1 branch April 15, 2026 18:26
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