Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Updates the requirements on mdbook to permit the latest version.

Release notes

Sourced from mdbook's releases.

v0.5.1

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-051 for a complete list of changes.

Changelog

Sourced from mdbook's changelog.

mdBook 0.5.1

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

mdBook 0.5.0

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

0.5 Migration Guide

The 0.5 release contains several breaking changes from the 0.4 release. Preprocessors and renderers will need to be migrated to continue to work with this release. After updating your configuration, it is recommended to carefully compare and review how your book renders to ensure everything is working correctly.

If you have overridden any of the theme files, you will likely need to update them to match the current version.

See the entries below for mdBook 0.5.0-alpha.1, mdBook 0.5.0-beta.1, and mdBook 0.5.0-beta.2 for a more complete list of changes and fixes.

The following is a summary of the changes that may require your attention when updating to 0.5:

Major additions

  • Added sidebar heading navigation. This includes the output.html.sidebar-header-nav option to disable it. #2822
  • Added support for definition lists. These are enabled by default, with the option output.html.definition-lists to disable it. See docs for more. #2847
  • Added support for admonitions. These are enabled by default, with the option output.html.admonitions to disable it. See docs for more. #2851
  • Links on the print page now link to elements on the print page instead of linking out to the individual chapters. #2844

... (truncated)

Commits
  • d63aeb6 Merge pull request #2955 from ehuss/bump-version
  • eb83d08 Update to 0.5.1
  • 710ec27 Merge pull request #2932 from vitorfloriano/scrollbar-bg-transparent
  • 5d64d0e Merge pull request #2953 from ehuss/fix-heading-nav-level
  • 718ceec Fix heading nav depth
  • 09616e3 Add a test to validate the structure of the heading nav
  • 7e7a3b4 Merge pull request #2952 from ehuss/ignore-top-env-keys
  • d39deca Ignore invalid top-level environment variable config keys
  • 8385e75 Merge pull request #2951 from ehuss/fa-improvements
  • 8571d70 Update the documentation for Font Awesome
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [mdbook](https://github.com/rust-lang/mdBook) to permit the latest version.
- [Release notes](https://github.com/rust-lang/mdBook/releases)
- [Changelog](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
- [Commits](rust-lang/mdBook@v0.4.43...v0.5.1)

---
updated-dependencies:
- dependency-name: mdbook
  dependency-version: 0.5.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 20, 2025
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant