You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/06 04:01:57 UTC

[GitHub] [iceberg] dependabot[bot] opened a new pull request, #6130: Build: Bump mkdocs from 1.4.1 to 1.4.2 in /python

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

   Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.4.1 to 1.4.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
   <blockquote>
   <h2>1.4.2</h2>
   <ul>
   <li>
   <p>Officially support Python 3.11 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3020">#3020</a>)</p>
   <blockquote>
   <p><strong>Note</strong>: Simply upgrading to Python 3.11 can cut off 10-15% of your site's build time.</p>
   </blockquote>
   </li>
   <li>
   <p>Support multiple instances of the same plugin (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3027">#3027</a>)</p>
   <p>If a plugin is specified multiple times in the list under the <code>plugins:</code> config, that will create 2 (or more) instances of the plugin with their own config each.</p>
   <p>Previously this case was unforeseen and, as such, bugged.</p>
   <p>Now even though this works, by default a warning will appear from MkDocs anyway, unless the plugin adds a class variable <code>supports_multiple_instances = True</code>.</p>
   </li>
   <li>
   <p>Bugfix (regression in 1.4.1): Don't error when a plugin puts a plain string into <code>warnings</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3016">#3016</a>)</p>
   </li>
   <li>
   <p>Bugfix: Relative links will always render with a trailing slash (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3022">#3022</a>)</p>
   <p>Previously under <code>use_directory_urls</code>, links <em>from</em> a sub-page <em>to</em> the main index page rendered as e.g. <code>&lt;a href=&quot;../..&quot;&gt;</code> even though in all other cases the links look like <code>&lt;a href=&quot;../../&quot;&gt;</code>. This caused unwanted behavior on some combinations of Web browsers and servers. Now this special-case bug was removed.</p>
   </li>
   <li>
   <p>Built-in &quot;mkdocs&quot; theme now also supports Norwegian language (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3024">#3024</a>)</p>
   </li>
   <li>
   <p>Plugin-related warnings look more readable (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3016">#3016</a>)</p>
   </li>
   </ul>
   <p>See <a href="https://github.com/mkdocs/mkdocs/compare/1.4.1...1.4.2">commit log</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/ec7eee6ce375e2599458a2502c259ec185adce53"><code>ec7eee6</code></a> Release 1.4.2 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3032">#3032</a>)</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/c99ec45a320194d8f05f6f7124656294e3cb8098"><code>c99ec45</code></a> Support multiple instances of the same plugin (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3027">#3027</a>)</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/452c39eae25f5ac3140f3d1b3889b5425b07da87"><code>452c39e</code></a> Chore dependency upgrade</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/f190c35a9909c16bcc9394573c0992b8b69dbade"><code>f190c35</code></a> Translate mkdocs theme to Norwegian (nb and nn) (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3024">#3024</a>)</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/c576f07d30e7f1e20ee2292c94dab3b585d9006c"><code>c576f07</code></a> Declare support for Python 3.11 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3020">#3020</a>)</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/32359f3e93f5ca7778b9f7c3d6d92f49a629c84c"><code>32359f3</code></a> Relative links end with slash even for homepage links (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3022">#3022</a>)</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/1fa2af7926b334a5b02229c3ea1649ff04955b77"><code>1fa2af7</code></a> Expand type checking coverage (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3019">#3019</a>)</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/d76cae90590b9735c7690cd1cca0638321b20152"><code>d76cae9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3016">#3016</a> from mkdocs/optw</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/9d73c2a82462cc0daba1574e4fb11b428b3b1490"><code>9d73c2a</code></a> Reduce redundancy in config errors/warnings</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/427d553c2bf2e1c7e7a71a78a544f174dba082ac"><code>427d553</code></a> Let plugins put strings into <code>warnings</code></li>
   <li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.4.1...1.4.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.4.1&new-version=1.4.2)](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 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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko merged pull request #6130: Build: Bump mkdocs from 1.4.1 to 1.4.2 in /python

Posted by GitBox <gi...@apache.org>.
Fokko merged PR #6130:
URL: https://github.com/apache/iceberg/pull/6130


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org