All Versions
10
Latest Version
Avg Release Cycle
2 days
Latest Release
1471 days ago
Changelog History
Changelog History
-
v5.5.12 Changes
September 08, 2020๐ Bug Fixes
- In some rare cases,
pnpm install --no-prefer-frozen-lockfile
didn't link the direct dependencies to the rootnode_modules
. This was happening when the direct dependency was also resolving some peer dependencies (#2834).
- In some rare cases,
-
v5.5.11 Changes
September 05, 2020๐ Bug Fixes
- โ Sometimes, when installing new dependencies that rely on many peer dependencies, or when running installation on a huge monorepo, there will be hundreds or thousands of warnings. Printing many messages to the terminal is expensive and reduces speed, so pnpm will only print a few warnings and report the total number of the unprinted warnings.
- ๐จ
pnpm outdated --long
should print details about the outdated commands.
-
v5.5.10 Changes
September 02, 2020๐ Bug Fixes
- ๐ Fixing a regression that was shipped with pnpm v5.5.6. Cyclic dependencies that have peer dependencies were not symlinked to the root of node_modules, when they were direct dependencies.
-
v5.5.9 Changes
September 02, 2020๐ Bug Fixes
- ๐ "Heap out of memory" error fixed, which happened on some huge projects with big amount of peer dependencies, since pnpm v3.4.0 (#2339).
-
v5.5.8 Changes
September 02, 2020๐ Bug Fixes
- ๐ "Heap out of memory" error fixed, which happened on some huge projects with big amount of peer dependencies, since pnpm v3.4.0 (#2339).
-
v5.5.7 Changes
September 01, 2020๐ Bug Fixes
- ๐ Ignore non-array bundle[d]Dependencies fields (fixes a regression caused by 5322cf9)
-
v5.5.6 Changes
September 01, 2020๐ Bug Fixes
- ๐ "Heap out of memory" error fixed, which happened on some huge projects with big amount of peer dependencies, since pnpm v3.4.0 (#2339).
- ๐ฆ
pnpm add --global <pkg>
should not break the global package, when thesave
setting is set tofalse
(#2261). - โ
pnpm test|start|stop
should allow the same options aspnpm run test|start|stop
(#2814). - ๐ Improve the error message on 404 errors. Include authorization details (#2818).
-
v5.5.5 Changes
August 31, 2020๐ Bug Fixes
-
v5.5.4 Changes
August 28, 2020๐ Bug Fixes
๐ Any ESLint related dependencies are publicly hoisted by default (#2799).
โก๏ธ
pnpm install -r
should recreate the modules directory if the hoisting patterns were updated in a local config file. The hoisting patterns are configured via thehoist-pattern
andpublic-hoist-pattern
settings (#2802).The same code should run when running some command inside a project directory, or when using
--filter
to select a specific workspace project (#2805).๐ This fixes an issue that was happening when running
pnpm add pkg
inside a workspace. The issue was not reproducible when runningpnpm add pkg --filter project
(#2798). -
v5.5.3 Changes
August 22, 2020