mdbook-graphviz
mdbook-graphviz copied to clipboard
Update Rust crate mdbook to v0.4.52
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| mdbook | dependencies | patch | 0.4.47 -> 0.4.52 |
Release Notes
rust-lang/mdBook (mdbook)
v0.4.52
Note: If you have a custom index.hbs theme file, it is recommended that you update it to the latest version to pick up the fixes in this release.
Added
- Added the ability to redirect
#HTML fragments using the existingoutput.html.redirecttable. #2747 - Added the
rel="edit"attribute to the edit page button. #2702
Changed
- The search index is now only loaded when the search input is opened instead of always being loaded. #2553 #2735
- The
mdbook servecommand has switched its underlying server library from warp to axum. #2748 - Updated dependencies. #2752
Fixed
- The sidebar is now set to
display:nonewhen it is hidden in order to prevent the browser's search from thinking the sidebar's text is visible. #2725 - Fixed search index URL not updating correctly when
hash-filesis enabled. #2742 #2746 - Fixed several sidebar animation bugs, particularly when manually resizing. #2750
v0.4.51
Fixed
- Fixed regression that broke the
Ssearch hotkey. #2713
v0.4.50
Added
- Added a keyboard shortcut help popup when pressing
?. #2608
Changed
- Changed the look of the sidebar resize handle to match the new rustdoc format. #2691
/can now be used to open the search bar. #2698- Pressing enter from the search bar will navigate to the first entry. #2698
- Updated
openerto drop some dependencies. #2709 - Updated dependencies, MSRV raised to 1.82. #2711
Fixed
- Fixed uncaught exception when pressing down when there are no search results. #2698
- Fixed syntax highlighting of Rust code in the ACE editor. #2710
v0.4.49
Added
- Added a warning on unused fields in the root of
book.toml. #2622
Changed
- Updated dependencies. #2650 #2688
- Updated minimum Rust version to 1.81. #2688
- The unused
book.multilingualfield is no longer serialized, or shown inmdbook init. #2689 - Speed up search index loading by using
JSON.parseinstead of parsing JavaScript. #2633
Fixed
- Search highlighting will not try to highlight in SVG
<text>elements because it breaks the element. #2668 - Fixed scrolling of the sidebar when a search highlight term is in the URL. #2675
- Fixed issues when multiple footnote definitions use the same ID. Now, only one definition is used, and a warning is displayed. #2681
- The sidebar is now restricted to 80% of the viewport width to make it possible to collapse it when the viewport is very narrow. #2679
v0.4.48
Added
- Footnotes now have back-reference links. These links bring the reader back to the original location. As part of this change, footnotes are now only rendered at the bottom of the page. This also includes some styling updates and fixes for footnote rendering. #2626
- Added an "Auto" theme selection option which will default to the system-preferred mode. This will also automatically switch when the system changes the preferred mode. #2576
Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.4.52
error: failed to acquire package cache lock
Caused by:
failed to open: /home/ubuntu/.cargo/.package-cache
Caused by:
failed to create directory `/home/ubuntu/.cargo`
Caused by:
File exists (os error 17)