Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 25, 2022

Bumps mkdocs-macros-plugin from 0.5.12 to 0.7.0.

Changelog

Sourced from mkdocs-macros-plugin's changelog.

0.7.0, 2022-03-25

  • Added: (#133) on_error_fail in config file to make build/serve process fail in case of macro error, with return code 100.

  • Added: (#130) Documentation on the tree structure of a typical macro directory (package)

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

0.6.3, 2021-11-23

  • Fixed: Broken build of 0.6.2

0.6.2, 2021-11-22 (yanked)

  • Added: env.raw_markdown is now modifiable, for use in on_post_page_macros()

0.6.1, 2021-09-09

  • Added: auto-install of pluglets (in module parameter in config file)

0.6.0, 2021-22-08

  • Fixed: documentation (for readthedocs) now contains proper link to edit uri on github
  • Fixed: broken link in webdoc/docs/pages.md
  • Bump version to 0.6.0, to acknowledge the breaking change in 0.5.10
Commits
  • a154740 Add the on_error_fail parameter in the config file (issue #133)
  • a75058c Add argument on_error_fail to config file (for CD/CI)
  • e536df0 Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin into master
  • f7b6349 Document directory tree for macros (issue #130)
  • 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
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 25, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/mkdocs-macros-plugin-0.7.0 branch from 3932040 to 11a598a Compare May 25, 2022 22:51
Bumps [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) from 0.5.12 to 0.7.0.
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs_macros_plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v0.5.12...v0.7.0)

---
updated-dependencies:
- dependency-name: mkdocs-macros-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/mkdocs-macros-plugin-0.7.0 branch from 11a598a to 437ebcc Compare October 10, 2022 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant