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.5.18 #349

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-material (changelog) 9.4.14 -> 9.5.18 age adoption passing confidence
mkdocs-material (changelog) ==9.4.14 -> ==9.5.18 age adoption passing confidence

Release Notes

squidfunk/mkdocs-material (mkdocs-material)

v9.5.18: mkdocs-material-9.5.18

Compare Source

  • Refactored tooltips implementation to fix positioning issues
  • Fixed #​7044: Rendering glitch when hovering contributor avatar in Chrome
  • Fixed #​7043: Highlighted lines in code blocks cutoff on mobile
  • Fixed #​6910: Incorrect position of tooltip for page status in sidebar
  • Fixed #​6760: Incorrect position and overly long tooltip in tables
  • Fixed #​6488: Incorrect position and cutoff tooltip in content tabs

v9.5.17: mkdocs-material-9.5.17

Compare Source

  • Updated Serbian translations
  • Fixed #​7003: Confusing keyboard interaction for palette toggle
  • Fixed #​7001: Blog posts now show time by default (9.5.16 regression)
  • Fixed edge case in backport of social plugin font loading logic

Thanks to @​stcksmsh for their contributions.

v9.5.16: mkdocs-material-9.5.16

Compare Source

  • Updated Russian translations
  • Improved error handling and reporting in social plugin
  • Improved error handling and reporting in privacy plugin
  • Fixed blog plugin not allowing to use time in format strings
  • Fixed #​6983: Social plugin crashes because of Google Fonts API change

Thanks to @​kamilkrzyskow, @​Guts, @​szg-alex-payne and @​natakazakova for their contributions

v9.5.15: mkdocs-material-9.5.15

Compare Source

  • Reverted fix for transparent iframes (9.5.14)
  • Fixed #​6929: Interference of social plugin and auto dark mode
  • Fixed #​6938: Giscus shows dark background in light mode (9.5.14 regression)

v9.5.14: mkdocs-material-9.5.14

Compare Source

  • Added support for hiding versions from selector when using mike
  • Added init system to improve signal handling in Docker image
  • Fixed edge cases in exclusion logic of info plugin
  • Fixed inability to reset pipeline in search plugin
  • Fixed syntax error in Finnish translations
  • Fixed #​6917: UTF-8 encoding problems in blog plugin on Windows
  • Fixed #​6889: Transparent iframes get background color

Thanks to @​kamilkrzyskow, @​yubiuser and @​todeveni for their contributions

v9.5.13: mkdocs-material-9.5.13

Compare Source

  • Updated Slovak translations
  • Improved info plugin interop with projects plugin
  • Improved info plugin inclusion/exclusion logic
  • Fixed info plugin not gathering files recursively
  • Fixed #​6750: Ensure info plugin packs up all necessary files

Thanks to @​kamilkrzyskow and @​scepka for their contributions

v9.5.12: mkdocs-material-9.5.12

Compare Source

  • Fixed #​6846: Some meta tags removed on instant navigation (9.4.2 regression)
  • Fixed #​6823: KaTex not rendering on instant navigation (9.5.5 regression)
  • Fixed #​6821: Privacy plugin doesn't handle URLs with encoded characters

v9.5.11: mkdocs-material-9.5.11

Compare Source

  • Updated Finnish translation

v9.5.10: mkdocs-material-9.5.10

Compare Source

  • Updated Bahasa Malaysia translations
  • Fixed #​6783: Hide continue reading link for blog posts without separators
  • Fixed #​6779: Incorrect positioning of integrated table of contents

v9.5.9: mkdocs-material-9.5.9

Compare Source

  • Fixed navigation pruning with tabs and sections enabled

v9.5.8: mkdocs-material-9.5.8

Compare Source

  • Added Tamil translations
  • Updated Esperanto translations
  • Fixed relative images not being resolved for instant navigation

v9.5.7: mkdocs-material-9.5.7

Compare Source

  • Fixed #​6731: Small images in figures are not centered
  • Fixed #​6719: Instant navigation breaks table of contents (9.5.5 regression)

v9.5.6: mkdocs-material-9.5.6

Compare Source

  • Fixed #​6700: Missing styles for Mermaid.js labels with Markdown

v9.5.5: mkdocs-material-9.5.5

Compare Source

  • Updated Tagalog translations
  • Updated Pillow to 10.2 to mitigate security vulnerabilities
  • Improved resilience of instant navigation
  • Fixed #​6687: Updated Mermaid.js to version 10.7.0 (latest)
  • Fixed #​6652: Keyboard events in custom elements captured
  • Fixed #​6582: Instant navigation doesn't correctly handle alternate URLs
  • Fixed #​6565: Instant navigation doesn't allow for onclick handlers
  • Fixed #​6345: Instant navigation sometimes breaks browser back button
  • Fixed #​6334: Instant navigation doesn't correctly position anchors (Safari)
  • Fixed #​6275: Instant navigation doesn't correctly resolve after 404
  • Fixed #​6102: Instant navigation reloads page on same link navigation

