Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 24, 2022

Bumps mkdocs-redirects from 1.0.3 to 1.2.0.

Release notes

Sourced from mkdocs-redirects's releases.

v1.2.0

  • For better interoperability with plugins, the redirect target paths are picked up from the corresponding MkDocs File and not re-computed by simple substitution. (#45)

  • Drop Python 2.7 support

  • Bump minimal MkDocs version to 1.1.1

  • Remove warning about old redirects config

v1.1.0

  • Redirect destination paths can now contain #fragments (#42)

    Example config:

    plugins:
      - redirects:
          redirect_maps:
            some/path/examples.md: foo/index.md#examples

    -- this will now correctly redirect to foo/#examples without messing up the path

    Note that this applies only to the destination paths, there's still no handling for fragments in source paths (those specified as map keys).

v1.0.6

  • Correctly use UTF-8 file encoding even on Windows (#41)

v1.0.5

  • Normalize only capitalized README.md files to index (#37)

v1.0.4

  • Transferred ownership of the package to mkdocs organization.
  • Fix regression from 1.0.2 when handling index pages with use_directory_urls: false (#25)
  • Fix the content of produced redirect pages on Windows (#34)
Commits
  • ad6769c Release 1.2.0 (#48)
  • 106ced6 Test redirect to absolute URL
  • 152f737 Remove unneeded code path
  • 30ce6c3 Refactor: put the string template as a constant
  • 3dc57eb Refactor get_html_path: use implementation from MkDocs
  • 577c0e2 Add a test for a file with a custom url
  • 657aa51 Also test the left side of the redirect
  • a81e064 Refactor the test to be more end-to-end
  • 5d05d15 Merge two test cases into one
  • c80e487 CI: Enforce black+isort+autoflake
  • 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)

Bumps [mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects) from 1.0.3 to 1.2.0.
- [Release notes](https://github.com/datarobot/mkdocs-redirects/releases)
- [Commits](mkdocs/mkdocs-redirects@v1.0.3...v1.2.0)

---
updated-dependencies:
- dependency-name: mkdocs-redirects
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 24, 2022
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants