Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.0 #30

Open
Renovate wants to merge 1 commit from renovate/mkdocs-git-revision-date-localized-plugin-1.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
mkdocs-git-revision-date-localized-plugin ==1.4.5 -> ==1.5.0 age confidence

Release Notes

timvink/mkdocs-git-revision-date-localized-plugin (mkdocs-git-revision-date-localized-plugin)

v1.5.0: revision-date-localized v1.5.0

Compare Source

What's Changed

  • Drop support for 3.8, do not unit test for 3.9. Add support for 3.14 by @​timvink in #​193
Fixes
  • #​194 by @​timvink:
    • Hashing keys being incorrect when using monorepo, leading to yet another set of git.log() calls
    • Some inefficiency in multiprocessing setup when using mkdocs serve. State should now be preserved, and mkdocs serve --dirty won't use multiprocessing anymore.
    • Update to new mkdocs plugin system
  • Fix bug with double git.log call; plugins should be much faster now by @​timvink in #​195. Also fixes #​188
  • Fix i18n compatibility bug when using locales with hyphens (see #​176) by @​timvink in #​196
Docs

New Contributors

Full Changelog: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.7...v1.5.0

v1.4.7: revision-date-localized v1.4.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.6...v1.4.7

v1.4.6: revision-date-localized v1.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.5...v1.4.6


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 Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) | `==1.4.5` -> `==1.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mkdocs-git-revision-date-localized-plugin/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mkdocs-git-revision-date-localized-plugin/1.4.5/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>timvink/mkdocs-git-revision-date-localized-plugin (mkdocs-git-revision-date-localized-plugin)</summary> ### [`v1.5.0`](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases/tag/v1.5.0): revision-date-localized v1.5.0 [Compare Source](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.7...v1.5.0) #### What's Changed - Drop support for 3.8, do not unit test for 3.9. Add support for 3.14 by [@&#8203;timvink](https://github.com/timvink) in [#&#8203;193](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/193) ##### Fixes - [#&#8203;194](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/194) by [@&#8203;timvink](https://github.com/timvink): - Hashing keys being incorrect when using monorepo, leading to yet another set of git.log() calls - Some inefficiency in multiprocessing setup when using mkdocs serve. State should now be preserved, and mkdocs serve --dirty won't use multiprocessing anymore. - Update to new mkdocs plugin system - Fix bug with double git.log call; plugins should be much faster now by [@&#8203;timvink](https://github.com/timvink) in [#&#8203;195](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/195). Also fixes [#&#8203;188](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/188) - Fix i18n compatibility bug when using locales with hyphens (see [#&#8203;176](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/176)) by [@&#8203;timvink](https://github.com/timvink) in [#&#8203;196](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/196) ##### Docs - Fix typo: "Their" → "They" by [@&#8203;uw-amy-bordenave](https://github.com/uw-amy-bordenave) in [#&#8203;190](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/190) - fix: add missing follow param to util by [@&#8203;TonyCrane](https://github.com/TonyCrane) in [#&#8203;189](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/189) #### New Contributors - [@&#8203;uw-amy-bordenave](https://github.com/uw-amy-bordenave) made their first contribution in [#&#8203;190](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/190) - [@&#8203;TonyCrane](https://github.com/TonyCrane) made their first contribution in [#&#8203;189](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/189) **Full Changelog**: <https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.7...v1.5.0> ### [`v1.4.7`](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases/tag/v1.4.7): revision-date-localized v1.4.7 [Compare Source](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.6...v1.4.7) #### What's Changed - Fix tests for click >= 8.2.0 by [@&#8203;mgorny](https://github.com/mgorny) in [#&#8203;187](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/187) #### New Contributors - [@&#8203;mgorny](https://github.com/mgorny) made their first contribution in [#&#8203;187](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/187) **Full Changelog**: <https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.6...v1.4.7> ### [`v1.4.6`](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases/tag/v1.4.6): revision-date-localized v1.4.6 [Compare Source](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.5...v1.4.6) #### What's Changed - add timezone to title in span element by [@&#8203;mschoettle](https://github.com/mschoettle) in [#&#8203;175](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/175) - docs: sitemap.xml typo, added <priority> to example by [@&#8203;aceat64](https://github.com/aceat64) in [#&#8203;177](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/177) - docs: fix broken admonition in `options.md` by [@&#8203;zyv](https://github.com/zyv) in [#&#8203;179](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/179) - fix: Correct typo in warning suggesting "enable\_git\_follow: false" by [@&#8203;fghaas](https://github.com/fghaas) in [#&#8203;183](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/183) - feat: support monorepo/techdocs when getting last site revision info by [@&#8203;tcardonne](https://github.com/tcardonne) in [#&#8203;185](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/185) #### New Contributors - [@&#8203;aceat64](https://github.com/aceat64) made their first contribution in [#&#8203;177](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/177) - [@&#8203;zyv](https://github.com/zyv) made their first contribution in [#&#8203;179](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/179) - [@&#8203;fghaas](https://github.com/fghaas) made their first contribution in [#&#8203;183](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/183) - [@&#8203;tcardonne](https://github.com/tcardonne) made their first contribution in [#&#8203;185](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/185) **Full Changelog**: <https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.5...v1.4.6> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44My4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.7
Some checks failed
Actions / Documentation (pull_request) Failing after 6s
Actions / Build (pull_request) Failing after 7s
Actions / Lint (pull_request) Failing after 8s
343ae547e6
Renovate bot force-pushed renovate/mkdocs-git-revision-date-localized-plugin-1.x from 343ae547e6
Some checks failed
Actions / Documentation (pull_request) Failing after 6s
Actions / Build (pull_request) Failing after 7s
Actions / Lint (pull_request) Failing after 8s
to 7ff9e7f93b
Some checks failed
Actions / Lint (pull_request) Failing after 1m13s
Actions / Build (pull_request) Failing after 1m13s
Actions / Documentation (pull_request) Failing after 1m14s
2025-09-07 03:25:30 -04:00
Compare
Renovate bot force-pushed renovate/mkdocs-git-revision-date-localized-plugin-1.x from 7ff9e7f93b
Some checks failed
Actions / Lint (pull_request) Failing after 1m13s
Actions / Build (pull_request) Failing after 1m13s
Actions / Documentation (pull_request) Failing after 1m14s
to 054371ae20
Some checks failed
Actions / Documentation (pull_request) Failing after 5s
Actions / Lint (pull_request) Failing after 17s
Actions / Build (pull_request) Failing after 25s
2025-10-31 09:23:06 -04:00
Compare
Renovate bot changed title from Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.7 to Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.0 2025-10-31 12:22:56 -04:00
Renovate bot force-pushed renovate/mkdocs-git-revision-date-localized-plugin-1.x from 054371ae20
Some checks failed
Actions / Documentation (pull_request) Failing after 5s
Actions / Lint (pull_request) Failing after 17s
Actions / Build (pull_request) Failing after 25s
to 9f24e24343
Some checks failed
Actions / Lint (pull_request) Failing after 5s
Actions / Build (pull_request) Failing after 6s
Actions / Documentation (pull_request) Failing after 4s
2025-10-31 12:22:57 -04:00
Compare
Some checks failed
Actions / Lint (pull_request) Failing after 5s
Actions / Build (pull_request) Failing after 6s
Actions / Documentation (pull_request) Failing after 4s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mkdocs-git-revision-date-localized-plugin-1.x:renovate/mkdocs-git-revision-date-localized-plugin-1.x
git switch renovate/mkdocs-git-revision-date-localized-plugin-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/mkdocs-git-revision-date-localized-plugin-1.x
git switch renovate/mkdocs-git-revision-date-localized-plugin-1.x
git rebase main
git switch main
git merge --ff-only renovate/mkdocs-git-revision-date-localized-plugin-1.x
git switch renovate/mkdocs-git-revision-date-localized-plugin-1.x
git rebase main
git switch main
git merge --no-ff renovate/mkdocs-git-revision-date-localized-plugin-1.x
git switch main
git merge --squash renovate/mkdocs-git-revision-date-localized-plugin-1.x
git switch main
git merge --ff-only renovate/mkdocs-git-revision-date-localized-plugin-1.x
git switch main
git merge renovate/mkdocs-git-revision-date-localized-plugin-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cswimr/PyFlowery!30
No description provided.