danieleades / mdbook-d2

D2 diagram generator plugin for MdBook
MIT License
20 stars 7 forks source link

Bump mdbook from 0.4.37 to 0.4.40 #63

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps mdbook from 0.4.37 to 0.4.40.

Release notes

Sourced from mdbook's releases.

v0.4.40

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

v0.4.39

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

v0.4.38

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

Changelog

Sourced from mdbook's changelog.

mdBook 0.4.40

v0.4.39...v0.4.40

Fixed

  • Reverted the update to pulldown-cmark which broke the semver API. #2388

mdBook 0.4.39

v0.4.38...v0.4.39

Fixed

  • Fixed the automatic deploy broken in the previous release. #2383

mdBook 0.4.38

v0.4.37...v0.4.38

Added

  • Added nix to the default set of languages supported for syntax highlighting. #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
  • 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
  • mdbook test output now includes color, and shows relative paths to the source. #2259
  • Updated dependencies, MSRV raised to 1.74 #2350 #2351 #2378 #2381

Fixed

  • Reduced memory allocation when copying files. #2355
  • Fixed the horizontal divider in SUMMARY.md from being indented into the previous nested section. #2364
  • Removed unnecessary @import in the CSS. #2260
Commits
  • 94b922d Merge pull request #2389 from ehuss/bump-version
  • 0a8f9a3 Update to 0.4.40
  • a5d4d1e Merge pull request #2386 from ehuss/revert-pulldown-cmark
  • 2bdb586 Add comment not to update pulldown-cmark.
  • 6593228 Revert "Merge pull request #2381 from ehuss/update-pulldown-cmark"
  • e34f9c6 Merge pull request #2385 from ehuss/bump-version
  • e0e13e3 Merge pull request #2384 from ehuss/arg_watcher-dead-code
  • 4c333be Update to 0.4.39
  • 965f7bd Fix dead_code warning for arg_watcher
  • cfcba01 Merge pull request #2383 from ehuss/musl-fix
  • Additional commits viewable in compare view


Dependabot compatibility score

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)