Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore(deps): update dependency mkdocs-material to v9 #219

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-material ^8.2.5 -> ^9.0.0 age adoption passing confidence

Release Notes

squidfunk/mkdocs-material

v9.0.2: mkdocs-material-9.0.2

Compare Source

  • Fixed #​4823: Improved contrast ratio in footer to meet WCAG guidelines
  • Fixed #​4819: Social plugin crashes when card generation is disabled
  • Fixed #​4817: Search plugin crashes on numeric page titles in nav

v9.0.1: mkdocs-material-9.0.1

Compare Source

  • Removed pipdeptree dependency for built-in info plugin
  • Fixed appearance of linked tags when hovered (9.0.0 regression)
  • Fixed #​4810: Abbreviations run out of screen on touch devices
  • Fixed #​4813: View source and edit button links are the same

v9.0.0: mkdocs-material-9.0.0

Compare Source

Additions and improvements

  • Added support for rich search previews
  • Added support for tokenizer lookahead
  • Added support for better search highlighting
  • Added support for excluding content from search
  • Added support for configurable search pipeline
  • Added support for offline search via offline plugin
  • Added support for multiple instances of built-in tags plugin
  • Added support for removing copy-to-clipboard button
  • Added support for removing footer navigation
  • Added support for button to view the source of a page
  • Improved readability of query string for search sharing
  • Improved stability of search plugin when using --dirtyreload
  • Improved search result group button, now sticky and stable
  • Updated Norwegian translations
  • Updated MkDocs to 1.4.2

Removals

  • Removed deprecated alternative admonition qualifiers
  • Removed :is() selectors (in output) for easier overriding
  • Removed .title suffix on translations
  • Removed legacy method for providing page title in feedback URL
  • Removed support for indexing only titles in search
  • Removed support for custom search transforms
  • Removed support for custom search workers
  • Removed temporary snow feature (easter egg)

Fixes

  • Fixed Norwegian and Korean language code
  • Fixed detection of composition events in search interface
  • Fixed search plugin not using title set via front matter
  • Fixed search highlighting of tags
  • Fixed search sharing URL using post transformed string
  • Fixed theme-color meta tag getting out-of-sync with palette toggle
  • Fixed prev/next page keyboard navigation when footer is not present
  • Fixed overflowing navigation tabs not being scrollable
  • Fixed inclusion of code block line numbers from search

v8.5.11: mkdocs-material-8.5.11

Compare Source

v8.5.10: mkdocs-material-8.5.10

Compare Source

  • Adjusted CSS to better allow for custom primary and accent colors
  • Fixed #​4620: Primary color is not applied (8.5.9 regression)

v8.5.9: mkdocs-material-8.5.9

Compare Source

  • Fixed #​4600: Illegible links for black/white primary colors (8.5.8 regression)
  • Fixed #​4594: Need to set schema to change link color

v8.5.8: mkdocs-material-8.5.8

Compare Source

  • Added support for always showing settings in cookie consent
  • Fixed #​4571: Buttons invisible if primary color is white or black
  • Fixed #​4517: Illegible note in sequence diagram when using slate scheme

v8.5.7: mkdocs-material-8.5.7

Compare Source

  • Deprecated additional admonition qualifiers to reduce size of CSS
  • Fixed #​4511: Search boost does not apply to sections

v8.5.6: mkdocs-material-8.5.6

Compare Source

  • Modernized appearance of admonitions (with fallback, see docs)
  • Improved appearance of inline code blocks in admonition titles

v8.5.5: mkdocs-material-8.5.5

Compare Source

  • Updated MkDocs to 1.4
  • Fixed compatibility issues with MkDocs 1.4
  • Fixed #​4430: build error when enabling consent without repository URL

v8.5.4: mkdocs-material-8.5.4

Compare Source

  • Fixed expand icons shift on sidebar overflow (using scrollbar-gutter)
  • Fixed #​4429: Text in sequence diagrams overflows in Firefox

