-
Notifications
You must be signed in to change notification settings - Fork 415
Build: Bump mkdocs-autorefs from 1.3.1 to 1.4.0 #1712
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/mkdocstrings/autorefs/releases) - [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/autorefs@1.3.1...1.4.0) --- updated-dependencies: - dependency-name: mkdocs-autorefs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
kevinjqliu
approved these changes
Feb 24, 2025
gabeiglio
pushed a commit
to Netflix/iceberg-python
that referenced
this pull request
Aug 13, 2025
Bumps [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) from 1.3.1 to 1.4.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.4.0</h2> <h2><a href="https://github.com/mkdocstrings/autorefs/releases/tag/1.4.0">1.4.0</a> - 2025-02-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/autorefs/compare/1.3.1...1.4.0">Compare with 1.3.1</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Add backlinks feature (<a href="https://github.com/mkdocstrings/autorefs/commit/5a3b38753c68cabd047fd062afba66417ccd124e">5a3b387</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/pull/65">PR-65</a>, <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/723">Issue-mkdocstrings-723</a>, <a href="https://redirect.github.com/mkdocstrings/python/issues/153">Issue-mkdocstrings-python-153</a></li> <li>Add <code>strip_title_tags</code> option (<a href="https://github.com/mkdocstrings/autorefs/commit/00ce2031a1a648c7d6f682ff7e94138c73957b20">00ce203</a> and <a href="https://github.com/mkdocstrings/autorefs/commit/b21aefd79b7f53c1b153be635cf4a8ccf1fcdb2f">b21aefd</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/33">Issue-33</a></li> <li>Add <code>link_titles</code> option and adapt related logic (<a href="https://github.com/mkdocstrings/autorefs/commit/e3b602e60a5836e3ef41433d5490202a9656f603">e3b602e</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/33">Issue-33</a>, <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/62">Issue-62</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Move code to internal folder, expose public API in top-level module, document all public objects (<a href="https://github.com/mkdocstrings/autorefs/commit/9615d13e2f85640ebb1c6c055d41f068752884b2">9615d13</a> by Timothée Mazzucotelli).</li> <li>Store actual page instance instead of URL in plugin's <code>current_page</code> attribute (<a href="https://github.com/mkdocstrings/autorefs/commit/8023588ee38dc86299010979b05873dfd6b5039a">8023588</a> and <a href="https://github.com/mkdocstrings/autorefs/commit/2009f85eb10abc14b35c74a969c84744ee1f98ed">2009f85</a> by Timothée Mazzucotelli).</li> <li>Use the <code>on_env</code> hook to fix cross-references (<a href="https://github.com/mkdocstrings/autorefs/commit/70fec3e270e2d8f95213d63b8a99962b9d30569c">70fec3e</a> by Timothée Mazzucotelli). <a href="https://github.com/mkdocs/mkdocs/discussions/3917">Discussion-mkdocs-3917</a></li> <li>Record heading titles alongside URLs (<a href="https://github.com/mkdocstrings/autorefs/commit/791782eef8f85aad84c39bf4f82286613f055322">791782e</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/33">Issue-33</a></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.4.0">1.4.0</a> - 2025-02-24</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/autorefs/compare/1.3.1...1.4.0">Compare with 1.3.1</a><!-- raw HTML omitted --></p> <h3>Features</h3> <ul> <li>Add backlinks feature (<a href="https://github.com/mkdocstrings/autorefs/commit/5a3b38753c68cabd047fd062afba66417ccd124e">5a3b387</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/pull/65">PR-65</a>, <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/723">Issue-mkdocstrings-723</a>, <a href="https://redirect.github.com/mkdocstrings/python/issues/153">Issue-mkdocstrings-python-153</a></li> <li>Add <code>strip_title_tags</code> option (<a href="https://github.com/mkdocstrings/autorefs/commit/00ce2031a1a648c7d6f682ff7e94138c73957b20">00ce203</a> and <a href="https://github.com/mkdocstrings/autorefs/commit/b21aefd79b7f53c1b153be635cf4a8ccf1fcdb2f">b21aefd</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/33">Issue-33</a></li> <li>Add <code>link_titles</code> option and adapt related logic (<a href="https://github.com/mkdocstrings/autorefs/commit/e3b602e60a5836e3ef41433d5490202a9656f603">e3b602e</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/33">Issue-33</a>, <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/62">Issue-62</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Move code to internal folder, expose public API in top-level module, document all public objects (<a href="https://github.com/mkdocstrings/autorefs/commit/9615d13e2f85640ebb1c6c055d41f068752884b2">9615d13</a> by Timothée Mazzucotelli).</li> <li>Store actual page instance instead of URL in plugin's <code>current_page</code> attribute (<a href="https://github.com/mkdocstrings/autorefs/commit/8023588ee38dc86299010979b05873dfd6b5039a">8023588</a> and <a href="https://github.com/mkdocstrings/autorefs/commit/2009f85eb10abc14b35c74a969c84744ee1f98ed">2009f85</a> by Timothée Mazzucotelli).</li> <li>Use the <code>on_env</code> hook to fix cross-references (<a href="https://github.com/mkdocstrings/autorefs/commit/70fec3e270e2d8f95213d63b8a99962b9d30569c">70fec3e</a> by Timothée Mazzucotelli). <a href="https://github.com/mkdocs/mkdocs/discussions/3917">Discussion-mkdocs-3917</a></li> <li>Record heading titles alongside URLs (<a href="https://github.com/mkdocstrings/autorefs/commit/791782eef8f85aad84c39bf4f82286613f055322">791782e</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/autorefs/issues/33">Issue-33</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/autorefs/commit/901d382c8bc727ac89c1cc1e1fce82783ae371fb"><code>901d382</code></a> chore: Prepare release 1.4.0</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/b21aefd79b7f53c1b153be635cf4a8ccf1fcdb2f"><code>b21aefd</code></a> fix: Only preserve tags in titles if Material for MkDocs' <code>content.tooltips</code> ...</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/b653e01e61f027a5954f9c40b9ab3476bcd09847"><code>b653e01</code></a> chore: Reorganize code within modules</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/3b769b71f2df6f6718ecca1ad2831cd1c1d83620"><code>3b769b7</code></a> docs: Simplify API docs</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/b04c64d5fafb28b6df7f64fddc4da4bf436c2bd5"><code>b04c64d</code></a> chore: Template upgrade</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/2009f85eb10abc14b35c74a969c84744ee1f98ed"><code>2009f85</code></a> fix: Patch MkDocs pages to provide an <code>__str__</code> method returning their URL</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/9615d13e2f85640ebb1c6c055d41f068752884b2"><code>9615d13</code></a> refactor: Move code to internal folder, expose public API in top-level module...</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/101651c117393d1a49a64e85e8ac29e9dabd7c85"><code>101651c</code></a> chore: Template upgrade</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/5a3b38753c68cabd047fd062afba66417ccd124e"><code>5a3b387</code></a> feat: Add backlinks feature</li> <li><a href="https://github.com/mkdocstrings/autorefs/commit/8023588ee38dc86299010979b05873dfd6b5039a"><code>8023588</code></a> refactor: Store actual page instance instead of URL in plugin's `current_page...</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/autorefs/compare/1.3.1...1.4.0">compare view</a></li> </ul> </details> <br /> [](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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps mkdocs-autorefs from 1.3.1 to 1.4.0.
Release notes
Sourced from mkdocs-autorefs's releases.
Changelog
Sourced from mkdocs-autorefs's changelog.
Commits
901d382chore: Prepare release 1.4.0b21aefdfix: Only preserve tags in titles if Material for MkDocs'content.tooltips...b653e01chore: Reorganize code within modules3b769b7docs: Simplify API docsb04c64dchore: Template upgrade2009f85fix: Patch MkDocs pages to provide an__str__method returning their URL9615d13refactor: Move code to internal folder, expose public API in top-level module...101651cchore: Template upgrade5a3b387feat: Add backlinks feature8023588refactor: Store actual page instance instead of URL in plugin's `current_page...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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)