Skip to content

build(deps-dev): bump vitepress-plugin-llms from 1.13.3 to 1.14.0 - #28

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitepress-plugin-llms-1.14.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vitepress-plugin-llms-1.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026 •

Copy link
Copy Markdown
Contributor

Bumps vitepress-plugin-llms from 1.13.3 to 1.14.0.

Release notes

Sourced from vitepress-plugin-llms's releases.

v1.14.0

    🚀 Enhancements

Added support for the llms.txt v2 standard, making LLM-friendly documentation easier for agents to discover.

The plugin now automatically adds discovery links to each HTML page’s <head>:

<link rel="alternate" type="text/markdown" href="/guide/getting-started.md" />
<link rel="describedby" href="/llms.txt" />
  • alternate points to the page’s Markdown version
  • describedby points to llms.txt when generateLLMsTxt is enabled.

These standard links replace the previous hidden "Are you an LLM?" text on regular pages. The homepage hint remains controlled by injectLLMHint.

Added the ability to translate the "Copy / Download as Markdown" buttons via themeConfig, you can now localize these buttons like this:

.vitepress/config.ts:

export default defineConfig({
  locales: {
    root: {
      label: 'English',
      themeConfig: {
        llms: { copyText: 'Copy page', copiedText: 'Copied!' }
      }
    },
    fr: {
      label: 'Français',
      themeConfig: {
        llms: { copyText: 'Copier la page', copiedText: 'Copié !' }
      }
    }
  }
})

    🩹 Fixes

   💖 Contributors

... (truncated)

Commits
  • 0f3bbfa chore: release v1.14.0
  • 913919f 📝 docs(vitepress-components): explain button localization
  • f5161e5 🩹 fix(vitepress-components): fix "Open in {provider}" label fallback
  • 9904e37 📝 feat: implement llms.txt v2 standard support
  • 24cba49 ♻️ refactor: break down files and functions into smaller parts, make some big...
  • 13a772b 🔨 build: migrate from bunup to tsdown
  • 362021b ci(dependents.yml): fetch 100 last dependents pages instead of default 50
  • fd96c65 🌍 feat(vitepress-components): add native i18n support via themeConfig (#145)
  • 465622e chore: release v1.13.5
  • fa554df 📝 docs: suggest validating the deployed llms.txt in CI (#139)
  • 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 [vitepress-plugin-llms](https://github.com/okineadev/vitepress-plugin-llms) from 1.13.3 to 1.14.0.
- [Release notes](https://github.com/okineadev/vitepress-plugin-llms/releases)
- [Commits](okineadev/vitepress-plugin-llms@v1.13.3...v1.14.0)

---
updated-dependencies:
- dependency-name: vitepress-plugin-llms
  dependency-version: 1.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Sep 18, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 18, 2026 •

Copy link
Copy Markdown

Deploying twilic with  Cloudflare Pages  Cloudflare Pages

Latest commit: dbf475f
Status: ✅  Deploy successful!
Preview URL: https://f2abcbae.twilic.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-vite-qmgs.twilic.pages.dev

View logs

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 18, 2026
@github-actions

Copy link
Copy Markdown

Invisible characters check

No suspicious invisible characters detected in the PR diff.

@dependabot @github

dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor Author

Looks like vitepress-plugin-llms is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 23, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/vitepress-plugin-llms-1.14.0 branch September 23, 2026 03:24
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.

0 participants