dependabot[bot] opened a new pull request, #3314:
URL: https://github.com/apache/streampipes/pull/3314

   Bumps 
[mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin)
 from 1.2.6 to 1.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases";>mkdocs-git-revision-date-localized-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>revision-date-localized v1.3.0</h2>
   <h2>What's Changed</h2>
   <p>🟠 Minor breaking changes: This release will change some of the git 
revision dates:</p>
   <ul>
   <li>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 
<code>git log --ignore_all_space --ignore_blank_lines</code>.</li>
   <li>We now ignore rename commits for determining the last revision date, as 
these are not 'real' revisions to the content. This maps to the <code>git log 
diff-filter=r</code> command (see <a 
href="https://git-scm.com/docs/git-log#Documentation/git-log.txt---diff-filterACDMRTUXB82308203";>git
 log docs</a>)</li>
   <li>We will now follow changes to a file across file renames (including 
moving files around). This maps to <code>git log --follow</code>. 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 <a 
href="https://blog.plover.com/prog/git-log-follow.html";>this blogpost</a>. You 
can opt-out of this behavior by using the new option 
<code>enable_git_follow</code> (which defaults to <code>True</code>). If you 
still hit inaccurate revision dates for specific files, consider <a 
href="https://github.com/squidfunk/mkdocs-material/discussions/7135";>manually 
defining them</a>.</li>
   </ul>
   <p>Pull requests:</p>
   <ul>
   <li>Option for excluding rename commits from last update by <a 
href="https://github.com/skywarth";><code>@​skywarth</code></a> in <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/148";>timvink/mkdocs-git-revision-date-localized-plugin#148</a></li>
   <li>Support for python 3.13 by <a 
href="https://github.com/timvink";><code>@​timvink</code></a> in 
1e6924730f5b1909bd7b9b8a1b87d8fddf108b0b</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/skywarth";><code>@​skywarth</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/148";>timvink/mkdocs-git-revision-date-localized-plugin#148</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.9...v1.3.0";>https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.9...v1.3.0</a></p>
   <h2>revision-date-localized v1.2.9</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fixed another DeprecationWarning by <a 
href="https://github.com/YigesMx";><code>@​YigesMx</code></a> in <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/144";>timvink/mkdocs-git-revision-date-localized-plugin#144</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/YigesMx";><code>@​YigesMx</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/144";>timvink/mkdocs-git-revision-date-localized-plugin#144</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.8...v1.2.9";>https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.8...v1.2.9</a></p>
   <h2>revision-date-localized v1.2.8</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fixed the bug that the configuration option <code>theme.language</code> 
in mkdocs.yml was not fetched correctly under the <code>mkdocs-material</code> 
theme by <a 
href="https://github.com/Xiaokang2022";><code>@​Xiaokang2022</code></a> in <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/143";>timvink/mkdocs-git-revision-date-localized-plugin#143</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/Xiaokang2022";><code>@​Xiaokang2022</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/143";>timvink/mkdocs-git-revision-date-localized-plugin#143</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.6...v1.2.8";>https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.6...v1.2.8</a></p>
   <h2>revision-date-localized v1.2.7</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fixed a timeago display bug by <a 
href="https://github.com/ketikai";><code>@​ketikai</code></a> in <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/141";>timvink/mkdocs-git-revision-date-localized-plugin#141</a></li>
   <li>fix: Gitlab doc link by <a 
href="https://github.com/ethrgeist";><code>@​ethrgeist</code></a> in <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/137";>timvink/mkdocs-git-revision-date-localized-plugin#137</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/ethrgeist";><code>@​ethrgeist</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/137";>timvink/mkdocs-git-revision-date-localized-plugin#137</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/2e7646ee3405d8793e5ebb83eb45f7aa9407b205";><code>2e7646e</code></a>
 update to v1.3</li>
   <li><a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/1e6924730f5b1909bd7b9b8a1b87d8fddf108b0b";><code>1e69247</code></a>
 support python 3.13</li>
   <li><a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/9e064cd64a184484c12253525d81f6e7a32a7316";><code>9e064cd</code></a>
 Merge pull request <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/148";>#148</a>
 from skywarth/master</li>
   <li><a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/36b2159e63dea1f7d9eb1759a8ecdc5ecd215c03";><code>36b2159</code></a>
 chore: rename option, add documentation</li>
   <li><a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/f848ea1e43ba61e131c26b5146bfb74cf14d9456";><code>f848ea1</code></a>
 feat: reverted previous changes about exclude option, new option for follow 
i...</li>
   <li><a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/466e57767784a635f159e9bfcf5b03de6b5ed35d";><code>466e577</code></a>
 feat: option for excluding renames and move operations for last update 
date</li>
   <li><a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/3f39e6558213de330b4fbb5e6473aaf95a07713c";><code>3f39e65</code></a>
 bump to v1.2.9</li>
   <li><a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/a1df0236ac65027dc51414b85afa0af84b15a1fb";><code>a1df023</code></a>
 Merge pull request <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/144";>#144</a>
 from YigesMx/fix_var_warning</li>
   <li><a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/95fb5fdf3a2dc4ea7bdb05d6d85f58152bf753ad";><code>95fb5fd</code></a>
 Update plugin.py</li>
   <li><a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/407346e21fde2982156189d357b6ee05cba7dca4";><code>407346e</code></a>
 add sitemap override example, closes <a 
href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/120";>#120</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.6...v1.3.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-git-revision-date-localized-plugin&package-manager=pip&previous-version=1.2.6&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to