-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fixed mkdocsignore and improved DevExp #24
Merged
Merged
Conversation
This file contains 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
Owner
DariuszPorowski
commented
Mar 31, 2023
•
edited
Loading
edited
- improved dev experience
- pre-commit and better linting handling
- fixed mkdocsignore (close [BUG] mkdocsignore faild #28)
- added 3rd party plugins compatibility
- poetry-dynamic-versioning support
- added GitHub Dependency Review support
Dependency Review✅ No vulnerabilities or license issues found.Scanned Manifest Files.github/workflows/workflow.ci.yml
poetry.lock
pyproject.toml
|
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.1 to 3.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pre-commit/pre-commit/releases">pre-commit's releases</a>.</em></p> <blockquote> <h2>pre-commit v3.2.2</h2> <h3>Fixes</h3> <ul> <li>Fix support for swift >= 5.8. <ul> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/2836">#2836</a> PR by <a href="https://github.com/edelabar"><code>@edelabar</code></a>.</li> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/2835">#2835</a> issue by <a href="https://github.com/kgrobelny-intive"><code>@kgrobelny-intive</code></a>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md">pre-commit's changelog</a>.</em></p> <blockquote> <h1>3.2.2 - 2023-04-03</h1> <h3>Fixes</h3> <ul> <li>Fix support for swift >= 5.8. <ul> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/2836">#2836</a> PR by <a href="https://github.com/edelabar"><code>@edelabar</code></a>.</li> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/2835">#2835</a> issue by <a href="https://github.com/kgrobelny-intive"><code>@kgrobelny-intive</code></a>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pre-commit/pre-commit/commit/5027592625f8df286dea831e84e7bf83021b7c1b"><code>5027592</code></a> v3.2.2</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/597bf7caf8753d097e0bd1f158613d115e790149"><code>597bf7c</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/pre-commit/issues/2836">#2836</a> from edelabar/main</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/84f040f58a5710c2a9d6530f9d1e033657665f20"><code>84f040f</code></a> fix <a href="https://redirect.github.com/pre-commit/pre-commit/issues/2235">#2235</a></li> <li>See full diff in <a href="https://github.com/pre-commit/pre-commit/compare/v3.2.1...v3.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pre-commit&package-manager=pip&previous-version=3.2.1&new-version=3.2.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.4 to 9.1.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.1.5</h2> <ul> <li>Updated Lithuanian and Japanese translations</li> <li>Updated Mermaid.js to version 9.4.3</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5290">#5290</a>: Footer previous/next labels cut-off for short page titles</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.1.5 (2023-03-31)</p> <ul> <li>Updated Lithuanian and Japanese translations</li> <li>Updated Mermaid.js to version 9.4.3</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5290">#5290</a>: Footer previous/next labels cut-off for short page titles</li> </ul> <p>mkdocs-material-9.1.4+insiders-4.32.4 (2023-03-24)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5241">#5241</a>: Built-in typeset plugin jams navigation for anchors in headings</li> </ul> <p>mkdocs-material-9.1.4 (2023-03-24)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5239">#5239</a>: Instant loading breaks anchors in details (9.1.1 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5211">#5211</a>: Anchor following not working for Chinese (9.1.2 regression)</li> </ul> <p>mkdocs-material-9.1.3 (2023-03-14)</p> <ul> <li>Added Kurdish (Soranî) translations</li> <li>Updated Norwegian (Bokmål), Portuguese and Romanian translations</li> <li>Improved compatibility with mkdocs-jupyter plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5198">#5198</a>: Built-in search plugin not filtering script and style tags</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5176">#5176</a>: Back-to-top + instant loading not working (9.1.1 regression)</li> </ul> <p>mkdocs-material-9.1.2+insiders-4.32.3 (2023-03-09)</p> <ul> <li>Fixed Docker image release workflow (9.1.0 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5159">#5159</a>: Missing underline for abbreviations (9.1.0 regression)</li> </ul> <p>mkdocs-material-9.1.2 (2023-03-09)</p> <ul> <li>Updated Icelandic, Korean and Swedish translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5168">#5168</a>: Mermaid text boxes overflow (9.0.13 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5155">#5155</a>: Table of contents not highlighting percent-encoded URLs</li> </ul> <p>mkdocs-material-9.1.1 (2023-03-05)</p> <ul> <li>Updated Czech and Thai translations</li> <li>Improved instant loading (scroll restoration, slow connections)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5023">#5023</a>: Instant loading not allowing to go back to initial page</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/3797">#3797</a>: Instant loading does not work with section anchors in Safari</li> </ul> <p>mkdocs-material-9.1.0+insiders-4.32.2 (2023-03-02)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5127">#5127</a>: Privacy plugin not handling large number of occurrences</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5126">#5126</a>: Privacy plugin breaks when replacing specific emojis</li> </ul> <p>mkdocs-material-9.1.0 (2023-03-02)</p> <ul> <li>Docker image now available for amd64, arm64 and arm/v7</li> <li>Updated Chinese (Taiwanese) translations</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/5f431ec92144be317c5d7ddfe7c386717f7a1395"><code>5f431ec</code></a> Prepare 9.1.5 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/d8b066565a833498f73430f8a4151a2410b5d892"><code>d8b0665</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5295">#5295</a> from AnaisUrlichs/master</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/062ee027cd2427568b2b3dcedd3321d85592d615"><code>062ee02</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/1">#1</a> from AnaisUrlichs/adding-trivy</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/338ff8c4a72210ffe178b8905a0ff192ee1a7d4b"><code>338ff8c</code></a> adding Trivy to open source user list</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/355761d93c270e1e7e82e9c6d7efc2297a854b3f"><code>355761d</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5293">#5293</a> from tealgreen0503/hotfix/ja-translation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/1c793ebaff0ef694e7231e69a40426bc047807da"><code>1c793eb</code></a> fix Japanese translation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/cd18cb5dcb8faa4ac4f4839ca05126c0cad36d0d"><code>cd18cb5</code></a> fix Japanese translation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f4d894d53bc19200a1712c93c97f6d6debe40665"><code>f4d894d</code></a> Fixed footer direction label being cut off</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/7c473e148b61830a4befa3848b0c87eb84fd6e4a"><code>7c473e1</code></a> Added FastAPI as a silver sponsor 🎉</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/0184b9701b89a05c5dc4664df974c7f0593fef8a"><code>0184b97</code></a> Updated README</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.1.4...9.1.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-material&package-manager=pip&previous-version=9.1.4&new-version=9.1.5)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.1 to 3.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pre-commit/pre-commit/releases">pre-commit's releases</a>.</em></p> <blockquote> <h2>pre-commit v3.2.2</h2> <h3>Fixes</h3> <ul> <li>Fix support for swift >= 5.8. <ul> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/2836">#2836</a> PR by <a href="https://github.com/edelabar"><code>@edelabar</code></a>.</li> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/2835">#2835</a> issue by <a href="https://github.com/kgrobelny-intive"><code>@kgrobelny-intive</code></a>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md">pre-commit's changelog</a>.</em></p> <blockquote> <h1>3.2.2 - 2023-04-03</h1> <h3>Fixes</h3> <ul> <li>Fix support for swift >= 5.8. <ul> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/2836">#2836</a> PR by <a href="https://github.com/edelabar"><code>@edelabar</code></a>.</li> <li><a href="https://redirect.github.com/pre-commit/pre-commit/issues/2835">#2835</a> issue by <a href="https://github.com/kgrobelny-intive"><code>@kgrobelny-intive</code></a>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pre-commit/pre-commit/commit/5027592625f8df286dea831e84e7bf83021b7c1b"><code>5027592</code></a> v3.2.2</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/597bf7caf8753d097e0bd1f158613d115e790149"><code>597bf7c</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/pre-commit/issues/2836">#2836</a> from edelabar/main</li> <li><a href="https://github.com/pre-commit/pre-commit/commit/84f040f58a5710c2a9d6530f9d1e033657665f20"><code>84f040f</code></a> fix <a href="https://redirect.github.com/pre-commit/pre-commit/issues/2235">#2235</a></li> <li>See full diff in <a href="https://github.com/pre-commit/pre-commit/compare/v3.2.1...v3.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pre-commit&package-manager=pip&previous-version=3.2.1&new-version=3.2.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.4 to 9.1.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.1.5</h2> <ul> <li>Updated Lithuanian and Japanese translations</li> <li>Updated Mermaid.js to version 9.4.3</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5290">#5290</a>: Footer previous/next labels cut-off for short page titles</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.1.5 (2023-03-31)</p> <ul> <li>Updated Lithuanian and Japanese translations</li> <li>Updated Mermaid.js to version 9.4.3</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5290">#5290</a>: Footer previous/next labels cut-off for short page titles</li> </ul> <p>mkdocs-material-9.1.4+insiders-4.32.4 (2023-03-24)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5241">#5241</a>: Built-in typeset plugin jams navigation for anchors in headings</li> </ul> <p>mkdocs-material-9.1.4 (2023-03-24)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5239">#5239</a>: Instant loading breaks anchors in details (9.1.1 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5211">#5211</a>: Anchor following not working for Chinese (9.1.2 regression)</li> </ul> <p>mkdocs-material-9.1.3 (2023-03-14)</p> <ul> <li>Added Kurdish (Soranî) translations</li> <li>Updated Norwegian (Bokmål), Portuguese and Romanian translations</li> <li>Improved compatibility with mkdocs-jupyter plugin</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5198">#5198</a>: Built-in search plugin not filtering script and style tags</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5176">#5176</a>: Back-to-top + instant loading not working (9.1.1 regression)</li> </ul> <p>mkdocs-material-9.1.2+insiders-4.32.3 (2023-03-09)</p> <ul> <li>Fixed Docker image release workflow (9.1.0 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5159">#5159</a>: Missing underline for abbreviations (9.1.0 regression)</li> </ul> <p>mkdocs-material-9.1.2 (2023-03-09)</p> <ul> <li>Updated Icelandic, Korean and Swedish translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5168">#5168</a>: Mermaid text boxes overflow (9.0.13 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5155">#5155</a>: Table of contents not highlighting percent-encoded URLs</li> </ul> <p>mkdocs-material-9.1.1 (2023-03-05)</p> <ul> <li>Updated Czech and Thai translations</li> <li>Improved instant loading (scroll restoration, slow connections)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5023">#5023</a>: Instant loading not allowing to go back to initial page</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/3797">#3797</a>: Instant loading does not work with section anchors in Safari</li> </ul> <p>mkdocs-material-9.1.0+insiders-4.32.2 (2023-03-02)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5127">#5127</a>: Privacy plugin not handling large number of occurrences</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5126">#5126</a>: Privacy plugin breaks when replacing specific emojis</li> </ul> <p>mkdocs-material-9.1.0 (2023-03-02)</p> <ul> <li>Docker image now available for amd64, arm64 and arm/v7</li> <li>Updated Chinese (Taiwanese) translations</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/5f431ec92144be317c5d7ddfe7c386717f7a1395"><code>5f431ec</code></a> Prepare 9.1.5 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/d8b066565a833498f73430f8a4151a2410b5d892"><code>d8b0665</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5295">#5295</a> from AnaisUrlichs/master</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/062ee027cd2427568b2b3dcedd3321d85592d615"><code>062ee02</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/1">#1</a> from AnaisUrlichs/adding-trivy</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/338ff8c4a72210ffe178b8905a0ff192ee1a7d4b"><code>338ff8c</code></a> adding Trivy to open source user list</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/355761d93c270e1e7e82e9c6d7efc2297a854b3f"><code>355761d</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5293">#5293</a> from tealgreen0503/hotfix/ja-translation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/1c793ebaff0ef694e7231e69a40426bc047807da"><code>1c793eb</code></a> fix Japanese translation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/cd18cb5dcb8faa4ac4f4839ca05126c0cad36d0d"><code>cd18cb5</code></a> fix Japanese translation</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f4d894d53bc19200a1712c93c97f6d6debe40665"><code>f4d894d</code></a> Fixed footer direction label being cut off</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/7c473e148b61830a4befa3848b0c87eb84fd6e4a"><code>7c473e1</code></a> Added FastAPI as a silver sponsor 🎉</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/0184b9701b89a05c5dc4664df974c7f0593fef8a"><code>0184b97</code></a> Updated README</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.1.4...9.1.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-material&package-manager=pip&previous-version=9.1.4&new-version=9.1.5)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.