Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps mkdocs-material from 9.1.9 to 9.1.11.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.1.11

  • Fixed #5487: Social plugin crashes without options (9.1.10 regression)

mkdocs-material-9.1.10

  • Added cards_layout_options setting for social cards
  • Deprecated cards_color and cards_font setting for social cards
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.1.11 (2023-05-08)

  • Fixed #5487: Social plugin crashes without options (9.1.10 regression)

mkdocs-material-9.1.10+insiders-4.33.0 (2023-05-08)

  • Added support for custom layouts for social plugin
  • Added support for background images for social cards

mkdocs-material-9.1.10 (2023-05-08)

  • Added cards_layout_options setting for social cards
  • Deprecated cards_color and cards_font setting for social cards

mkdocs-material-9.1.9 (2023-05-02)

  • Added Telugu, Kannada and Sanskrit translations
  • Fixed #5428: Fixed margins for light/dark mode images in figures
  • Fixed #5420: Social plugin crashing for some specific Google Fonts
  • Fixed #5160: Instant loading makes code annotations jump (9.1.1 regression)
  • Fixed #4920: Social plugin not loading logo from custom icon set
  • Fixed social plugin crashing when only code font is specified

mkdocs-material-9.1.8 (2023-04-24)

  • Fixed #5417: Theme breaks when palette is not defined (9.1.7 regression)

mkdocs-material-9.1.7+insiders-4.32.6 (2023-04-22)

  • Fixed #5336: Interplay of blog plugin with git-revision-date-localized

mkdocs-material-9.1.7 (2023-04-22)

  • Updated Persian (Farsi) and Turkish translations
  • Fixed #5401: Added missing flag to disable built-in tags plugin
  • Fixed #5206: Ensure defaults are set for primary and accent colors
  • Fixed unnecessary inclusion of palette CSS when unused

mkdocs-material-9.1.6+insiders-4.32.5 (2023-04-07)

  • Fixed #5322: Navigation tabs hoist nested page icons

mkdocs-material-9.1.6 (2023-04-07)

  • Updated Persian (Farsi) translations
  • Fixed #5300: Boxes in Mermaid sequence diagrams not color-abiding

mkdocs-material-9.1.5 (2023-03-31)

  • Updated Lithuanian and Japanese translations

... (truncated)

Commits
  • 85de63f Updated changelog
  • c91174f Prepare 9.1.11 release
  • 8b50290 Fixed errors in deprecation path of social plugin settings
  • b0d59f2 Documentation
  • 5b9f6c9 Updated changelog
  • b4dd449 Prepare 9.1.10 release
  • 09feabc Harmonized color and font settings for social cards with Insiders
  • 2735c87 Finished documentation on social cards
  • 8a8662c Merge branch 'master' into docs/social-cards
  • 64bbaff Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • Additional commits viewable in compare view

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 May 8, 2023 21:03
@dependabot dependabot bot requested review from leandrodamascena and removed request for a team May 8, 2023 21:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 8, 2023
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 8, 2023
@github-actions github-actions bot added the internal Maintenance changes label May 8, 2023
@leandrodamascena
Copy link
Contributor

@dependabot rebase

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.9 to 9.1.11.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.1.9...9.1.11)

---
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-9.1.11 branch from 6fbef81 to b09a6af Compare May 8, 2023 21:34
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (a23d997) 97.46% compared to head (b09a6af) 97.46%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2229   +/-   ##
========================================
  Coverage    97.46%   97.46%           
========================================
  Files          149      149           
  Lines         6895     6895           
  Branches       506      506           
========================================
  Hits          6720     6720           
  Misses         137      137           
  Partials        38       38           

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

@rubenfonseca rubenfonseca merged commit d1e11b7 into develop May 9, 2023
@rubenfonseca rubenfonseca deleted the dependabot/pip/develop/mkdocs-material-9.1.11 branch May 9, 2023 06:45
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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants