Skip to content

v0.4.67

Choose a tag to compare

@github-actions github-actions released this 12 Jul 01:40

What's Changed

Internal

  • TypeScript 7.0.2 — the whole project (main package, @pikiloom/kernel, marketing site) now compiles on the native TS 7 toolchain; tsconfigs migrated for TS 7 (rootDir made explicit, removed baseUrl).
  • Pinned, verified dev toolchain — canonical Node 22.23.1 (.nvmrc + devEngines) and npm 11.6.2, with npm run verify:toolchain asserting Node/npm/TS/@types/node/Docker stay in lockstep; local Node ^25.2.0 is tolerated for day-to-day dev.
  • CI hardening — all workflows install the pinned toolchain via scripts/activate-toolchain.sh and run verify:toolchain; fixed setup-node's bundled-npm cache probe tripping the strict npm pin before the toolchain could activate.

Full Changelog: v0.4.65...v0.4.67