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

build(deps): bump mkdocs-material from 9.4.3 to 9.4.4 #2917

Merged
merged 1 commit into from Oct 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps mkdocs-material from 9.4.3 to 9.4.4.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.4.4

  • Added support for overriding text to be copied for code blocks
  • Fixed broken layout in some browsers at breakpoints when using zoom
  • Fixed #6132: Incomplete search highlighting for code blocks in titles
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.4.4+insiders-4.42.1 (2023-10-05)

  • Fixed spacing of related links in blog posts on small screens

mkdocs-material-9.4.4 (2023-10-05)

  • Added support for overriding text to be copied for code blocks
  • Fixed broken layout in some browsers at breakpoints when using zoom
  • Fixed #6132: Incomplete search highlighting for code blocks in titles

mkdocs-material-9.4.3 (2023-10-02)

  • Added support for instant navigation progress indicator
  • Improved spacing and alignment of tags
  • Moved back-to-top button into separate partial
  • Fixed #6104: Indentation for some code blocks lost in search
  • Fixed #6094: Blog post metadata overlaps with footer on small screens
  • Fixed #6069: Blog plugin crashes for categories with non-ASCII names

Updated templates

  • base.html

mkdocs-material-9.4.2 (2023-09-25)

  • Updated Slovenian translations
  • Added animation to sidebar navigation expansion and collapse
  • Added support for auto-replacement of document head for instant navigation
  • Improved compatibility of new emoji extension with Python < 3.10
  • Switched regex dependency to use minimal version
  • Refactored alignment and spacing of sidebar navigation
  • Fixed expansion button not focusable via keyboard in sidebar navigation
  • Fixed viewport offset restoration on first load when using instant navigation
  • Fixed accidental highlight of non-clickable elements in blog plugin sidebar
  • Fixed #6041: Blog plugin crashes when nav is defined and blog not included
  • Fixed #5972: Blog plugin ignores section index pages in paginated views
  • Fixed #5954: Repeated click on anchor ignored when using instant navigation
  • Fixed #5742: Keyboard navigation broken when using instant navigation

Updated templates

  • partials/nav-item.html
  • blog-post.html

mkdocs-material-9.4.1 (2023-09-22)

  • Improved colors and contrast in dark mode
  • Improved admonition borders to match font weight
  • Switched content tabs to neutral color

... (truncated)

Commits
  • fc62b35 Updated Insiders changelog
  • 59d21ff Prepare 9.4.4 release
  • a9da0b6 Added support for specifying copied text for code blocks
  • 48ff39a Added support for specifying copied text for code blocks
  • 57e598b Fixed incomplete search highlighting for code blocks in titles
  • 790a446 Improved launch configuration
  • fbc3632 Updated distribution files
  • 34aad07 Fixed debug launch configurations
  • dcf5a80 Updated VS Code debug configurations
  • 6990976 Updated theme setup documentation (#6125)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 October 9, 2023 22:13
@dependabot dependabot bot added dependencies Dependabot Updates pip Dependabot Updates Python labels Oct 9, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/master/mkdocs-material-9.4.4 branch from c419517 to 5a6ff34 Compare October 10, 2023 06:05
@jfagoagas jfagoagas added the no-merge Please, DO NOT MERGE this PR. label Oct 10, 2023
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.4.3 to 9.4.4.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.4.3...9.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@jfagoagas jfagoagas force-pushed the dependabot/pip/master/mkdocs-material-9.4.4 branch from 5a6ff34 to c9c6ac8 Compare October 10, 2023 12:55
@jfagoagas jfagoagas removed the no-merge Please, DO NOT MERGE this PR. label Oct 10, 2023
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #2917 (c9c6ac8) into master (08b2ea0) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2917      +/-   ##
==========================================
+ Coverage   86.17%   86.18%   +0.01%     
==========================================
  Files         539      539              
  Lines       17374    17374              
==========================================
+ Hits        14972    14974       +2     
+ Misses       2402     2400       -2     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sergargar sergargar merged commit 640ad7b into master Oct 10, 2023
8 checks passed
@sergargar sergargar deleted the dependabot/pip/master/mkdocs-material-9.4.4 branch October 10, 2023 13:19
jfagoagas pushed a commit to jit-contrib/prowler that referenced this pull request Oct 18, 2023
…2917)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependabot Updates pip Dependabot Updates Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants