Commit 8ae0fc7
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>4 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments