Commit Graph

28 Commits

Author SHA1 Message Date
Zoltan Kochan
d7ea8b486a chore(release): 7.19.0 2022-12-21 12:55:30 +02:00
Zoltan Kochan
3360c9f4b0 perf: do not build the same dependency multiple times when node-linker is hoisted (#5814) 2022-12-21 12:29:59 +02:00
Zoltan Kochan
7030cc26e8 refactor: use Object.fromEntries instead of Ramda.fromPairs 2022-12-21 03:23:10 +02:00
Zoltan Kochan
c9d3970e33 fix: rebuild when node-linker is set to hoisted (#5811)
close #5560
2022-12-21 03:07:01 +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
bc18d33fe0 fix(deps): update @zkochan/cmd-shim 2022-12-14 02:39:56 +02:00
Zoltan Kochan
90ec7fcf3f chore: release libs 2022-12-13 04:08:28 +02:00
Zoltan Kochan
313702d76b refactor: all packages should be in the @pnpm scope (#5785) 2022-12-13 03:46:56 +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
Zoltan Kochan
234e9ebaec chore(release): 7.18.2 2022-12-12 14:08:44 +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
Zoltan Kochan
28a99f43f9 chore(release): 7.18.1 2022-12-06 11:41:39 +02:00
Zoltan Kochan
1240a6453e chore(release): 7.18.0 2022-12-04 00:06:58 +02:00
Zoltan Kochan
a9d59d8bc2 fix(deps): update (#5711) 2022-12-01 03:43:03 +02:00
thinkhalo
4097af6b5c feat: support $ in overrides instead of specific version #5703 (#5704)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-11-29 02:32:03 +02:00
Zoltan Kochan
8d7e37c8e2 chore(release): headless and dependents 2022-11-28 17:48:17 +02:00
Zoltan Kochan
32288715d3 fix: dedupe direct deps when headless install is used 2022-11-28 17:27:00 +02:00
Zoltan Kochan
510143083a chore(release): direct-dep-linker and dependents 2022-11-28 16:40:31 +02:00
Zoltan Kochan
13ce5b0315 fix: deduping direct deps on Windows 2022-11-28 03:37:54 +02:00
Zoltan Kochan
e2cc202319 fix: deduping direct deps 2022-11-28 02:05:04 +02:00
Zoltan Kochan
cf783fe9f8 chore(release): 7.17.1 2022-11-27 03:43:44 +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
93ca883e2b chore(release): 7.17.0 2022-11-20 21:20:25 +02:00
Zoltan Kochan
45c83bfbd7 fix: symlinked hoisting should not override files in the root of node_modules (#5663) 2022-11-20 19:51:59 +02:00
Zoltan Kochan
9cbe293876 refactor: put all non-public projects to directories that start with __ 2022-11-20 02:40:44 +02:00
Zoltan Kochan
4ca53b0b50 refactor: group projects in different subdirectories (#5659) 2022-11-20 01:35:22 +02:00