Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps mkdocs-material from 9.1.11 to 9.1.12.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.1.12

  • Updated Bengali (Bangla) translations
  • Fixed #5503: Docker image publish errors on uppercase characters
  • Fixed #5407: Auto-pause media when in hidden content tabs
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.1.12+insiders-4.33.2 (2023-05-12)

  • Fixed #5508: Social plugin crashes trying to copy cards on Docker/Windows
  • Fixed #5507: Social plugin crashes on serve when layouts folder doesn't exist
  • Fixed #5505: Social plugin trying to resolve logo in wrong location
  • Fixed #5496: Annotations with nested lists incorrectly mounted
  • Fixed #5493: Social plugin crashes on Python 3.8

mkdocs-material-9.1.12 (2023-05-12)

  • Updated Bengali (Bangla) translations
  • Fixed #5503: Docker image publish errors on uppercase characters
  • Fixed #5407: Auto-pause media when in hidden content tabs

mkdocs-material-9.1.11+insiders-4.33.1 (2023-05-09)

  • Added support for SVG background images in social plugin

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)

... (truncated)

Commits
  • 14514a5 Prepare 9.1.12 release
  • 01136b2 Automatically pause media when content tabs are hidden
  • 3520926 Updated Bengali (Bangal) translations
  • 463616e Merge pull request #5494 from Almas-Ali/master
  • 736276c Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • 68387a1 Fixed import source of tags compare function in documentation
  • 09ce35d Merge pull request #5504 from joshooaj/issue-5503
  • ec2b954 fix: Handle upper case chars in repo name #5503
  • 8d2c5b5 Revert "Bumped required Python version to 3.8+"
  • 88515d2 Bumped required Python version to 3.8+
  • 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 12, 2023 21:11
@dependabot dependabot bot requested review from leandrodamascena and removed request for a team May 12, 2023 21:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 12, 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 12, 2023
@github-actions github-actions bot added the internal Maintenance changes label May 12, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (f4821ed) 97.46% compared to head (97416d0) 97.46%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2253      +/-   ##
===========================================
- Coverage    97.46%   97.46%   -0.01%     
===========================================
  Files          149      149              
  Lines         6895     6894       -1     
  Branches       506      492      -14     
===========================================
- Hits          6720     6719       -1     
  Misses         137      137              
  Partials        38       38              

see 1 file with indirect coverage changes

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

@leandrodamascena
Copy link
Contributor

@dependabot rebase

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.11 to 9.1.12.
- [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.11...9.1.12)

---
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.12 branch from 97416d0 to f79eceb Compare May 12, 2023 22:41
@leandrodamascena leandrodamascena merged commit eb3e795 into develop May 12, 2023
@leandrodamascena leandrodamascena deleted the dependabot/pip/develop/mkdocs-material-9.1.12 branch May 12, 2023 22:46
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.

2 participants