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

Update dependency mkdocs-material to v9.4.1 #73

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-material 9.1.17 -> 9.4.1 age adoption passing confidence

Release Notes

squidfunk/mkdocs-material (mkdocs-material)

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

v9.1.21: mkdocs-material-9.1.21

Compare Source

  • Fixed MkDocs 1.4 compat issue in social plugin (9.1.20 regression)

v9.1.20: mkdocs-material-9.1.20

Compare Source

  • Updated Sanskrit translations
  • Fixed deprecation warnings for social plugin

v9.1.19: mkdocs-material-9.1.19

Compare Source

  • Added support for MkDocs 1.5+
  • Fixed #​5699: Improve error reporting in social plugin

v9.1.18: mkdocs-material-9.1.18

Compare Source

  • Updated Danish translations
  • Added support for installing user requirements in Docker image
  • Fixed #​5655: Search separator with lookbehind breaks highlighting

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 changed the title Update dependency mkdocs-material to v9.1.18 Update dependency mkdocs-material to v9.1.19 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from ce28d63 to 6e8dd9b Compare July 18, 2023 13:30
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.1.19 Update dependency mkdocs-material to v9.1.20 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from 6e8dd9b to cf14163 Compare July 27, 2023 09:20
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.1.20 Update dependency mkdocs-material to v9.1.21 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from cf14163 to e5db286 Compare July 27, 2023 20:24
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.1.21 Update dependency mkdocs-material to v9.2.0 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from e5db286 to 7b87a79 Compare August 21, 2023 19:12
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.2.0 Update dependency mkdocs-material to v9.2.1 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from 7b87a79 to fab1bdc Compare August 21, 2023 23:17
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.2.1 Update dependency mkdocs-material to v9.2.2 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from fab1bdc to 8598045 Compare August 22, 2023 15:03
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.2.2 Update dependency mkdocs-material to v9.2.3 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from 8598045 to 0f29e15 Compare August 22, 2023 20:16
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.2.3 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 0f29e15 to 7b83448 Compare August 26, 2023 14:16
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.2.4 Update dependency mkdocs-material to v9.2.5 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch 2 times, most recently from 207b265 to 54b3a06 Compare August 31, 2023 08:34
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.2.5 Update dependency mkdocs-material to v9.2.6 Aug 31, 2023
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.2.6 Update dependency mkdocs-material to v9.2.7 Sep 2, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch 2 times, most recently from 4755b12 to 005c055 Compare September 4, 2023 21:57
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.2.7 Update dependency mkdocs-material to v9.2.8 Sep 4, 2023
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.2.8 Update dependency mkdocs-material to v9.3.1 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from 005c055 to 15f40a8 Compare September 11, 2023 20:24
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.3.1 Update dependency mkdocs-material to v9.3.2 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from 15f40a8 to c46d6d1 Compare September 19, 2023 09:45
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.3.2 Update dependency mkdocs-material to v9.4.0 Sep 21, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from c46d6d1 to 0203dae Compare September 21, 2023 18:28
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.4.0 Update dependency mkdocs-material to v9.4.1 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x-lockfile branch from 0203dae to 6f82cd5 Compare September 22, 2023 13:31
@antoinebou12 antoinebou12 merged commit f1f45d9 into main Sep 22, 2023
@antoinebou12 antoinebou12 deleted the renovate/mkdocs-material-9.x-lockfile branch September 22, 2023 18:38
@antoinebou12 antoinebou12 added this to the v0.2.0 milestone Sep 23, 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.

1 participant