Writr
← Back to Changelog

v6.1.4

Release

[email protected] — 2026-07-15

Dependency maintenance sweep: refresh dev and runtime dependencies — including the AI SDK (v7) and js-yaml (v5) majors — with no changes to writr's own API.

Internal

  • upgrade code quality dependencies — biome 2.5.3, vitest & coverage-v8 4.1.10 (9eec344, #472)
  • upgrade TypeScript & build tooling — tsx 4.23.0, tsdown 0.22.5, @types/node 24.13.3 (311a4e6, #473)
  • upgrade GitHub Actions majors — checkout v7, setup-node v7, pnpm/action-setup v6, codecov v7, wrangler v4 (7712657, #475)
  • upgrade tsx 4.23.1 & tsdown 0.22.7 (09aaf63, #476)
  • upgrade marked 18.0.6 & markdown-it 14.3.0 (b4c31e7, #477)
  • upgrade docula 2.2.0 (f180192, #478)
  • upgrade cacheable 2.5.0 (f92029c, #479)
  • upgrade hashery 3.0.1 (7c40bba, #480)
  • upgrade hookified 3.0.1 (9bd5293, #481)
  • upgrade html-react-parser 6.1.4 (bd2136f, #482)
  • upgrade AI SDK to v7 — ai 7.0.23, @ai-sdk/* 4.x (2bf2be5, d6bb09f, #483, #485)
  • upgrade js-yaml to v5; drop now-redundant @types/js-yaml (0610007, #484)
  • add npm homepage & bugs metadata (8d1e4b0, #471)

Notes

  • AI SDK v7 (runtime): consumers of the WritrAI feature should supply AI SDK v7-compatible model providers (e.g. @ai-sdk/anthropic@4).
  • TypeScript 7 was intentionally deferred (experimental native compiler API; revisit when stable).

Contributors

  • @jaredwray (13, dependency sweep — commits automated)
  • @jiapengwang-code (1)

Full List of Changes

  • add npm homepage and bugs metadata by @jiapengwang-code in #471
  • upgrade code quality dependencies by @jaredwray in #472
  • upgrade TypeScript and build tooling by @jaredwray in #473
  • upgrade GitHub Actions (breaking) by @jaredwray in #475
  • upgrade tsx and tsdown by @jaredwray in #476
  • upgrade marked and markdown-it by @jaredwray in #477
  • upgrade docula by @jaredwray in #478
  • upgrade cacheable by @jaredwray in #479
  • upgrade hashery by @jaredwray in #480
  • upgrade hookified by @jaredwray in #481
  • upgrade html-react-parser by @jaredwray in #482
  • upgrade ai SDK to v7 (breaking) by @jaredwray in #483
  • upgrade js-yaml to v5 (breaking) by @jaredwray in #484
  • upgrade ai to 7.0.23 by @jaredwray in #485

Full diff: https://github.com/jaredwray/writr/compare/v6.1.3...v6.1.4