Dashboard › craft › Distillation
9c29e699-a559-43d7-80c4-a5977e28c9e8["9364dd5fb077a908805d252ce13efbe0","4a79ea864ecf193470ca7f1b8357aae1"]
Date: Jul 28, 2026
git show HEAD --stat, git diff b800dbd HEAD -- pnpm-lock.yaml docs/pnpm-lock.yaml, and grep of both lockfiles for postcss/nanoid versions.pnpm-lock.yaml lines 2592,5816 only copy postcss@8.5.24. docs/pnpm-lock.yaml lines 1699,4128 plus postcss-nested@6.2.0(postcss@8.5.24) lines 2440,4118. No 8.5.15 remains. Override ^8.5.18 resolved to 8.5.24.^8.2.14→^8.5.18 (docs lock lines 1692-1693) identical integrity hash, metadata reindex.astro@7.1.4 peer only @astrojs/markdown-remark (docs lock lines 957-959); @astrojs/starlight no postcss peer; postcss-nested peer ^8.5.18 satisfied by 8.5.24; override placed under pnpm.overrides after svgo: ^4.0.1.git show HEAD --name-only lists exactly docs/package.json, docs/pnpm-lock.yaml, package.json, pnpm-lock.yaml. No AGENTS.md/.lore.md/.opencode/README changes. Working tree clean.postcss: ^8.5.18 valid pnpm syntax; caret admits 8.5.24; dual override (root + docs) required because pnpm maintains independent lockfiles per workspace (docs previously pinned postcss@8.5.15, nanoid@3.3.15, now fixed).postcss: ^8.5.10 root override but missed docs workspace, leaving alerts open; suggest CI guard or documented note to propagate root overrides to docs/package.json. M2 (informational) nanoid not separately pinned in overrides; rides via postcss; optional explicit nanoid override for defense-in-depth.