Skip to content
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 48 commits into from
Apr 7, 2023
Merged

Fixed mkdocsignore and improved DevExp #24

merged 48 commits into from
Apr 7, 2023

Conversation

DariuszPorowski
Copy link
Owner

@DariuszPorowski DariuszPorowski commented Mar 31, 2023

  • 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

@github-actions
Copy link

github-actions bot commented Apr 5, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

.github/workflows/workflow.ci.yml
  • actions/dependency-review-action@3
poetry.lock
  • cleo@1.0.0a5
  • beautifulsoup4@4.12.1
  • build@0.10.0
  • cachecontrol@0.12.11
  • cachy@0.3.0
  • cffi@1.15.1
  • charset-normalizer@3.1.0
  • cleo@2.0.1
  • crashtest@0.3.1
  • crashtest@0.4.1
  • cryptography@40.0.1
  • dulwich@0.20.50
  • dulwich@0.21.3
  • dunamai@1.16.0
  • exceptiongroup@1.1.1
  • filelock@3.10.7
  • gitpython@3.1.31
  • html5lib@1.1
  • identify@2.5.22
  • importlib-metadata@4.13.0
  • importlib-metadata@6.1.0
  • importlib-resources@5.12.0
  • installer@0.7.0
  • jaraco-classes@3.2.3
  • jeepney@0.8.0
  • jsonschema@4.17.3
  • keyring@23.13.1
  • lockfile@0.12.2
  • mkdocs-exclude-unused-files@1.1.0
  • mkdocs-material@9.1.5
  • more-itertools@9.1.0
  • msgpack@1.0.5
  • mypy@1.1.1
  • natsort@8.3.1
  • pathspec@0.11.1
  • pexpect@4.8.0
  • pkginfo@1.9.6
  • pkgutil-resolve-name@1.3.10
  • poetry@1.2.2
  • poetry@1.4.2
  • poetry-core@1.3.2
  • poetry-core@1.5.2
  • poetry-dynamic-versioning@0.21.4
  • poetry-plugin-export@1.2.0
  • poetry-plugin-export@1.3.0
  • poetry-plugin-up@0.3.0
  • pre-commit@3.2.2
  • ptyprocess@0.7.0
  • pycparser@2.21
  • pylev@1.4.0
  • pymdown-extensions@9.10
  • pyproject-hooks@1.0.0
  • pyrsistent@0.19.3
  • python-slugify@8.0.1
  • pyupgrade@3.3.1
  • pywin32-ctypes@0.2.0
  • rapidfuzz@2.15.0
  • regex@2023.3.23
  • requests-toolbelt@0.9.1
  • requests-toolbelt@0.10.1
  • ruff@0.0.261
  • secretstorage@3.3.3
  • setuptools@67.6.1
  • shellingham@1.5.0.post1
  • soupsieve@2.4
  • stevedore@5.0.0
  • tokenize-rt@5.0.0
  • tomlkit@0.11.7
  • trove-classifiers@2023.3.9
  • types-pyyaml@6.0.12.9
  • types-setuptools@67.6.0.7
  • typing-extensions@4.5.0
  • urllib3@1.26.15
  • virtualenv@20.21.0
  • watchdog@3.0.0
  • webencodings@0.5.1
  • xattr@0.9.9
  • xattr@0.10.1
  • zipp@3.15.0
  • charset-normalizer@3.0.1
  • exceptiongroup@1.1.0
  • filelock@3.9.0
  • gitpython@3.1.30
  • identify@2.5.17
  • importlib-metadata@6.0.0
  • mkdocs-material@9.1.4
  • natsort@8.2.0
  • pathspec@0.11.0
  • pre-commit@3.2.1
  • pymdown-extensions@9.9.2
  • python-slugify@8.0.0
  • regex@2022.10.31
  • setuptools@67.1.0
  • stevedore@4.1.1
  • typing-extensions@4.4.0
  • urllib3@1.26.14
  • virtualenv@20.18.0
  • watchdog@2.2.1
  • zipp@3.12.1
pyproject.toml
  • mkdocs@^ 1.4.2
  • mkdocs@^ 1.4.0

DariuszPorowski and others added 23 commits April 4, 2023 22:14
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 &gt;= 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 &gt;= 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>
DariuszPorowski and others added 18 commits April 5, 2023 21:01
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 &gt;= 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 &gt;= 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>
@DariuszPorowski DariuszPorowski self-assigned this Apr 7, 2023
@DariuszPorowski DariuszPorowski added the enhancement New feature or request label Apr 7, 2023
@DariuszPorowski DariuszPorowski changed the title linters Fixed mkdocsignore and improved DevExp Apr 7, 2023
@DariuszPorowski DariuszPorowski merged commit 50813e1 into main Apr 7, 2023
@DariuszPorowski DariuszPorowski deleted the linters branch April 7, 2023 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] mkdocsignore faild
1 participant