Skip to content

chore(deps): update dependency zensical to v0.0.62 - #768

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/zensical-0.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/zensical-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
zensical (changelog) ==0.0.43==0.0.62 age confidence

Release Notes

zensical/zensical (zensical)

v0.0.62: 0.0.62

Compare Source

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
Refactorings
  • 9f36bb5 compat – relax all plugins validation

v0.0.61: 0.0.61

Compare Source

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

v0.0.60: 0.0.60

Compare Source

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
  • 3b929cc compat – support table-reader plugin directly (not through macros)
Bug fixes
  • 82ece74 ui – update ui to v0.0.28
  • 206b6b3 compat – handle Windows extended-length paths when including templates with macros (#​914)

v0.0.59: 0.0.59

Compare Source

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

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

v0.0.57: 0.0.57

Compare Source

Summary

This version improves compatibility with markdown-exec by supporting pymdownx blocks, raises the maximum HTTP header value size to 8 KiB for proxy-generated cookies, and updates the UI dependency stack and bundled icons. UI performance and palette tooltip behavior were also improved, especially on large pages and in Safari.

Changelog

Bug fixes
  • 325758f ui – update ui to v0.0.26
  • 7372e5b compat – support pymdownx blocks in markdown exec (#​871)
Refactorings
  • b020159 zensical-serve – increase max header size to 8kb (#​875)

v0.0.56: 0.0.56

Compare Source

Summary

This version fixes a regression introduced in 0.0.55, making Zensical report false positives for the deprecated unresolved_references setting. Additionally, checking of autorefs is moved to the invalid_links setting. Please disable unresolved_references - it is not supported anymore, and will be replaced by the reference parser that we're currently testing in Zensical Studio.

Changelog

Bug fixes
  • 9973ac9 compat – regression reporting unresolved references (#​866)
Refactorings
  • e6c56ce zensical, compat – report invalid autorefs under invalid_links validation setting

v0.0.55: 0.0.55

Compare Source

Summary

This version fixes two false positives in the reference extractor and reverts Zensical's bootstrapped zensical.toml to TOML 1.0, since most editor tooling does not yet support TOML 1.1. Zensical understands both, TOML 1.0 and TOML 1.1, so this change does not affect the functionality of Zensical itself.

Changelog

Bug fixes
  • 91d9d50 compat – ignore surrounding whitespace in inline link targets (#​861)
  • 6774d61 compat – invalid code span detection in reference extractor
Refactorings

v0.0.54: 0.0.54

Compare Source

Summary

This version reduces peak memory usage by 8–10x, making builds of large documentation projects substantially more efficient. It also improves reference validation by preventing false positives for links successfully resolved through autorefs.

Additionally, the user interface is updated to v0.0.25, fixing instant navigation for inline scripts and version aliases created with mike. This release also corrects mike configuration defaults and updates webbrowser to address a security vulnerability.

Changelog

Bug fixes
  • 0d2fa6f ui – update ui to v0.0.25
  • bb2cbee compat – defaults for mike incorrectly set
  • 8cf761f – update webbrowser to address CVE
  • db4f8ef zensical, compat – avoid unresolved reference false-positive for autorefs
Performance improvements
  • 34e6c89 zensical, ui – reduce peak memory usage by 8-10x

v0.0.53: 0.0.53

Compare Source

Summary

This version adds support for enabling strict mode directly in mkdocs.yml or zensical.toml, allowing warnings to fail builds consistently without the --strict command-line option. It also reduces memory usage by sharing cross-reference data between navigation clones.

Additionally, the user interface is updated to v0.0.24, improving search rendering for right-to-left languages and adding four new Lucide icons. The generated zensical.toml now uses TOML 1.1 syntax, and pymdownx is updated to version 11.0 to address a vulnerability.

Changelog

Features
  • 6227f4e zensical, compat – support strict configuration option (#​840)
Bug fixes
  • 9f93533 ui – update ui to v0.0.24
  • 71c5ed5 – update pymdownx to 11.0 to fix vulnerability
Performance improvements
  • b36f50a zensical – wrap autorefs in Arc to reduce memory usage (#​838)
Refactorings
  • 94ceb07 compat – update zensical.toml to TOML 1.1 syntax

v0.0.52: 0.0.52

Compare Source

Summary

This version adds search support for CJK languages: Chinese, Japanese, and Korean. Search needs to segment text into individual words before it can index and match them. While many languages separate words with spaces, this is not consistently the case for CJK text, particularly Chinese and Japanese. Search now uses locale-aware segmentation to identify meaningful word boundaries, ensuring that content and queries are indexed and matched correctly.

Set the site language to zh, zh-Hant, zh-TW, ja, or ko to enable segmentation.

The search modal is also larger, showing more results and context at once. Additionally, keyboard keys inside admonitions now use the correct background color in the modern theme.

Dependencies and development tooling were updated, including TypeScript 7. The build scripts now use tsx instead of ts-node, and npm-run-all2 replaces the unmaintained npm-run-all. Updated icon packages add 56 new icons: 23 Font Awesome icons, 21 Lucide icons, 8 Octicons, and 4 Simple Icons.

Changelog

Features
  • f2d9ef8 zensical – add CJK language support for search
  • 72f24bf ui – update ui to v0.0.23

v0.0.51: 0.0.51

Compare Source

Summary

This version improves cached rebuilds by persisting objects.inv and autorefs data, fixes stale builds after removing files, and upgrades soupsieve to address vulnerabilities.

Changelog

Bug fixes
  • ec69acc zensical, compat – cache objects.inv to persist it across cached rebuilds (#​815)
  • 7e6940f zensical – cache autorefs data for cross-ref resolution across rebuilds (#​805)

v0.0.50: 0.0.50

Compare Source

Summary

This version fixes a regression introduced in 0.0.48 which broke search.

Changelog

Bug fixes
  • 46d9f29 ui – update ui to v0.0.22

v0.0.48: 0.0.48

Compare Source

Summary

This version updates the user interface to v0.0.21, bringing the latest fixes for Pyodide-powered code execution, search, and ANSI color rendering.

It also improves configuration parsing, and fixes relative and scoped cross-references for mkdocstrings-python.

Changelog

Bug fixes
  • 15f138a ui – update ui to v0.0.21
  • 63c9dd3 compat – avoid registering same extension twice (as plugin and extension)
  • 25ba4c7 compat – enable autorefs when mkdocstrings extension is enabled
  • 781305a compat – support theme being just a string
  • c33d65b compat – support enabled option in autorefs, glightbox and macros extensions
  • 81596c1 compat – fix relative/scoped cross-refs support for mkdocstrings-python (#​796)
Refactorings
  • 71c976c compat – allow configuring mkdocstrings as a Markdown extension

v0.0.47: 0.0.47

Compare Source

Summary

This version adds support for markdown-exec, an MkDocs plugin that executes Python code blocks during the build and injects the result into the rendered page. In practice, this makes it easier to build interactive technical documentation, generated examples, and executable snippets that integrate directly with the theme in both classic and modern variants.

Additionally, the user interface is updated to v0.0.20, which includes several styling and interaction fixes. Mermaid diagram colors are now applied correctly for sequence numbers and activations, flow chart arrows, and state diagram arrows. Search filter scrollbars no longer overlap selectable items, and images using data-gallery are attributed correctly again.

Changelog

Features
  • 05856ad compat – support markdown-exec plugin
Bug fixes
  • e071bb6 zensical-serve – close connection on fatal write errors
  • a647737 ui – update ui to v0.0.20
  • 35c8e36 compat – fix check for appending iframe-worker polyfill (#​785)
  • 7158eab compat – catch misconfiguration of site_dir and docs_dir (#​780)
  • 30afc96 zensical, zensical-serve – percent-encode & in URLs used in templates and sitemap (#​772)

v0.0.46: 0.0.46

Compare Source

Summary

This version improves search result quality and includes several bug fixes and refactorings.

Search excerpts

Search results now include excerpts, making it easier to understand why a result matches. Search remains fully client-side and as fast as before, even for projects with thousands of pages. We still consider search an active area of iteration and expect to further improve it and expose more configuration options over time.

Try it in our documentation!

User interface

The user interface is updated to v0.0.19, which includes several navigation and interaction fixes. Search highlighting now ignores single-character tokens, which avoids noisy matches like highlighting every e for queries such as e-mail. Instant previews now include a hover bridge so moving the cursor from a link to the tooltip no longer drops the popup across the visual gap.

Dependencies were also updated, including TypeScript 6 and SVGO 4 compatibility adjustments. 83 new icons were added, 2 icons were removed, and 19 icons were modified. The Lucide icon set was updated to version v1.21.0.

Validation defaults

The validation options unresolved_references, unresolved_footnotes, unused_definitions, unused_footnotes, shadowed_definitions, and shadowed_footnotes are now disabled by default. These checks remain available when explicitly enabled, but they have proven too unstable in edge cases with the current reference parser. They will eventually be superseded by the higher-fidelity parser that is already used by Zensical Studio and is planned for Open Source release and later integration into Zensical.

Changelog

Bug fixes
  • aeb31ad ui – update ui to v0.0.19
  • 61b6d05 compat – preserve small tags in generated search index
  • edb0878 zensical – search path segment is empty when title is sourced from section index page
  • 909f973 compat – don't crash on invalid URLs in HTML (#​755)
  • e6b55fe compat – strip images from toc labels (#​749)
  • 0f11c7f – update pyo3 to 0.29.0 to mitigate 2 vulnerabilities
Refactorings
  • e4a370f zensical, compat – change several validation defaults to false (#​758)

v0.0.45: 0.0.45

Compare Source

Summary

This version reverts a behavior change in link validation that was introduced in 0.0.44 which is causing false positives.

Changelog

Bug fixes
  • 8d9536a compat – revert "fix: brackets in indented code recognized as unresolved references (#​700)" (#​735)

v0.0.44: 0.0.44

Compare Source

Summary

This version fixes several bugs related to link validation and macros, and ensures that dotfiles are not removed from the site directory during generation.

Changelog

Bug fixes
  • eb72115 compat – ignore Markdown comments [//]: ... during link validation
  • c40f649 compat – brackets in indented code blocks recognized as unresolved link references (#​700)
  • 93cc869 compat – snippet markers recognized as unresolved link references (#​700)
  • a212c59 zensical – don't remove dotfiles from site dir (#​728)
  • db1f19c compat – provide conf attribute in macros' env object
  • 9b452cb zensical – improve error message when missing icon is used (#​708)
  • d7ccbe6 zensical, compat – anchors with escaped chars not matched during link validation (#​703)
  • 8b7e29e compat – empty footnote ref classified as link ref (#​702)

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.44 chore(deps): update dependency zensical to v0.0.45 Jun 9, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 8de1651 to f3a7282 Compare June 9, 2026 11:48
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.45 chore(deps): update dependency zensical to v0.0.46 Jun 21, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from f3a7282 to 9b50d30 Compare June 21, 2026 20:33
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.46 chore(deps): update dependency zensical to v0.0.47 Jul 5, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch 2 times, most recently from 3c67e9f to 9eace87 Compare July 9, 2026 10:26
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.47 chore(deps): update dependency zensical to v0.0.48 Jul 9, 2026
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.48 chore(deps): update dependency zensical to v0.0.50 Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 9eace87 to fb94c50 Compare July 9, 2026 16:59
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from fb94c50 to 9fcfd29 Compare July 18, 2026 11:39
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.50 chore(deps): update dependency zensical to v0.0.51 Jul 18, 2026
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.51 chore(deps): update dependency zensical to v0.0.52 Jul 30, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch 2 times, most recently from feccb80 to d771d6f Compare August 4, 2026 18:56
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.52 chore(deps): update dependency zensical to v0.0.53 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from d771d6f to 37a121c Compare August 13, 2026 20:03
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.53 chore(deps): update dependency zensical to v0.0.54 Aug 13, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 37a121c to 58d5e66 Compare August 16, 2026 13:49
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.54 chore(deps): update dependency zensical to v0.0.55 Aug 16, 2026
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.55 chore(deps): update dependency zensical to v0.0.56 Aug 18, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 58d5e66 to c0d0d7c Compare August 18, 2026 20:03
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.56 chore(deps): update dependency zensical to v0.0.57 Aug 21, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from c0d0d7c to 7bc6e69 Compare August 21, 2026 22:09
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 7bc6e69 to 528bd99 Compare September 3, 2026 01:02
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.57 chore(deps): update dependency zensical to v0.0.58 Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 528bd99 to 74b422f Compare September 3, 2026 20:00
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.58 chore(deps): update dependency zensical to v0.0.59 Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 74b422f to 5633b24 Compare September 8, 2026 19:51
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.59 chore(deps): update dependency zensical to v0.0.60 Sep 8, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 5633b24 to 0fc5771 Compare September 11, 2026 22:51
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.60 chore(deps): update dependency zensical to v0.0.61 Sep 11, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 0fc5771 to a239bb4 Compare September 13, 2026 18:01
@renovate renovate Bot changed the title chore(deps): update dependency zensical to v0.0.61 chore(deps): update dependency zensical to v0.0.62 Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants