dylanowen / mdbook-graphviz

Mozilla Public License 2.0
44 stars 9 forks source link

Update Rust crate mdbook to v0.4.40 #132

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
mdbook dependencies patch 0.4.37 -> 0.4.40

Release Notes

rust-lang/mdBook (mdbook) ### [`v0.4.40`](https://togithub.com/rust-lang/mdBook/blob/HEAD/CHANGELOG.md#mdBook-0440) [Compare Source](https://togithub.com/rust-lang/mdBook/compare/v0.4.39...v0.4.40) [v0.4.39...v0.4.40](https://togithub.com/rust-lang/mdBook/compare/v0.4.39...v0.4.40) ##### Fixed - Reverted the update to pulldown-cmark which broke the semver API. [#​2388](https://togithub.com/rust-lang/mdBook/pull/2388) ### [`v0.4.39`](https://togithub.com/rust-lang/mdBook/blob/HEAD/CHANGELOG.md#mdBook-0439) [Compare Source](https://togithub.com/rust-lang/mdBook/compare/v0.4.38...v0.4.39) [v0.4.38...v0.4.39](https://togithub.com/rust-lang/mdBook/compare/v0.4.38...v0.4.39) ##### Fixed - Fixed the automatic deploy broken in the previous release. [#​2383](https://togithub.com/rust-lang/mdBook/pull/2383) ### [`v0.4.38`](https://togithub.com/rust-lang/mdBook/blob/HEAD/CHANGELOG.md#mdBook-0438) [Compare Source](https://togithub.com/rust-lang/mdBook/compare/v0.4.37...v0.4.38) [v0.4.37...v0.4.38](https://togithub.com/rust-lang/mdBook/compare/v0.4.37...v0.4.38) ##### Added - Added `nix` to the default set of languages supported for syntax highlighting. [#​2262](https://togithub.com/rust-lang/mdBook/pull/2262) ##### Changed - The `output.html.curly-quotes` option has been renamed to `output.html.smart-punctuation` to better reflect what it does. The old option `curly-quotes` is kept for compatibility, but may be removed in the future. [#​2327](https://togithub.com/rust-lang/mdBook/pull/2327) - The file-watcher used in `mdbook serve` and `mdbook watch` now uses a poll-based watcher instead of the native operating system notifications. This should fix issues on various systems and environments, and more accurately detect when files change. The native watcher can still be used with the `--watcher native` CLI option. [#​2325](https://togithub.com/rust-lang/mdBook/pull/2325) - `mdbook test` output now includes color, and shows relative paths to the source. [#​2259](https://togithub.com/rust-lang/mdBook/pull/2259) - Updated dependencies, MSRV raised to 1.74 [#​2350](https://togithub.com/rust-lang/mdBook/pull/2350) [#​2351](https://togithub.com/rust-lang/mdBook/pull/2351) [#​2378](https://togithub.com/rust-lang/mdBook/pull/2378) [#​2381](https://togithub.com/rust-lang/mdBook/pull/2381) ##### Fixed - Reduced memory allocation when copying files. [#​2355](https://togithub.com/rust-lang/mdBook/pull/2355) - Fixed the horizontal divider in `SUMMARY.md` from being indented into the previous nested section. [#​2364](https://togithub.com/rust-lang/mdBook/pull/2364) - Removed unnecessary `@import` in the CSS. [#​2260](https://togithub.com/rust-lang/mdBook/pull/2260)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.