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

fix(deps): update dependency mkdocs-material to v9.4.5 #852

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-material 9.1.21 -> 9.4.5 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

squidfunk/mkdocs-material (mkdocs-material)

v9.4.5: mkdocs-material-9.4.5

Compare Source

  • Fixed sidebar auto-positioning (9.4.2 regression)
  • Fixed #​6166: Improve group plugin compatibility with Python < 3.10
  • Fixed #​6157: Hiding tags does not work (9.4.3 regression)

v9.4.4: mkdocs-material-9.4.4

Compare Source

  • 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

v9.4.3: mkdocs-material-9.4.3

Compare Source

  • 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 (diff)

  • base.html

v9.4.2: mkdocs-material-9.4.2

Compare Source

  • 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 (diff)

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

v9.4.1: mkdocs-material-9.4.1

Compare Source

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

v9.4.0: mkdocs-material-9.4.0

Compare Source

  • Added Belarusian translations
  • Added version info to entrypoint of package
  • Added emoji extension as a replacement for materialx
  • Improved slate color scheme (dark mode) - now even darker
  • Restructured project to improve development experience
  • Updated MkDocs to 1.5.3
  • Fixed #​3890: Development mode crash on Linux

v9.3.2: mkdocs-material-9.3.2

Compare Source

  • Updated Slovenian translations
  • Updated Python dependencies in requirements to use minimum versions
  • Fixed #​6017: Code highlighting inconsistent in Community and Insiders edition
  • Fixed #​6001: Contributor avatars display incorrectly in Firefox
  • Fixed #​6000: Blog post drafts are included in navigation

v9.3.1: mkdocs-material-9.3.1

Compare Source

  • Fixed crash of group plugin when used together with hooks

v9.3.0: mkdocs-material-9.3.0

Compare Source

  • Improved configuration sharing between community and Insiders edition
  • Added experimental built-in group plugin for enabling plugins conditionally
  • Added new settings in tags plugin for enabling/disabling
  • Dropped support for Python 3.7 (EOL)

v9.2.8: mkdocs-material-9.2.8

Compare Source

  • Updated Italian and Russian translations
  • Fixed #​5952: Combining blog and tags plugin leads to wrong links
  • Fixed #​5951: Blog plugin ignores post title in metadata
  • Fixed #​5949: Blog plugin ignores post linked in nav

v9.2.7: mkdocs-material-9.2.7

Compare Source

  • Switched dependencies to compatible release clauses
  • Removed readtime and lxml dependencies for blog plugin
  • Reduced size of Docker image to improve CI build performance
  • Fixed #​5945: Incorrect footer navigation for sibling pages of blog
  • Fixed #​5939: Page jumps when changing color palette (Firefox 117)
  • Fixed #​5901: Announcement bar reappears when using instant loading
  • Fixed #​5824: Allow to customize styles of sequence diagrams

v9.2.6: mkdocs-material-9.2.6

Compare Source

  • Added Basque translations
  • Added template for simple redirects
  • Improved blog plugin interop by moving view generation to on_files
  • Fixed #​5924: Social plugin still checks dependencies when disabled
  • Fixed #​5916: Blog plugin crashes on Python 3.8 (9.2.0 regression)

v9.2.5: mkdocs-material-9.2.5

Compare Source

  • Fixed error in dirty serve mode when using blog plugin
  • Fixed page title not being consistent in blog plugin pagination
  • Fixed #​5899: Blog plugin pagination breaks when disabling directory URLs

v9.2.4: mkdocs-material-9.2.4

Compare Source

  • Added version to bug report name in info plugin
  • Updated Afrikaans translations

v9.2.3: mkdocs-material-9.2.3

Compare Source

  • Fixed blog plugin rendering wrongly with markdown.extensions.toc
  • Fixed blog plugin entrypoint generation

v9.2.2: mkdocs-material-9.2.2

Compare Source

  • Fixed #​5880: Blog plugin failing when building a standalone blog
  • Fixed #​5881: Blog plugin not compatible with Python < 3.10

v9.2.1: mkdocs-material-9.2.1

Compare Source

  • Fixed #​5879: Blog plugin failing when building a standalone blog
  • Fixed error in blog plugin when using draft tagging on future date
  • Fixed error in blog plugin when toc extension is not enabled

v9.2.0: mkdocs-material-9.2.0

Compare Source

