google / mdbook-i18n-helpers

Translation support for mdbook. The plugins here give you a structured way to maintain a translated book.
Apache License 2.0
121 stars 25 forks source link

Bump the patch group with 2 updates #197

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the patch group with 2 updates: anyhow and mdbook.

Updates anyhow from 1.0.83 to 1.0.86

Release notes

Sourced from anyhow's releases.

1.0.86

  • Fix parse error in ensure! with non-literal after minus sign (#373)

1.0.85

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#368, #371)

1.0.84

  • Disallow calling ensure! through a Not impl for a type that is not bool (#367)
Commits
  • 8ea1819 Release 1.0.86
  • 0a1b405 Merge pull request #373 from dtolnay/minusneg
  • e0c74f2 Ensure $:literal never matches negative literal
  • 013c66e Fix parse error with non-literal after minus sign
  • ca7aff7 Add binary operator ensure tests
  • 2737bbe Release 1.0.85
  • 82b8b34 Merge pull request #371 from dtolnay/split
  • ad78d70 Preserve more token spans in expression parser
  • 5cce406 Parse comparison operators before other binary operators
  • 7205394 Merge pull request #369 from dtolnay/tokensplit
  • Additional commits viewable in compare view


Updates 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 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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.74%. Comparing base (5b855b0) to head (c10fe63).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #197 +/- ## ======================================= Coverage 89.74% 89.74% ======================================= Files 13 13 Lines 3052 3052 Branches 3052 3052 ======================================= Hits 2739 2739 Misses 225 225 Partials 88 88 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 1 month ago

Looks like these dependencies are no longer updatable, so this is no longer needed.