Skip to content

fix(deps): update rust crate mdbook to 0.5.2#24

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mdbook-0.x
Open

fix(deps): update rust crate mdbook to 0.5.2#24
renovate[bot] wants to merge 1 commit intomainfrom
renovate/mdbook-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented May 6, 2025

This PR contains the following updates:

Package Type Update Change
mdbook dependencies minor 0.4.480.5.2

Release Notes

rust-lang/mdBook (mdbook)

v0.5.2

Compare Source

v0.5.1...v0.5.2

Changed
  • Updated Rust crate html5ever to 0.36.0.
    #​2970
  • Updated cargo dependencies.
    #​2969
Fixed
  • Fixed repeated error message when HTML config is invalid in mdbook serve.
    #​2983
  • Fixed sidebar scroll position when heading nav is involved.
    #​2982
  • Fixed color for rustdoc error messages.
    #​2981
  • Fixed usage of custom preprocessors with MDBook::test.
    #​2980

v0.5.1

Compare Source

v0.5.0...v0.5.1

Changed
  • Changed the scrollbar background to be transparent.
    #​2932
  • Ignore invalid top-level environment variable config keys. This allows setting things like MDBOOK_VERSION to not cause an error.
    #​2952
Fixed
  • Fixed the sidebar heading nav to have the correct nesting levels.
    #​2953
  • Various Font Awesome fixes and improvements.
    #​2951

v0.5.0

Compare Source

v0.4.52...v0.5.0

The 0.5.0 release is the next major release of mdBook, containing over 130 PRs since 0.4.52! The primary focus for this release has been an evolution of the Rust APIs to make it easier to maintain, to evolve in a backwards-compatible fashion, to clean up some things that have accumulated over time, and to significantly improve the performance and compile-times.

This release also includes many new features described below.

We have prepared a 0.5 Migration Guide to help existing authors switch from 0.4.

The final 0.5.0 release only contains the following changes since 0.5.0-beta.2:

  • Added error handling to environment config handling. This checks that environment variables starting with MDBOOK_ are correctly specified instead of silently ignoring. This also fixed being able to replace entire top-level tables like MDBOOK_OUTPUT.
    #​2942

v0.4.52

Compare Source

v0.4.51...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 existing output.html.redirect table.
    #​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 serve command has switched its underlying server library from warp to axum.
    #​2748
  • Updated dependencies.
    #​2752
Fixed
  • The sidebar is now set to display:none when 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-files is enabled.
    #​2742
    #​2746
  • Fixed several sidebar animation bugs, particularly when manually resizing.
    #​2750

v0.4.51

Compare Source

v0.4.50...v0.4.51

Fixed
  • Fixed regression that broke the S search hotkey.
    #​2713

v0.4.50

Compare Source

v0.4.49...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 opener to 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

Compare Source

v0.4.48...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.multilingual field is no longer serialized, or shown in mdbook init.
    #​2689
  • Speed up search index loading by using JSON.parse instead 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot changed the title fix(deps): update rust crate mdbook to 0.4.49 fix(deps): update rust crate mdbook to 0.4.50 May 23, 2025
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch 2 times, most recently from 308e7b3 to f225cca Compare May 26, 2025 21:31
@renovate renovate bot changed the title fix(deps): update rust crate mdbook to 0.4.50 fix(deps): update rust crate mdbook to 0.4.51 May 26, 2025
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch from f225cca to ac9b136 Compare July 14, 2025 23:41
@renovate renovate bot changed the title fix(deps): update rust crate mdbook to 0.4.51 fix(deps): update rust crate mdbook to 0.4.52 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch from ac9b136 to 6c55531 Compare August 10, 2025 13:53
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch from 6c55531 to 99f43ff Compare September 25, 2025 16:07
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch from 99f43ff to b36c2c5 Compare November 18, 2025 06:57
@renovate renovate bot changed the title fix(deps): update rust crate mdbook to 0.4.52 fix(deps): update rust crate mdbook to 0.5.0 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch from b36c2c5 to d9ddeeb Compare November 20, 2025 05:11
@renovate renovate bot changed the title fix(deps): update rust crate mdbook to 0.5.0 fix(deps): update rust crate mdbook to 0.5.1 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch 2 times, most recently from 1e9a11a to 75b8cba Compare December 12, 2025 04:03
@renovate renovate bot changed the title fix(deps): update rust crate mdbook to 0.5.1 fix(deps): update rust crate mdbook to 0.5.2 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch from 75b8cba to 27af7db Compare December 31, 2025 16:36
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch from 27af7db to 8f19b97 Compare February 2, 2026 19:10
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch from 8f19b97 to 75a092c Compare February 12, 2026 14:58
@renovate renovate bot force-pushed the renovate/mdbook-0.x branch from 75a092c to 797484b Compare February 25, 2026 09:50
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.

0 participants