Update dependency zensical to v0.0.57 - #2414
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
July 9, 2026 14:37
dd5ff7a to
ad389c9
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
July 16, 2026 18:02
ad389c9 to
36e3b30
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
July 17, 2026 19:04
36e3b30 to
5bbebd3
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
July 30, 2026 11:02
5bbebd3 to
be99202
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
August 4, 2026 15:57
be99202 to
1ccb6d5
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
August 13, 2026 17:07
1ccb6d5 to
de1d9f3
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
August 16, 2026 12:27
de1d9f3 to
6cded15
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
August 18, 2026 16:46
6cded15 to
744648f
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
August 21, 2026 22:29
744648f to
8505d16
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.47→==0.0.57Release Notes
zensical/zensical (zensical)
v0.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 extensionConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.