funkill / mdbook-i18n

MIT License
21 stars 6 forks source link

Update mdbook requirement from 0.3.1 to 0.4.9 #17

Closed dependabot-preview[bot] closed 3 years 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.9

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

Changelog

Sourced from mdbook's changelog.

mdBook 0.4.9

7e01cf9...d325c60

Changed

  • Updated all dependencies and raised the minimum Rust version to 1.42. #1528
  • Added more detail to error message when a preprocessor fails. #1526
  • Set max-width of HTML video tags to 100% to match img tags. #1542

Fixed

  • Type errors when parsing book.toml are no longer ignored. #1539
  • Better handling if mdbook serve fails to start the http server. #1555
  • Fixed the path for edit-url-template if the book used a source directory other than src. #1554

mdBook 0.4.8

fcceee4...b592b10

Added

  • Added the option output.html.edit-url-template which can be a URL which is linked on each page to direct the user to a site (such as GitHub) where the user can directly suggest an edit for the page they are currently reading. #1506

Changed

  • Printed output now includes a page break between chapters. #1485

Fixed

  • HTML, such as HTML comments, is now ignored if it appears above the title line in SUMMARY.md. #1437

mdBook 0.4.7

9a9eb01...c83bbd6

Changed

  • Updated shlex parser to fix a minor parsing issue (used by the preprocessor/backend custom command config). #1471
  • Enhanced text contrast of light theme to improve accessibility. #1470

Fixed

  • Fixed some issues with fragment scrolling and linking.

... (truncated)

Commits
  • 6425c29 Merge pull request #1562 from ehuss/bump-version
  • d0bb830 Update to 0.4.9
  • d325c60 Merge pull request #1554 from joshrotenberg/edit_url_custom_src
  • e9e889f Merge pull request #1560 from joshrotenberg/clippy_path_fixes
  • 05edc44 clippy: PathBuf to Path
  • 22ea5fe Merge pull request #1557 from xrmx/cargo-clippy-fixes
  • 714c5fb renderer: remove redundant clone in CmdRenderer
  • 56ceb62 book: simplify is_draft_chapter
  • c1b2bec book: use non_exhaustive attribute for struct Book
  • 8201b41 Merge pull request #1555 from joshrotenberg/exit_serve_if_panic
  • 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 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)
dependabot-preview[bot] commented 3 years ago

Superseded by #18.