Skip to content

chore(deps-dev): bump mike from 0.6.0 to 1.1.2 #734

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 12 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2021

Bumps mike from 0.6.0 to 1.1.2.

Release notes

Sourced from mike's releases.

v1.1.2

Bug fixes

  • Improve support for shell-completion

v1.1.1

Bug fixes

  • Fix support for Unicode in redirection templates
  • Properly decode paths in the development server

v1.1.0

New features

  • Add support for !ENV and INHERIT in mkdocs.yml
  • Add mike generate-completion to generate shell-completion functions

v1.0.1

Bug fixes

  • When redirecting to another page, include the #hash
  • Ensure the MkDocs search plugin is correctly enabled when building via mike

v1.0.0

New features

  • Remove mike install-extras and replace it with an MkDocs plugin; if you previously used install-extras, be sure to remove the added JS/CSS from your docs directory
  • When deploying aliases, deploy redirect pages to the real version by default; pass --no-redirect to deploy copies
  • Improve the default redirect template to support redirection when the user has disabled JavaScript
  • Allow deploying docs to a subdirectory within the target branch via --prefix
  • Add support for custom templates with mike set-default
  • Read from remote_branch and remote_name if set in mkdocs.yml
  • Allow updating an existing alias with mike alias -u

Breaking changes

  • Require Python 3.6+
  • Remove support for installing extras for material theme since material now has [built-in support][material-mike] for mike

Bug fixes

  • Canonical URLs in generated documentation now point to the correct location
  • mike alias now checks for existing aliases to prevent erroneously setting an alias for two different versions
  • Replace packaging dependency with verspec for future stability
  • Validate version and alias names to ensure they're non-empty and don't contain a directory separator
Changelog

Sourced from mike's changelog.

v1.1.2 (2021-10-03)

Bug fixes

  • Improve support for shell-completion

v1.1.1 (2021-09-13)

Bug fixes

  • Fix support for Unicode in redirection templates
  • Properly decode paths in the development server

v1.1.0 (2021-09-01)

New features

  • Add support for !ENV and INHERIT in mkdocs.yml
  • Add mike generate-completion to generate shell-completion functions

v1.0.1 (2021-05-31)

Bug fixes

  • When redirecting to another page, include the #hash
  • Ensure the MkDocs search plugin is correctly enabled when building via mike

v1.0.0 (2021-04-10)

New features

  • Remove mike install-extras and replace it with an MkDocs plugin; if you previously used install-extras, be sure to remove the added JS/CSS from your docs directory
  • When deploying aliases, deploy redirect pages to the real version by default; pass --no-redirect to deploy copies
  • Improve the default redirect template to support redirection when the user has disabled JavaScript
  • Allow deploying docs to a subdirectory within the target branch via --prefix
  • Add support for custom templates with mike set-default

... (truncated)

Commits
  • 6a4b6df Update version to 1.1.2
  • 0a2b3e7 Improve shell-completion wrappers
  • f51cea4 Improve completion for paths
  • 5b1e98b Update version to v1.2.0.dev0
  • 35ce284 Update version to v1.1.1
  • c7a43f8 Properly unescape URLs for the dev server; resolves #68
  • 127a1cc Support Unicode in files when generating commits
  • 87a6393 Update CI instructions with git fetch and git config
  • 20651fe Update version to v1.2.0.dev0
  • 6138393 Update version to v1.1.0
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Oct 4, 2021
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Oct 4, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from 6cdee96 to 0d66675 Compare October 5, 2021 08:45
@pull-request-size pull-request-size bot removed the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Oct 5, 2021
@boring-cyborg boring-cyborg bot added the documentation Improvements or additions to documentation label Oct 5, 2021
@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 5, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from 0d66675 to 24b7708 Compare October 5, 2021 08:47
@pull-request-size pull-request-size bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 5, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch 3 times, most recently from 1e3224e to a601b70 Compare October 5, 2021 12:52
@codecov-commenter
Copy link

codecov-commenter commented Oct 5, 2021

Codecov Report

Merging #734 (7000d10) into develop (33a86be) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #734   +/-   ##
========================================
  Coverage    99.96%   99.96%           
========================================
  Files          119      119           
  Lines         5326     5326           
  Branches       607      607           
========================================
  Hits          5324     5324           
  Partials         2        2           

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 33a86be...7000d10. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch 5 times, most recently from 41cdc38 to eb81499 Compare October 12, 2021 08:51
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch 5 times, most recently from e42f87a to a97928f Compare October 29, 2021 07:53
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch 2 times, most recently from 8c335a6 to c6e8a3e Compare November 11, 2021 09:31
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch 3 times, most recently from d7f753e to c9a0f9a Compare November 17, 2021 10:14
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch 3 times, most recently from 241cdfc to 6fde22a Compare December 3, 2021 08:12
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from 6fde22a to 9529f41 Compare December 8, 2021 07:14
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from 9529f41 to 4c952e4 Compare December 19, 2021 19:25
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from 4c952e4 to 2a0346c Compare December 30, 2021 09:10
Bumps [mike](https://github.com/jimporter/mike) from 0.6.0 to 1.1.2.
- [Release notes](https://github.com/jimporter/mike/releases)
- [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md)
- [Commits](jimporter/mike@v0.6.0...v1.1.2)

---
updated-dependencies:
- dependency-name: mike
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from 2a0346c to e987682 Compare January 11, 2022 14:32
@heitorlessa
Copy link
Contributor

There are some potential breaking changes. Need to test this on a fork first.

@heitorlessa heitorlessa deleted the dependabot/pip/develop/mike-1.1.2 branch May 17, 2022 11:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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.

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 do-not-merge documentation Improvements or additions to documentation size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants