Commit Graph

16 Commits

Author SHA1 Message Date
btea
9797a1e889 refactor: remove useless parameters from the catch statement (#8583) 2024-09-29 12:08:48 +02:00
Zoltan Kochan
c92f4bf282 refactor: rename lockfile-walker to lockfile.walker 2024-07-28 01:42:38 +02:00
Zoltan Kochan
c5ef9b0643 refactor: rename filter-utils to lockfile.utils 2024-07-28 01:35:40 +02:00
Zoltan Kochan
3dd30b1909 refactor: create branded type for project ID (#8164) 2024-06-04 18:30:59 +02:00
Zoltan Kochan
c649954e41 refactor: create a separate type for DepPath (#8094) 2024-05-20 16:11:46 +02:00
Zoltan Kochan
9719a42d0e feat: configurable max length of directories inside node_modules/.pnpm (#7994)
close #7355
2024-04-28 11:07:29 +02:00
Khải
471f0b3420 refactor(pkg-manager): return type annotations for small modules in the pkg-manager directory (#7875)
* refactor(pkg-manager): return type annotations

* refactor(get-context): return type annotation

* refactor(headless): return type annotations
2024-04-09 12:00:41 +02:00
Nacho Aldama
c597f72ec3 feat: add hoist-workspace-packages option (#7451)
---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-12-30 13:43:19 +00:00
Zoltan Kochan
ee4d15fdd8 refactor(hoist): export getHoistedDependencies(opts) 2023-10-24 22:33:01 +03:00
Zoltan Kochan
a60e7fee30 refactor(hoist): don't use async functions when they are not needed 2023-10-23 19:16:35 +03:00
Zoltan Kochan
5c8c9196cc perf: faster linking of commands of hoisted packages (#7212) 2023-10-16 22:33:43 +03:00
Zoltan Kochan
ee61ca4cb7 style: update eslint (#6236) 2023-03-18 14:57:29 +02:00
Zoltan Kochan
583e3954be fix: remove suppressImplicitAnyIndexErrors from typescript settings (#5991) 2023-01-28 18:19:26 +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
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
4ca53b0b50 refactor: group projects in different subdirectories (#5659) 2022-11-20 01:35:22 +02:00