v9.5.4: mkdocs-material-9.5.4

Compare Source

  • Fixed #​6645: Local storage with invalid value can break site
  • Fixed #​6635: Tags icons before default ignored if default is set

v9.5.3: mkdocs-material-9.5.3

Compare Source

  • Limited version range of MkDocs to < 1.6
  • Updated Macedonian translations
  • Fixed #​6520: Group plugin crashes when using mike
  • Fixed #​6494: Hide author's email address if disabled in git-authors plugin

v9.5.2: mkdocs-material-9.5.2

Compare Source

  • Fixed types for slugify settings in blog plugin config
  • Fixed #​6469: Horizontal scrollbars on MathJax containers

v9.5.1: mkdocs-material-9.5.1

Compare Source

  • Updated Greek translations
  • Fixed #​6464: Privacy plugin cannot be enabled
  • Fixed #​6461: Sorting blog posts ignores time component in date

v9.5.0: mkdocs-material-9.5.0

Compare Source

Merged Insiders features of 'Goat's Horn' funding goal

  • Added privacy plugin: automatic downloading of external assets
  • Added support for card grids and grid layouts
  • Added support for improved tooltips
  • Added support for content tabs anchor links (deep linking)
  • Added support for automatic dark/light mode
  • Added support for document contributors

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 these updates 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.

Copy link
Contributor Author

renovate bot commented Dec 8, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pyproject.toml
Post-upgrade command 'scripts/update_version.sh "{{{prTitle}}}"' has not been added to the allowed list in allowedPostUpgradeCommands
File name: docs/requirements.txt
Post-upgrade command 'scripts/update_version.sh "{{{prTitle}}}"' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot requested review from nniehoff and ubajze as code owners December 8, 2023 02:09
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.0 Update dependency mkdocs-material to v9.5.1 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch 2 times, most recently from 14ca281 to 1eed9d9 Compare December 11, 2023 16:32
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.1 Update dependency mkdocs-material to v9.5.2 Dec 11, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 1eed9d9 to 1e4f51e Compare December 23, 2023 21:42
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.2 Update dependency mkdocs-material to v9.5.3 Dec 23, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 1e4f51e to d1fff35 Compare January 15, 2024 11:37
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.3 Update dependency mkdocs-material to v9.5.4 Jan 15, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from d1fff35 to 9bba23a Compare January 24, 2024 07:31
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.4 Update dependency mkdocs-material to v9.5.5 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 9bba23a to a4d1b1e Compare January 28, 2024 12:41
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.5 Update dependency mkdocs-material to v9.5.6 Jan 28, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from a4d1b1e to 75805c1 Compare February 3, 2024 05:43
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.6 Update dependency mkdocs-material to v9.5.7 Feb 3, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 75805c1 to f5166e1 Compare February 7, 2024 07:21
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.7 Update dependency mkdocs-material to v9.5.8 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from f5166e1 to 27fcc4a Compare February 10, 2024 10:36
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.8 Update dependency mkdocs-material to v9.5.9 Feb 10, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 27fcc4a to 4049a67 Compare February 19, 2024 06:40
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.9 Update dependency mkdocs-material to v9.5.10 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 4049a67 to 7086ba0 Compare February 24, 2024 06:06
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.10 Update dependency mkdocs-material to v9.5.11 Feb 24, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 7086ba0 to 9c4d94f Compare February 29, 2024 04:38
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.11 Update dependency mkdocs-material to v9.5.12 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 9c4d94f to f5a0a12 Compare March 6, 2024 07:11
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.12 Update dependency mkdocs-material to v9.5.13 Mar 6, 2024
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.13 fix(deps): update dependency mkdocs-material to v9.5.13 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from f5a0a12 to 8390ad4 Compare March 18, 2024 01:21
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.5.13 fix(deps): update dependency mkdocs-material to v9.5.14 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 8390ad4 to e2310bb Compare March 23, 2024 08:18
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.5.14 fix(deps): update dependency mkdocs-material to v9.5.15 Mar 23, 2024
@renovate renovate bot changed the title fix(deps): update dependency mkdocs-material to v9.5.15 Update dependency mkdocs-material to v9.5.15 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from e2310bb to 6aba4a2 Compare March 31, 2024 12:28
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.15 Update dependency mkdocs-material to v9.5.16 Mar 31, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 6aba4a2 to 387e72a Compare April 2, 2024 08:20
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.16 Update dependency mkdocs-material to v9.5.17 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 387e72a to 0f3477c Compare April 16, 2024 04:00
@renovate renovate bot changed the title Update dependency mkdocs-material to v9.5.17 Update dependency mkdocs-material to v9.5.18 Apr 16, 2024
@ubajze ubajze merged commit a63651e into develop Apr 18, 2024
5 of 6 checks passed
@ubajze ubajze deleted the renovate/mkdocs-material-9.x branch April 18, 2024 06:35
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