chore(deps): update dependency zensical to v0.0.53 - #178
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
July 16, 2026 15:42
2d24564 to
bb07d44
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
2 times, most recently
from
July 20, 2026 14:37
2daee29 to
d9db712
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
July 30, 2026 15:01
d9db712 to
df1aa4c
Compare
renovate
Bot
force-pushed
the
renovate/zensical-0.x
branch
from
August 4, 2026 18:43
df1aa4c to
1012bdf
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.53Release Notes
zensical/zensical (zensical)
v0.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: (in timezone America/Mexico_City)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.