Menu

#Pnpm

26 posts

Feed·
20 of 26 posts
pnpm 12.0
🖼️
84

pnpm 12.0

Hacker News·23 days ago
#GqpOcDV3

pnpm 12 is stable. It is a rewrite of pnpm in Rust, and it is deliberately not a migration: the commands, flags, settings, and lockfile format of pnpm 11 all carry over, and the documentation describes both versions.

15s
Read More
I built an open-source dependency intelligence platform in TypeScript — here's how it works
🖼️
0

I built an open-source dependency intelligence platform in TypeScript — here's how it works

DEV Community: security·Zayd Mulani·4 months ago
#vJGSpopG
#dev#depgraph#packages#risk#pnpm#maintainer

Most teams find out their dependencies are risky after something breaks. A maintainer disappears, a...

15s
Read More
pnpm workspaces: the CI cache that survived the fix and cost me 40 minutes per build
🖼️
0

pnpm workspaces: the CI cache that survived the fix and cost me 40 minutes per build

DEV Community·Juan Torchia·4 months ago
#cb4OkXjl
#pnpm#typescript#cache#store#build#actions

The CI was green. The cache wasn't working. Forty minutes per build run because pnpm couldn't find the store in GitHub Actions. Here are the logs, the before/after YAML, and the exact configuration that brought it down to 8 minutes.

15s
Read More
pnpm workspaces in a Next.js 16 monorepo: what the benchmark didn't measure and almost broke my CI
🖼️
0

pnpm workspaces in a Next.js 16 monorepo: what the benchmark didn't measure and almost broke my CI

DEV Community·Juan Torchia·4 months ago
#WkSNG0HS

The install-time benchmark I published earlier didn't capture the real cost of pnpm workspaces in CI: silent cache invalidation, dependency hoisting that breaks in App Router, and a specific edge case that can take down your Railway pipeline.…

15s
Read More
pnpm vs npm vs yarn in 2026: I ran all three on my real monorepo and it forced me to change my mind
🖼️
0

pnpm vs npm vs yarn in 2026: I ran all three on my real monorepo and it forced me to change my mind

DEV Community·Juan Torchia·4 months ago
#iXmQ3KHE

I ran all three package managers on the same Next.js 16 + strict TypeScript monorepo with Shadcn/ui and Radix UI. pnpm wins on disk and CI — but there's a real compatibility cost the migration guides never tell you about.

15s
Read More
pnpm vs npm vs Yarn (2026): Best Node.js Package Manager?
🖼️
0

pnpm vs npm vs Yarn (2026): Best Node.js Package Manager?

DEV Community·丁久·4 months ago
#sEw4EihZ
#npm#node#packagemanager#tooling#pnpm#yarn

Disk usage, install speed, monorepo support, and security compared across the three major Node.js package managers. Real benchmarks and migration guides.

15s
Read More