Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
rayon dependencies minor 1.10.0 -> 1.11.0 age confidence
thiserror dependencies patch 2.0.12 -> 2.0.14 age confidence
vite (source) devDependencies patch 7.1.1 -> 7.1.2 age confidence
vitepress-plugin-group-icons devDependencies patch 1.6.2 -> 1.6.3 age confidence
vitepress-plugin-llms devDependencies patch 1.7.2 -> 1.7.3 age confidence

Release Notes

rayon-rs/rayon (rayon)

v1.11.0

Compare Source

  • The minimum supported rustc is now 1.80.
  • iter::repeatn has been renamed to iter::repeat_n to match the name
    stabilized in the standard library. The old name still exists as a deprecated
    function for compatibility.
  • Fixed a bug in in_place_scope when the default global registry uses the
    current thread, like on WebAssembly without threading support.
  • binary_heap::Iter no longer requires a temporary allocation.
  • Relaxed trait bounds on many of the public structs.
  • Implemented IntoParallelIterator for Box<[T]> and its references.
  • Implemented FromParallelIterator<_> for Box<str> via String.
dtolnay/thiserror (thiserror)

v2.0.14

Compare Source

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#​426)

v2.0.13

Compare Source

  • Documentation improvements
vitejs/vite (vite)

v7.1.2

Compare Source

Bug Fixes
Miscellaneous Chores
yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)

v1.6.3

Compare Source

   🚀 Features
    View changes on GitHub
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.7.3

Compare Source

   🐞 Bug Fixes

Previously, if the home page of the site was a documentation page (as in #​70), then when trying to copy the page, https://example.com.md would load, which is incorrect behavior.

This issue has been fixed and now if you want to copy the home page, it will correctly load https://example.com/index.md

Also fixed a bug where invisible notes for LLMs had invalid links to Markdown versions of pages (#​71), for example: Are you an LLM? You can read better optimized documentation at /guide/index.md for this page in Markdown format

Although the actual page is /guide.md

    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 dependencies Pull requests that update a dependency file label Aug 16, 2025
@renovate renovate bot enabled auto-merge August 16, 2025 12:40
@codspeed-hq
Copy link

codspeed-hq bot commented Aug 16, 2025

CodSpeed Performance Report

Merging #553 will not alter performance

Comparing renovate/dependencies-(non-major) (95b2eda) with main (4d4d103)

Summary

✅ 30 untouched benchmarks

@renovate renovate bot added this pull request to the merge queue Aug 16, 2025
Merged via the queue into main with commit a202e7c Aug 16, 2025
55 of 58 checks passed
@renovate renovate bot deleted the renovate/dependencies-(non-major) branch August 16, 2025 12:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants