Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

This PR contains the following updates:

Package Change Age Confidence
mkdocs-git-revision-date-localized-plugin 1.2.61.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: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.7...v1.5.0

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

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.6...v1.4.7

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

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.5...v1.4.6

v1.4.5: revision-date-localized v1.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.4...v1.4.5

v1.4.4

Compare Source

What's Changed

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.3...v1.4.4

v1.4.2

Compare Source

v1.4.1: revision-date-localized v1.4.1

Compare Source

What's Changed

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.0...v1.4.1

v1.4.0: revision-date-localized v1.4.0

Compare Source

What's Changed

New features
Enhancements
Documentation

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.3.0...v1.4.0

v1.3.0: revision-date-localized v1.3.0

Compare Source

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)
  • 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. 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.

Pull requests:

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.9...v1.3.0

v1.2.9: revision-date-localized v1.2.9

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.8...v1.2.9

v1.2.8: revision-date-localized v1.2.8

Compare Source

What's Changed

  • Fixed the bug that the configuration option theme.language in mkdocs.yml was not fetched correctly under the mkdocs-material theme by @​Xiaokang2022 in #​143

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.6...v1.2.8

v1.2.7: revision-date-localized v1.2.7

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.6...v1.2.7


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from kvanzuijlen as a code owner August 19, 2024 08:42
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from a064212 to 915e0f9 Compare September 8, 2024 19:33
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.7 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.8 Sep 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.8 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.9 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from 915e0f9 to 4084951 Compare September 12, 2024 12:22
@sonarqubecloud
Copy link

@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.9 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.3.0 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from 4084951 to 247c789 Compare October 22, 2024 16:38
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from 247c789 to b873f56 Compare March 4, 2025 23:36
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.3.0 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.0 Mar 4, 2025
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.0 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.1 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch 2 times, most recently from 27f575c to 39776ec Compare March 9, 2025 14:52
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.1 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.2 Mar 9, 2025
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.2 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.4 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch 2 times, most recently from 08f523e to 976a5e1 Compare March 14, 2025 14:48
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.4 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.5 Mar 14, 2025
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from 976a5e1 to d9585fa Compare May 25, 2025 18:01
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.5 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.6 May 25, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from d9585fa to ab382e8 Compare June 1, 2025 06:58
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.6 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.7 Jun 1, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 1, 2025

@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from ab382e8 to 60a1ead Compare August 10, 2025 14:41
@sonarqubecloud
Copy link

@renovate renovate bot changed the title fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.7 fix(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.5.0 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from 60a1ead to 1e25890 Compare October 31, 2025 17:15
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant