Skip to content

fix(deps): update dependency zensical (0.0.57 ➔ 0.0.58) - #55

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/zensical-0.x
Sep 4, 2026
Merged

fix(deps): update dependency zensical (0.0.57 ➔ 0.0.58)#55
renovate[bot] merged 1 commit into
mainfrom
renovate/zensical-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
zensical (changelog) ==0.0.57==0.0.58 age confidence

Release Notes

zensical/zensical (zensical)

v0.0.58: 0.0.58

Compare Source

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
  • c3dbdfe zensical, compat – add literate-nav MkDocs plugin replacement
  • 32bd870 zensical, zensical-serve, zensical-watch, compat – add tags MkDocs plugin replacement
  • cbdd6ce zensical, compat – add minify MkDocs plugin replacement
  • afe1ecb zensical, compat – add redirects MkDocs plugin replacement
  • 8dc4a80 zensical, compat – add meta MkDocs plugin replacement
Bug fixes
  • 1ec42b9 ui – update ui to v0.0.27
  • 965351d compat – run link rewriting post-processor before raw HTML post-processor
  • 7fe9245 zensical – propagate unresolved operator failures
  • 02d903d compat – maintain Python-Markdown extensions ordering
Performance improvements
  • f4830e0 compat – iterate over raw HTML blocks only once per post-processor
  • af0ca2e compat – faster autorefs URL membership check
Refactorings
  • 3c779b9 zensical, compat – finalize scheduler and plugin integration
  • 86646a4 zensical, zensical-serve, compat – reconcile MkDocs plugin infrastructure
  • 83b0fd7 zensical, compat – migrate autorefs MkDocs plugin replacement
  • 3a390c7 zensical, compat – migrate mkdocstrings MkDocs plugin replacement
  • ff11fe3 zensical, compat – migrate search MkDocs plugin replacement
  • de7757b zensical, zensical-watch – migrate workflows to ZRX scheduler and streams

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

Super-linter summary

Language Validation result
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@renovate
renovate Bot merged commit 7c7dbe1 into main Sep 4, 2026
11 checks passed
@renovate
renovate Bot deleted the renovate/zensical-0.x branch September 4, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants