emmercm / igir

๐Ÿ•น A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.
https://igir.io/
GNU General Public License v3.0
394 stars 18 forks source link

Chore: update docs dependencies #1380

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-git-revision-date-localized-plugin ==1.2.9 -> ==1.3.0 age adoption passing confidence
mkdocs-material (changelog) ==9.5.36 -> ==9.5.42 age adoption passing confidence

Release Notes

timvink/mkdocs-git-revision-date-localized-plugin (mkdocs-git-revision-date-localized-plugin) ### [`v1.3.0`](https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases/tag/v1.3.0): revision-date-localized v1.3.0 [Compare Source](https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.9...v1.3.0) #### What's Changed ๐ŸŸ  Minor breaking changes: This release will change some of the git revision dates: - We now ignore changes to files that only contain whitespaces or blanklines, as these are not 'real' revisions to the content. This maps to the `git log --ignore_all_space --ignore_blank_lines`. - We now ignore rename commits for determining the last revision date, as these are not 'real' revisions to the content. This maps to the `git log diff-filter=r` command (see [git log docs](https://git-scm.com/docs/git-log#Documentation/git-log.txt---diff-filterACDMRTUXB82308203)) - We will now follow changes to a file across file renames (including moving files around). This maps to `git log --follow`. While giving more accurate revision and creation dates, there is an edge case: if you commit empty files, the revision date might wrong. For details see [this blogpost](https://blog.plover.com/prog/git-log-follow.html). You can opt-out of this behavior by using the new option `enable_git_follow` (which defaults to `True`). If you still hit inaccurate revision dates for specific files, consider [manually defining them](https://redirect.github.com/squidfunk/mkdocs-material/discussions/7135). Pull requests: - Option for excluding rename commits from last update by [@​skywarth](https://redirect.github.com/skywarth) in [https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/148](https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/148) - Support for python 3.13 by [@​timvink](https://redirect.github.com/timvink) in [`1e69247`](https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/1e6924730f5b1909bd7b9b8a1b87d8fddf108b0b) #### New Contributors - [@​skywarth](https://redirect.github.com/skywarth) made their first contribution in [https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/148](https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/148) **Full Changelog**: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.9...v1.3.0
squidfunk/mkdocs-material (mkdocs-material) ### [`v9.5.42`](https://redirect.github.com/squidfunk/mkdocs-material/releases/tag/9.5.42): mkdocs-material-9.5.42 [Compare Source](https://redirect.github.com/squidfunk/mkdocs-material/compare/9.5.41...9.5.42) - Fixed [#​7625](https://redirect.github.com/squidfunk/mkdocs-material/issues/7625): Invalid encoding of boolean attributes in privacy plugin - Fixed [#​7624](https://redirect.github.com/squidfunk/mkdocs-material/issues/7624): Crash when disabling privacy plugin (9.5.41 regression) ### [`v9.5.41`](https://redirect.github.com/squidfunk/mkdocs-material/releases/tag/9.5.41): mkdocs-material-9.5.41 [Compare Source](https://redirect.github.com/squidfunk/mkdocs-material/compare/9.5.40...9.5.41) - Fixed [#​7619](https://redirect.github.com/squidfunk/mkdocs-material/issues/7619): Improved tooltip on logo disappears after instant navigation - Fixed [#​7616](https://redirect.github.com/squidfunk/mkdocs-material/issues/7616): Race condition in built-in privacy plugin when inlining assets - Fixed [#​7615](https://redirect.github.com/squidfunk/mkdocs-material/issues/7615): Comments and "Was this page helpful?" visible when printing ### [`v9.5.40`](https://redirect.github.com/squidfunk/mkdocs-material/releases/tag/9.5.40): mkdocs-material-9.5.40 [Compare Source](https://redirect.github.com/squidfunk/mkdocs-material/compare/9.5.39...9.5.40) - Updated Latvian translations - Fixed [#​7597](https://redirect.github.com/squidfunk/mkdocs-material/issues/7597): Social cards not using site name on home page Thanks go to [@​pekkaklarck](https://redirect.github.com/pekkaklarck) and [@​klejejs](https://redirect.github.com/klejejs) for their contributions ### [`v9.5.39`](https://redirect.github.com/squidfunk/mkdocs-material/releases/tag/9.5.39): mkdocs-material-9.5.39 [Compare Source](https://redirect.github.com/squidfunk/mkdocs-material/compare/9.5.38...9.5.39) - Fixed [#​7226](https://redirect.github.com/squidfunk/mkdocs-material/issues/7226): not staying on page when using mike's canonical versioning Thanks go to [@​ilyagr](https://redirect.github.com/ilyagr) for their contributions ### [`v9.5.38`](https://redirect.github.com/squidfunk/mkdocs-material/releases/tag/9.5.38): mkdocs-material-9.5.38 [Compare Source](https://redirect.github.com/squidfunk/mkdocs-material/compare/9.5.37...9.5.38) - Added Albanian translations Thanks go to [@​gerardkraja](https://redirect.github.com/gerardkraja) for their contributions ### [`v9.5.37`](https://redirect.github.com/squidfunk/mkdocs-material/releases/tag/9.5.37): mkdocs-material-9.5.37 [Compare Source](https://redirect.github.com/squidfunk/mkdocs-material/compare/9.5.36...9.5.37) - Added 4th and 5th level ordered list styles - Fixed [#​7548](https://redirect.github.com/squidfunk/mkdocs-material/issues/7548): Tags have no spacing in search

Configuration

๐Ÿ“… Schedule: Branch creation - "on the 27th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

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

๐Ÿ‘ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 weeks ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

โš ๏ธ Warning: custom changes will be lost.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 92.78%. Comparing base (452d53e) to head (e8adc7a). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1380 +/- ## ======================================== Coverage 92.78% 92.78% ======================================== Files 118 118 Lines 7599 7599 Branches 1845 1739 -106 ======================================== Hits 7051 7051 - Misses 523 547 +24 + Partials 25 1 -24 ```

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