ucl-bug / jaxdf

A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations
GNU Lesser General Public License v3.0
118 stars 7 forks source link

Bump mkdocs-material from 8.1.4 to 8.2.5 #60

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mkdocs-material from 8.1.4 to 8.2.5.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-8.2.5

  • Fixed #3596: Mermaid not working when headline with name 'Mermaid' present
  • Fixed #3643: Reduce time to render pages with thousands of code blocks
  • Fixed #3665: Missing styles for Mermaid.js flowcharts cluster labels

mkdocs-material-8.2.4

  • Fixed malformed Google Fonts URL when a font setting was omitted
  • Fixed #3648: Fixed specificity issue with admonitions in lists
  • Fixed #3653: Invalid outdated version banner URL when using instant loading

mkdocs-material-8.2.3

  • Fixed #3578: Active element in table of contents off-by-one on large screens

mkdocs-material-8.2.2

  • Added automatic removal of query parameter when search is closed
  • Fixed #3599: Anchors always overriden when using navigation tracking

mkdocs-material-8.2.1

  • Fixed module material.plugins not being found (8.2.0 regression)

mkdocs-material-8.2.0

  • Added native support for Mermaid.js diagrams
  • Added native support for tags (with search integration)
  • Added support for staying on page when switching versions

mkdocs-material-8.1.11

mkdocs-material-8.1.10

  • Fixed cutoff of very wide logos in the sidebar on mobile

mkdocs-material-8.1.9

mkdocs-material-8.1.8

  • Added Latvian translations
  • Updated Giscus example integration with dynamic theme change support
  • Fixed #3479: Back-to-top button not hidden when using sticky navigation tabs
  • Fixed #3491: Logo in header and drawer doesn't honor aspect ratio

mkdocs-material-8.1.7

  • Improved back-to-top button behavior - now not shown on anchor jump

mkdocs-material-8.1.6

  • Fixed spacing of blockquotes (8.1.5 regression)

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-8.2.5+insiders-4.11.0 (2022-03-06)

  • Added support for excluding external assets from privacy plugin

mkdocs-material-8.2.5 (2022-03-06)

  • Fixed #3596: Mermaid not working when headline with name 'Mermaid' present
  • Fixed #3643: Reduce time to render pages with thousands of code blocks
  • Fixed #3665: Missing styles for Mermaid.js flowcharts cluster labels

mkdocs-material-8.2.4+insiders-4.10.1 (2022-03-02)

  • Added missing build dependencies to Dockerfile
  • Fixed encoding issues in privacy plugin, now forcing UTF-8 encoding
  • Fixed #3624: Scroll to active navigation item unreliable in Firefox
  • Fixed #3642: Privacy plugin errors when font setting was omitted

mkdocs-material-8.2.4 (2022-03-02)

  • Fixed malformed Google Fonts URL when a font setting was omitted
  • Fixed #3648: Fixed specificity issue with admonitions in lists
  • Fixed #3653: Invalid outdated version banner URL when using instant loading

mkdocs-material-8.2.3+insiders-4.10.0 (2022-02-27)

  • Added support for offline plugin (supersedes offline search support)
  • Improved built-in privacy plugin to download nested JavaScript assets
  • Refactored configuration of built-in privacy plugin

mkdocs-material-8.2.3 (2022-02-27)

  • Fixed #3578: Active element in table of contents off-by-one on large screens

mkdocs-material-8.2.2 (2022-02-26)

  • Added automatic removal of query parameter when search is closed
  • Fixed #3599: Anchors always overriden when using navigation tracking

mkdocs-material-8.2.1+insiders-4.9.1 (2022-02-21)

  • Fixed #3610: missing lxml dependency for privacy plugin
  • Fixed error when charset is missing in content-type header

mkdocs-material-8.2.1+insiders-4.9.0 (2022-02-20)

  • Added privacy plugin: automatic downloading of external assets

mkdocs-material-8.2.1 (2022-02-17)

  • Fixed module 'material.plugins' not being found (8.2.0 regression)

... (truncated)

Commits
  • 76529c2 Prepare 8.2.5 release
  • e71891f Improved performance for very large pages
  • 1d9d678 Documentation
  • 2dcaf80 Documentation
  • 485f993 Fixed flowchart markers
  • 3ea15d7 Restructured JSON schemas
  • d023e49 Fixed color of cluster labels in Mermaid flowcharts (#3657)
  • bd9ad9d Merge pull request #3637 from squidfunk/dependabot/github_actions/actions/set...
  • d83a324 Added further plugins to JSON schema (#3668)
  • bc7e687 Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #60 (40237be) into main (70b7e26) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #60   +/-   ##
=======================================
  Coverage   49.78%   49.78%           
=======================================
  Files          10       10           
  Lines        1418     1418           
=======================================
  Hits          706      706           
  Misses        712      712           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 70b7e26...40237be. Read the comment docs.

dependabot[bot] commented 2 years ago

Looks like mkdocs-material is no longer a dependency, so this is no longer needed.