Skip to content

v16.24.1

Latest

Choose a tag to compare

@dyoshikawa dyoshikawa released this 05 Sep 12:09
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
b1d1c63

What's Changed

This is a maintenance release. There are no changes to rulesync's public API or generated output.

Dependencies

  • Bumped the all-dependencies group across 1 directory with 168 updates (#2939). Notable runtime dependency changes:

    • zod 4.4.3 → 4.5.4
    • fastmcp 4.16.10 → 4.20.0
    • es-toolkit 1.51.0 → 1.52.0
    • @inquirer/checkbox 5.2.3 → 5.2.4
    • @octokit/request-error 7.1.1 → 7.1.2

    Note: Zod 4.5 shortened the default message for invalid_type issues and dropped the received field from them, so validation errors that rulesync surfaces for malformed frontmatter now read slightly more tersely. The offending field path and the expected type are still reported.

  • Bumped the all-actions group with 3 updates (#2928): actions/deploy-pages, softprops/action-gh-release, and anomalyco/opencode/github, each pinned to a verified commit SHA.

CI

  • The Publish Assets workflow now generates the repomix XML variants under Node via tsx instead of Bun, and scripts/generate-repomix-xml.ts refuses to run under Bun with an explanatory error (#2930, closes #2922). This removes the intermittent Terminating worker thread failure that made the release workflow need several reruns.

Tests

  • KiloSubagent.fromFile invalid-type coverage now asserts on the structured Zod issue data (code, expected, path) instead of Zod's English error sentence, so the test no longer breaks on a dependency bump while pinning more of the failure than before (#2938).

Contributors

Full Changelog

v16.24.0...v16.24.1