Skip to content

Zester v0.6.7

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:28
· 11 commits to main since this release

Security

  • Dependency review: bumped postcss to 8.5.19 in the docs website (fixes a
    CSS-stringify XSS advisory) alongside the fumadocs/lucide/@types minors, and
    sigstore-go to 1.2.0 (fixes a multi-log threshold-bypass advisory;
    integration-test-only dependency). The TypeScript 7 major was declined — it
    breaks the Next.js 16 site build — and the remaining docker/docker advisories
    are integration-test-only transitives with no patched release yet.

Changed

  • Module reference pages are now one page per FAMILY (Salt-style tree).
    modules → pkg renders every pkg.* state on a single page: a function
    index up top, a Family Parameters section rendered once from the shared
    family components (with per-member tables for member-supplied dimensions —
    e.g. mode defaults 0644/0755 — and exposure lists when not every member
    takes a parameter), then per-member sections with stable anchors
    (/docs/guides/modules/file#file-managed). 44 per-module pages collapse
    into 19 family pages; docgen deletes stale generated pages automatically.
    Notes and Divergences (BD ids) are no longer rendered on the website pages
    — they remain in the module Doc for spec bookkeeping and in the terminal
    sys.doc/zester doc output.