v8.5.3: mkdocs-material-8.5.3

Compare Source

  • Fixed build error when enabling cookie consent without analytics
  • Fixed #​4381: Code blocks render ligatures for some fonts

v8.5.2: mkdocs-material-8.5.2

Compare Source

  • Updated Mermaid.js to version 9.1.7
  • Fixed overly large headlines in search results (8.5.0 regression)
  • Fixed #​4358: Navigation sections appear as clickable (8.5.0 regression)
  • Fixed #​4356: GitHub repository statistics fetched before consent

v8.5.1: mkdocs-material-8.5.1

Compare Source

  • Fixed #​4366: Removed dependencies with native extensions

v8.5.0: mkdocs-material-8.5.0

Compare Source

  • Added support for social cards
  • Added support for code annotation anchor links (deep linking)
  • Added support for code annotation comment stripping (syntax modifier)
  • Added support for sidebars scrolling automatically to active item
  • Added support for anchor following table of contents (= auto scroll)
  • Added support for tag icons

v8.4.4: mkdocs-material-8.4.4

Compare Source

  • Moved comments integration to separate partial (comments.html)

v8.4.3: mkdocs-material-8.4.3

Compare Source

  • Added Simple Icons to bundled icons (+2,300 icons)
  • Added support for changing edit icon
  • Moved page actions to separate partial (actions.html)
  • Fixed #​4291: Version switching doesn't stay on page when anchors are used
  • Fixed #​4327: Links in data tables do not receive link styling

v8.4.2: mkdocs-material-8.4.2

Compare Source

  • Updated Slovenian translations
  • Fixed #​4277: Feedback widget hidden after navigation with instant loading
  • Fixed numeric tags in front matter breaking search functionality

v8.4.1: mkdocs-material-8.4.1

Compare Source

  • Updated Croatian and Hebrew translations

v8.4.0: mkdocs-material-8.4.0

Compare Source

  • Added support for cookie consent
  • Added support for feedback widget (Was this page helpful?)
  • Added support for dismissable announcement bar
  • Added Armenian, Lithuanian, Tagalog, and Urdu translations

v8.3.9: mkdocs-material-8.3.9

Compare Source

  • Updated Taiwanese translations for search
  • Allow ids for content tabs with special characters (for mkdocstrings)
  • Fixed #​4083: home not clickable when using versioning (8.3.5 regression)

v8.3.8: mkdocs-material-8.3.8

Compare Source

  • Fixed #​4053: Limit width of videos to content area
  • Fixed empty tags in front matter breaking search

v8.3.7: mkdocs-material-8.3.7

Compare Source

  • Fixed search being stuck initializing when using tags (8.3.4 regression)

v8.3.6: mkdocs-material-8.3.6

Compare Source

  • Fixed #​4028: Links not clickable when using versioning (8.3.5 regression)

v8.3.5: mkdocs-material-8.3.5

Compare Source

  • Fixed #​4012: Stay on page not working for alias of active version

v8.3.4: mkdocs-material-8.3.4

Compare Source

  • Fixed #​4004: Tags with multiple words not searchable

v8.3.3: mkdocs-material-8.3.3

Compare Source

  • Fixed #​4000: Mermaid diagrams too dark in dark mode (8.3.0 regression)

v8.3.2: mkdocs-material-8.3.2

Compare Source

  • Fixed #​3987: Custom admonition icons don't work when defining color palette

v8.3.1: mkdocs-material-8.3.1

Compare Source

  • Bump required Jinja version to 3.0.2
  • Removed unnecessary conditions in templates
  • Fixed scroll offset when content tabs are brought into view
  • Fixed #​3977: Content tabs snapping oddly in Firefox
  • Fixed #​3983: Missing condition in footer partial (8.3.0 regression)

v8.3.0: mkdocs-material-8.3.0

Compare Source

  • Added support for custom admonition icons
  • Added support for linking of content tabs
  • Added support for boosting pages in search
  • Added support for hiding footer navigation
  • Added previous/next indicators to content tabs
  • Improved typeset link colors in light and dark modes

v8.2.16: mkdocs-material-8.2.16

Compare Source

  • Fixed #​3957: Only animate code annotations when visible (save CPU cycles)

v8.2.15: mkdocs-material-8.2.15

Compare Source

  • Added Uzbek translations
  • Fixed spacing for code block results in content tabs

v8.2.14: mkdocs-material-8.2.14

Compare Source

  • Fixed missing top right rounded border on admonition
  • Fixed #​3886: 4xx status codes not handled when using instant loading

v8.2.13: mkdocs-material-8.2.13

Compare Source

  • Fixed #​3865: Tags index links to tagged pages 404 on Windows
  • Fixed #​3866: Bump required Python version from 3.6+ to 3.7+

v8.2.12: mkdocs-material-8.2.12

Compare Source

  • Added support for GitHub-style hash fragments for dark/light images
  • Improved rendering of nested code blocks in content tabs and annotations
  • Fixed #​3862: Upgraded to latest Pygments and Python Markdown Extensions

v8.2.11: mkdocs-material-8.2.11

Compare Source

  • Temporarily pinned Pygments to <2.12
  • Temporarily pinned Python Markdown Extensions to <9.4
  • Improved rendering of code annotation markers

v8.2.10: mkdocs-material-8.2.10

Compare Source

  • Added Macedonian translations
  • Updated Mermaid.js to version 9.0.1
  • Switched sidebar title in mobile navigation to bold font
  • Fixed color of arrows in class and state diagrams for dark mode
  • Fixed #​3836: Inline admonitions overlayed by code block titles

v8.2.9: mkdocs-material-8.2.9

Compare Source

  • Mitigate flicker on color palette switch by disabling all transitions
  • Fixed search suggestions not triggered when following deep link
  • Fixed incorrectly computed header height when using instant loading
  • Fixed #​3782: Admonition titles have extra pixels on wide screens in Firefox
  • Fixed #​3802: Always render table of contents container (except when hidden)

v8.2.8: mkdocs-material-8.2.8

Compare Source

  • Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja
  • Reverted Jinja version range limitation (added in 8.2.7)
  • Improved styling of annotations and fixed borders of code blocks in tabs
  • Added background color to code blocks in focused/hovered links
  • Added check in tags plugin whether tags overview page exists
  • Fixed #​3744: Content tab indicator on wrong position when using back button

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
Copy link
Contributor Author

renovate bot commented Jan 2, 2023

⚠ Artifact update problem

Renovate failed to update an artifact 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: poetry.lock
installing v2 tool python v3.11.1
linking tool python v3.11.1
Python 3.11.1
pip 22.3.1 from /opt/buildpack/tools/python/3.11.1/lib/python3.11/site-packages/pip (python 3.11)
Installed v2 /usr/local/buildpack/tools/v2/python.sh in 19 seconds
skip cleanup, not a docker build: bcd0062ba96e
Collecting poetry
  Using cached poetry-1.3.1-py3-none-any.whl (218 kB)
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
  Using cached CacheControl-0.12.11-py2.py3-none-any.whl (21 kB)
Collecting cleo<3.0.0,>=2.0.0
  Using cached cleo-2.0.1-py3-none-any.whl (77 kB)
Collecting crashtest<0.5.0,>=0.4.1
  Using cached crashtest-0.4.1-py3-none-any.whl (7.6 kB)
Collecting dulwich<0.21.0,>=0.20.46
  Using cached dulwich-0.20.50-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (501 kB)
Requirement already satisfied: filelock<4.0.0,>=3.8.0 in /opt/buildpack/tools/python/3.11.1/lib/python3.11/site-packages (from poetry) (3.9.0)
Collecting html5lib<2.0,>=1.0
  Using cached html5lib-1.1-py2.py3-none-any.whl (112 kB)
Collecting jsonschema<5.0.0,>=4.10.0
  Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB)
Collecting keyring<24.0.0,>=23.9.0
  Using cached keyring-23.13.1-py3-none-any.whl (37 kB)
Collecting lockfile<0.13.0,>=0.12.2
  Using cached lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Collecting packaging>=20.4
  Using cached packaging-22.0-py3-none-any.whl (42 kB)
Collecting pexpect<5.0.0,>=4.7.0
  Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting pkginfo<2.0,>=1.5
  Using cached pkginfo-1.9.3-py3-none-any.whl (26 kB)
Requirement already satisfied: platformdirs<3.0.0,>=2.5.2 in /opt/buildpack/tools/python/3.11.1/lib/python3.11/site-packages (from poetry) (2.6.2)
Collecting poetry-core==1.4.0
  Using cached poetry_core-1.4.0-py3-none-any.whl (546 kB)
Collecting poetry-plugin-export<2.0.0,>=1.2.0
  Using cached poetry_plugin_export-1.2.0-py3-none-any.whl (10 kB)
Collecting requests<3.0,>=2.18
  Using cached requests-2.28.1-py3-none-any.whl (62 kB)
Collecting requests-toolbelt<0.11.0,>=0.9.1
  Using cached requests_toolbelt-0.10.1-py2.py3-none-any.whl (54 kB)
Collecting shellingham<2.0,>=1.5
  Using cached shellingham-1.5.0.post1-py2.py3-none-any.whl (9.4 kB)
Collecting tomlkit!=0.11.2,!=0.11.3,<1.0.0,>=0.11.1
  Using cached tomlkit-0.11.6-py3-none-any.whl (35 kB)
Collecting trove-classifiers>=2022.5.19
  Using cached trove_classifiers-2022.12.22-py3-none-any.whl (13 kB)
Collecting urllib3<2.0.0,>=1.26.0
  Using cached urllib3-1.26.13-py2.py3-none-any.whl (140 kB)
Requirement already satisfied: virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 in /opt/buildpack/tools/python/3.11.1/lib/python3.11/site-packages (from poetry) (20.17.1)
Collecting msgpack>=0.5.2
  Using cached msgpack-1.0.4-cp311-cp311-linux_x86_64.whl
Collecting rapidfuzz<3.0.0,>=2.2.0
  Using cached rapidfuzz-2.13.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB)
Collecting six>=1.9
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting webencodings
  Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting attrs>=17.4.0
  Using cached attrs-22.2.0-py3-none-any.whl (60 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB)
Collecting jaraco.classes
  Using cached jaraco.classes-3.2.3-py3-none-any.whl (6.0 kB)
Collecting importlib-metadata>=4.11.4
  Using cached importlib_metadata-6.0.0-py3-none-any.whl (21 kB)
Collecting SecretStorage>=3.2
  Using cached SecretStorage-3.3.3-py3-none-any.whl (15 kB)
Collecting jeepney>=0.4.2
  Using cached jeepney-0.8.0-py3-none-any.whl (48 kB)
Collecting ptyprocess>=0.5
  Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting charset-normalizer<3,>=2
  Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2022.12.7-py3-none-any.whl (155 kB)
Requirement already satisfied: distlib<1,>=0.3.6 in /opt/buildpack/tools/python/3.11.1/lib/python3.11/site-packages (from virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3->poetry) (0.3.6)
Collecting zipp>=0.5
  Using cached zipp-3.11.0-py3-none-any.whl (6.6 kB)
Collecting cryptography>=2.0
  Using cached cryptography-39.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
Collecting more-itertools
  Using cached more_itertools-9.0.0-py3-none-any.whl (52 kB)
Collecting cffi>=1.12
  Using cached cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (462 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: webencodings, trove-classifiers, ptyprocess, msgpack, lockfile, zipp, urllib3, tomlkit, six, shellingham, rapidfuzz, pyrsistent, pycparser, poetry-core, pkginfo, pexpect, packaging, more-itertools, jeepney, idna, crashtest, charset-normalizer, certifi, attrs, requests, jsonschema, jaraco.classes, importlib-metadata, html5lib, dulwich, cleo, cffi, requests-toolbelt, cryptography, cachecontrol, SecretStorage, keyring, poetry-plugin-export, poetry
Successfully installed SecretStorage-3.3.3 attrs-22.2.0 cachecontrol-0.12.11 certifi-2022.12.7 cffi-1.15.1 charset-normalizer-2.1.1 cleo-2.0.1 crashtest-0.4.1 cryptography-39.0.0 dulwich-0.20.50 html5lib-1.1 idna-3.4 importlib-metadata-6.0.0 jaraco.classes-3.2.3 jeepney-0.8.0 jsonschema-4.17.3 keyring-23.13.1 lockfile-0.12.2 more-itertools-9.0.0 msgpack-1.0.4 packaging-22.0 pexpect-4.8.0 pkginfo-1.9.3 poetry-1.3.1 poetry-core-1.4.0 poetry-plugin-export-1.2.0 ptyprocess-0.7.0 pycparser-2.21 pyrsistent-0.19.3 rapidfuzz-2.13.7 requests-2.28.1 requests-toolbelt-0.10.1 shellingham-1.5.0.post1 six-1.16.0 tomlkit-0.11.6 trove-classifiers-2022.12.22 urllib3-1.26.13 webencodings-0.5.1 zipp-3.11.0
Updating dependencies
Resolving dependencies...

Creating virtualenv photoshop-python-api-XGqEMYNn-py3.11 in /home/ubuntu/.cache/pypoetry/virtualenvs

    Because no versions of mkdocs-material match >9.0.0,<9.0.1 || >9.0.1,<9.0.2 || >9.0.2,<10.0.0
 and mkdocs-material (9.0.0) depends on mkdocs (>=1.4.2), mkdocs-material (>=9.0.0,<9.0.1 || >9.0.1,<9.0.2 || >9.0.2,<10.0.0) requires mkdocs (>=1.4.2).
    And because mkdocs-material (9.0.1) depends on mkdocs (>=1.4.2)
 and mkdocs-material (9.0.2) depends on mkdocs (>=1.4.2), mkdocs-material (>=9.0.0,<10.0.0) requires mkdocs (>=1.4.2).
(1) So, because no versions of mkdocs match >1.4.2,<2.0.0
 and mkdocs (1.4.2) depends on importlib-metadata (>=4.3), mkdocs-material (>=9.0.0,<10.0.0) requires importlib-metadata (>=4.3) or mkdocs (>=2.0.0).

    Because no versions of flake8 match >4.0.0,<4.0.1 || >4.0.1,<5.0.0
 and flake8 (4.0.0) depends on importlib-metadata (<4.3), flake8 (>=4.0.0,<4.0.1 || >4.0.1,<5.0.0) requires importlib-metadata (<4.3).
    And because flake8 (4.0.1) depends on importlib-metadata (<4.3), flake8 (>=4.0.0,<5.0.0) requires importlib-metadata (<4.3).
    And because mkdocs-material (>=9.0.0,<10.0.0) requires importlib-metadata (>=4.3) or mkdocs (>=2.0.0) (1), if mkdocs-material (>=9.0.0,<10.0.0) and flake8 (>=4.0.0,<5.0.0) then mkdocs (>=2.0.0)
    And because photoshop-python-api depends on flake8 (^4.0.0), mkdocs-material (>=9.0.0,<10.0.0) requires mkdocs (>=2.0.0).
    So, because photoshop-python-api depends on both mkdocs (^1.2.2) and mkdocs-material (^9.0.0), version solving failed.

@renovate renovate bot force-pushed the renovate/mkdocs-material-9.x branch from ade1021 to c345c0b Compare January 5, 2023 02:25
@loonghao loonghao closed this Jan 5, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jan 5, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/mkdocs-material-9.x branch January 5, 2023 02:44
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.