Skip to content

🔼 Bump dependency vitepress-plugin-llms to v1.14.0 - #180

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitepress-plugin-llms-1.x
Open

🔼 Bump dependency vitepress-plugin-llms to v1.14.0#180
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitepress-plugin-llms-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
vitepress-plugin-llms 1.13.21.14.0 age confidence

Release Notes

okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.14.0

Compare Source

    🚀 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
     View changes on GitHub

v1.13.5

Compare Source

    🩹 Fixes

  • Simplify hintBlock div attributes (#​141)  -  by Divyansh Singh (75bf0)

hidden="true" is not valid HTML and aria-hidden is unnecessary when

hidden is present.

   💖 Contributors
  • Divyansh Singh
     View changes on GitHub

v1.13.4

Compare Source

    🩹 Fixes
   💖 Contributors
     View changes on GitHub

v1.13.3

Compare Source

    🩹 Fixes

  • Replace ES2023 array methods .toSorted() and .toReversed() for Node 18 compatibility (#​135)  -  by @​suyi91, and@​okineadev (50fd1)

Unsupported Node.js > 18 methods in the code which caused the plugin to throw error and crash, have been replaced; Node.js 18 and higher are now fully supported.

   💖 Contributors
     View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the type: dependency 🔼 Pull requests that update a dependency file label Jul 14, 2026
@renovate
renovate Bot requested a review from bdsoha as a code owner July 14, 2026 00:10
@renovate renovate Bot added the type: dependency 🔼 Pull requests that update a dependency file label Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/vitepress-plugin-llms-1.x branch 2 times, most recently from 8d0f90b to 170eacd Compare July 20, 2026 21:05
@renovate renovate Bot changed the title 🔼 Bump dependency vitepress-plugin-llms to v1.13.3 🔼 Bump dependency vitepress-plugin-llms to v1.13.4 Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/vitepress-plugin-llms-1.x branch 2 times, most recently from 38ee6ce to ee5e048 Compare July 30, 2026 16:28
@renovate
renovate Bot force-pushed the renovate/vitepress-plugin-llms-1.x branch 2 times, most recently from c481c49 to 8d963f0 Compare August 13, 2026 09:35
@renovate renovate Bot changed the title 🔼 Bump dependency vitepress-plugin-llms to v1.13.4 🔼 Bump dependency vitepress-plugin-llms to v1.13.5 Aug 13, 2026
@renovate
renovate Bot force-pushed the renovate/vitepress-plugin-llms-1.x branch 2 times, most recently from e7284fd to 7462ddb Compare September 8, 2026 00:03
@renovate
renovate Bot force-pushed the renovate/vitepress-plugin-llms-1.x branch from 7462ddb to 86d09f0 Compare September 11, 2026 16:31
@renovate renovate Bot changed the title 🔼 Bump dependency vitepress-plugin-llms to v1.13.5 🔼 Bump dependency vitepress-plugin-llms to v1.14.0 Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependency 🔼 Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants