boardpack / pydantic-i18n

pydantic-i18n is an extension to support an i18n for the pydantic error messages.
https://pydantic-i18n.boardpack.org
MIT License
83 stars 12 forks source link

⬆ Bump mkdocs-material from 8.5.11 to 9.4.1 #158

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 12 months ago

Bumps mkdocs-material from 8.5.11 to 9.4.1.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.4.1

  • Improved colors and contrast in dark mode
  • Improved admonition borders to match font weight
  • Switched content tabs to neutral color

mkdocs-material-9.4.0

  • Added Belarusian translations
  • Added version info to entrypoint of package
  • Added emoji extension as a replacement for materialx
  • Improved slate color scheme (dark mode) - now even darker
  • Restructured project to improve development experience
  • Updated MkDocs to 1.5.3
  • Fixed #3890: Development mode crash on Linux

mkdocs-material-9.3.2

  • Updated Slovenian translations
  • Updated Python dependencies in requirements to use minimum versions
  • Fixed #6017: Code highlighting inconsistent in Community and Insiders edition
  • Fixed #6001: Contributor avatars display incorrectly in Firefox
  • Fixed #6000: Blog post drafts are included in navigation

mkdocs-material-9.3.1

  • Fixed crash of group plugin when used together with hooks

mkdocs-material-9.3.0

  • Improved configuration sharing between community and Insiders edition
  • Added experimental built-in group plugin for enabling plugins conditionally
  • Added new settings in tags plugin for enabling/disabling
  • Dropped support for Python 3.7 (EOL)

mkdocs-material-9.2.8

  • Updated Italian and Russian translations
  • Fixed #5952: Combining blog and tags plugin leads to wrong links
  • Fixed #5951: Blog plugin ignores post title in metadata
  • Fixed #5949: Blog plugin ignores post linked in nav

mkdocs-material-9.2.7

  • Switched dependencies to compatible release clauses
  • Removed readtime and lxml dependencies for blog plugin
  • Reduced size of Docker image to improve CI build performance
  • Fixed #5945: Incorrect footer navigation for sibling pages of blog
  • Fixed #5939: Page jumps when changing color palette (Firefox 117)
  • Fixed #5901: Announcement bar reappears when using instant loading
  • Fixed #5824: Allow to customize styles of sequence diagrams

mkdocs-material-9.2.6

  • Added Basque translations
  • Added template for simple redirects
  • Improved blog plugin interop by moving view generation to on_files
  • Fixed #5924: Social plugin still checks dependencies when disabled

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.4.1 (2023-09-22)

  • Improved colors and contrast in dark mode
  • Improved admonition borders to match font weight
  • Switched content tabs to neutral color

mkdocs-material-9.4.0 (2023-09-21)

  • Added Belarusian translations
  • Added version info to entrypoint of package
  • Added emoji extension as a replacement for materialx
  • Improved slate color scheme (dark mode) - now even darker
  • Restructured project to improve development experience
  • Updated MkDocs to 1.5.3
  • Fixed #3890: Development mode crashes on Linux

mkdocs-material-9.3.2+insiders-4.42.0 (2023-09-19)

  • Added support for using git submodules in projects plugin
  • Added support for transforming project configurations
  • Improved resilience of optimize and blog plugin
  • Fixed optimize plugin crashing on .jpeg extension
  • Fixed project URLs not using site URLs in projects plugin

mkdocs-material-9.3.2 (2023-09-19)

  • Updated Slovenian translations
  • Updated Python dependencies in requirements to use minimum versions
  • Fixed #6017: Code highlighting inconsistent in Community and Insiders edition
  • Fixed #6001: Contributor avatars display incorrectly in Firefox
  • Fixed #6000: Blog post drafts are included in navigation

mkdocs-material-9.3.1+insiders-4.41.0 (2023-09-11)

  • Improved multi-instance support for optimize plugin
  • Added inclusion and exclusion patterns for optimize plugin
  • Added transparent keyword for color handling in social plugin
  • Changed default quality of PNGs to 3 in optimize plugin
  • Fixed #5979: meta file not detected in root of docs directory

mkdocs-material-9.3.1 (2023-09-11)

  • Fixed crash of group plugin when used together with hooks

mkdocs-material-9.3.0 (2023-09-11)

  • Improved configuration sharing between Community and Insiders edition
  • Added experimental built-in group plugin for enabling plugins conditionally
  • Added new settings in tags plugin for enabling/disabling
  • Dropped support for Python 3.7 (EOL)

... (truncated)

Upgrade guide

Sourced from mkdocs-material's upgrade guide.

How to upgrade

Upgrade to the latest version with:

pip install --upgrade --force-reinstall mkdocs-material

Show the currently installed version with:

pip show mkdocs-material

Upgrading from 8.x to 9.x

This major release includes a brand new search implementation that is faster and allows for rich previews, advanced tokenization and better highlighting. It was available as part of Insiders for over a year, and now that the funding goal was hit, makes its way into the community edition.

Changes to mkdocs.yml

content.code.copy

The copy-to-clipboard buttons are now opt-in and can be enabled or disabled per block. If you wish to enable them for all code blocks, add the following lines to mkdocs.yml:

theme:
  features:
    - content.code.copy

content.action.*

A "view source" button can be shown next to the "edit this page" button, both of which must now be explicitly enabled. Add the following lines to mkdocs.yml:

theme:
  features:
    - content.action.edit
    - content.action.view

navigation.footer

... (truncated)

Commits
  • a0206fd Documentation
  • 530c86b Prepare 9.4.1 release
  • 5f22d20 Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • 5deec28 Switched content tabs to neutral color
  • c9e4a5e Improved colors and contrast in dark mode
  • b2236d2 Merge pull request #6060 from pawamoy/patch-7
  • 6179063 Fix typo in conventions
  • 8b44f1a Updated changelog
  • a0cc06b Prepare 9.4.0 release
  • ac918d6 Added comment to result selector
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
dependabot[bot] commented 11 months ago

Superseded by #159.