Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
768d90a827 chore(release): 5.0.0-rc.3 v5.0.0-rc.3 2020-05-26 02:50:47 +03:00
Zoltan Kochan
327bfbf02b fix: current lockfile up-to-date check 2020-05-26 02:48:40 +03:00
Zoltan Kochan
48e3f81073 docs(README): link to benchmark section at the bottom 2020-05-25 21:11:13 +03:00
Zoltan Kochan
1aa167f91b docs(README): update benchmarks section 2020-05-25 21:06:27 +03:00
Zoltan Kochan
d0d7a098f2 docs(README): update speed description
PR #2576
2020-05-25 18:24:03 +03:00
Zoltan Kochan
e28b4e8777 fix: remove rarely used commands from generic help 2020-05-24 12:42:07 +03:00
Rajasegar Chandran
cc6cc3786e chore: add descriptions to cli commands
PR #2448
close #1647

Co-authored-by: Zoltan Kochan <z@kochan.io>
2020-05-24 12:30:41 +03:00
Rohan Talip
0105c81f29 docs(README): improved grammar
close #2566
2020-05-24 12:19:28 +03:00
Zoltan Kochan
70a0044bc6 chore: update lockfile 2020-05-24 11:37:14 +03:00
Zoltan Kochan
436b27d25a chore(release): 5.0.0-rc.2 v5.0.0-rc.2 2020-05-24 02:32:49 +03:00
Zoltan Kochan
e2c4fdad51 fix: install on partially up-to-date lockfile 2020-05-24 02:15:37 +03:00
Zoltan Kochan
06b8a7aaa2 chore: update lockfile 2020-05-23 17:19:09 +03:00
Zoltan Kochan
c4b1ab2998 chore(release): 5.0.0-rc.1 v5.0.0-rc.1 2020-05-23 17:17:34 +03:00
Zoltan Kochan
7da0767175 chore(release): 5.0.0-rc.0 v5.0.0-rc.0 2020-05-23 16:29:04 +03:00
Zoltan Kochan
e11019b896 feat!: remove the resolution-strategy setting 2020-05-23 03:05:10 +03:00
Zoltan Kochan
77bc9b5109 fix: resolution sequence
Subdependencies should be resolved after all sibling
parent dependencies.
2020-05-23 03:03:44 +03:00
Zoltan Kochan
142f8caf7b refactor!: relDepPath=>depPath 2020-05-22 23:40:07 +03:00
Zoltan Kochan
9b1b520d99 refactor!: packageId removed from DependenciesGraphNode 2020-05-22 23:09:11 +03:00
Zoltan Kochan
bb59db642e refactor!: peripheralLocation => dir 2020-05-22 22:49:37 +03:00
Zoltan Kochan
802d145fcd feat!: remove independent-leaves=true support
PR #2571
2020-05-22 11:09:05 +03:00
Zoltan Kochan
4f5801b1c0 fix!: change lockfile version to 5.1
Two avoid unnecessary updates, the lockfile
version will remain 5.1 in pnpm v5.
2020-05-22 01:44:14 +03:00
Zoltan Kochan
cbc2192f10 perf(package-store): don't create dep dir twice 2020-05-21 02:46:38 +03:00
Zoltan Kochan
6cbf186769 fix: --modules-dir option should be allowed
close #2567
2020-05-20 21:56:03 +03:00
Zoltan Kochan
29d5cf93fc chore: update configs 2020-05-20 21:18:07 +03:00
Zoltan Kochan
0ca0e9fb81 chore(release): 5.0.0-alpha.7 v5.0.0-alpha.7 2020-05-20 20:52:37 +03:00
Zoltan Kochan
d63955f3ce chore(deps): update 2020-05-20 20:44:50 +03:00
Zoltan Kochan
c25cccdad7 fix: recreation of lockfile 2020-05-20 20:27:41 +03:00
Zoltan Kochan
b47f9737a9 perf: repeat install should not reanalyze subdeps 2020-05-20 19:19:05 +03:00
Zoltan Kochan
cc8a3bd312 refactor!(resolve-dependencies): remove options.updateDepth 2020-05-20 13:07:40 +03:00
Cai-EnLei
2df5a8f17b docs(README): fix links to the 'contributing' docs
Co-authored-by: caienlei <caienlei@xiaomi.com>
PR #2565
2020-05-20 13:03:54 +03:00
Zoltan Kochan
16d1ac0fd1 refactor: legacy side-effects cache cleanup
ref #2562
2020-05-20 03:29:41 +03:00
Zoltan Kochan
54676eae07 test: fix audit tests 2020-05-19 02:51:03 +03:00
Zoltan Kochan
2485eaf60b refactor(filter-lockfile): remove not needed option
registries option is not needed by the lockfile filterer.
2020-05-18 23:48:41 +03:00
Zoltan Kochan
d1bed9efb6 refactor: resolve-dependencies 2020-05-18 10:56:13 +03:00
Zoltan Kochan
a5febb9134 feat: add support for side-effects cache in the new content-addressable store
The new content-addressable store should support
side-effects cache.

ref #2470
PR #2562
2020-05-18 10:37:31 +03:00
Zoltan Kochan
badaab3688 fix(deps): update 2020-05-17 02:15:00 +03:00
Zoltan Kochan
0678ae9661 fix(deps): update @pnpm/pkgid-to-filename 2020-05-17 00:23:12 +03:00
Zoltan Kochan
b5c1febf66 style: fix 2020-05-16 23:26:26 +03:00
Zoltan Kochan
62f4d7964b chore(renovate): ignore @pnpm/pkgid-to-filename 2020-05-16 23:25:15 +03:00
Zoltan Kochan
a7d20d9270 fix: don't encode the peer suffix of local dep paths
close #2535
2020-05-16 23:17:03 +03:00
Zoltan Kochan
7b88dcfd75 feat: move the debug file to node_modules
close #2501
2020-05-16 21:53:14 +03:00
Zoltan Kochan
ca9f50844f feat: bump lockfile version to 5.2 2020-05-16 20:22:51 +03:00
Zoltan Kochan
242cf8737b feat: linking packages to subdependencies
The `link-workspace-packages` setting can be `deep` now.
When it is `deep`, the resolution algorithm will always prefer
packages from the workspace over packages from the registry.

close #2552
PR #2554
2020-05-16 20:20:45 +03:00
Zoltan Kochan
b8d0c9982d refactor: use lockfile version constant 2020-05-16 18:07:11 +03:00
Zoltan Kochan
2610332c20 chore(deps): update 2020-05-15 22:56:34 +03:00
Zoltan Kochan
a6b54e76d4 chore(deps): update 2020-05-15 18:43:19 +03:00
Zoltan Kochan
47bcd39aee chore(deps): update @types/mz 2020-05-15 15:43:02 +03:00
Zoltan Kochan
96300772f4 chore(deps): update types 2020-05-15 12:34:01 +03:00
Zoltan Kochan
59234342c1 chore(deps): update 2020-05-15 11:32:03 +03:00
Zoltan Kochan
656873aa7b test: update audit tests 2020-05-15 01:38:32 +03:00