Skip to content

chore(docs): bump zensical from 0.0.59 to 0.0.61 in /.github/workflows/mkdocs in the python-deps group - #5448

Merged
edersonbrilhante merged 1 commit into
mainfrom
dependabot/pip/dot-github/workflows/mkdocs/python-deps-fa63e56ae7
Sep 20, 2026
Merged

edersonbrilhante merged 1 commit into
mainfrom
dependabot/pip/dot-github/workflows/mkdocs/python-deps-fa63e56ae7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the python-deps group in /.github/workflows/mkdocs with 1 update: zensical.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-deps group in /.github/workflows/mkdocs with 1 update: [zensical](https://github.com/zensical/zensical).


Updates `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
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 18, 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 requested a review from a team as a code owner September 18, 2026 19:50
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/zensical 0.0.61 UnknownUnknown

Scanned Files

  • .github/workflows/mkdocs/requirements.txt

@edersonbrilhante
edersonbrilhante merged commit 98786c6 into main Sep 20, 2026
7 checks passed
@edersonbrilhante
edersonbrilhante deleted the dependabot/pip/dot-github/workflows/mkdocs/python-deps-fa63e56ae7 branch September 20, 2026 09:08
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant