Skip to content

v0.2.1 — security patches

Choose a tag to compare

@tuirk tuirk released this 14 May 06:20
· 211 commits to main since this release
ecf88a8

Security patch release. Closes all 26 open Dependabot alerts (14 high,
8 medium, 4 low — 13 unique GHSAs, all in next) by bumping Next.js to
16.2.6, and rolls forward the rest of the weekly minor-and-patch
floor across the app and nlp-service surfaces. CI green throughout;
no API, schema, or behavioral changes.

Security

Changed

  • better-sqlite3 12.9.0 → 12.10.0 (#82). Bundled SQLite engine
    3.x → 3.53.1. Adds Node 26 prebuilds; drops EOL Node 20/23 prebuilds.
    No API change — sync-only transaction() and pragma usage unaffected.
    Version 12.9.1 (a poison release flagged by upstream) is correctly
    skipped.
  • React 19.2.5 → 19.2.6 (#82). RSC type hardening + perf.
    react-dom paired.
  • pydantic 2.13.3 → 2.13.4 (#74). RootModel core-metadata
    preservation fix; macOS linker-flag and libc bumps in
    pydantic-core.
  • vitest / @vitest/ui 4.1.5 → 4.1.6 (#82). Bug-fix release;
    deprecation of the sequential test API does not affect this repo
    (no usage in app/vitest.config.ts or any test file).
  • lucide-react 1.11.0 → 1.14.0 (#82). Additive icons
    (repeat-off, waves-vertical, astroid, folder-bookmark).
  • @types/node 24.12.2 → 24.12.4 (#82). Types only.