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 6b4bfc2 to 5521769 #64

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2023

Bumps mkdocs-material-insiders from 6b4bfc2 to 5521769.

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
  • 5521769 Merge remote-tracking branch 'upstream/master'
  • fa3f118 Documentation
  • 0b65b32 Removed accidentally merged documentation workflow
  • d144a1c neglected to check in built version of shortcodes.py
  • 0c498b4 added instructions for checking out and updating specific releases (#6095)
  • b777690 Fixed broken link in documentation (#6093)
  • 929fc39 Fixed deprecated stylelint rules
  • 7951587 Updated post on standalone blog
  • 305c336 Improved spacing and alignment of tags
  • 573c1cc Updated changelog
  • 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)

Bumps [mkdocs-material-insiders](https://github.com/privacyguides/mkdocs-material-insiders) from `6b4bfc2` to `5521769`.
- [Upgrade guide](https://github.com/privacyguides/mkdocs-material-insiders/blob/master/docs/upgrade.md)
- [Commits](privacyguides/mkdocs-material-insiders@6b4bfc2...5521769)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Oct 12, 2023
@netlify
Copy link

netlify bot commented Oct 12, 2023

Deploy Preview for privacyguides-blog failed.

Name Link
🔨 Latest commit 476a528
🔍 Latest deploy log https://app.netlify.com/sites/privacyguides-blog/deploys/65278e06415f970008e308e9

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/submodules/mkdocs-material-insiders-5521769 branch October 14, 2023 03:49
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