Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump mkdocs-material from 8.5.1 to 8.5.3 #1532

Merged
merged 1 commit into from
Sep 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2022

Bumps mkdocs-material from 8.5.1 to 8.5.3.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-8.5.3

  • Fixed build error when enabling cookie consent without analytics
  • Fixed #4381: Code blocks render ligatures for some fonts

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
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-8.5.3 (2022-09-20)

  • Fixed build error when enabling cookie consent without analytics
  • Fixed #4381: Code blocks render ligatures for some fonts

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 cookie 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

... (truncated)

Commits

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 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 dependabot bot requested a review from a team as a code owner September 20, 2022 20:36
@dependabot dependabot bot requested review from heitorlessa and removed request for a team September 20, 2022 20:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 20, 2022
@pull-request-size pull-request-size bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Sep 20, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mkdocs-material-8.5.3 branch from 13a10ee to 5b769f4 Compare September 20, 2022 20:58
@pull-request-size pull-request-size bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 20, 2022
@github-actions github-actions bot added the internal Maintenance changes label Sep 20, 2022
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.5.1 to 8.5.3.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@8.5.1...8.5.3)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mkdocs-material-8.5.3 branch from 5b769f4 to 4afa1a2 Compare September 20, 2022 21:02
@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2022

Codecov Report

Base: 99.73% // Head: 99.73% // No change to project coverage 👍

Coverage data is based on head (4afa1a2) compared to base (0b836e4).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1532   +/-   ##
========================================
  Coverage    99.73%   99.73%           
========================================
  Files          127      127           
  Lines         5729     5729           
  Branches       651      651           
========================================
  Hits          5714     5714           
  Misses           8        8           
  Partials         7        7           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rubenfonseca rubenfonseca merged commit 9c27144 into develop Sep 20, 2022
@rubenfonseca rubenfonseca deleted the dependabot/pip/develop/mkdocs-material-8.5.3 branch September 20, 2022 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file internal Maintenance changes python Pull requests that update Python code size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants