Skip to content

Bump zensical from 0.0.34 to 0.0.36 in the python group#236

Merged
Buried-In-Code merged 1 commit intomainfrom
dependabot/uv/python-2ed2126cfd
Apr 24, 2026
Merged

Bump zensical from 0.0.34 to 0.0.36 in the python group#236
Buried-In-Code merged 1 commit intomainfrom
dependabot/uv/python-2ed2126cfd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Bumps the python group with 1 update: zensical.

Updates zensical from 0.0.34 to 0.0.36

Release notes

Sourced from zensical's releases.

0.0.36

Summary

This version adds the missing update of the user interface that should've been included with v0.0.35.

Changelog

Bug fixes

  • d4d88f8 ui – update ui to v0.0.15

0.0.35

[!WARNING]

Please update to v0.0.36 – this version is missing some changes to the user interface for the new features.

Summary

This version adds native support for GLightbox, a JavaScript lightbox library to add zoom and gallery features to images. Images can be automatically annotated with the new glightbox Markdown extension. Add the following to zensical.toml:

[project.markdown_extensions.zensical.extensions.glightbox]

[!NOTE]

In order to integrate with configuration in mkdocs.yml, where GLightbox is implemented as a plugin, a compatibility shim is included, so no re-configuration is necessary if you're already using the plugin. Note that our extension is more efficient and faster than the plugin, as it does not re-parse the entire HTML of each page, but instead uses Python Markdown's native extension API.

HTML in the table of contents

Additionally, section titles in the table of contents will now render with HTML markup, so you can use emojis and other inline features in section titles and have them render correctly in the table of contents. In Material for MkDocs, this functionality was implemented with the typeset plugin. Zensical now supports this natively.

Relative links in raw HTML

Relative links in raw HTML are now correctly resolved. Initially, we carried over the link processing and resolution logic from MkDocs, which does not support relative links in raw HTML to this day. We implemented a Python Markdown postprocessor, to ensure that relative links in raw HTML are handled as well.

Changelog

Features

  • 5519730 zensical, compat – render section title with markup in table of contents
  • db8518d compat – add plugin compatibility shim for glightbox
  • 057da7c compat – add support for image galleries using glightbox (#290)

Bug fixes

... (truncated)

Commits
  • 5081de2 chore: release v0.0.36 (#576)
  • d4d88f8 fix: update ui to v0.0.15
  • ca9743a chore: release v0.0.35
  • 676bfe2 chore: fix mypy linter error
  • 64f3f33 fix: relative links in raw HTML not correctly resolved (#258)
  • 87abb2a fix: remove img attributes moved to parent in GLightboxExtension
  • 5795fc8 Merge pull request #569 from zensical/fix/lightbox-extension
  • f7531af fix: images in raw HTML are double-processed by GLightboxExtension
  • 1d8dc83 fix: ensure None attributes are not added by GlightboxExtension
  • 7c977a8 refactor: move GLightbox extension to regular Postprocessor
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python group with 1 update: [zensical](https://github.com/zensical/zensical).


Updates `zensical` from 0.0.34 to 0.0.36
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.34...v0.0.36)

---
updated-dependencies:
- dependency-name: zensical
  dependency-version: 0.0.36
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 23, 2026
@read-the-docs-community
Copy link
Copy Markdown

@Buried-In-Code Buried-In-Code merged commit 40cbffc into main Apr 24, 2026
22 checks passed
@Buried-In-Code Buried-In-Code deleted the dependabot/uv/python-2ed2126cfd branch April 24, 2026 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant