Skip to content

fix(deps): update dependency vitepress-plugin-llms to ^0.0.22 #720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitepress-plugin-llms ^0.0.8 -> ^0.0.22 age adoption passing confidence

Release Notes

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

v0.0.22

Compare Source

compare changes

🩹 Fixes
  • ci: Rewrite the script for checking the tests of the current commit that runs release.yml in JS (fb67209)
  • Fix a bug where all child links in the root section were duplicated (17e73ba)
  • Fix a bug where even if you specify a file description in frontmatter, the link in llms.txt still doesn't have a description (2732122)
💅 Refactors
  • ♻️ refactor project structure (f486dac)
  • Insert llms.txt default description in {details} instead of {description} (0352080)
📖 Documentation
🏡 Chore
  • Add .editorconfig (b2886c8)
  • Update MIME type for documentation for LLMs in dev server and add encoding (1bb23bb)
❤️ Contributors

v0.0.21

Compare Source

compare changes

🩹 Fixes
  • Fix bug when vitepress sidebar is an object and section headers in llms.txt are not generated (98bd967)
💅 Refactors
  • ci: Move the script for checking tests in release.yml to a separate file (d534260)
🤖 CI
  • Configure release.yml authentication to allow pushing to the main branch (247fac2)
❤️ Contributors

v0.0.20

Compare Source

compare changes

🚀 Enhancements
  • Simplify the plugin configuration experience (6d9cec3)
  • Add domain option to attach domain to links in llms.txt, llms-full.txt and context links (b05688c)
  • Automatically generate sections according to VitePress sidebar configuration (ff351e5)
🩹 Fixes
  • 🚑 fix missing TOC issue (38736b6)
📖 Documentation
  • Add instructions for configuring Netlify redirects (3765f6f)
  • Add websites that use this plugin to the README (#​11)
🏡 Chore
  • Update package description (3518894)
  • Add a note that domain cannot end with / (bee2a73)
🤖 CI
  • Run pkg.pr.new only from this repository (255b024)
  • ♻️ do not run tests in release.yml if they have already been passed in the current commit (1e984b8)
  • Do not trigger pr-title and pr-closed if the author is renovate[bot] (9dc1f29)
❤️ Contributors

v0.0.19

Compare Source

compare changes

🚀 Enhancements
  • Simplify the plugin configuration experience (6d9cec3)
  • Add domain option to attach domain to links in llms.txt, llms-full.txt and context links (b05688c)
🩹 Fixes
  • 🚑 fix missing TOC issue (38736b6)
📖 Documentation
  • Add instructions for configuring Netlify redirects (3765f6f)
  • Add websites that use this plugin to the README (#​11)
🏡 Chore
  • Update package description (3518894)
  • Add a note that domain cannot end with / (bee2a73)
🤖 CI
  • Run pkg.pr.new only from this repository (255b024)
❤️ Contributors

v0.0.18

Compare Source

v0.0.17

Compare Source

v0.0.16

Compare Source

compare changes

🩹 Fixes
  • Fix parsing of titles for TOC in llms.txt (df3b580)
  • Fix templateVariable regexp (00e2ea5)
❤️ Contributors

v0.0.15

Compare Source

compare changes

🚀 Enhancements
  • Add support for link details in llms.txt (2524b6b)
🏡 Chore
❤️ Contributors

v0.0.14

Compare Source

compare changes

🩹 Fixes
  • Fix reading user config (7223cb3)
  • Temporarily remove html stripping (ce8c1c1)
❤️ Contributors

v0.0.13

Compare Source

compare changes

🚀 Enhancements
  • Trim HTML by default for cleaner documentation (bdfff78)
📖 Documentation
  • Add a links for reporting a bug or requesting a feature (6b5a289)
❤️ Contributors

v0.0.12

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.0.11

Compare Source

compare changes

🚀 Enhancements
  • Improve extracting headers from files (3facf27)
  • Add support for optional details section and improve variable replacement functionality in the template (b6b8888)
📖 Documentation
  • Add "Contributors" sections in the readme (aa93bb4)
  • Improve readme (0546c31)
  • Fix file tree syntax highlighting (f24a427)
❤️ Contributors

v0.0.10

Compare Source

compare changes

🩹 Fixes
  • Fix error with incorrect reading of frontmatter if index.md is not included in ignoreFiles (7ce7194)
❤️ Contributors

v0.0.9

Compare Source

compare changes

🚀 Enhancements
  • Add new customTemplateVariables option (bd9476b)
🔥 Performance
  • ci: ⚡ try to speed up Windows tests by downgrading runner version to windows-2019 (d0054ab)
  • ci: ⚡ try to speed up Windows tests (again) (2a0f1bd)
  • ci: ⚡ try to speed up Windows tests (94b2b5d)
🩹 Fixes
  • ci: Fix tests.yml (621afde)
  • ci: Fix WINDOWS_USERPROFILE env variable in tests.yml (812be07)
  • ci: Fix tests.yml (e7e1e91)
💅 Refactors
📖 Documentation
  • Fix badge links 🙈 (982b1b6)
  • Add contributing guidelines (7517047)
  • Fix heading in CONTRIBUTING.md (5717e5a)
  • Add a light version of the banner (69589c1)
  • Add example configuration in the readme (2c09116)
🏡 Chore
  • 🗑️ remove unused folders (72e76a6)
  • 🍱 rename assets/banner.png to assets/hero.png (65e06a9)
  • assets: Fix assets/hero-light.png background color (ebef9dc)
  • Use > before description in llms.txt (ef1335f)
🤖 CI
  • 🛡️ improve workflows security (2b92609)
  • 🍎 setup macos tests (c1adebb)
  • Enhance concurrency for auto-cancellation of outdated tests (1438361)
  • Make shorter pkg.pr.new package link (f6001d4)
❤️ Contributors

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

coderabbitai bot commented Mar 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/vitepress-plugin-llms-0.x branch from 79cf68a to 5c1120f Compare March 29, 2025 10:27
@renovate renovate bot changed the title fix(deps): update dependency vitepress-plugin-llms to ^0.0.16 fix(deps): update dependency vitepress-plugin-llms to ^0.0.17 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/vitepress-plugin-llms-0.x branch from 5c1120f to 91442d8 Compare March 29, 2025 14:43
@renovate renovate bot changed the title fix(deps): update dependency vitepress-plugin-llms to ^0.0.17 fix(deps): update dependency vitepress-plugin-llms to ^0.0.19 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/vitepress-plugin-llms-0.x branch from 91442d8 to e05bd4a Compare March 29, 2025 22:09
@renovate renovate bot changed the title fix(deps): update dependency vitepress-plugin-llms to ^0.0.19 fix(deps): update dependency vitepress-plugin-llms to ^0.0.20 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/vitepress-plugin-llms-0.x branch from e05bd4a to 3b5ced9 Compare March 31, 2025 11:41
@renovate renovate bot changed the title fix(deps): update dependency vitepress-plugin-llms to ^0.0.20 fix(deps): update dependency vitepress-plugin-llms to ^0.0.21 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/vitepress-plugin-llms-0.x branch from 3b5ced9 to 299400d Compare March 31, 2025 22:09
@renovate renovate bot changed the title fix(deps): update dependency vitepress-plugin-llms to ^0.0.21 fix(deps): update dependency vitepress-plugin-llms to ^0.0.22 Mar 31, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Files not reviewed (2)
  • package.json: Language not supported
  • pnpm-lock.yaml: Language not supported

@HerringtonDarkholme HerringtonDarkholme added this pull request to the merge queue Apr 1, 2025
Merged via the queue into main with commit 988714b Apr 1, 2025
1 check passed
@renovate renovate bot deleted the renovate/vitepress-plugin-llms-0.x branch April 1, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant