datamodel-code-generator
datamodel-code-generator copied to clipboard
Bump mkdocs-material from 8.4.2 to 8.5.2
Bumps mkdocs-material from 8.4.2 to 8.5.2.
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-8.5.2
- Updated Mermaid.js to version 9.1.7
- Fixed overly large headlines in search results (8.5.0 regression)
- Fixed #4358: Navigation sections appear as clickable (8.5.0 regression)
- Fixed #4356: GitHub repository statistics fetched before consent
mkdocs-material-8.5.1
- Fixed #4366: Removed dependencies with native extensions
mkdocs-material-8.5.0
- Added support for social cards
- Added support for code annotation anchor links (deep linking)
- Added support for code annotation comment stripping (syntax modifier)
- Added support for sidebars scrolling automatically to active item
- Added support for anchor following table of contents (= auto scroll)
- Added support for tag icons
mkdocs-material-8.4.4
- Moved comments integration to separate partial (
comments.html)mkdocs-material-8.4.3
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-8.5.2+insiders-4.23.5 (2022-09-18)
- Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax
- Fixed #4374: Fixed invalid URLs of related links to other blog posts
mkdocs-material-8.5.2 (2022-09-18)
- Updated Mermaid.js to version 9.1.7
- Fixed overly large headlines in search results (8.5.0 regression)
- Fixed #4358: Navigation sections appear as clickable (8.5.0 regression)
- Fixed #4356: GitHub repository statistics fetched before consent
mkdocs-material-8.5.1 (2022-09-15)
- Fixed #4366: Removed dependencies with native extensions
mkdocs-material-8.5.0+insiders-4.23.4 (2022-09-14)
- Fixed #4365: Recursion error in blog plugin due to deepcopy
- Fixed path errors for blog plugin on Windows
- Fixed publishing workflow in forked repositories
mkdocs-material-8.5.0+insiders-4.23.3 (2022-09-13)
- Fixed previous and next page links for drafts of blog posts
mkdocs-material-8.5.0 (2022-09-13)
- Added support for social cards
- Added support for code annotation anchor links (deep linking)
- Added support for code annotation comment stripping (syntax modifier)
- Added support for sidebars scrolling automatically to active item
- Added support for anchor following table of contents (= auto scroll)
- Added support for tag icons
mkdocs-material-8.4.4+insiders-4.23.2 (2022-09-13)
- Fixed #4348: Blog plugin crashes on custom nav title
- Fixed blog plugin crashing when category contained only drafts
- Fixed rendering of content from blog index file
mkdocs-material-8.4.4+insiders-4.23.1 (2022-09-12)
- Fixed #4345: Blog plugin errors with default settings
mkdocs-material-8.4.4+insiders-4.23.0 (2022-09-12)
- Added blogging support via built-in blog plugin
mkdocs-material-8.4.4 (2022-09-12)
... (truncated)
Commits
c8a1f55Prepare 8.5.2 release30d8128Updated Mermaid to 9.1.78ee2de9Fixed overly large headlines in search results (8.5.0 regression)fc0e4feDocumentation6bd8848Added recommended fonts for social cards and Asian languages (#4357)a750a66Added guide for updating translations to contributing guide06629ffDocumentation6b1ce14Require consent for GitHub repository stats if consent is enabledf30775fFixed non-index navigation links appearing as clickablec834dffAdded peer dependencies to documentation workflow- 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 ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
5009577) compared to base (e9b6edf). Patch coverage: 100.00% of modified lines in pull request are covered.
Additional details and impacted files
@@ Coverage Diff @@
## master #856 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 11 21 +10
Lines 1020 2518 +1498
Branches 201 558 +357
===========================================
+ Hits 1020 2518 +1498
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 99.92% <99.89%> (?) |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| datamodel_code_generator/model/__init__.py | 100.00% <ø> (ø) |
|
| datamodel_code_generator/__init__.py | 100.00% <100.00%> (ø) |
|
| datamodel_code_generator/__main__.py | 100.00% <100.00%> (ø) |
|
| datamodel_code_generator/format.py | 100.00% <100.00%> (ø) |
|
| datamodel_code_generator/http.py | 100.00% <100.00%> (ø) |
|
| datamodel_code_generator/imports.py | 100.00% <100.00%> (ø) |
|
| datamodel_code_generator/model/base.py | 100.00% <100.00%> (ø) |
|
| datamodel_code_generator/model/enum.py | 100.00% <100.00%> (ø) |
|
| ...atamodel_code_generator/model/pydantic/__init__.py | 100.00% <100.00%> (ø) |
|
| ...amodel_code_generator/model/pydantic/base_model.py | 100.00% <100.00%> (ø) |
|
| ... and 18 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.