funkill / mdbook-i18n

MIT License
21 stars 6 forks source link

Update mdbook requirement from 0.3.1 to 0.4.12 #21

Closed dependabot-preview[bot] closed 1 year ago

dependabot-preview[bot] commented 3 years ago

Updates the requirements on mdbook to permit the latest version.

Release notes

Sourced from mdbook's releases.

v0.4.12

This fixes a regression in 0.4.11 which broke hidden code line removal.

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

Changelog

Sourced from mdbook's changelog.

mdBook 0.4.12

14add9c...8b4e488

Changed

  • Reverted the change to update to highlight.js 11, as it broke hidden code lines. #1597

mdBook 0.4.11

e440094...2cf00d0

Added

  • Added support for Rust 2021 edition. #1596
  • Added mdbook completions subcommand which provides shell completions. #1425
  • Added --title and --ignore flags to mdbook init to avoid the interactive input. #1559

Changed

  • If running a Rust example does not have any output, it now displays the text "No output" instead of not showing anything. #1599
  • Code block language tags can now be separated by space or tab (along with commas) to match the behavior of other sites like GitHub and rustdoc. #1469
  • Updated warp (the web server) to the latest version. This also updates the minimum supported Rust version to 1.46. #1612
  • Updated to highlight.js 11. This has various highlighting improvements. #1597

Fixed

  • Inline code blocks inside a header are no longer highlighted when output.html.playground.editable is true. #1613

mdBook 0.4.10

2f7293a...dc2062a

Changed

  • Reverted breaking change in 0.4.9 that removed the __non_exhaustive marker on the Book struct. #1572
  • Updated handlebars to 4.0. #1550
  • Removed the chapter_begin id on the print page's chapter separators. #1541

mdBook 0.4.9

... (truncated)

Commits


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 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)