Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 6d2d5a5

Browse files
build(deps): Bump mkdocs from 1.5.1 to 1.5.2 in /docs (#1424)
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.1 to 1.5.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.5.2</h2> <ul> <li> <p>Bugfix (regression in 1.5.0): Restore functionality of <code>--no-livereload</code>. (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3320">#3320</a>)</p> </li> <li> <p>Bugfix (regression in 1.5.0): The new page title detection would sometimes be unable to drop anchorlinks - fix that. (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3325">#3325</a>)</p> </li> <li> <p>Partly bring back pre-1.5 API: <code>extra_javascript</code> items will once again be mostly strings, and only sometimes <code>ExtraStringValue</code> (when the extra <code>script</code> functionality is used).</p> <p>Plugins should be free to append strings to <code>config.extra_javascript</code>, but when reading the values, they must still make sure to read it as <code>str(value)</code> in case it is an <code>ExtraScriptValue</code> item. For querying the attributes such as <code>.type</code> you need to check <code>isinstance</code> first. Static type checking will guide you in that. (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3324">#3324</a>)</p> </li> </ul> <p>See <a href="https://github.com/mkdocs/mkdocs/compare/1.5.1...1.5.2">commit log</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocs/mkdocs/commit/79f17b4b71c73460c304e3281f6ff209788a76bf"><code>79f17b4</code></a> Release 1.5.2 (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3330">#3330</a>)</li> <li><a href="https://github.com/mkdocs/mkdocs/commit/91e37aea5ee9e91142976bb99da1bcc3f199d0b9"><code>91e37ae</code></a> Change extra_javascript items to usually be strings again (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3324">#3324</a>)</li> <li><a href="https://github.com/mkdocs/mkdocs/commit/4944c9fe354acfc39f3e782ed884c0194280136e"><code>4944c9f</code></a> Drop obsolete readthedocs config, we switched to gh-pages (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3326">#3326</a>)</li> <li><a href="https://github.com/mkdocs/mkdocs/commit/63052bc1be0a06fee8578c7dc2b508f971589dca"><code>63052bc</code></a> Correct detection of dropping anchorlink from page title (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3325">#3325</a>)</li> <li><a href="https://github.com/mkdocs/mkdocs/commit/fcb2da399f029bd569b708479a39a5f2c700b5a2"><code>fcb2da3</code></a> Restore functionality of --no-livereload (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3320">#3320</a>)</li> <li>See full diff in <a href="https://github.com/mkdocs/mkdocs/compare/1.5.1...1.5.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.5.1&new-version=1.5.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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f87b39 commit 6d2d5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs==1.5.1
1+
mkdocs==1.5.2
22
mkdocs-glightbox==0.3.4
33
mkdocs-material==9.1.21
44
mkdocs-section-index==0.3.5

0 commit comments

Comments
 (0)