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/10/21 21:21:36 UTC

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

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

   Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.3.1 to 1.4.1.
   <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.1</h2>
   <ul>
   <li>
   <p>Support theme-namespaced plugin loading (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2998">#2998</a>)</p>
   <p>Plugins' entry points can be named as 'sometheme/someplugin'. That will have the following outcome:</p>
   <ul>
   <li>If the current theme is 'sometheme', the plugin 'sometheme/someplugin' will always be preferred over 'someplugin'.</li>
   <li>If the current theme <em>isn't</em> 'sometheme', the only way to use this plugin is by specifying <code>plugins: [sometheme/someplugin]</code>.</li>
   </ul>
   <p>One can also specify <code>plugins: ['/someplugin']</code> instead of <code>plugins: ['someplugin']</code> to definitely avoid the theme-namespaced plugin.</p>
   </li>
   <li>
   <p>Bugfix: <code>mkdocs serve</code> will work correctly with non-ASCII paths and redirects (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3001">#3001</a>)</p>
   </li>
   <li>
   <p>Windows: 'colorama' is now a dependency of MkDocs, to ensure colorful log output (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2987">#2987</a>)</p>
   </li>
   <li>
   <p>Plugin-related config options have more reliable validation and error reporting (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2997">#2997</a>)</p>
   </li>
   <li>
   <p>Translation sub-commands of <code>setup.py</code> were completely dropped. See documentation <a href="https://www.mkdocs.org/about/contributing/#submitting-changes-to-the-builtin-themes">[1]</a> <a href="https://www.mkdocs.org/dev-guide/translations/#updating-the-translation-catalogs">[2]</a> for their new replacements (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2990">#2990</a>)</p>
   </li>
   <li>
   <p>The <a href="https://pypi.org/project/mkdocs/#files">'mkdocs' package</a> (wheel and source) is now produced by Hatch build system and pyproject.toml instead of setup.py (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2988">#2988</a>)</p>
   </li>
   </ul>
   <p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.4.0...1.4.1">commit log</a>.</p>
   <h2>1.4.0</h2>
   <h2>Feature upgrades</h2>
   <h3>Hooks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2978">#2978</a>)</h3>
   <p>The new <code>hooks:</code> config allows you to add plugin-like event handlers from local Python files, without needing to set up and install an actual plugin.</p>
   <p>See <a href="https://www.mkdocs.org/user-guide/configuration/#hooks"><strong>documentation</strong></a>.</p>
   <h3><code>edit_uri</code> flexibility (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2927">#2927</a>)</h3>
   <p>There is a new <code>edit_uri_template:</code> config.<br />
   It works like <code>edit_uri</code> but more generally covers ways to construct an edit URL.<br />
   See <a href="https://www.mkdocs.org/user-guide/configuration/#edit_uri_template"><strong>documentation</strong></a>.</p>
   <p>Additionally, the <code>edit_uri</code> functionality will now fully work even if <code>repo_url</code> is omitted (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2928">#2928</a>)</p>
   <h2>Upgrades for plugin developers</h2>
   <blockquote>
   <p><strong>Note</strong>: this release has big changes to the implementation of plugins and their configs. But, the intention is to have zero breaking changes in all reasonably common use cases. Or at the very least if a code fix is required, there should always be a way to stay compatible with older MkDocs versions. Please report if this release breaks something.</p>
   </blockquote>
   <h3>Customize event order for plugin event handlers (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2973">#2973</a>)</h3>
   <p>Plugins can now choose to set a priority value for their event handlers. This can override the old behavior where for each event type, the handlers are called in the order that their plugins appear in the <a href="https://www.mkdocs.org/user-guide/configuration/#plugins"><code>plugins</code> config</a>.</p>
   <p>If this is set, events with higher priority are called first. Events without a chosen priority get a default of 0. Events that have the same priority are ordered as they appear in the config.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/aa9eabea1a474ddaf817bbdca8bada7cec61aa11"><code>aa9eabe</code></a> Release 1.4.1 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3004">#3004</a>)</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/79fa445717d059071f09c10418eb531992e05027"><code>79fa445</code></a> URL-encode paths when serving a redirect (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/3001">#3001</a>)</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/64c42a69430cf4b2a3d021e4cbc43bf5b1dd5354"><code>64c42a6</code></a> Fix tests for previous commit</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/6b7d0a55e094259dbd6d84c88721f43ed1869394"><code>6b7d0a5</code></a> Prevent a confusing stack trace when theme config fails validation</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/6fca6b59a29c07b7106d3c2ec58b7a3c136b09d8"><code>6fca6b5</code></a> Support theme-namespaced plugin loading (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2998">#2998</a>)</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/568e63ec3f55d8764dee9917b7060c5380416be7"><code>568e63e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2997">#2997</a> from mkdocs/plugconf</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/aaf819f183fec9f2bda14449ad9fc875ad830e45"><code>aaf819f</code></a> Better guard an edge case in plugin config</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/b964e05372b04a557663f5a963c1c772f8b0f4c6"><code>b964e05</code></a> Refactor <code>load_plugin</code> usage</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/9ada9bf96918153fd6e28eee5292e63040f57d23"><code>9ada9bf</code></a> Also tighten warnings of plugin configs</li>
   <li><a href="https://github.com/mkdocs/mkdocs/commit/6b4d20e1eb922e010617ee65f48dc470a82a3584"><code>6b4d20e</code></a> Refactor plugin_cache usage to avoid nested exception</li>
   <li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.3.1...1.4.1">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.3.1&new-version=1.4.1)](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 #6033: Build: Bump mkdocs from 1.3.1 to 1.4.1 in /python

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


-- 
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