Skip to content

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

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

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

dependabot[bot]
Copy link

@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 Pull requests that update Python code labels Oct 4, 2021
@codecov-commenter
Copy link

codecov-commenter commented Oct 4, 2021

Codecov Report

Merging #92 (baa4bba) into develop (77f86c0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #92   +/-   ##
========================================
  Coverage    99.96%   99.96%           
========================================
  Files          119      119           
  Lines         5364     5364           
  Branches       612      612           
========================================
  Hits          5362     5362           
  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 77f86c0...baa4bba. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from 695e764 to a42f060 Compare November 7, 2021 10:16
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from a42f060 to f1a02a8 Compare December 8, 2021 15:14
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from f1a02a8 to 5e8fa98 Compare January 2, 2022 06:40
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from 5e8fa98 to bacde10 Compare January 25, 2022 07:33
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from bacde10 to baa4bba Compare February 13, 2022 11:01
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from baa4bba to 518ef58 Compare April 6, 2022 16:46
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from 518ef58 to 8163d3b Compare May 19, 2022 05:25
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from 8163d3b to bf17285 Compare July 10, 2022 11:04
@github-actions
Copy link

No related issues found. Please ensure there is an open issue related to this change to avoid significant delays or closure.

@github-actions
Copy link

No related issues found. Please ensure there is an open issue related to this change to avoid significant delays or closure.

@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from bf17285 to d411d25 Compare September 4, 2022 05:36
…60 (#306)

Bumps [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) from 1.24.55.post1 to 1.24.60.
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: mypy-boto3-dynamodb
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/mike-1.1.2 branch from d411d25 to d2be74b Compare September 15, 2022 17:58
@github-actions github-actions bot merged commit 468e279 into develop Sep 15, 2022
@dependabot dependabot bot deleted the dependabot/pip/develop/mike-1.1.2 branch September 15, 2022 17:59
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 internal need-issue python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant