chore(deps): update dependency zensical to v0.0.62 - #768
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
June 9, 2026 11:48
8de1651 to
f3a7282
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
June 21, 2026 20:33
f3a7282 to
9b50d30
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
2 times, most recently
from
July 9, 2026 10:26
3c67e9f to
9eace87
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
July 9, 2026 16:59
9eace87 to
fb94c50
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
July 18, 2026 11:39
fb94c50 to
9fcfd29
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
2 times, most recently
from
August 4, 2026 18:56
feccb80 to
d771d6f
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
August 13, 2026 20:03
d771d6f to
37a121c
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
August 16, 2026 13:49
37a121c to
58d5e66
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
August 18, 2026 20:03
58d5e66 to
c0d0d7c
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
August 21, 2026 22:09
c0d0d7c to
7bc6e69
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
September 3, 2026 01:02
7bc6e69 to
528bd99
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
September 3, 2026 20:00
528bd99 to
74b422f
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
September 8, 2026 19:51
74b422f to
5633b24
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
September 11, 2026 22:51
5633b24 to
0fc5771
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
September 13, 2026 18:01
0fc5771 to
a239bb4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.0.43→==0.0.62Release Notes
zensical/zensical (zensical)
v0.0.62: 0.0.62Compare 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
d8fbb05compat – support mkdocs-callouts plugin by enabling pymdownx.quotes extension with callouts support (#938)Bug fixes
65a019dui – update ui to v0.0.305c0bd36compat – ignore config file in watch setting (#934)13fd89ecompat – relax mike settings validation (#932)Refactorings
9f36bb5compat – relax all plugins validationv0.0.61: 0.0.61Compare Source
Summary
This version adds more comprehensive support for documentation redirects in
mkdocs.ymlandzensical.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
## Installationto## Getting started, add:Existing links to
/guide/#installationwill 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
215d7fazensical, compat – resolve redirect chains and reject cyclesa6fdc5fzensical, compat – resolve anchor overrides in page redirects0b1a378zensical, compat – support anchor redirectsBug fixes
6910d56compat – relax validation of autorefs settingseac9e24ui – update ui to v0.0.2978a34cdzensical-serve – avoid port conflicts in server doctests304e280compat – relax search validation (#926)Refactorings
6220f43zensical – clarify redirect planning and outputv0.0.60: 0.0.60Compare 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-readerplugin and fixes template inclusion with macros on Windows extended-length paths.Changelog
Features
3b929cccompat – support table-reader plugin directly (not through macros)Bug fixes
82ece74ui – update ui to v0.0.28206b6b3compat – handle Windows extended-length paths when including templates with macros (#914)v0.0.59: 0.0.59Compare Source
Summary
This version fixes navigation title precedence, Windows
custom_dirpaths,material/metaactivation, and inline SVG icons processed by theminifyplugin.Changelog
Bug fixes
005f01fzensical –minifyplugin breaks iconscircleandrectelements05f297ezensical, compat – respect navigation title precedence (#906)96d43cdcompat –custom_dirpath interpreted incorrectly on Windows (#902)9f1042azensical, compat –metaplugin only enabled when usingmaterial/meta(#898)Refactorings
6398ebdzensical, compat – separate navigation title resolutionv0.0.58: 0.0.58Compare 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:
metaredirectsminifytagsliterate-navawesome-navThe existing
search,mkdocstrings, andautorefsreplacements 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 byliterate-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 buildsFeatures
af7ae6fzensical – support secure WebSockets for preview (#893)1e1fc79zensical, compat – addawesome-navMkDocs plugin replacementc3dbdfezensical, compat – addliterate-navMkDocs plugin replacement32bd870zensical, zensical-serve, zensical-watch, compat – addtagsMkDocs plugin replacementcbdd6cezensical, compat – addminifyMkDocs plugin replacementafe1ecbzensical, compat – addredirectsMkDocs plugin replacement8dc4a80zensical, compat – addmetaMkDocs plugin replacementBug fixes
1ec42b9ui – update ui to v0.0.27965351dcompat – run link rewriting post-processor before raw HTML post-processor7fe9245zensical – propagate unresolved operator failures02d903dcompat – maintain Python-Markdown extensions orderingPerformance improvements
f4830e0compat – iterate over raw HTML blocks only once per post-processoraf0ca2ecompat – faster autorefs URL membership checkRefactorings
3c779b9zensical, compat – finalize scheduler and plugin integration86646a4zensical, zensical-serve, compat – reconcile MkDocs plugin infrastructure83b0fd7zensical, compat – migrateautorefsMkDocs plugin replacement3a390c7zensical, compat – migratemkdocstringsMkDocs plugin replacementff11fe3zensical, compat – migratesearchMkDocs plugin replacementde7757bzensical, zensical-watch – migrate workflows to ZRX scheduler and streamsv0.0.57: 0.0.57Compare Source
Summary
This version improves compatibility with
markdown-execby supportingpymdownxblocks, 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
325758fui – update ui to v0.0.267372e5bcompat – support pymdownx blocks in markdown exec (#871)Refactorings
b020159zensical-serve – increase max header size to 8kb (#875)v0.0.56: 0.0.56Compare Source
Summary
This version fixes a regression introduced in 0.0.55, making Zensical report false positives for the deprecated
unresolved_referencessetting. Additionally, checking of autorefs is moved to theinvalid_linkssetting. Please disableunresolved_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
9973ac9compat – regression reporting unresolved references (#866)Refactorings
e6c56cezensical, compat – report invalid autorefs underinvalid_linksvalidation settingv0.0.55: 0.0.55Compare Source
Summary
This version fixes two false positives in the reference extractor and reverts Zensical's bootstrapped
zensical.tomlto 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
91d9d50compat – ignore surrounding whitespace in inline link targets (#861)6774d61compat – invalid code span detection in reference extractorRefactorings
b53048ecompat – revert code blocks to TOML 1.0 (#860)v0.0.54: 0.0.54Compare 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 correctsmikeconfiguration defaults and updateswebbrowserto address a security vulnerability.Changelog
Bug fixes
0d2fa6fui – update ui to v0.0.25bb2cbeecompat – defaults formikeincorrectly set8cf761f– updatewebbrowserto address CVEdb4f8efzensical, compat – avoid unresolved reference false-positive for autorefsPerformance improvements
34e6c89zensical, ui – reduce peak memory usage by 8-10xv0.0.53: 0.0.53Compare Source
Summary
This version adds support for enabling strict mode directly in
mkdocs.ymlorzensical.toml, allowing warnings to fail builds consistently without the--strictcommand-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 generatedzensical.tomlnow uses TOML 1.1 syntax, andpymdownxis updated to version 11.0 to address a vulnerability.Changelog
Features
6227f4ezensical, compat – supportstrictconfiguration option (#840)Bug fixes
9f93533ui – update ui to v0.0.2471c5ed5– updatepymdownxto 11.0 to fix vulnerabilityPerformance improvements
b36f50azensical – wrap autorefs inArcto reduce memory usage (#838)Refactorings
94ceb07compat – updatezensical.tomlto TOML 1.1 syntaxv0.0.52: 0.0.52Compare 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, orkoto 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
tsxinstead ofts-node, andnpm-run-all2replaces the unmaintainednpm-run-all. Updated icon packages add 56 new icons: 23 Font Awesome icons, 21 Lucide icons, 8 Octicons, and 4 Simple Icons.Changelog
Features
f2d9ef8zensical – add CJK language support for search72f24bfui – update ui to v0.0.23v0.0.51: 0.0.51Compare Source
Summary
This version improves cached rebuilds by persisting
objects.invand autorefs data, fixes stale builds after removing files, and upgradessoupsieveto address vulnerabilities.Changelog
Bug fixes
ec69acczensical, compat – cache objects.inv to persist it across cached rebuilds (#815)7e6940fzensical – cache autorefs data for cross-ref resolution across rebuilds (#805)v0.0.50: 0.0.50Compare Source
Summary
This version fixes a regression introduced in 0.0.48 which broke search.
Changelog
Bug fixes
46d9f29ui – update ui to v0.0.22v0.0.48: 0.0.48Compare 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
15f138aui – update ui to v0.0.2163c9dd3compat – avoid registering same extension twice (as plugin and extension)25ba4c7compat – enable autorefs when mkdocstrings extension is enabled781305acompat – support theme being just a stringc33d65bcompat – support enabled option in autorefs, glightbox and macros extensions81596c1compat – fix relative/scoped cross-refs support for mkdocstrings-python (#796)Refactorings
71c976ccompat – allow configuring mkdocstrings as a Markdown extensionv0.0.47: 0.0.47Compare 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
classicandmodernvariants.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-galleryare attributed correctly again.Changelog
Features
05856adcompat – support markdown-exec pluginBug fixes
e071bb6zensical-serve – close connection on fatal write errorsa647737ui – update ui to v0.0.2035c8e36compat – fix check for appending iframe-worker polyfill (#785)7158eabcompat – catch misconfiguration ofsite_diranddocs_dir(#780)30afc96zensical, zensical-serve – percent-encode&in URLs used in templates and sitemap (#772)v0.0.46: 0.0.46Compare 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
efor queries such ase-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, andshadowed_footnotesare 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
aeb31adui – update ui to v0.0.1961b6d05compat – preservesmalltags in generated search indexedb0878zensical – search path segment is empty when title is sourced from section index page909f973compat – don't crash on invalid URLs in HTML (#755)e6b55fecompat – strip images from toc labels (#749)0f11c7f– updatepyo3to0.29.0to mitigate 2 vulnerabilitiesRefactorings
e4a370fzensical, compat – change several validation defaults to false (#758)v0.0.45: 0.0.45Compare 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
8d9536acompat – revert "fix: brackets in indented code recognized as unresolved references (#700)" (#735)v0.0.44: 0.0.44Compare 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
eb72115compat – ignore Markdown comments[//]: ...during link validationc40f649compat – brackets in indented code blocks recognized as unresolved link references (#700)93cc869compat – snippet markers recognized as unresolved link references (#700)a212c59zensical – don't remove dotfiles from site dir (#728)db1f19ccompat – provideconfattribute in macros'envobject9b452cbzensical – improve error message when missing icon is used (#708)d7ccbe6zensical, compat – anchors with escaped chars not matched during link validation (#703)8b7e29ecompat – empty footnote ref classified as link ref (#702)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.