Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
mkdocs-git-revision-date-localized-plugin 1.2.2 -> 1.4.7 age confidence

Release Notes

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

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


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

@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.3 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.4 Feb 3, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x-lockfile branch from cc10217 to 45bdbcb Compare February 3, 2024 08:30
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.4 chore(deps): 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-lockfile branch from 45bdbcb to 07913ba Compare April 30, 2024 21:56
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.5 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.6 May 31, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x-lockfile branch from 07913ba to bdb2437 Compare May 31, 2024 21:18
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x-lockfile branch from bdb2437 to a1eb50f Compare August 19, 2024 10:46
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.6 chore(deps): 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-lockfile branch from a1eb50f to f54e6f2 Compare September 8, 2024 18:50
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.7 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.8 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x-lockfile branch from f54e6f2 to dae8d20 Compare September 12, 2024 11:23
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.8 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.9 Sep 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.9 chore(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-lockfile branch from dae8d20 to 9c886b6 Compare October 22, 2024 14:35
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.3.0 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.0 Mar 4, 2025
Copy link
Contributor Author

renovate bot commented Mar 4, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock

The currently activated Python version 3.11.13 is not supported by the project (>=3.8,<=3.11).
Trying to find and use a compatible version. 

Poetry was unable to find a compatible version. If you have one, you can explicitly use it via the "env use" command.

@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.0 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.1 Mar 5, 2025
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.1 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.2 Mar 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.2 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.4 Mar 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.4 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.5 Mar 14, 2025
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.5 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.6 May 25, 2025
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.6 chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.4.7 May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants