DariuszPorowski / mkdocs-file-filter-plugin

A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and Markdown/FrontMatter tags metadata.
https://pypi.org/project/mkdocs-file-filter-plugin/
MIT License
8 stars 3 forks source link

chore(deps-dev): Bump mkdocs-exclude-unused-files from 1.2.1 to 1.3.0 #175

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps mkdocs-exclude-unused-files from 1.2.1 to 1.3.0.

Release notes

Sourced from mkdocs-exclude-unused-files's releases.

v1.3.0

What's changed

feat: add file_name_suffixes_to_trim setting to allow using #only-light/#only-dark with mkdocs-material by default (fixes #4) fix: check if path is a http(s) link before processing it to fix behavior on windows build: bump dependency versions

Upgrading

pip install --upgrade mkdocs-exclude-unused-files

PyPi Permalink: https://pypi.org/project/mkdocs-exclude-unused-files/1.3.0/ Full Changelog: https://github.com/JonasDoesThings/mkdocs-exclude-unused-files/compare/v1.2.1...v1.3.0

Commits
  • c544efb fix: ignore external http(s) links in checks
  • 869861c fix: replace string#removesuffix with a method that is available pre-python-3.9
  • 90c990b build: bump dependency versions
  • 38421d0 feat: add file_name_suffixes_to_trim setting to close issue #4 and ignore mat...
  • f9ffc5e build: bump pre-commit-hooks version
  • See full diff 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 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)
github-actions[bot] commented 7 months ago

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

poetry.lock
  • beautifulsoup4@4.12.3
  • mkdocs-exclude-unused-files@1.3.0
  • beautifulsoup4@4.12.2
  • mkdocs-exclude-unused-files@1.2.1
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 18.39%. Comparing base (2d95db2) to head (bf15e0e). Report is 5 commits behind head on main.

:exclamation: Current head bf15e0e differs from pull request most recent head e38205a. Consider uploading reports for the commit e38205a to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #175 +/- ## ======================================= Coverage 18.39% 18.39% ======================================= Files 6 6 Lines 212 212 ======================================= Hits 39 39 Misses 173 173 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.