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
43c16f2Minor improvements to pandoc registry (#303)fea4a56Bump mypy from 1.14.1 to 1.15.0cddff5aBump ruff from 0.9.4 to 0.9.9- See full diff in compare view
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
aa17cc0Don't compile argument regexes if not required (#262)bc8c281Fix bug warning about some invalid directive arguments (#261)- See full diff in compare view
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
646c7abPrepare 9.6.9 release27d57eaUpdated twemoji cdn for icon search index (#8093)0918657Fixedbuild:alloutput on Windows (#8089)0e75aefUpdated Serbo-Croatian translations52b584fAdded urlencode to fix # in custom icons (#8087)3296cdfFixed sidebar on Firefox mobile502ef2fUpdated Insiders changeloga43d223Prepare 9.6.8 release76a66b7Fixed error in translations partial1c5e112Integrated Welsh translations- Additional commits viewable in compare view
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
This is the last version before v1!
Build
- Depend on MkDocs 1.6 (11bc400 by Timothée Mazzucotelli).
Features
- Support rendering backlinks through handlers (d4c7b9c by Timothée Mazzucotelli). Issue-723, Issue-mkdocstrings-python-153, PR-739
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
Deprecations
All public objects must now be imported from the top-level
mkdocstringsmodule. Importing from submodules is deprecated, and will raise errors starting with v1. This should be the last deprecation before v1.Build
- Make
pythonextra depend on latest mkdocstrings-python (1.16.2) (ba9003e by Timothée Mazzucotelli).Code Refactoring
Changelog
Sourced from mkdocstrings's changelog.
0.29.0 - 2025-03-10
This is the last version before v1!
Build
- Depend on MkDocs 1.6 (11bc400 by Timothée Mazzucotelli).
Features
- Support rendering backlinks through handlers (d4c7b9c by Timothée Mazzucotelli). Issue-723, Issue-mkdocstrings-python-153, PR-739
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
Deprecations
All public objects must now be imported from the top-level
mkdocstringsmodule. Importing from submodules is deprecated, and will raise errors starting with v1. This should be the last deprecation before v1.Build
- Make
pythonextra depend on latest mkdocstrings-python (1.16.2) (ba9003e by Timothée Mazzucotelli).Code Refactoring
Commits
32e415dchore: Prepare release 0.29.044462d0Merge branch 'main' of github.com:mkdocstrings/mkdocstrings3366f5bdocs: Escape\<p>in docstringsd4c7b9cfeat: Support rendering backlinks through handlersf49fb29refactor: Save and forward titles to autorefs8d1dd75refactor: Use a combined event (each split with a different priority) for `on...11bc400build: Depend on MkDocs 1.6fd28fffchore: Prepare release 0.28.30723fc2refactor: Finish exposing/hiding public/internal objects72e8baedocs: 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
Code Refactoring
1.16.4
1.16.4 - 2025-03-10
Bug Fixes
- Fix de-duplication of summary sections (dc46ac9 by Timothée Mazzucotelli).
1.16.3
1.16.3 - 2025-03-08
Build
- Depend on mkdocstrings 0.28.3 (9fa4f16 by Timothée Mazzucotelli).
Bug Fixes
Code Refactoring
- Import from top-level
mkdocstringsmodule (da2ba13 by Timothée Mazzucotelli).
Changelog
Sourced from mkdocstrings-python's changelog.
1.16.5 - 2025-03-10
Code Refactoring
1.16.4 - 2025-03-10
Bug Fixes
- Fix de-duplication of summary sections (dc46ac9 by Timothée Mazzucotelli).
1.16.3 - 2025-03-08
Build
- Depend on mkdocstrings 0.28.3 (9fa4f16 by Timothée Mazzucotelli).
Bug Fixes
Code Refactoring
- Import from top-level
mkdocstringsmodule (da2ba13 by Timothée Mazzucotelli).
Commits
b094406chore: Prepare release 1.16.556bf627refactor: Prepare backlinks supporta0e888cchore: Prepare release 1.16.4dc46ac9fix: Fix de-duplication of summary sections7dd67f9chore: Prepare release 1.16.3b839ef0tests: Fix type checking importda2ba13refactor: Import from top-levelmkdocstringsmodule9fa4f16build: Depend on mkdocstrings 0.28.3110b9f7chore: Stop testing on Python 3.14 locallya657d07fix: 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
- Fix
exclude()function to deal with folders by@timvinkin timvink/mkdocs-print-site-plugin#129Full 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:
Thanks to
@bittoralafor all the work put in, and@sunshowersfor the prepatory work in timvink/mkdocs-print-site-plugin#115PRs:
- Use recursive navigation numbering by
@bittoralain timvink/mkdocs-print-site-plugin#128- Fix edge case error by
@godylockzin timvink/mkdocs-print-site-plugin#126New Contributors
@godylockzmade their first contribution in timvink/mkdocs-print-site-plugin#126@bittoralamade their first contribution in timvink/mkdocs-print-site-plugin#128Full Changelog: timvink/mkdocs-print-site-plugin@v2.6.0...v2.7.0
Commits
22c575eMerge pull request #129 from timvink/fix_exclude1deff72Fix exclude() folder to deal with folders4b17176ruff format codebased55299fmigrate to uv033d84bbump to v2.7.08cdd36aMerge pull request #128 from bittorala/recursive-navigation-numberingd5b44c6Definitively fix blank page issues1f34cb6Use python 3.8-compatible type hints7068a96Copy print page's TOC from sidebar3e7519dMerge 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
