funkill / mdbook-i18n

MIT License
21 stars 6 forks source link

Update mdbook requirement from 0.3.1 to 0.4.3 #9

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.3

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

Changelog

Sourced from mdbook's changelog.

mdBook 0.4.3

9278b83...9278b83

Added

  • Added output.html.cname option to emit a CNAME file which is used by GitHub Pages to know which domain is being used. #1311

Changed

  • mdbook test no longer stops on the first test failure, but instead will run all the tests. #1313
  • Removed the local font source for Source Code Pro, as the locally installed font may not render properly on FireFox on macOS. #1307

Fixed

  • Added newline to end of .nojekyll file. #1310
  • Fixed missing space before draft chapter titles. #1309

mdBook 0.4.2

649f355...9278b83

Changed

  • The "show hidden lines" icon has changed from the "expand" icon to an "eye". #1281
  • Updated highlight.js. This adds several languages: c, c-like (effectively cpp), csharp (replaces cs), kotlin, less, lua, php-template, plaintext, python-repl, r, scss, typescript. #1277

Fixed

  • Fixed SUMMARY links that contained newlines. #1291
  • Fixed SUMMARY links that contain %20 spaces. #1293
  • Fixed favicon so that if only the png or svg is overridden, the other is not automatically included in the <link> tag. #1272

mdBook 0.4.1

d4df7e7...649f355

Changed

  • Removed several outdated dev-dependencies. #1267

Fixed

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)
dependabot-preview[bot] commented 3 years ago

Superseded by #11.