pnpm
Fast, disk space efficient package manager
pnpm.io
- Reposted by pnpmWe’re excited to share that the @nodejs.org website (nodejs.org) now builds using @pnpm.io! This switch has led to faster CI builds and more efficient dependency management.
- Reposted by pnpmNow that we have a way to preload settings for @pnpm.io, maybe we could create standard config dependencies for specific stacks. Like "@pnpm/angular-defaults"
- Reposted by pnpmNew blog post! Let's categorize our deps better with @pnpm.io catalogs! antfu.me/posts/catego...
- Reposted by pnpmYou can now add JSR packages with @yarnpkg.dev and @pnpm.io with `jsr:` specifier deno.com/blog/add-jsr...
- pnpm v10.9 is out with native support for the JSR registry! You can now install packages from JSR using the "jsr:" protocol. For example: pnpm add jsr:@hono/hono
- We added support for a new hook in pnpm v10.8 for modifying its settings. Together with configDependencies, this lets you share your settings across repositories. To demonstrate it, we created a package with recommended pnpm settings: github.com/pnpm/better-...
- Reposted by pnpmNative JSR support coming to @pnpm.io 👀🔥 github.com/pnpm/pnpm/pu...
- Reposted by pnpm🕳️ node-modules.dev v0.4.0 is just out! ⚠️ Deprecated packages 🌈 Clusters by @pnpm.io catalogs 🔼 Latest version indicator 📖 publint.dev integration Thanks @jyc.dev @43081j.com @bluwy.me @sxzz.dev et al. for the PRs, brainstorming, and tools! 💚 We should really take some actions to cleanup now! 🧹
- With pnpm v10.6 you can now move your settings from .npmrc to pnpm-workspace.yaml
- pnpm v10.5 is out github.com/pnpm/pnpm/re...
- Should pnpm v10 throw an error if there are unreviewed packages with postinstall scripts? Github poll: github.com/orgs/pnpm/di...
- pnpm 10.2 is now the latest version of pnpm.
- Looks like @renovatebot.com now supports pnpm catalogs!
- . @sarahgooding.bsky.social thanks for the detailed article about our change in pnpm v10 regarding blocking scripts of dependencies. socket.dev/blog/pnpm-10...
- Reposted by pnpmWe're considering it as well.
- pnpm can block lifecycle scripts of dependencies during installation. This is an opt-in feature though. Should we block them by default? github.com/orgs/pnpm/di...
- Reposted by pnpmBig changes in @pnpm.io 10.0.0: Lifecycle scripts are now blocked by default to combat supply chain attacks. This change is widely supported but comes with some friction. socket.dev/blog/pnpm-10... #NodeJS #pnpm #JavaScript
- pnpm 10.0.0 is out! It isn't latest yet but it is stable. github.com/pnpm/pnpm/re...
- Should we have a big "note" section in the output of the run command (like the one printed by npm) or a short one (like the one printed by Yarn v1)?
- pnpm is now featured on the @nodejs.org download page. How cool is that!
- pnpm can block lifecycle scripts of dependencies during installation. This is an opt-in feature though. Should we block them by default? github.com/orgs/pnpm/di...
- We’re planning to introduce “configurational dependencies” in pnpm. These will be installed before all other dependencies, allowing repositories to share configurations. Think patches, build allowlists, version catalogs, or even installation hooks. RFC: github.com/pnpm/rfcs/pu...
- Published the v10 docs. Most changes are on the "link" page: pnpm.io/10.x/cli/link
- In pnpm v10.0.0-alpha.4 you may opt-in to have your dependencies automatically installed before running scripts with "pnpm run". Set the "verify-deps-before-run" setting to "install".
- pnpm v9.13.1 is out! github.com/pnpm/pnpm/re...
- Reposted by pnpmYou can experiment with the v10 version of @pnpm.bsky.social. The first alpha version is out already github.com/pnpm/pnpm/re...
- The pnpm repository has 24K stars!
- I've spent a lot of time with Node.js package managers and I've consistently found pnpm to deliver a great overall experience. { author: Adam Coster } dev.to/adamcoster/configur…