Skip to content

Update dependency zensical to v0.0.57 - #2414

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

Update dependency zensical to v0.0.57#2414
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/zensical-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
zensical (changelog) ==0.0.47==0.0.57 age confidence

Release Notes

zensical/zensical (zensical)

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

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 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 Jul 9, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://Islandora.github.io/documentation/pr-preview/pr-2414/

Built to branch gh-pages at 2026-08-21 22:30 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from dd5ff7a to ad389c9 Compare July 9, 2026 14:37
@renovate renovate Bot changed the title Update dependency zensical to v0.0.48 Update dependency zensical to v0.0.50 Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from ad389c9 to 36e3b30 Compare July 16, 2026 18:02
@renovate renovate Bot changed the title Update dependency zensical to v0.0.50 Update dependency zensical to v0.0.51 Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 36e3b30 to 5bbebd3 Compare July 17, 2026 19:04
@renovate renovate Bot changed the title Update dependency zensical to v0.0.51 Update dependency zensical to v0.0.52 Jul 30, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 5bbebd3 to be99202 Compare July 30, 2026 11:02
@renovate renovate Bot changed the title Update dependency zensical to v0.0.52 Update dependency zensical to v0.0.53 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from be99202 to 1ccb6d5 Compare August 4, 2026 15:57
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 1ccb6d5 to de1d9f3 Compare August 13, 2026 17:07
@renovate renovate Bot changed the title Update dependency zensical to v0.0.53 Update dependency zensical to v0.0.54 Aug 13, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from de1d9f3 to 6cded15 Compare August 16, 2026 12:27
@renovate renovate Bot changed the title Update dependency zensical to v0.0.54 Update dependency zensical to v0.0.55 Aug 16, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 6cded15 to 744648f Compare August 18, 2026 16:46
@renovate renovate Bot changed the title Update dependency zensical to v0.0.55 Update dependency zensical to v0.0.56 Aug 18, 2026
@renovate renovate Bot changed the title Update dependency zensical to v0.0.56 Update dependency zensical to v0.0.57 Aug 21, 2026
@renovate
renovate Bot force-pushed the renovate/zensical-0.x branch from 744648f to 8505d16 Compare August 21, 2026 22:29
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