Skip to content

Bump zensical from 0.0.57 to 0.0.59 - #206

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

Bump zensical from 0.0.57 to 0.0.59#206
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/zensical-0.0.59

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps zensical from 0.0.57 to 0.0.59.

Release notes

Sourced from zensical's releases.

0.0.59

Summary

This version fixes navigation title precedence, Windows custom_dir paths, material/meta activation, and inline SVG icons processed by the minify plugin.

Changelog

Bug fixes

  • 005f01f zensicalminify plugin breaks icons circle and rect elements
  • 05f297e zensical, compat – respect navigation title precedence (#906)
  • 96d43cd compatcustom_dir path interpreted incorrectly on Windows (#902)
  • 9f1042a zensical, compatmeta plugin only enabled when using material/meta (#898)

Refactorings

  • 6398ebd zensical, compat – separate navigation title resolution

0.0.58

Summary

This version marks a major evolution of Zensical's build architecture and completes the most essential MkDocs plugin replacements.

Six new plugin replacements are now included:

  • meta
  • redirects
  • minify
  • tags
  • literate-nav
  • awesome-nav

The existing search, mkdocstrings, and autorefs replacements have also been migrated to the new architecture. We kept their behavior close to the upstream plugins while moving almost all processing into Rust. Python is now primarily responsible for configuration normalization and the narrow Python-Markdown adapter used by literate-nav.

Under the hood, the build pipeline now runs on a substantially more efficient ZRX scheduler and stream architecture. Together with more compact intermediate data, shared page state, and fewer allocations, this reduces peak memory usage by roughly 30–40% on large projects. Builds are also modestly faster.

Most remaining build time is now spent rendering Markdown through Python-Markdown. One of our next major performance steps is replacing that stage with our Rust-based, Python-Markdown-compatible parser, as announced in the June edition of Zensical Monthly.

Over the coming weeks, we'll focus on adding more plugin replacements so that increasingly complex existing projects can switch to Zensical without missing out on functionality. We'll also continue evolving the module API and make it available to interested early users before releasing it publicly.

Changelog

Breaking changes

  • 34043fe – remove x86 and armv7 musl builds

Features

  • af7ae6f zensical – support secure WebSockets for preview (#893)
  • 1e1fc79 zensical, compat – add awesome-nav MkDocs plugin replacement

... (truncated)

Commits
  • 444b71e chore: release v0.0.59
  • 005f01f fix: minify plugin breaks icons circle and rect elements
  • d6f3df3 Merge pull request #907 from zensical/fix/navigation-title
  • 6398ebd refactor: separate navigation title resolution
  • 05f297e fix: respect navigation title precedence (#906)
  • d7a5d38 test: test for minify plugin replacement failing
  • 96d43cd fix: custom_dir path interpreted incorrectly on Windows (#902)
  • 3f585fb chore: check and fix license headers
  • b044781 chore: format code with Ruff
  • 9f1042a fix: meta plugin only enabled when using material/meta (#898)
  • 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.57 to 0.0.59.
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.57...v0.0.59)

---
updated-dependencies:
- dependency-name: zensical
  dependency-version: 0.0.59
  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 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 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 7, 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