Skip to content

Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.3 - #76

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mkdocs-git-revision-date-localized-plugin-1.x
Open

Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.3#76
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mkdocs-git-revision-date-localized-plugin-1.x

Conversation

@renovate

@renovate renovate Bot commented Oct 15, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
mkdocs-git-revision-date-localized-plugin ==1.2.0==1.5.3 age confidence

Release Notes

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

v1.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.5.2...v1.5.3

v1.5.2

Compare Source

What's Changed

Bug fixes
  • Guard against page is None in mkdocs theme override Jinja2 templates by @​Copilot in #​202
Dependency updates (security)

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.5.1...v1.5.2

v1.5.1: revision-date-localized v1.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.5.0...v1.5.1

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

v1.2.6: revision-date-localized v1.2.6

Compare Source

What's Changed

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

v1.2.5: revision-date-localized v1.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.4...v1.2.5

v1.2.4: revision-date-localized v1.2.4

Compare Source

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.3...v1.2.4

v1.2.3: revision-date-localized v1.2.3

Compare Source

What's Changed

  • To prepare for next major mkdocs release: For jinja autoescape, mark HTML strings as safe, not needing escaping by @​oprypin in #​126
  • Drop support for python 3.7

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.2...v1.2.3

v1.2.2: revision-date-localized v1.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.1...v1.2.2

v1.2.1: revision-date-localized v1.2.1

Compare Source

What's Changed
  • Remove usage of datetime.utcfromtimestamp to avoid deprecated warnings in python 3.12 by @​timvink in #​122

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.2.0...v1.2.1


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from da78417 to f685d7d Compare December 18, 2023 21:33
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.1 Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.2 Dec 18, 2023
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.2 Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.3 Feb 2, 2024
@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch 2 times, most recently from dfce12e to b714b12 Compare February 3, 2024 10:07
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.3 Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.4 Feb 3, 2024
@sonarqubecloud

sonarqubecloud Bot commented Feb 3, 2024

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from b714b12 to e47a6b4 Compare April 30, 2024 22:39
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.4 Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.5 Apr 30, 2024
@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from e47a6b4 to 0f9be7d Compare May 31, 2024 19:39
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.5 Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.6 May 31, 2024
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.6 Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.7 Aug 19, 2024
@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from 0f9be7d to ba2789a Compare August 19, 2024 08:22
@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from ba2789a to 9a582d2 Compare September 8, 2024 19:44
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.7 Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.8 Sep 8, 2024
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.8 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 9a582d2 to d0cc830 Compare September 12, 2024 14:35
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.9 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 d0cc830 to e78b42b Compare October 22, 2024 13:32
@sonarqubecloud

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from e78b42b to e3d5dbb Compare March 4, 2025 22:01
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.3.0 Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.0 Mar 4, 2025
@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from e3d5dbb to 737d353 Compare March 5, 2025 11:26
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.0 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 from 737d353 to 5949752 Compare March 9, 2025 13:37
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.1 Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.2 Mar 9, 2025
@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from 5949752 to 50a0768 Compare March 10, 2025 10:32
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.2 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 from 50a0768 to 227461d Compare March 14, 2025 15:32
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.4 Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.5 Mar 14, 2025
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.5 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 2 times, most recently from dc17898 to 438d22f Compare May 28, 2025 21:29
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.6 Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.7 May 28, 2025
@sonarqubecloud

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from 438d22f to 394ab40 Compare October 31, 2025 16:48
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.4.7 Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.0 Oct 31, 2025
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.0 Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.1 Jan 26, 2026
@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from 394ab40 to ee44506 Compare January 26, 2026 17:40
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.1 Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.2 May 13, 2026
@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from ee44506 to beaaa14 Compare May 13, 2026 10:42
@renovate
renovate Bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from beaaa14 to eb1eb77 Compare June 1, 2026 21:55
@renovate renovate Bot changed the title Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.2 Update dependency mkdocs-git-revision-date-localized-plugin to v1.5.3 Jun 1, 2026
@sonarqubecloud

sonarqubecloud Bot commented Jun 1, 2026

Copy link
Copy Markdown

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants