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

   Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.2 to 1.6.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.6.1</h2>
   <h1>Version 1.6.1 (Friday 30th August, 2024)</h1>
   <h3>Fixed</h3>
   <ul>
   <li>Fix build error when environment variable 
<code>SOURCE_DATE_EPOCH=0</code> is set. <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3795";>#3795</a></li>
   <li>Fix build error when <code>mkdocs_theme.yml</code> config is empty. <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3700";>#3700</a></li>
   <li>Support <code>python -W</code> and <code>PYTHONWARNINGS</code> instead 
of overriding the configuration. <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3809";>#3809</a></li>
   <li>Support running with Docker under strict mode, by removing 
<code>0.0.0.0</code> dev server warning. <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3784";>#3784</a></li>
   <li>Drop unnecessary <code>changefreq</code> from <code>sitemap.xml</code>. 
<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3629";>#3629</a></li>
   <li>Fix JavaScript console error when closing menu dropdown. <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3774";>#3774</a></li>
   <li>Fix JavaScript console error that occur on repeated clicks. <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3730";>#3730</a></li>
   <li>Fix JavaScript console error that can occur on dropdown selections. <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3694";>#3694</a></li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Added translations for Dutch. <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3804";>#3804</a></li>
   <li>Added and updated translations for Chinese (Simplified). <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3684";>#3684</a></li>
   </ul>
   <h2>1.6.0</h2>
   <h2>Local preview</h2>
   <ul>
   <li>
   <p><code>mkdocs serve</code> no longer locks up the browser when more than 5 
tabs are open. This is achieved by closing the polling connection whenever a 
tab becomes inactive. Background tabs will no longer auto-reload either - that 
will instead happen as soon the tab is opened again. Context: <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3391";>#3391</a></p>
   </li>
   <li>
   <p>New flag <code>serve --open</code> to open the site in a browser.<br />
   After the first build is finished, this flag will cause the default OS Web 
browser to be opened at the home page of the local site.<br />
   Context: <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3500";>#3500</a></p>
   </li>
   </ul>
   <h3>Drafts</h3>
   <blockquote>
   <p>[!warning]
   <strong>Changed from version 1.5:</strong></p>
   <p><strong>The <code>exclude_docs</code> config was split up into two 
separate concepts.</strong></p>
   </blockquote>
   <p>The <code>exclude_docs</code> config no longer has any special behavior 
for <code>mkdocs serve</code> - it now always completely excludes the listed 
documents from the site.</p>
   <p>If you wish to use the &quot;drafts&quot; functionality like the 
<code>exclude_docs</code> key used to do in MkDocs 1.5, please switch to the 
<strong>new config key <code>draft_docs</code></strong>.</p>
   <p>See <a 
href="https://www.mkdocs.org/user-guide/configuration/#exclude_docs";>documentation</a>.</p>
   <p>Other changes:</p>
   <ul>
   <li>Reduce warning levels when a &quot;draft&quot; page has a link to a 
non-existent file. Context: <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3449";>#3449</a></li>
   </ul>
   <h2>Update to deduction of page titles</h2>
   <p>MkDocs 1.5 had a change in behavior in deducing the page titles from the 
first heading. Unfortunately this could cause unescaped HTML tags or entities 
to appear in edge cases.</p>
   <p>Now tags are always fully sanitized from the title. Though it still 
remains the case that <a 
href="https://www.mkdocs.org/dev-guide/api/#mkdocs.structure.files.pages.Page.title";><code>Page.title</code></a>
 is expected to contain HTML entities and is passed directly to the themes.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/bb7e8b62185b11d9f59bb7f50b13c15134f62f8a";><code>bb7e8b6</code></a>
 Version 1.6.1. (<a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3819";>#3819</a>)</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/0b22a52cc86750beee45b61b7118480012cc804d";><code>0b22a52</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3795";>#3795</a> from 
mkdocs/tomchristie-patch-1</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/695d8ed4a9b7d0a211aecfc81d087a0c7a739bb7";><code>695d8ed</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3808";>#3808</a> from 
razorblack/master</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/347e79fe184c147339af3f99832fcde6cdcecd85";><code>347e79f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3817";>#3817</a> from 
gesslar/patch-1</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/200f6f98b05656d81c3db3a410d8eac064b3f4af";><code>200f6f9</code></a>
 Update configuration.md</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/05a64b4b75470d5c4fc2328f209848b5d25108dd";><code>05a64b4</code></a>
 Use utc timezones consistently</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/9204eb690f593d2fbe0f99f53df81a13eaa0dbea";><code>9204eb6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3809";>#3809</a> from 
pawamoy/warnings-control</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/a16d60fad057074059b44b8f2631852646567054";><code>a16d60f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3804";>#3804</a> from 
KenSentMe/master</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/e72c7d0cdc0d89d263d9d702b162936b1ac22476";><code>e72c7d0</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3784";>#3784</a> from 
squidfunk/fix/docker-warning</li>
   <li><a 
href="https://github.com/mkdocs/mkdocs/commit/d7376252e23078f1fc25e11d471f84a978d9e1ae";><code>d737625</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mkdocs/mkdocs/issues/3774";>#3774</a> from 
squidfunk/fix/dropdown</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mkdocs/mkdocs/compare/1.5.2...1.6.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.5.2&new-version=1.6.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 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>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to