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

Update mkdocs-macros-plugin requirement from ~=0.7.0 to ~=1.0.1 #179

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2023

Updates the requirements on mkdocs-macros-plugin to permit the latest version.

Changelog

Sourced from mkdocs-macros-plugin's changelog.

Changelog: mkdocs-macros

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.1.0-alpha, 2024-04-23

  • Improved user guide, with introduction of two new pages: "Controlling macro rendering" and "Post production".

  • Fixed: (#158) In modules, on_pre_page_macros(), the env.markdown attribute is now available to create a header or footer.

  • Changed: In on_post_page_macros() use env.markdown instead of env.raw_markdown, for the same purpose.

  • Added: (#162) Allow opt-in of page rendering, by using parameter render_macros: true in yaml header of the page (requires render_by_default:false in the macro parameters, in the config file).

  • Fixed: macro_info() now generates a header of category 2, so as to be used with other material in the same page, and not confuse the macro generators.

  • Changed: ignore_macros: true in page header is deprecated. Use render_macros: false instead.

  • Fixed: issues #155 (documentation type), #143 (git.tab), #135 (indicate page where rendering failed).

  • Bump version to 1.1.0 to acknowledge that API is stable.

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

... (truncated)

Commits
  • c750bea Bump to 1.0.1
  • 768e398 Fix obsolete call to pkg_resources (#157)
  • e8e0356 Try something to make the include statements appear
  • dadaa54 Improve documentation on including external files
  • a60b961 Update web documentation
  • d4568b3 Fix #158 on_pre_page_macros() and improve documentation
  • 930afe5 Allow opt-in of pages, #162
  • 2f1d86e Merge pull request #154 from ijmitch/Simple-typo
  • dc62279 Single typo on pages.md
  • 8d1e9e4 Merge pull request #140 from jannismain/patch-1
  • 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 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 requested a review from a team as a code owner May 29, 2023 15:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 29, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/mkdocs-macros-plugin-approx-eq-1.0.1 branch from 252a341 to c585f7a Compare May 30, 2023 07:14
@dependabot dependabot bot force-pushed the dependabot/pip/mkdocs-macros-plugin-approx-eq-1.0.1 branch from c585f7a to d4c0bec Compare June 7, 2023 05:49
Updates the requirements on [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) to permit the latest version.
- [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.7.0...v1.0.1)

---
updated-dependencies:
- dependency-name: mkdocs-macros-plugin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/mkdocs-macros-plugin-approx-eq-1.0.1 branch from d4c0bec to 318211c Compare June 7, 2023 05:50
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2023

Superseded by #190.

@dependabot dependabot bot closed this Jul 17, 2023
@dependabot dependabot bot deleted the dependabot/pip/mkdocs-macros-plugin-approx-eq-1.0.1 branch July 17, 2023 14:06
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants