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

chore(deps): update dependency mkdocs-include-markdown-plugin to v6 - autoclosed #269

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-include-markdown-plugin (changelog) ==5.0.0 -> ==6.0.4 age adoption passing confidence

Release Notes

mondeja/mkdocs-include-markdown-plugin (mkdocs-include-markdown-plugin)

v6.0.4

Compare Source

Bug fixes

  • Fixed logging variables not included formatting messages (regression from v6.0.2).

v6.0.3

Compare Source

Enhancements

  • Add mkdocs>=1.4 as dependency.

v6.0.2

Compare Source

Enhancements

  • Dropped Python upper version requirement bound.

v6.0.1

Compare Source

Bug fixes

  • Fixed some warnings not shown when missing start and end delimiters in some contexts (regression from v6.0.0).

v6.0.0

Compare Source

⚠️ Breaking changes

  • Inclusion and exclusion relative paths and globs must start with ./ or ../. Non-explicit relative paths (like foo/bar.md) will be treated as relative to docs_dir (typically the docs/ directory). To migrate just prepend ./ in all your implicit relative paths and globs.
    - {% include-markdown "foo/bar.md" %}
    + {% include-markdown "./foo/bar.md" %}
    
    - {% include-markdown "foo/*.md" %}
    + {% include-markdown "./foo/*.md" %}
  • exclude configuration setting added in v5.1.0 is not treated more as a default value for the exclude argument. Now accepts an array that defines multiple global exclusion patterns that will extend the exclude argument pattern matches. Relative paths used by the exclude global setting will be treated as relatives to docs_dir.

New features

  • Includer and excluder globs now accept Bash-style wildcard patterns, allowing more flexible inclusions and exclusions, for example:
    {% include-markdown "**" exclude="./{index,LICENSE}.md" %}
  • Allow to define paths and globs relative to docs/ directory for inclusions and exclusions with implicit relative paths like foo/bar.md or index.md.

Enhancements

  • Raise PluginErrors instead of BuildErrors as recommended by Mkdocs.

v5.1.0

Compare Source

New features

The next default values for arguments can be defined as settings:

  • start
  • end
  • exclude
  • heading_offset
  • rewrite_relative_urls

Bug fixes

  • Fixed error getting content from cache.
  • Fixed detection of invalid heading-offset values.

Improvements

  • Improved invalid values detection of boolean and integer arguments.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-6.x branch from b01fe56 to 3e051e0 Compare August 31, 2023 19:36
@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-6.x branch 20 times, most recently from cb0eee4 to 28a682a Compare September 30, 2023 16:07
@vorburger
Copy link
Member

According to my local testing, the build failure originally seen here (re. "bad" inclusion of model-fs.yaml in line 55 of use/connector/index.md) appears to disappear with #262 (AKA #289). I'll merge this if CI turns green after the rebase that's currently running.

@vorburger
Copy link
Member

Hm, this is strange... the model-fs.yaml that's included here is clearly there at https://github.com/enola-dev/enola/tree/main/docs/use/connector. I'm not sure what's going on here.

@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-6.x branch 5 times, most recently from b8232cd to e11dabe Compare September 30, 2023 22:13
@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-6.x branch 10 times, most recently from 54fde0e to f30146c Compare December 31, 2023 19:02
@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-6.x branch 9 times, most recently from e22a9c9 to fbed040 Compare January 7, 2024 18:13
@renovate renovate bot force-pushed the renovate/mkdocs-include-markdown-plugin-6.x branch from fbed040 to 2cf76c9 Compare January 7, 2024 20:06
@vorburger
Copy link
Member

Hm, this is strange... the model-fs.yaml that's included here is clearly there at https://github.com/enola-dev/enola/tree/main/docs/use/connector. I'm not sure what's going on here.

ERROR   -  Error reading page 'use/connector/index.md':
ERROR   -  No files found including 'model-fs.yaml' at use/connector/index.md:55

The reason for this is the breaking change in https://github.com/mondeja/mkdocs-include-markdown-plugin/releases/tag/v6.0.0 ...

... I'll raise a separate new PR to "manually" do this update, and change all the includes appropriately.

This PR will get automatically closed by Renovate.

@renovate renovate bot changed the title chore(deps): update dependency mkdocs-include-markdown-plugin to v6 chore(deps): update dependency mkdocs-include-markdown-plugin to v6 - autoclosed Jan 7, 2024
@renovate renovate bot closed this Jan 7, 2024
@renovate renovate bot deleted the renovate/mkdocs-include-markdown-plugin-6.x branch January 7, 2024 20:35
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 help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant