Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mkdocs-macros-plugin from 0.5.5 to 0.5.12 #103

Merged
merged 1 commit into from
Jun 21, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2021

Bumps mkdocs-macros-plugin from 0.5.5 to 0.5.12.

Changelog

Sourced from mkdocs-macros-plugin's changelog.

0.5.12, 2021-06-09

  • Fixed: Incompatibility with mkdocs 1.2 (on_serve() event, call to server.watch())

0.5.11, 2021-04-24

  • Added: Info on pluglets, on GitHub index page.
  • Added: Contributing and Help pages, in documentation

0.5.10, 2021-04-23

  • Fixed: impossibility to use imported Jinja2 macros, without with context clause (#81). Now macros are imported as global.
  • Deprecated: Do not define macros as variables, but as macros.
    • incorrect: env.variables['foo'] = foo (though it should still work)
    • correct: prefix declaration with @env.macros or env.macros['foo'] = foo
  • Added: Changelog is also part of documentation
  • Added: Documentation moved under Material them, slate variant (dark)
  • Added: Amended documentation (test install, discussions)

0.5.9, 2021-04-22

  • Added: Changelog (Fixed #82)

0.5.8, 2021-04-21

  • Fixed: display better message in case of macro syntax error (line_no, message, incriminated line in file). Traceback was useless with that specific exception, and has been removed.

0.5.7, 2021-04-21

  • Added: Possibility (for large projects) to exclude a markdown page from macro rendering, with ignore_macros: true in YAML header (fixed issue #78, and answered discussion #79)

0.5.6, 2021-04-19

  • Added: Files object to the mkdocs-macros environment (fixed #80)
  • Fixed: Documentation errors or omissions
  • Fixed: Do not install pluglet mkdocs-macros-test by default (#50) In order to do testing, type: pip install 'mkdocs-macros-plugin[test]'
Commits
  • 4bf847b Fix incompatibility with mkdocs 1.2 (server.watch())
  • 6bde2af Add documentation on help and contributions
  • a7d1857 Add pluglet information to readme
  • f64318e Reset material template, to see if it compiles on readthedocs
  • 521973d Try to fix extra requirements for readthedocs
  • 47f2a47 Make sure readthedocs compiles
  • 540796f Roll back theme to readthedocs
  • 38d7bca Update documentation
  • 0a6ba85 Define macros as globals (#81)
  • 456ead7 Added changelog (#89)
  • 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)

Bumps [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) from 0.5.5 to 0.5.12.
- [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.5...v0.5.12)

---
updated-dependencies:
- dependency-name: mkdocs-macros-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added pr: dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 21, 2021
@madeinoz67 madeinoz67 merged commit 0de07e2 into master Jun 21, 2021
@dependabot dependabot bot deleted the dependabot/pip/mkdocs-macros-plugin-0.5.12 branch June 21, 2021 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant