rust-lang / rfcs

RFCs for changes to Rust
https://rust-lang.github.io/rfcs/
Apache License 2.0
5.78k stars 1.55k forks source link

Update dependency mdbook to v0.4.40 #3652

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
mdbook 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 - "before 4am on the first day of the month" (UTC), 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.