Skip to content

fix(deps): update dependency zensical (0.0.43 ➔ 0.0.51) - #28

Merged
LukeEvansTech merged 1 commit into
mainfrom
renovate/zensical-0.x
Jul 17, 2026
Merged

fix(deps): update dependency zensical (0.0.43 ➔ 0.0.51)#28
LukeEvansTech merged 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.51 age confidence

Release Notes

zensical/zensical (zensical)

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: (in timezone Europe/London)

  • 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 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 Jun 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 force-pushed the renovate/zensical-0.x branch from ca80a6d to 23ab58c Compare June 9, 2026 11:27
@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
@github-actions

github-actions Bot commented Jun 9, 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 changed the title chore(deps): update dependency zensical to v0.0.45 fix(deps): update dependency zensical (0.0.43 ➔ 0.0.45) Jun 14, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 23ab58c to bffb967 Compare June 21, 2026 21:40
@renovate renovate Bot changed the title fix(deps): update dependency zensical (0.0.43 ➔ 0.0.45) fix(deps): update dependency zensical (0.0.43 ➔ 0.0.46) Jun 21, 2026
@github-actions

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 changed the title fix(deps): update dependency zensical (0.0.43 ➔ 0.0.46) fix(deps): update dependency zensical (0.0.43 ➔ 0.0.47) Jul 5, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from bffb967 to 6940bac Compare July 5, 2026 18:14
@github-actions

github-actions Bot commented Jul 5, 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 changed the title fix(deps): update dependency zensical (0.0.43 ➔ 0.0.47) fix(deps): update dependency zensical (0.0.43 ➔ 0.0.48) Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 6940bac to 9e3dbd1 Compare July 9, 2026 10:51
@github-actions

github-actions Bot commented Jul 9, 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 changed the title fix(deps): update dependency zensical (0.0.43 ➔ 0.0.48) fix(deps): update dependency zensical (0.0.43 ➔ 0.0.50) Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 9e3dbd1 to 750f0da Compare July 9, 2026 16:37
@github-actions

github-actions Bot commented Jul 9, 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 force-pushed the renovate/zensical-0.x branch from 750f0da to 2c22de3 Compare July 17, 2026 19:09
@renovate renovate Bot changed the title fix(deps): update dependency zensical (0.0.43 ➔ 0.0.50) fix(deps): update dependency zensical (0.0.43 ➔ 0.0.51) Jul 17, 2026
@github-actions

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

@LukeEvansTech
LukeEvansTech merged commit de53ed1 into main Jul 17, 2026
10 checks passed
@LukeEvansTech
LukeEvansTech deleted the renovate/zensical-0.x branch July 17, 2026 20:47
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.

1 participant