DeebotUniverse / docs

https://deebot.readthedocs.io
GNU General Public License v3.0
33 stars 9 forks source link

Bump mkdocs-macros-plugin from 0.6.3 to 0.6.4 #93

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mkdocs-macros-plugin from 0.6.3 to 0.6.4.

Changelog

Sourced from mkdocs-macros-plugin's changelog.

0.6.4, 2022-01-27

  • Fixed: (#118) {{ git.date }} is now committer date (no longer author date).
  • Added: new git info elements (author email, committer, committer email); documentation was updated
  • Added: by default, unknown variables in a markdown page ({{ foo }}) are no longer replaced by blanks but displayed as is (DebugUndefined) (#117); for better compatibility with other plugins or error detection
  • Added: on_undefined parameter in plugin definition to alter behavior with unknown jinja2 variables: 'keep' (default), 'silent', 'strict', 'lax'; documentation was updated
Commits
  • c5e7ae5 Add parameter on_undefined in config.yaml (#117)
  • 858b7db Merge pull request #116 from timvink/master
  • 0a09c2b Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin into master
  • 8a6d290 Display committer date in {{ git.date }}
  • a4bc832 Leave undefined jinja2 variables as-is
  • 4711e98 Merge pull request #114 from eyllanesc/fix-readme
  • 02bd456 Merge pull request #115 from flynneva/patch-1
  • f7e801d fixes a simple not instead of no typo
  • 4b6c1c7 replace TOC
  • 266cd7c fix TOC
  • 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 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)