Skip to content

Bump zensical from 0.0.59 to 0.0.62 - #212

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps zensical from 0.0.59 to 0.0.62.

Release notes

Sourced from zensical's releases.

0.0.62

Summary

This version adds support for the mkdocs-callouts plugin, which renders Obsidian-style callouts as admonitions. It also improves compatibility with existing MkDocs projects by accepting more plugin settings and fixes builds when the project configuration file is included in watch.

Additionally, the user interface is updated to v0.0.30, ensuring that anchor links reveal targets inside collapsed details, content tabs, and annotations – including deeply nested combinations – before scrolling to them.

Changelog

Features

  • d8fbb05 compat – support mkdocs-callouts plugin by enabling pymdownx.quotes extension with callouts support (#938)

Bug fixes

  • 65a019d ui – update ui to v0.0.30
  • 5c0bd36 compat – ignore config file in watch setting (#934)
  • 13fd89e compat – relax mike settings validation (#932)

Refactorings

  • 9f36bb5 compat – relax all plugins validation

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

... (truncated)

Commits
  • 777d105 chore: release v0.0.62
  • 65a019d fix: update ui to v0.0.30
  • d8fbb05 feature: support mkdocs-callouts plugin by enabling pymdownx.quotes extension...
  • 9f36bb5 refactor: relax all plugins validation
  • 5c0bd36 fix: ignore config file in watch setting (#934)
  • 13fd89e fix: relax mike settings validation (#932)
  • 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
  • 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.62.
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.59...v0.0.62)

---
updated-dependencies:
- dependency-name: zensical
  dependency-version: 0.0.62
  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 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.

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