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

chore(deps): update dependency mkdocs-material to v9.5.1 #293

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-material ==9.0.9 -> ==9.5.1 age adoption passing confidence

Release Notes

squidfunk/mkdocs-material (mkdocs-material)

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

v9.4.14: mkdocs-material-9.4.14

Compare Source

  • Added support for linking authors in blog posts

v9.4.13: mkdocs-material-9.4.13

Compare Source

  • Fixed #​6365: Blog plugin pagination links to previous pages broken
  • Fixed #​5758: Updated Mermaid.js to version 10.6.1 (latest)

v9.4.12: mkdocs-material-9.4.12

Compare Source

  • Improved blog plugin to generate Unicode-aware slugs by default
  • Fixed non-deterministic order of categories in blog plugin

v9.4.11: mkdocs-material-9.4.11

Compare Source

  • Fixed #​6364: Search plugin crashing when enabling theme while serving
  • Fixed blog plugin crashing when disabling pagination

v9.4.10: mkdocs-material-9.4.10

Compare Source

  • Fixed #​6356: Version selector can't be disabled via mike's configuration
  • Fixed #​6281: Navigation not rendering due to Safari bug (9.4.2 regression)
  • Fixed #​6261: Navigation expansion animates on first load (9.4.2 regression)

v9.4.9: mkdocs-material-9.4.9

Compare Source

  • Fixed #​6344: Long entries cutoff in table of contents
  • Fixed #​6336: Custom template for glob archive not working with pagination
  • Fixed #​6328: Blog plugin crashes for locales with dashes, e.g. pt-BR
  • Fixed #​6327: Copy-to-clipboard button doesn't trim trailing line feed
  • Fixed #​6302: Version strings not matched when using mike, only aliases
  • Fixed instant navigation progress indicator for gzipped content in Chrome
  • Fixed rendering bug on details marker rotation in Firefox

v9.4.8: mkdocs-material-9.4.8

Compare Source

  • Fixed invalid local address replacement when using instant loading
  • Fixed #​6275: Crash after navigation caused 404 when using instant loading

v9.4.7: mkdocs-material-9.4.7

Compare Source

  • Added Azerbaijani translations

v9.4.6: mkdocs-material-9.4.6

Compare Source

  • Updated Danish and Norwegian (Nynorsk) translations
  • Fixed #​6169: Blog post metadata layout overflows on small screens

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

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

v9.1.17: mkdocs-material-9.1.17

Compare Source

  • Fixed #​5633: Code annotations with nested lists incorrectly mounted
  • Fixed #​5628: Regression in new social plugin configuration scheme

v9.1.16: mkdocs-material-9.1.16

Compare Source

  • Updated Indonesian translations
  • Ensure scroll bar follows color scheme of operating system

v9.1.15: mkdocs-material-9.1.15

Compare Source

  • Fixed #​5566: Indicate color scheme to operating system
  • Fixed #​5565: Update Dockerfile to latest version of base image
  • Fixed #​5554: Add additional version tags (9, 9.1) to Docker image
  • Fixed #​5536: Strip tags of ARIA labels in table of contents

v9.1.14: mkdocs-material-9.1.14

Compare Source

  • Updated Armenian and Greek translations

v9.1.13: mkdocs-material-9.1.13

Compare Source

  • Fixed #​5517: Social plugin crashes for some fonts (e.g. Open Sans)

v9.1.12: mkdocs-material-9.1.12

Compare Source

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

v9.1.11: mkdocs-material-9.1.11

Compare Source

  • Fixed #​5487: Social plugin crashes without options (9.1.10 regression)

v9.1.10: mkdocs-material-9.1.10

Compare Source

  • Added cards_layout_options setting for social cards
  • Deprecated cards_color and cards_font setting for social cards

v9.1.9: mkdocs-material-9.1.9

Compare Source

  • 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

v9.1.8: mkdocs-material-9.1.8

Compare Source

  • Fixed #​5417: Theme breaks when palette is not defined (9.1.7 regression)

v9.1.7: mkdocs-material-9.1.7

Compare Source

  • Updated Persian (Farsi) and Turkish translations
  • Fixed #​5401: Added missing flag to disable built-in tags plugin
  • Fixed #​5206: Ensure defaults are set for primary and accent colors
  • Fixed unnecessary inclusion of palette CSS when unused

v9.1.6: mkdocs-material-9.1.6

Compare Source

  • Updated Persian (Farsi) translations
  • Fixed #​5300: Boxes in Mermaid sequence diagrams not color-abiding

v9.1.5: mkdocs-material-9.1.5

Compare Source

  • Updated Lithuanian and Japanese translations
  • Updated Mermaid.js to version 9.4.3
  • Fixed #​5290: Footer previous/next labels cut-off for short page titles

v9.1.4: mkdocs-material-9.1.4

Compare Source

  • Fixed #​5239: Instant loading breaks anchors in details (9.1.1 regression)
  • Fixed #​5211: Anchor following not working for Chinese (9.1.2 regression)

v9.1.3: mkdocs-material-9.1.3

Compare Source

  • Added Kurdish (Soranî) translations
  • Updated Norwegian (Bokmål), Portuguese and Romanian translations
  • Improved compatibility with mkdocs-jupyter plugin
  • Fixed #​5198: Built-in search plugin not filtering script and style tags
  • Fixed #​5176: Back-to-top + instant loading not working (9.1.1 regression)

v9.1.2: mkdocs-material-9.1.2

Compare Source

  • Updated Icelandic, Korean and Swedish translations
  • Fixed #​5168: Mermaid text boxes overflow (9.0.13 regression)
  • Fixed #​5155: table of contents not highlighting percent-encoded URLs

v9.1.1: mkdocs-material-9.1.1

Compare Source

  • Updated Czech and Thai translations
  • Improved instant loading (scroll restoration, slow connections)
  • Fixed #​5023: Instant loading not allowing to go back to initial page
  • Fixed #​3797: Instant loading does not work with section anchors in Safari

v9.1.0: mkdocs-material-9.1.0

Compare Source

  • Docker image now available for amd64, arm64 and arm/v7
  • Updated Chinese (Taiwanese) translations
  • Generalized tag identifier implementation
  • Fixed flickering of header shadow on load
  • Fixed occasional flickering of announcement bar

v9.0.15: mkdocs-material-9.0.15

Compare Source

  • Updated Chinese (Traditional) translations
  • Updated Hebrew translations

v9.0.14: mkdocs-material-9.0.14

Compare Source

  • Fixed #​5072: Rendering bug on navigation expand button in Firefox

v9.0.13: mkdocs-material-9.0.13

Compare Source

  • Updated Uzbek translations
  • Switched back to pre-9.0.0 headline detection in content partial
  • Fixed #​5062: Version warning not readable when using slate scheme
  • Fixed #​5061: Improved discernibility of table row hover color
  • Fixed #​5034: Sequence actors in Mermaid diagrams not color-abiding
  • Fixed #​4919: Allow to hide version warning in multiple versions

v9.0.12: mkdocs-material-9.0.12

Compare Source

  • Updated Catalan translations
  • Fixed #​4975: Mermaid entity relationship rendering diagrams bug
  • Fixed #​4924: Header title not reset when using instant loading

v9.0.11: mkdocs-material-9.0.11

Compare Source

  • Added Mastodon verification for social links (rel=me)
  • Updated Italian translations

v9.0.10: mkdocs-material-9.0.10

Compare Source

  • Updated Arabic translations
  • Updated Korean translations
  • Updated Hungarian translations
  • Updated Russian translations
  • Fixed #​4977: Improved accessibility for content tabs
  • Fixed #​4960: Sometimes anchor following doesn't bring last item into view

Configuration

📅 Schedule: Branch creation - "before 12pm every weekday" (UTC), 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 chore(deps): update dependency mkdocs-material to v9.1.21 chore(deps): update dependency mkdocs-material to v9.2.0 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch 2 times, most recently from 4eabef4 to 960df01 Compare August 22, 2023 00:07
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.2.0 chore(deps): update dependency mkdocs-material to v9.2.1 Aug 22, 2023
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.2.1 chore(deps): update dependency mkdocs-material to v9.2.3 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 960df01 to 03dda9c Compare August 22, 2023 15:44
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.2.3 chore(deps): update dependency mkdocs-material to v9.2.4 Aug 26, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch 2 times, most recently from 7f63034 to aae103f Compare August 27, 2023 11:51
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.2.4 chore(deps): update dependency mkdocs-material to v9.2.5 Aug 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.2.5 chore(deps): update dependency mkdocs-material to v9.2.6 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch 2 times, most recently from 2058f2c to f9982a7 Compare September 2, 2023 20:25
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.2.6 chore(deps): update dependency mkdocs-material to v9.2.7 Sep 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.2.7 chore(deps): update dependency mkdocs-material to v9.2.8 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch 2 times, most recently from 0e0c971 to bec610a Compare September 11, 2023 18:27
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.2.8 chore(deps): update dependency mkdocs-material to v9.3.1 Sep 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.3.1 chore(deps): update dependency mkdocs-material to v9.3.2 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from bec610a to d5bf92b Compare September 19, 2023 08:01
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.3.2 chore(deps): update dependency mkdocs-material to v9.4.0 Sep 21, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from d5bf92b to 139c6db Compare September 21, 2023 21:32
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.0 chore(deps): update dependency mkdocs-material to v9.4.1 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 139c6db to 69dc2c6 Compare September 22, 2023 14:06
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.1 chore(deps): update dependency mkdocs-material to v9.4.2 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 69dc2c6 to 641c9a1 Compare September 25, 2023 09:21
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 641c9a1 to 302f762 Compare October 2, 2023 10:37
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.2 chore(deps): update dependency mkdocs-material to v9.4.3 Oct 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.3 chore(deps): update dependency mkdocs-material to v9.4.4 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 302f762 to 7778cf8 Compare October 5, 2023 18:21
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.4 chore(deps): update dependency mkdocs-material to v9.4.5 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 7778cf8 to e56089a Compare October 10, 2023 09:32
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.5 chore(deps): update dependency mkdocs-material to v9.4.6 Oct 14, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from e56089a to f5451e9 Compare October 14, 2023 09:37
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.6 chore(deps): update dependency mkdocs-material to v9.4.7 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from f5451e9 to 1ffa82e Compare October 27, 2023 18:55
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.7 chore(deps): update dependency mkdocs-material to v9.4.8 Nov 5, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 1ffa82e to 06fe836 Compare November 5, 2023 21:36
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.8 chore(deps): update dependency mkdocs-material to v9.4.9 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 06fe836 to 3b1666c Compare November 17, 2023 13:03
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.9 chore(deps): update dependency mkdocs-material to v9.4.10 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 3b1666c to 8da8dce Compare November 19, 2023 13:01
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.10 chore(deps): update dependency mkdocs-material to v9.4.11 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 8da8dce to 88dacbb Compare November 23, 2023 14:32
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.11 chore(deps): update dependency mkdocs-material to v9.4.12 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 88dacbb to f1fcc23 Compare November 24, 2023 09:57
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.12 chore(deps): update dependency mkdocs-material to v9.4.13 Nov 26, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch 2 times, most recently from 53deee3 to 3668e25 Compare November 26, 2023 19:26
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.13 chore(deps): update dependency mkdocs-material to v9.4.14 Nov 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.4.14 chore(deps): update dependency mkdocs-material to v9.5.0 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from 3668e25 to ebb8202 Compare December 7, 2023 14:18
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.5.0 chore(deps): update dependency mkdocs-material to v9.5.1 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from ebb8202 to 2a19ea9 Compare December 8, 2023 10:55
Copy link
Contributor Author

renovate bot commented Dec 8, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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