Skip to content

Commit 8ae0fc7

Browse files
authored
build(deps): update mkdocs-git-authors-plugin requirement from <0.10 to <0.11 (#1320)
Updates the requirements on [mkdocs-git-authors-plugin](https://github.com/timvink/mkdocs-git-authors-plugin) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/timvink/mkdocs-git-authors-plugin/releases">mkdocs-git-authors-plugin's releases</a>.</em></p> <blockquote> <h2>v0.10.0</h2> <h2>What's Changed</h2> <ul> <li>New <code>add_co_authors</code> option (disabled by default) by <a href="https://github.com/fpozzobon"><code>@​fpozzobon</code></a> in <a href="https://redirect.github.com/timvink/mkdocs-git-authors-plugin/pull/111">timvink/mkdocs-git-authors-plugin#111</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/timvink/mkdocs-git-authors-plugin/compare/v0.9.6...v0.10.0">https://github.com/timvink/mkdocs-git-authors-plugin/compare/v0.9.6...v0.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/timvink/mkdocs-git-authors-plugin/commit/d0fbbda7f52769254cc88b3e3ac8b9254469712f"><code>d0fbbda</code></a> bump to v0.10</li> <li><a href="https://github.com/timvink/mkdocs-git-authors-plugin/commit/dff49314b7f6921fc6f4ad36cf3b4424ffd34d84"><code>dff4931</code></a> Adding documentation of co_authors and set to false by default</li> <li><a href="https://github.com/timvink/mkdocs-git-authors-plugin/commit/ad2088325a448eca32475feab0c00093854ca23b"><code>ad20883</code></a> Add co authors as option</li> <li><a href="https://github.com/timvink/mkdocs-git-authors-plugin/commit/0a216e72655ec560a863867b239dce4632eb7a7b"><code>0a216e7</code></a> moving co-author filter to page responsibility</li> <li><a href="https://github.com/timvink/mkdocs-git-authors-plugin/commit/619b18dbc0b48da8ed6cb9b38f2e7aac77db8b31"><code>619b18d</code></a> list backward compatible</li> <li><a href="https://github.com/timvink/mkdocs-git-authors-plugin/commit/b582ea1d9e398db58271403d51e2f7aae80b969c"><code>b582ea1</code></a> Code review:</li> <li><a href="https://github.com/timvink/mkdocs-git-authors-plugin/commit/927324dc35c396cdf47a1b173afa9f5c2009f8db"><code>927324d</code></a> Optimise logs</li> <li><a href="https://github.com/timvink/mkdocs-git-authors-plugin/commit/370ee36afc3f0c7a2add374bec73862088cfc419"><code>370ee36</code></a> Bump to 0.9.6</li> <li><a href="https://github.com/timvink/mkdocs-git-authors-plugin/commit/4306710144c02542ef423b39c499cd4a6c8daabb"><code>4306710</code></a> removing warning escape</li> <li><a href="https://github.com/timvink/mkdocs-git-authors-plugin/commit/c716530f1ef57d55af46c9cb1a1ee13f0e57eefc"><code>c716530</code></a> Adding tests, removed first space</li> <li>Additional commits viewable in <a href="https://github.com/timvink/mkdocs-git-authors-plugin/compare/v0.1...v0.10.0">compare view</a></li> </ul> </details> <br /> 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>
2 parents b99aa43 + b2ddd4b commit 8ae0fc7

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Julien Ancelin <[email protected]>
7070

7171
Julien Moura <[email protected]>
7272
73+
7374

7475
Karl Tayou <[email protected]>
7576

mkdocs-free.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ plugins:
3636
- "*.yml"
3737
- git-authors:
3838
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_GIT_AUTHORS, False]
39+
add_co_authors: true
3940
exclude:
4041
- index.md
4142
show_contribution: true
4243
show_email_address: false
44+
sort_authors_by: contribution
4345
- git-revision-date-localized:
4446
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_GIT_DATES, False]
4547
enable_creation_date: true

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ plugins:
3737
- "*.yml"
3838
- git-authors:
3939
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_GIT_AUTHORS, false]
40+
add_co_authors: true
4041
exclude:
4142
- index.md
4243
show_contribution: true
4344
show_email_address: false
45+
sort_authors_by: contribution
4446
- git-revision-date-localized:
4547
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_GIT_DATES, false]
4648
enable_creation_date: true

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pre-commit>=3,<5
1111
babel>=2.14,<3 # pour les macros
1212
mkdocs-awesome-pages-plugin>=2.6,<2.11
1313
mkdocs-exclude>=1.0,<1.1
14-
mkdocs-git-authors-plugin<0.10
14+
mkdocs-git-authors-plugin>=0.10,<0.11
1515
mkdocs-git-committers-plugin-2>=2.5,<2.6
1616
mkdocs-git-revision-date-localized-plugin>=1,<1.5
1717
mkdocs-glightbox>=0.3,<0.5

0 commit comments

Comments
 (0)