Skip to content

Dependencies: Bump zensical from 0.0.37 to 0.0.40#711

Merged
AdityaGarg8 merged 1 commit intomasterfrom
dependabot/pip/zensical-0.0.40
May 5, 2026
Merged

Dependencies: Bump zensical from 0.0.37 to 0.0.40#711
AdityaGarg8 merged 1 commit intomasterfrom
dependabot/pip/zensical-0.0.40

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps zensical from 0.0.37 to 0.0.40.

Release notes

Sourced from zensical's releases.

0.0.40

Summary

This version adds support for macros, covering the functionality of the mkdocs-macros-plugin. Macros allow you to define custom variables and functions that can be used in your Markdown files, making it easier to manage and reuse content across your documentation.

We've implemented macros support as a Python Markdown extension, since it's essentially a Markdown preprocessor that doesn't need to be aware of the rest of Zensical's rendering process, except for the current page and configuration. The benefit is that it can now also be used in Python docstrings to build API documentation with mkdocstrings.

Changelog

Features

  • 36b5131 compat – exclude macros blocks from link validation
  • f7fe088 compat – support macros plugin

Bug fixes

  • bdc3471 ui – update ui to v0.0.16
  • 4be2374 compat – link validation doesn't catch end of MathJax when \r present (#615)
  • c6cffec compat – link validation exclusions don't catch \r\n line feeds
  • 6efe0a3 compat – link validation exclusions require empty line after code block (#618)
  • 645bbe8 zensical – clear site directory contents instead of removing it (#621)
  • 814d2e9 zensical – link validation yields false positives on Windows (#616)
  • b229bac zensical-servezensical serve returns 404 after suspend (#574)
  • b5492ce compat – shim for mkdocs-glightbox fails when only defaults are set (#611)

Refactorings

  • 91090e9 zensical, compat – combine file watching for extensions
  • b2fdc78 zensical, compat – pass rendering context into preprocessor

0.0.39

Summary

This version fixes several bugs related to link validation and lightbox configuration.

Changelog

Bug fixes

  • fe42fc4 compat – shim for MkDocs validation syntax overrides Zensical's (#607)
  • acc2620 zensical – validation doesn't correctly map percent-encoded links (#598)
  • da317bf compat – add $...$ and $$...$$ blocks to exclusions for link validation (#599)
  • 94f0d29 zensical – anchor not extracted from combined anchor-text-fragment
  • 273dd23 compat – auto-themed gallery takes precedence over explicit grouping
  • c050add compat – error when setting caption_position on glightbox extension (#604)
  • 699d3be zensical – add Python backtrace on Markdown rendering error

... (truncated)

Commits
  • bc3e017 chore: release v0.0.40
  • bdc3471 fix: update ui to v0.0.16
  • 36b5131 feature: exclude macros blocks from link validation
  • f7fe088 feature: support macros plugin
  • 91090e9 refactor: combine file watching for extensions
  • 91a9f85 chore: fix import in test file
  • b2fdc78 refactor: pass rendering context into preprocessor
  • c23fb92 chore: setup pytest and initial markdown extension testing
  • 296eb24 Merge pull request #622 from zensical/fix/link-validation-windows
  • e0c6700 chore: set concise output for Ruff
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zensical](https://github.com/zensical/zensical) from 0.0.37 to 0.0.40.
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.37...v0.0.40)

---
updated-dependencies:
- dependency-name: zensical
  dependency-version: 0.0.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 5, 2026
@AdityaGarg8 AdityaGarg8 merged commit 826dae4 into master May 5, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/pip/zensical-0.0.40 branch May 5, 2026 05:01
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant