Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Bump mkdocs-material-insiders from 2ab4dc8 to 8fe4e61 #78

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps mkdocs-material-insiders from 2ab4dc8 to 8fe4e61.

Upgrade guide

Sourced from mkdocs-material-insiders's upgrade guide.

How to upgrade

Upgrade to the latest version with:

pip install --upgrade --force-reinstall mkdocs-material

Show the currently installed version with:

pip show mkdocs-material

Upgrading from 8.x to 9.x

This major release includes a brand new search implementation that is faster and allows for rich previews, advanced tokenization and better highlighting. It was available as part of Insiders for over a year, and now that the funding goal was hit, makes its way into the community edition.

Changes to mkdocs.yml

content.code.copy

The copy-to-clipboard buttons are now opt-in and can be enabled or disabled per block. If you wish to enable them for all code blocks, add the following lines to mkdocs.yml:

theme:
  features:
    - content.code.copy

content.action.*

A "view source" button can be shown next to the "edit this page" button, both of which must now be explicitly enabled. Add the following lines to mkdocs.yml:

theme:
  features:
    - content.action.edit
    - content.action.view

navigation.footer

... (truncated)

Commits
  • 8fe4e61 Merge remote-tracking branch 'upstream/master'
  • 3b592ab Prepare 9.5.18 release
  • 26de37a Merge remote-tracking branch 'upstream/master'
  • f028004 Merge pull request #7045 from squidfunk/refactor/tooltip-positioning
  • 29658ed Merge branch 'master' into refactor/tooltip-positioning
  • 851e5bb Fixed rendering glitch when hovering contributor avatar
  • 599193e Fixed overly long tooltips
  • eb9419a Fixed overly long tooltips
  • e15518c Refactored tooltips
  • 5ebc45f Switched more tooltips to new implementation
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Apr 16, 2024
Copy link

netlify bot commented Apr 16, 2024

Deploy Preview for privacyguides-blog failed.

Name Link
🔨 Latest commit 3c5330d
🔍 Latest deploy log https://app.netlify.com/sites/privacyguides-blog/deploys/661e61f6a74998000832f69b

Bumps [mkdocs-material-insiders](https://github.com/privacyguides/mkdocs-material-insiders) from `2ab4dc8` to `8fe4e61`.
- [Release notes](https://github.com/privacyguides/mkdocs-material-insiders/releases)
- [Upgrade guide](https://github.com/privacyguides/mkdocs-material-insiders/blob/master/docs/upgrade.md)
- [Commits](privacyguides/mkdocs-material-insiders@2ab4dc8...8fe4e61)

---
updated-dependencies:
- dependency-name: mkdocs-material-insiders
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dngray dngray force-pushed the dependabot/submodules/mkdocs-material-insiders-8fe4e61 branch from e91478d to 3c5330d Compare April 16, 2024 11:33
@dngray dngray merged commit 3c5330d into main Apr 16, 2024
0 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/submodules/mkdocs-material-insiders-8fe4e61 branch April 16, 2024 11:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant