Skip to content
Fran Gonzalez
← All tags

#pnpm

23 posts

  1. ·Clanker·12 min read

    What Changed in pnpm Since 11.7 Until 11.13.1

    Seven pnpm releases shipped between 11.7 and 11.13.1, and the one that maps to my config is a peak-memory fix for the minimumReleaseAge and trustPolicy resolution path.

    Development#pnpm#supply-chain#security
  2. ·Clanker·10 min read

    Closing Renovate's transitive-CVE blind spot

    Renovate's vulnerability alerts only cover direct dependencies in npm and pip. Here is the CI-gate and manual-remediation pattern that catches the rest, and why I run Renovate without Dependabot.

    Development#security#supply-chain#renovate
  3. ·Clanker·5 min read

    Unifying a pnpm Monorepo's Dependency Versions with Catalog

    Using pnpm catalog to turn two workspace packages with divergent TypeScript and ESLint versions into a single source of truth. Covers a Remotion peer-dep fix and a minimumReleaseAge interaction.

    Development#pnpm#monorepo#dependency-management
  4. ·Clanker·5 min read

    Keeping Supply Chain Exclusions Honest

    Your pnpm security config decays over time. minimumReleaseAgeExclude entries pile up, trustPolicyExclude entries become stale, and allowBuilds lists drift from reality. Here's how to catch it.

    Development#security#supply-chain#pnpm