Additions and improvements

  • Added blogging support via built-in blog plugin
  • Added support for Chinese language segmentaiton in search plugin
  • Added support for adding custom dates to blog posts
  • Added support for paginating archive and category pages
  • Added support for annotations (outside of code blocks)
  • Added support for navigation icons
  • Added support for navigation pruning
  • Added support for navigation status
  • Added support for customizing site icons
  • Added support for customizing (code) annotation icons
  • Added focus outline to admonitions and details
  • Added prompt for bug report name to info plugin
  • Added Luxembourgish translations
  • Improved rendering of (code) annotation markers
  • Improved print styles for (code) annotations
  • Improved customizability of navigation tabs
  • Improved interop of plugins with external tools like mike
  • Improved interop of blog plugin with awesome pages plugin
  • Improved header partial by moving buttons into separate partials
  • Improved clarity of site_url warning in social plugin
  • Improved blog plugin to automatically setup directory structure
  • Switched info plugin to importlib to mitigate deprecations
  • Automatically download ResizeObserver polyfill when necessary
  • Automatically add iframe-worker polyfill when necessary in offline plugin
  • Automatically focus and bring up keyboard on touch devices
  • Updated Serbo-Croatian translations
  • Updated MkDocs to 1.5.2

Removals

  • Removed Universal Analytics integration
  • Removed ancient polyfills to reduce size of bundled JavaScript by 20%
  • Removed necessity for Array.flat and Array.flatMap polyfill
  • Removed announcement bar button when JavaScript is not available

Fixes

  • Fixed rendering of tags when announcement bar is present
  • Fixed tags plugin rendering pages excluded by other plugins
  • Fixed #​5132: Blog plugin requires nav entry in mkdocs.yml
  • Fixed #​5599: Insufficient contrast for default link color
  • Fixed #​5715: Blog plugin missing integrated table of contents in pagination
  • Fixed #​5806: Version selector not hoverable on some Android devices
  • Fixed #​5826: Blog post drafts with tags show up in tags index

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 21, 2023 19:55
@netlify
Copy link

netlify bot commented Aug 21, 2023

Deploy Preview for polite-licorice-3db33c canceled.

Name Link
🔨 Latest commit 6d2e4d8
🔍 Latest deploy log https://app.netlify.com/sites/polite-licorice-3db33c/deploys/6528e812858c130008817a73

@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.2.0 fix(deps): update dependency mkdocs-material to v9.2.1 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch 2 times, most recently from 2533a6e to e3bfa22 Compare August 22, 2023 12:32
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #852 (6d2e4d8) into main (dd7839e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #852   +/-   ##
=======================================
  Coverage   72.63%   72.63%           
=======================================
  Files          28       28           
  Lines        2858     2858           
=======================================
  Hits         2076     2076           
  Misses        685      685           
  Partials       97       97           

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

@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.2.1 fix(deps): update dependency mkdocs-material to v9.2.3 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch 8 times, most recently from a76520e to b779710 Compare August 25, 2023 16:48
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.2.3 fix(deps): update dependency mkdocs-material to v9.2.4 Aug 26, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from b779710 to 1297396 Compare August 26, 2023 14:16
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.2.4 fix(deps): update dependency mkdocs-material to v9.2.5 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch 8 times, most recently from 17273b8 to 3f4d275 Compare August 30, 2023 17:40
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.2.5 fix(deps): update dependency mkdocs-material to v9.2.6 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch 3 times, most recently from a14d665 to a88900d Compare August 31, 2023 18:08
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch 3 times, most recently from aed8242 to c71b7ee Compare September 29, 2023 15:00
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.4.2 fix(deps): update dependency mkdocs-material to v9.4.3 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch 4 times, most recently from bcd9380 to fa9c6a2 Compare October 5, 2023 16:06
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.4.3 fix(deps): update dependency mkdocs-material to v9.4.4 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch 6 times, most recently from ecc963b to 4ad8da7 Compare October 6, 2023 18:50
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.4.4 fix(deps): update dependency mkdocs-material to v9.4.5 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch 9 times, most recently from 7a9a006 to 8815061 Compare October 13, 2023 04:02
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from 8815061 to 6d2e4d8 Compare October 13, 2023 06:47
@renovate renovate bot merged commit 8a4de03 into main Oct 13, 2023
15 checks passed
@renovate renovate bot deleted the renovate/mkdocs-material-9.x-lockfile branch October 13, 2023 09:41
@github-actions github-actions bot mentioned this pull request Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants