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

build(deps): bump mkdocs-material from 7.0.3 to 8.3.2 #129

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps mkdocs-material from 7.0.3 to 8.3.2.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-8.3.2

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

mkdocs-material-8.3.1

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

mkdocs-material-8.3.0

  • 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

mkdocs-material-8.2.16

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

mkdocs-material-8.2.15

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

mkdocs-material-8.2.14

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

mkdocs-material-8.2.13

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

mkdocs-material-8.2.12

  • 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

mkdocs-material-8.2.11

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

mkdocs-material-8.2.10

  • 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

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-8.3.2+insiders-4.17.2 (2022-06-05)

  • Added support for custom jieba dictionaries (Chinese search)

mkdocs-material-8.3.2+insiders-4.17.1 (2022-06-05)

  • Added support for cookie consent reject button
  • Added support for cookie consent custom button ordering
  • Fixed #3988: Content tab not focused after alternating anchor links

mkdocs-material-8.3.2 (2022-06-05)

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

mkdocs-material-8.3.1+insiders-4.17.0 (2022-06-04)

  • Added support for content tabs anchor links (deep linking)
  • Fixed #3975: Detect composition events in search interface (Chinese)
  • Fixed #3980: Search plugin doesn't use title set via front matter

mkdocs-material-8.3.1 (2022-06-04)

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

mkdocs-material-8.3.0 (2022-06-02)

  • 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

mkdocs-material-8.2.16+insiders-4.16.2 (2022-05-28)

  • Fixed #3961: Nested sections triggered build error for navigation tabs

mkdocs-material-8.2.16+insiders-4.16.1 (2022-05-28)

  • Switched feedback widget rating titles to tooltips
  • Improved contrast of link colors for light/dark color schemes
  • Fixed #3950: Sticky navigation tabs rendering broken (4.15.2 regression)
  • Fixed #3958: Links invisible when using white primary color

mkdocs-material-8.2.16 (2022-05-28)

... (truncated)

Upgrade guide

Sourced from mkdocs-material's upgrade guide.


template: overrides/main.html

How to upgrade

Upgrade to the latest version with:

pip install --upgrade mkdocs-material

Show the currently installed version with:

pip show mkdocs-material

Upgrading from 7.x to 8.x

What's new?

  • Added support for code annotations
  • Added support for anchor tracking
  • Added support for version warning
  • Added copyright partial for easier override
  • Removed deprecated content tabs legacy implementation
  • Removed deprecated seealso admonition type
  • Removed deprecated site_keywords setting (unsupported by MkDocs)
  • Removed deprecated prebuilt search index support
  • Removed deprecated web app manifest – use customization
  • Removed extracopyright variable – use new copyright partial
  • Removed Disqus integation – use customization
  • Switched to :is() selectors for simple selector lists
  • Switched autoprefixer from last 4 years to last 2 years
  • Improved CSS overall to match modern standards
  • Improved CSS variable semantics for fonts
  • Improved extensibility by restructuring partials
  • Improved handling of details when printing
  • Improved keyboard navigation for footnotes
  • Fixed #3214: Search highlighting breaks site when empty

Changes to mkdocs.yml

pymdownx.tabbed

Support for the legacy style of the [Tabbed] extension was dropped in favor of the new, alternate implementation which has [better behavior on mobile viewports]:

... (truncated)

Commits
  • 9a85953 Prepare 8.3.2 release
  • 093b6e6 Updated schema.json
  • 7998dbf Fixed custom admonition icons not working when color palette is defined
  • 30dcb66 Documentation
  • 363ba4e Documentation
  • 6f69e3c Prepare 8.3.1 release
  • c4cb6b4 Fixed scroll offset when tabs are brought into view
  • 35210f5 Removed scroll-snapping for content tabs
  • 527633e Bump minimum Jinja2 version to 3.0.2
  • e3bea56 Added missing safe guard for hiding footer navigation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.0.3 to 8.3.2.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Upgrade guide](https://github.com/squidfunk/mkdocs-material/blob/master/docs/upgrade.md)
- [Commits](squidfunk/mkdocs-material@7.0.3...8.3.2)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 6, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 13, 2022

Superseded by #132.

@dependabot dependabot bot closed this Jun 13, 2022
@dependabot dependabot bot deleted the dependabot/pip/mkdocs-material-8.3.2 branch June 13, 2022 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants