Zoltan Kochan
7030cc26e8
refactor: use Object.fromEntries instead of Ramda.fromPairs
2022-12-21 03:23:10 +02:00
Zoltan Kochan
2458741fab
feat: store locations of deps when node-linker is set to hoisted ( #5795 )
...
Currently, when `node-linker=hoisted` is used and `node_modules` is not up-to-date, pnpm relinks all dependencies inside node_modules. This is not efficient, so with this optimisation pnpm will only relink what needs to be relinked.
2022-12-18 20:53:53 +02:00
Zoltan Kochan
450e0b1d10
feat: add a new option to the hoister to ignore some deps ( #5784 )
2022-12-13 00:15:26 +02:00
await-ovo
49f6c917fb
fix: should not replace workspace:* when update ( #5764 )
...
close #5317
close #5303
close #5312
close #5726
2022-12-09 20:51:03 +02:00
Jordan
868f2fb163
fix: --lockfile-only and readPackage hook modifying workspace packages ( #5678 )
...
close #5670
2022-11-26 20:31:57 +02:00
Zoltan Kochan
043bbeaf3b
feat: dedupe direct dependencies ( #5676 )
2022-11-25 21:29:41 +02:00
Zoltan Kochan
d5496cc3f8
refactor: linking direct dependencies ( #5669 )
2022-11-23 23:21:01 +02:00
Zoltan Kochan
4ca53b0b50
refactor: group projects in different subdirectories ( #5659 )
2022-11-20 01:35:22 +02:00