Skip to content

Commit

Permalink
build(deps-dev): bump mkdocs-autorefs from 1.0.1 to 1.2.0 (#937)
Browse files Browse the repository at this point in the history
Bumps [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) from
1.0.1 to 1.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/autorefs/releases">mkdocs-autorefs's
releases</a>.</em></p>
<blockquote>
<h2>1.2.0</h2>
<h2><a
href="https://github.com/mkdocstrings/autorefs/releases/tag/1.2.0">1.2.0</a>
- 2024-09-01</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/autorefs/compare/1.1.0...1.2.0">Compare
with 1.1.0</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Provide hook interface, use it to expand identifiers, attach
additional context to references, and give more context around unmapped
identifiers (<a
href="https://github.com/mkdocstrings/autorefs/commit/fb8df98fc8f9fb1b3accb8a305cc90b3a3507d86">fb8df98</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/autorefs/issues/54">Issue-54</a>,
<a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/666">PR-mkdocstrings#666</a></li>
<li>Add option to resolve autorefs to closest URLs when multiple ones
are found (<a
href="https://github.com/mkdocstrings/autorefs/commit/2916eb27dec89287dcaa1aefb4e9532156b66e30">2916eb2</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/autorefs/issues/52">Issue-52</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Don't ignore identifiers containing spaces and slashes (<a
href="https://github.com/mkdocstrings/autorefs/commit/b36a0d1c4b0f5a6441ee6a2de7409942a8702bd8">b36a0d1</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/autorefs/issues/55">Issue-55</a></li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Emit deprecation warnings when old-style spans are found (<a
href="https://github.com/mkdocstrings/autorefs/commit/4f2be4633eec42c8e8582804741548a8e5602727">4f2be46</a>
by Timothée Mazzucotelli).</li>
<li>Use <code>%s</code> formatting instead of f-strings in log messages
(<a
href="https://github.com/mkdocstrings/autorefs/commit/0cedf9d82ede8ba10dc8e100d7d1e5ce488fca34">0cedf9d</a>
by Timothée Mazzucotelli).</li>
</ul>
<h2>1.1.0</h2>
<h2><a
href="https://github.com/mkdocstrings/autorefs/releases/tag/1.1.0">1.1.0</a>
- 2024-08-20</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/autorefs/compare/1.0.1...1.1.0">Compare
with 1.0.1</a><!-- raw HTML omitted --></p>
<h3>Deprecations</h3>
<ul>
<li><code>AUTO_REF_RE</code> is renamed <code>AUTOREF_RE</code> (and
updated for an improved version of <code>fix_refs</code>)</li>
<li><code>AutoRefInlineProcessor</code> is renamed
<code>AutorefsInlineProcessor</code></li>
</ul>
<h3>Features</h3>
<ul>
<li>Warn when multiple URLs are found for the same identifier (<a
href="https://github.com/mkdocstrings/autorefs/commit/c6303542018ca835f6941c070accb582f851f6b1">c630354</a>
by Markus B). <a
href="https://redirect.github.com/mkdocstrings/autorefs/issues/35">Issue-35</a>,
<a
href="https://redirect.github.com/mkdocstrings/autorefs/pull/50">PR-50</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:dev@pawamoy.fr">dev@pawamoy.fr</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Only log &quot;Markdown anchors feature enabled&quot; once (<a
href="https://github.com/mkdocstrings/autorefs/commit/1c9bda1ab4f13c9a5cf5d202de755e5296729654">1c9bda1</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/autorefs/issues/44">Issue-44</a></li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Use a custom autoref HTML tag (<a
href="https://github.com/mkdocstrings/autorefs/commit/e14202317dc13dd5eed93b5d7cfd183c87de893f">e142023</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/autorefs/pull/48">PR-48</a></li>
<li>Rename AutoRefInlineProcessor to AutorefsInlineProcessor (<a
href="https://github.com/mkdocstrings/autorefs/commit/ffcaa0178b642e423acdc66d35f1e6b207099dc7">ffcaa01</a>
by Timothée Mazzucotelli).</li>
<li>Attach name to processors for easier retrieval (<a
href="https://github.com/mkdocstrings/autorefs/commit/036b825c7994b2586564e8707fbc0b3627c29569">036b825</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md">mkdocs-autorefs's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mkdocstrings/autorefs/releases/tag/1.2.0">1.2.0</a>
- 2024-09-01</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/autorefs/compare/1.1.0...1.2.0">Compare
with 1.1.0</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Provide hook interface, use it to expand identifiers, attach
additional context to references, and give more context around unmapped
identifiers (<a
href="https://github.com/mkdocstrings/autorefs/commit/fb8df98fc8f9fb1b3accb8a305cc90b3a3507d86">fb8df98</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/autorefs/issues/54">Issue-54</a>,
<a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/666">PR-mkdocstrings#666</a></li>
<li>Add option to resolve autorefs to closest URLs when multiple ones
are found (<a
href="https://github.com/mkdocstrings/autorefs/commit/2916eb27dec89287dcaa1aefb4e9532156b66e30">2916eb2</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/autorefs/issues/52">Issue-52</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Don't ignore identifiers containing spaces and slashes (<a
href="https://github.com/mkdocstrings/autorefs/commit/b36a0d1c4b0f5a6441ee6a2de7409942a8702bd8">b36a0d1</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/autorefs/issues/55">Issue-55</a></li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Emit deprecation warnings when old-style spans are found (<a
href="https://github.com/mkdocstrings/autorefs/commit/4f2be4633eec42c8e8582804741548a8e5602727">4f2be46</a>
by Timothée Mazzucotelli).</li>
<li>Use <code>%s</code> formatting instead of f-strings in log messages
(<a
href="https://github.com/mkdocstrings/autorefs/commit/0cedf9d82ede8ba10dc8e100d7d1e5ce488fca34">0cedf9d</a>
by Timothée Mazzucotelli).</li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/autorefs/releases/tag/1.1.0">1.1.0</a>
- 2024-08-20</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/autorefs/compare/1.0.1...1.1.0">Compare
with 1.0.1</a><!-- raw HTML omitted --></p>
<h3>Deprecations</h3>
<ul>
<li><code>AUTO_REF_RE</code> is renamed <code>AUTOREF_RE</code> (and
updated for an improved version of <code>fix_refs</code>)</li>
<li><code>AutoRefInlineProcessor</code> is renamed
<code>AutorefsInlineProcessor</code></li>
</ul>
<h3>Features</h3>
<ul>
<li>Warn when multiple URLs are found for the same identifier (<a
href="https://github.com/mkdocstrings/autorefs/commit/c6303542018ca835f6941c070accb582f851f6b1">c630354</a>
by Markus B). <a
href="https://redirect.github.com/mkdocstrings/autorefs/issues/35">Issue-35</a>,
<a
href="https://redirect.github.com/mkdocstrings/autorefs/pull/50">PR-50</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:dev@pawamoy.fr">dev@pawamoy.fr</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Only log &quot;Markdown anchors feature enabled&quot; once (<a
href="https://github.com/mkdocstrings/autorefs/commit/1c9bda1ab4f13c9a5cf5d202de755e5296729654">1c9bda1</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/autorefs/issues/44">Issue-44</a></li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Use a custom autoref HTML tag (<a
href="https://github.com/mkdocstrings/autorefs/commit/e14202317dc13dd5eed93b5d7cfd183c87de893f">e142023</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/autorefs/pull/48">PR-48</a></li>
<li>Rename AutoRefInlineProcessor to AutorefsInlineProcessor (<a
href="https://github.com/mkdocstrings/autorefs/commit/ffcaa0178b642e423acdc66d35f1e6b207099dc7">ffcaa01</a>
by Timothée Mazzucotelli).</li>
<li>Attach name to processors for easier retrieval (<a
href="https://github.com/mkdocstrings/autorefs/commit/036b825c7994b2586564e8707fbc0b3627c29569">036b825</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/40940c591e9cc557573ccd35351ca2b535ec371b"><code>40940c5</code></a>
chore: Prepare release 1.2.0</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/fb8df98fc8f9fb1b3accb8a305cc90b3a3507d86"><code>fb8df98</code></a>
feat: Provide hook interface, use it to expand identifiers, attach
additional...</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/b36a0d1c4b0f5a6441ee6a2de7409942a8702bd8"><code>b36a0d1</code></a>
fix: Don't ignore identifiers containing spaces and slashes</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/4f2be4633eec42c8e8582804741548a8e5602727"><code>4f2be46</code></a>
refactor: Emit deprecation warnings when old-style spans are found</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/e422990c3004020eecd7e951490e38d10110e681"><code>e422990</code></a>
chore: Add YORE comments</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/2916eb27dec89287dcaa1aefb4e9532156b66e30"><code>2916eb2</code></a>
feat: Add option to resolve autorefs to closest URLs when multiple ones
are f...</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/a927bab489338e999d83e87ed203c89d9c4e0038"><code>a927bab</code></a>
docs: Reword plugin class docstring</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/a99a99cb9991f5af1d71bb66a07f1dfee7c6271f"><code>a99a99c</code></a>
refactor: Remove unnecessary try/else clause</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/0cedf9d82ede8ba10dc8e100d7d1e5ce488fca34"><code>0cedf9d</code></a>
refactor: Use <code>%s</code> formatting instead of f-strings in log
messages</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/a6e3090f2094b97992a8327d0aa6f4b7a9cd7567"><code>a6e3090</code></a>
chore: Clean up check duty</li>
<li>Additional commits viewable in <a
href="https://github.com/mkdocstrings/autorefs/compare/1.0.1...1.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-autorefs&package-manager=pip&previous-version=1.0.1&new-version=1.2.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 56af34c commit 2983731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ torchvision = [
mkdocs = "^1.4.2"
mkdocstrings = ">=0.20,<0.26"
mkdocstrings-python = ">=0.8.3,<1.11.0"
mkdocs-autorefs = ">=0.4.1,<1.1.0"
mkdocs-autorefs = ">=0.4.1,<1.3.0"
mkdocs-exclude = "^1.0.2"
mkdocs-gen-files = ">=0.4,<0.6"
mkdocs-glightbox = ">=0.3.1,<0.5.0"
Expand Down

0 comments on commit 2983731

Please sign in to comment.