apischema
apischema copied to clipboard
Bump the docs group in /docs with 2 updates
Bumps the docs group in /docs with 2 updates: mike and mkdocs-material.
Updates mike
from 1.1.2 to 2.0.0
Release notes
Sourced from mike's releases.
v2.0.0
New features
- Add support for applying arbitrary properties to documentation versions
- Add support for hiding specific versions from the selector when using the default themes
- Deploy aliases using symbolic links by default; this can be configured via
--alias-type
on the command line oralias_type
in themike
MkDocs plugin- Avoid creating empty commits by default; if you want empty commits, pass
--allow-empty
- Look for both
mkdocs.yml
andmkdocs.yaml
configuration files- Support
GIT_COMMITTER_(NAME|EMAIL|DATE)
when generating commits- Allow specifying
alias_type
,redirect_template
, anddeploy_prefix
in themike
MkDocs plugin- Add a
--debug
flag to help diagnose bugs with mike- Port number is now optional for
--dev-addr
inmike serve
, defaulting to 8000Breaking changes
--prefix
is now--deploy-prefix
--no-redirect
is now--alias-type=copy
--ignore
is now--ignore-remote-status
-f
/--force
is no longer supported on subcommands that can push (this option was too error-prone, and users who really need to force-push can use Git directly)--rebase
is no longer supported (instead of using this, it's better to use Git to resolve any conflicts)Bug fixes
- Aliases that are "similar" to preexisting versions (e.g.
1.0
and1.0.0
) can now be set properly- Versions that don't start with a digit (or
v
and then a digit) are now treated separately from other versions: they're considered development versions, and thus newer than "ordinary" versions- Fix retrieval of Git user name/email when using non-UTF8 encodings
- Fix version selector for
mkdocs
andreadthedocs
themes whenuse_directory_urls
is false- When redirecting to another page, include the
?query
- Ensure that aliases cannot be circularly defined
- Support file names with double-quotes or newlines
Changelog
Sourced from mike's changelog.
v2.0.0 (2023-11-02)
New features
- Add support for applying arbitrary properties to documentation versions
- Add support for hiding specific versions from the selector when using the default themes
- Deploy aliases using symbolic links by default; this can be configured via
--alias-type
on the command line oralias_type
in themike
MkDocs plugin- Avoid creating empty commits by default; if you want empty commits, pass
--allow-empty
- Look for both
mkdocs.yml
andmkdocs.yaml
configuration files- Support
GIT_COMMITTER_(NAME|EMAIL|DATE)
when generating commits- Allow specifying
alias_type
,redirect_template
, anddeploy_prefix
in themike
MkDocs plugin- Add a
--debug
flag to help diagnose bugs with mike- Port number is now optional for
--dev-addr
inmike serve
, defaulting to 8000Breaking changes
--prefix
is now--deploy-prefix
--no-redirect
is now--alias-type=copy
--ignore
is now--ignore-remote-status
-f
/--force
is no longer supported on subcommands that can push (this option was too error-prone, and users who really need to force-push can use Git directly)--rebase
is no longer supported (instead of using this, it's better to use Git to resolve any conflicts)Bug fixes
- Aliases that are "similar" to preexisting versions (e.g.
1.0
and1.0.0
) can now be set properly- Versions that don't start with a digit (or
v
and then a digit) are now treated separately from other versions: they're considered development versions, and thus newer than "ordinary" versions- Fix retrieval of Git user name/email when using non-UTF8 encodings
- Fix version selector for
mkdocs
andreadthedocs
themes whenuse_directory_urls
is false- When redirecting to another page, include the
?query
- Ensure that aliases cannot be circularly defined
- Support file names with double-quotes or newlines
Commits
44cc579
Update version to 2.0.0f9af52d
Yet more typos8b4281c
Fix invalid JSONPath syntax example875bf58
More typos7a55bf3
Typo0481f92
Allow new versions to replace existing aliases when--update-aliases
is set6de61fa
Fix poor wording in changes367fbd0
Add support for hidden versions in the built-in themes; resolves #187c69d11f
Allow setting arbitrary properties for versions; resolves #13827e7cba
Add properties to VersionInfo- Additional commits viewable in compare view
Updates mkdocs-material
from 9.4.6 to 9.5.20
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.5.20
- Fixed deprecation warning in privacy plugin (9.5.19 regression)
- Fixed #7119: Tags plugin emits deprecation warning (9.5.19 regression)
- Fixed #7118: Social plugin crashes if fonts are disabled (9.5.19 regression)
- Fixed #7085: Social plugin crashes on Windows when downloading fonts
mkdocs-material-9.5.19
- Updated MkDocs to 1.6 and limited version to < 2
- Updated Docker image to latest Alpine Linux
- Removed
setup.py
, now that GitHub fully understandspyproject.toml
- Improved interop of social plugin with third-party MkDocs themes
- Fixed #7099: Blog reading time not rendered correctly for Japanese
- Fixed #7097: Improved resilience of tags plugin when no tags are given
- Fixed #7090: Active tab indicator in nested content tabs rendering bug
mkdocs-material-9.5.18
- Refactored tooltips implementation to fix positioning issues
- Fixed #7044: Rendering glitch when hovering contributor avatar in Chrome
- Fixed #7043: Highlighted lines in code blocks cutoff on mobile
- Fixed #6910: Incorrect position of tooltip for page status in sidebar
- Fixed #6760: Incorrect position and overly long tooltip in tables
- Fixed #6488: Incorrect position and cutoff tooltip in content tabs
mkdocs-material-9.5.17
- Updated Serbian translations
- Fixed #7003: Confusing keyboard interaction for palette toggle
- Fixed #7001: Blog posts now show time by default (9.5.16 regression)
- Fixed edge case in backport of social plugin font loading logic
Thanks to
@stcksmsh
for their contributions.mkdocs-material-9.5.16
- Updated Russian translations
- Improved error handling and reporting in social plugin
- Improved error handling and reporting in privacy plugin
- Fixed blog plugin not allowing to use time in format strings
- Fixed #6983: Social plugin crashes because of Google Fonts API change
Thanks to
@kamilkrzyskow
,@Guts
,@szg-alex-payne
and@natakazakova
for their contributionsmkdocs-material-9.5.15
- Reverted fix for transparent iframes (9.5.14)
- Fixed #6929: Interference of social plugin and auto dark mode
- Fixed #6938: Giscus shows dark background in light mode (9.5.14 regression)
mkdocs-material-9.5.14
- Added support for hiding versions from selector when using mike
- Added init system to improve signal handling in Docker image
- Fixed edge cases in exclusion logic of info plugin
- Fixed inability to reset pipeline in search plugin
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.5.20 (2024-04-29)
- Fixed deprecation warning in privacy plugin (9.5.19 regression)
- Fixed #7119: Tags plugin emits deprecation warning (9.5.19 regression)
- Fixed #7118: Social plugin crashes if fonts are disabled (9.5.19 regression)
- Fixed #7085: Social plugin crashes on Windows when downloading fonts
mkdocs-material-9.5.19+insiders-4.53.8 (2024-04-26)
- Fixed #7052: Preview extension automatically including all pages
- Fixed #7051: Instant previews mounting on footnote references
- Fixed #5165: Improved tooltips not mounting in sidebar for typeset plugin
mkdocs-material-9.5.19+insiders-4.53.7 (2024-04-25)
- Fixed #7060: Incorrect resolution of translation when using static-i18n
mkdocs-material-9.5.19 (2024-04-25)
- Updated MkDocs to 1.6 and limited version to < 2
- Updated Docker image to latest Alpine Linux
- Removed setup.py, now that GitHub fully understands pyproject.toml
- Improved interop of social plugin with third-party MkDocs themes
- Fixed #7099: Blog reading time not rendered correctly for Japanese
- Fixed #7097: Improved resilience of tags plugin when no tags are given
- Fixed #7090: Active tab indicator in nested content tabs rendering bug
mkdocs-material-9.5.18 (2024-04-16)
- Refactored tooltips implementation to fix positioning issues
- Fixed #7044: Rendering glitch when hovering contributor avatar in Chrome
- Fixed #7043: Highlighted lines in code blocks cutoff on mobile
- Fixed #6910: Incorrect position of tooltip for page status in sidebar
- Fixed #6760: Incorrect position and overly long tooltip in tables
- Fixed #6488: Incorrect position and cutoff tooltip in content tabs
mkdocs-material-9.5.17+insiders-4.53.6 (2024-04-05)
- Ensure working directory is set for projects when using projects plugin
- Fixed #6970: Incorrect relative paths in git submodules with projects plugin
mkdocs-material-9.5.17+insiders-4.53.5 (2024-04-02)
- Fixed social plugin crashing when no colors are specified in palettes
mkdocs-material-9.5.17 (2024-04-02)
... (truncated)
Commits
5cb3117
Prepare 9.5.20 release4752779
Updated dependenciese90871f
Fixed social plugin crashing on Windows when downloading fonts (#7085) (#7117)ff49d74
Fixed deprecation warning in privacy plugincff4a75
Fixed deprecation warning in tags pluginedcc536
Documentation2dd88ae
Documentation57d82dc
Documentation (#7102)4001083
Documentation (#7112)c427e1c
Documentation (#7103)- 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