Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.3.0 #488

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-git-revision-date-localized-plugin ==1.2.4 -> ==1.3.0 age adoption passing confidence

Release Notes

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

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

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


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 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.4 Feb 17, 2024
@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.4 - autoclosed Apr 29, 2024
@renovate renovate bot closed this Apr 29, 2024
@renovate renovate bot deleted the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch April 29, 2024 05:04
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.4 - autoclosed chore(deps): update dependency mkdocs-git-revision-date-localized-plugin to v1.2.4 May 1, 2024
@renovate renovate bot reopened this May 1, 2024
@renovate renovate bot restored the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch May 1, 2024 06:00
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from 55e0c77 to b1d02f8 Compare May 2, 2024 17:45
@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 May 2, 2024
@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 Jun 1, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from b1d02f8 to 5c484d5 Compare June 1, 2024 05:44
@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 branch from 5c484d5 to cfc8a9f Compare September 8, 2024 18:02
@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 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 force-pushed the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch from cfc8a9f to 5f2751a Compare September 12, 2024 13:21
@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 branch from 5f2751a to 2f87d27 Compare October 22, 2024 16:07
Copy link

It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label Feb 22, 2025
@github-actions github-actions bot closed this Mar 1, 2025
Copy link
Contributor Author

renovate bot commented Mar 1, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==1.3.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/mkdocs-git-revision-date-localized-plugin-1.x branch March 1, 2025 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants