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.7.0 to 1.0.4 #13

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps mkdocs-macros-plugin from 0.7.0 to 1.0.4.

Release notes

Sourced from mkdocs-macros-plugin's releases.

Production version

1.0.4, 2023-08-07

  • Fixed: Warning due to filter issue with mkdocs >= 1.5
  • Fixed: Debug html tables (including for macro_info()) are now readable also in dark mode.

1.0.2, 2023-07-02

  • Added: it is now possible to use macros in page titles, in the nav section of the yaml file, or in the level 1 titles; the macros are correctly interpreted in the navigation part of the page.

1.0.1, 2023-05-25

1.0.0-alpha, 2023-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).

Changelog

Sourced from mkdocs-macros-plugin's changelog.

1.0.4, 2023-08-07

  • Fixed: Warning due to filter issue with mkdocs >= 1.5
  • Fixed: Debug html tables (including for macro_info()) are now readable also in dark mode.

1.0.2, 2023-07-02

  • Added: it is now possible to use macros in page titles, in the nav section of the yaml file, or in the level 1 titles; the macros are correctly interpreted in the navigation part of the page.

1.0.1, 2023-05-25

1.0.0-alpha, 2023-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.

Commits
  • 6563d0a Changelog update for 1.0.4
  • 979a976 Fix log filter issue with mkdocs >= 1.2 (#173)
  • f33011f Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin into master
  • 13b93c3 Make debug html tables readable also in dark mode (#152)
  • 2794fb0 Document 1.0.2 (macros in the title of the page)
  • ec7c59a Document 1.0.2 (macros in the title of the page)
  • e2fded0 Handle macros in page titles (#144)
  • c750bea Bump to 1.0.1
  • 768e398 Fix obsolete call to pkg_resources (#157)
  • e8e0356 Try something to make the include statements appear
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.7.0 to 1.0.4.
- [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.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Looks like mkdocs-macros-plugin is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/mkdocs-macros-plugin-1.0.4 branch October 2, 2023 20:19
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.

0 participants