Bump the mkdocs group with 6 updates by dependabot[bot] · Pull Request #747 · CERTCC/SSVC

Bumps the mkdocs group with 6 updates:

Package From To
mkdocs-bibtex 4.2.2 4.2.3
mkdocs-include-markdown-plugin 7.1.4 7.1.5
mkdocs-material 9.6.7 9.6.9
mkdocstrings 0.28.2 0.29.0
mkdocstrings-python 1.16.2 1.16.5
mkdocs-print-site-plugin 2.6.0 2.7.1

Updates mkdocs-bibtex from 4.2.2 to 4.2.3

Release notes

Sourced from mkdocs-bibtex's releases.

v4.2.3

Version 4.2.3

Commits

  • [43c16f26] Minor improvements to pandoc registry (#303)
  • [fea4a568] Bump mypy from 1.14.1 to 1.15.0
  • [cddff5aa] Bump ruff from 0.9.4 to 0.9.9
Commits

Updates mkdocs-include-markdown-plugin from 7.1.4 to 7.1.5

Release notes

Sourced from mkdocs-include-markdown-plugin's releases.

v7.1.5

Bug fixes

  • Fix bug when warning about some invalid directive arguments.
  • Fix bug trying to use punctuations inside custom include directive names.
Commits

Updates mkdocs-material from 9.6.7 to 9.6.9

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.9

  • Updated Serbo-Croatian translations
  • Fixed #8086: Custom SVG icons containing hashes break rendering
  • Fixed #8067: Drawer has gap on right side in Firefox on some OSs

mkdocs-material-9.6.8

  • Added Welsh translations
  • Fixed #8076: Privacy plugin crashes if HTTP download fails
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.6.9 (2025-03-17)

  • Updated Serbo-Croatian translations
  • Fixed #8086: Custom SVG icons containing hashes break rendering
  • Fixed #8067: Drawer has gap on right side in Firefox on some OSs

mkdocs-material-9.6.8+insiders-4.53.16 (2025-03-13)

  • Fixed #8019: Tooltips have precedence over instant previews

mkdocs-material-9.6.8 (2025-03-13)

  • Added Welsh translations
  • Fixed #8076: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.7 (2025-03-03)

  • Fixed #8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #8054: Unescaped quotes in ARIA labels of table of contents

mkdocs-material-9.6.6 (2025-03-01)

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmaintained regex package in search plugin

mkdocs-material-9.6.5 (2025-02-20)

  • Fixed #8016: Tags listing not showing when when file name has spaces
  • Fixed #8012: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.4 (2025-02-12)

  • Fixed #7985: Blog content sometimes not stretching to full width
  • Fixed #7978: Navigation rendering bug in Safari 18.3

mkdocs-material-9.6.3 (2025-02-07)

  • Fixed rendering of arrow heads in Mermaid.js class diagrams
  • Fixed #7960: Tags plugin crashes on numeric metadata titles

mkdocs-material-9.6.2 (2025-02-03)

  • Fixed #7955: Excessively long words don't break on narrow screens
  • Fixed #7947: Scope setting interferes with outdated version banner

mkdocs-material-9.6.1 (2025-01-31)

  • Fixed #7943: Tags plugin crashing due to merge error

mkdocs-material-9.6.0 (2025-01-31)

... (truncated)

Commits

Updates mkdocstrings from 0.28.2 to 0.29.0

Release notes

Sourced from mkdocstrings's releases.

0.29.0

0.29.0 - 2025-03-10

Compare with 0.28.3

This is the last version before v1!

Build

  • Depend on MkDocs 1.6 (11bc400 by Timothée Mazzucotelli).

Features

Code Refactoring

  • Save and forward titles to autorefs (f49fb29 by Timothée Mazzucotelli).
  • Use a combined event (each split with a different priority) for on_env (8d1dd75 by Timothée Mazzucotelli).

0.28.3

0.28.3 - 2025-03-08

Compare with 0.28.2

Deprecations

All public objects must now be imported from the top-level mkdocstrings module. Importing from submodules is deprecated, and will raise errors starting with v1. This should be the last deprecation before v1.

Build

  • Make python extra depend on latest mkdocstrings-python (1.16.2) (ba9003e by Timothée Mazzucotelli).

Code Refactoring

  • Finish exposing/hiding public/internal objects (0723fc2 by Timothée Mazzucotelli).
  • Re-expose public API in the top-level mkdocstrings module (e66e080 by Timothée Mazzucotelli).
  • Move modules to internal folder (23fe23f by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings's changelog.

0.29.0 - 2025-03-10

Compare with 0.28.3

This is the last version before v1!

Build

  • Depend on MkDocs 1.6 (11bc400 by Timothée Mazzucotelli).

Features

Code Refactoring

  • Save and forward titles to autorefs (f49fb29 by Timothée Mazzucotelli).
  • Use a combined event (each split with a different priority) for on_env (8d1dd75 by Timothée Mazzucotelli).

0.28.3 - 2025-03-08

Compare with 0.28.2

Deprecations

All public objects must now be imported from the top-level mkdocstrings module. Importing from submodules is deprecated, and will raise errors starting with v1. This should be the last deprecation before v1.

Build

  • Make python extra depend on latest mkdocstrings-python (1.16.2) (ba9003e by Timothée Mazzucotelli).

Code Refactoring

  • Finish exposing/hiding public/internal objects (0723fc2 by Timothée Mazzucotelli).
  • Re-expose public API in the top-level mkdocstrings module (e66e080 by Timothée Mazzucotelli).
  • Move modules to internal folder (23fe23f by Timothée Mazzucotelli).
Commits
  • 32e415d chore: Prepare release 0.29.0
  • 44462d0 Merge branch 'main' of github.com:mkdocstrings/mkdocstrings
  • 3366f5b docs: Escape \<p> in docstrings
  • d4c7b9c feat: Support rendering backlinks through handlers
  • f49fb29 refactor: Save and forward titles to autorefs
  • 8d1dd75 refactor: Use a combined event (each split with a different priority) for `on...
  • 11bc400 build: Depend on MkDocs 1.6
  • fd28fff chore: Prepare release 0.28.3
  • 0723fc2 refactor: Finish exposing/hiding public/internal objects
  • 72e8bae docs: Simplify API docs
  • Additional commits viewable in compare view

Updates mkdocstrings-python from 1.16.2 to 1.16.5

Release notes

Sourced from mkdocstrings-python's releases.

1.16.5

1.16.5 - 2025-03-10

Compare with 1.16.4

Code Refactoring

1.16.4

1.16.4 - 2025-03-10

Compare with 1.16.3

Bug Fixes

  • Fix de-duplication of summary sections (dc46ac9 by Timothée Mazzucotelli).

1.16.3

1.16.3 - 2025-03-08

Compare with 1.16.2

Build

  • Depend on mkdocstrings 0.28.3 (9fa4f16 by Timothée Mazzucotelli).

Bug Fixes

Code Refactoring

  • Import from top-level mkdocstrings module (da2ba13 by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings-python's changelog.

1.16.5 - 2025-03-10

Compare with 1.16.4

Code Refactoring

1.16.4 - 2025-03-10

Compare with 1.16.3

Bug Fixes

  • Fix de-duplication of summary sections (dc46ac9 by Timothée Mazzucotelli).

1.16.3 - 2025-03-08

Compare with 1.16.2

Build

  • Depend on mkdocstrings 0.28.3 (9fa4f16 by Timothée Mazzucotelli).

Bug Fixes

Code Refactoring

  • Import from top-level mkdocstrings module (da2ba13 by Timothée Mazzucotelli).
Commits
  • b094406 chore: Prepare release 1.16.5
  • 56bf627 refactor: Prepare backlinks support
  • a0e888c chore: Prepare release 1.16.4
  • dc46ac9 fix: Fix de-duplication of summary sections
  • 7dd67f9 chore: Prepare release 1.16.3
  • b839ef0 tests: Fix type checking import
  • da2ba13 refactor: Import from top-level mkdocstrings module
  • 9fa4f16 build: Depend on mkdocstrings 0.28.3
  • 110b9f7 chore: Stop testing on Python 3.14 locally
  • a657d07 fix: De-duplicate summary sections
  • See full diff in compare view

Updates mkdocs-print-site-plugin from 2.6.0 to 2.7.1

Release notes

Sourced from mkdocs-print-site-plugin's releases.

print-site v2.7.1

What's Changed

Full Changelog: timvink/mkdocs-print-site-plugin@v2.7.0...v2.7.1

print-site v2.7.0

What's Changed

Many issues have been fixed related to the sidebar table of contents on the HTML print page, as well as (roman) numbering of sections. The table of contents has been simplified, using only numerics. Sections are treated as chapters and are numbered accordingly. For example:

image

Thanks to @​bittorala for all the work put in, and @​sunshowers for the prepatory work in timvink/mkdocs-print-site-plugin#115

PRs:

New Contributors

Full Changelog: timvink/mkdocs-print-site-plugin@v2.6.0...v2.7.0

Commits
  • 22c575e Merge pull request #129 from timvink/fix_exclude
  • 1deff72 Fix exclude() folder to deal with folders
  • 4b17176 ruff format codebase
  • d55299f migrate to uv
  • 033d84b bump to v2.7.0
  • 8cdd36a Merge pull request #128 from bittorala/recursive-navigation-numbering
  • d5b44c6 Definitively fix blank page issues
  • 1f34cb6 Use python 3.8-compatible type hints
  • 7068a96 Copy print page's TOC from sidebar
  • 3e7519d Merge pull request #126 from godylockz/master
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions