Skip to content

Bump zensical from 0.0.59 to 0.0.61 - #211

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/zensical-0.0.61
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/zensical-0.0.61

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor

Bumps zensical from 0.0.59 to 0.0.61.

Release notes

Sourced from zensical's releases.

0.0.61

Summary

This version adds more comprehensive support for documentation redirects in mkdocs.yml and zensical.toml. Zensical supports page and anchor redirects, resolves redirect chains, rejects cycles, and preserves links when pages are moved or split.

Anchor redirects

Renaming a heading normally breaks bookmarks and external links to its old anchor. For example, after renaming ## Installation to ## Getting started, add:

[project.plugins.redirects.redirect_maps]
"guide.md#installation" = "guide.md#getting-started"

Existing links to /guide/#installation will then redirect to /guide/#getting-started. The same configuration can redirect anchors between pages or preserve individual sections when splitting a page.

Automatic redirects

Zensical Studio detects renamed headings and offers an Add anchor redirect CodeLens. It can complete, validate, navigate to, and repair redirect targets while compacting repeated changes, updating redirect chains, and removing redundant self-redirects.

Changelog

Features

  • 215d7fa zensical, compat – resolve redirect chains and reject cycles
  • a6fdc5f zensical, compat – resolve anchor overrides in page redirects
  • 0b1a378 zensical, compat – support anchor redirects

Bug fixes

  • 6910d56 compat – relax validation of autorefs settings
  • eac9e24 ui – update ui to v0.0.29
  • 78a34cd zensical-serve – avoid port conflicts in server doctests
  • 304e280 compat – relax search validation (#926)

Refactorings

  • 6220f43 zensical – clarify redirect planning and output

0.0.60

Summary

This version updates the user interface to 0.0.28, fixing navigation pruning and alternate-link handling while adding 51 new icons. It also adds direct support for the table-reader plugin and fixes template inclusion with macros on Windows extended-length paths.

Changelog

Features

... (truncated)

Commits
  • be16339 chore: release v0.0.61
  • 6910d56 fix: relax validation of autorefs settings
  • eac9e24 fix: update ui to v0.0.29
  • cdbd916 Merge pull request #928 from zensical/feature/anchor-redirects
  • 78a34cd fix: avoid port conflicts in server doctests
  • 6220f43 refactor: clarify redirect planning and output
  • 215d7fa feature: resolve redirect chains and reject cycles
  • a6fdc5f feature: resolve anchor overrides in page redirects
  • 0b1a378 feature: support anchor redirects
  • 304e280 fix: relax search validation (#926)
  • 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 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 [zensical](https://github.com/zensical/zensical) from 0.0.59 to 0.0.61.
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.59...v0.0.61)

---
updated-dependencies:
- dependency-name: zensical
  dependency-version: 0.0.61
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Automated dependency update Patch Patch release labels Sep 16, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Automated dependency update label Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Automated dependency update Patch Patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants