Skip to content

chore(deps): update dependency zensical to v0.0.34#144

Merged
edgarrmondragon merged 1 commit intomainfrom
renovate/zensical-0.x
Apr 21, 2026
Merged

chore(deps): update dependency zensical to v0.0.34#144
edgarrmondragon merged 1 commit intomainfrom
renovate/zensical-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Apr 21, 2026

This PR contains the following updates:

Package Change Age Confidence
zensical (changelog) ==0.0.33==0.0.34 age confidence

Release Notes

zensical/zensical (zensical)

v0.0.34: 0.0.34

Compare Source

Summary

This version ships support for usage of TOML v1.1.0 in zensical.toml, which allows new lines in inline tables. Thus, configuration files can now be made more readable, especially when they contain long lists of items. For example:

Prior to this version

palette = [
  { scheme = "default", toggle = { icon = "lucide/sun", name = "Switch to dark mode" } },
  { scheme = "slate", toggle = { icon = "lucide/moon", name = "Switch to light mode" } },
]

With this version

palette = [
  {
    scheme = "default",
    toggle = {
      icon = "lucide/sun",
      name = "Switch to dark mode"
    }
  },
  {
    scheme = "slate",
    toggle = {
      icon = "lucide/moon",
      name = "Switch to light mode"
    }
  },
]

Additionally, Markdown pages with snippets are now rebuilt when snippets are updated, and an issue with breadcrumbs was fixed when the top-level index.md was not at the root of nav defined explicitly.

Changelog

Features
  • 8f5f584 compat – update configuration parser to TOML v1.1.0
Bug fixes
  • 2461bd6 ui – update ui to v0.0.14
  • 670834f compat – inhibit instant previews on footnote backrefs
  • adad1fa zensical – detect snippets block syntax (#​526)
  • 111e1eb zensical – use a regex to detect snippets (#​526)
  • d24ba8a zensical – always rebuild pages containing snippets (#​526)
  • 7076f8d compat – update README.html links to index.html links when directory URLs aren't set (#​531)
  • 4b9ed87 zensical – don't consider non-root index.md a homepage, like MkDocs (#​476)
  • 25f9ad6 – bump rand to 0.9.4 to mitigate CVE
Refactorings
  • 50aa8a5 zensical, zensical-watch – update to zrx to v0.0.21

Configuration

📅 Schedule: (in timezone America/Mexico_City)

  • 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from edgarrmondragon as a code owner April 21, 2026 10:32
@edgarrmondragon edgarrmondragon added this pull request to the merge queue Apr 21, 2026
Merged via the queue into main with commit 5f03f33 Apr 21, 2026
18 checks passed
@edgarrmondragon edgarrmondragon deleted the renovate/zensical-0.x branch April 21, 2026 13:08
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.

1 participant