Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
53b9d9a2cd ci: pin NodeJS 12 version to 12.18.2
There seems to be some issue with 12.18.3
2020-07-25 12:26:21 +03:00
Zoltan Kochan
3acfdfee8d chore: update pnpm-lock.yaml 2020-07-23 14:44:31 +03:00
Zoltan Kochan
ebde372396 chore(release): 5.4.3 v5.4.3 2020-07-23 11:25:58 +03:00
Zoltan Kochan
74d612771d fix: --no-color should work with all commands
PR #2702
ref #2697
2020-07-23 11:20:21 +03:00
Zoltan Kochan
78c2741b69 fix(list): don't use inverse to highight
close #2697
PR #2703
2020-07-23 03:22:36 +03:00
Zoltan Kochan
4e5e22aabb fix(audit): allow using --registry option
close #2689
2020-07-22 22:35:49 +03:00
levinqdl
a016266688 fix: readPackage hook should not modify manifest
PR #2693
close #2164

Co-authored-by: qdl <levinqdl@magicengine.com.cn>
Co-authored-by: Zoltan Kochan <z@kochan.io>
2020-07-22 11:17:45 +03:00
Zoltan Kochan
7e47ebfb7e fix: --save-workspace-protocol 2020-07-21 23:30:52 +03:00
Zoltan Kochan
66338a90eb chore(release): 5.4.2 v5.4.2 2020-07-21 21:47:13 +03:00
Zoltan Kochan
e75b8ee761 chore: use Yarn instead of npm for bundling pnpm 2020-07-21 21:45:32 +03:00
Zoltan Kochan
4e61688ab6 chore(deps): update delay 2020-07-21 01:44:36 +03:00
Zoltan Kochan
95d92cdcff chore(release): 5.4.1 v5.4.1 2020-07-21 01:04:15 +03:00
Zoltan Kochan
e8a853b5bb fix(deps): update tempy to v0.6.0 2020-07-20 23:35:23 +03:00
Zoltan Kochan
0f71b697eb chore(deps): update 2020-07-20 23:32:56 +03:00
Yao Ding
1bb6eb1426 feat: install works as install --filter {.}... when recursive-install is false
PR #2696
2020-07-20 19:39:40 +03:00
Zoltan Kochan
fd953e4e14 refactor: resolve-dependencies 2020-07-19 05:06:35 +03:00
Yao Ding
9a908bc070 feat: print info after install about hardlinked/copied packages in node_moduels/.pnpm
PR #2679
close #2572

Co-authored-by: Zoltan Kochan <z@kochan.io>
2020-07-19 01:35:05 +03:00
Zoltan Kochan
98ed2544d2 refactor: resolve-dependencies 2020-07-17 12:17:08 +03:00
Zoltan Kochan
6f4fcf16a3 refactor: resolve-dependencies 2020-07-16 16:07:00 +03:00
Zoltan Kochan
6b45130010 chore(release): 5.4.0 v5.4.0 2020-07-12 01:47:38 +03:00
Zoltan Kochan
2ebcfc38a2 docs: add changesets 2020-07-12 01:44:12 +03:00
Zoltan Kochan
5bb3a802e8 docs: Gitter=>Discord 2020-07-12 01:29:32 +03:00
Zoltan Kochan
c0be375006 docs: Gitter=>Discord 2020-07-12 01:28:00 +03:00
Zoltan Kochan
98e579270b fix(prune): allow --[no-]optional, --[no-]dev
ref #2677
2020-07-11 23:16:54 +03:00
Zoltan Kochan
e3f2f227d7 feat: installation of private git-hosted repos using auth tokens
close #755
PR #2684
2020-07-11 19:11:39 +03:00
Zoltan Kochan
7b98d16c8f fix(deps): update lru-cache to v6 2020-07-11 14:52:22 +03:00
Zoltan Kochan
e021934497 test: update audits 2020-07-11 14:52:05 +03:00
Zoltan Kochan
9354f0b659 chore(deps): update 2020-07-10 14:34:06 +03:00
Zoltan Kochan
379cdcaf82 fix: better workspace range resolution error 2020-07-10 11:56:45 +03:00
Zoltan Kochan
7f88619492 refactor: resolve-dependencies 2020-07-10 01:32:03 +03:00
Zoltan Kochan
ab3b8f51da feat: hoist all ESLint plugins to the root node_modules
close #2680
PR #2681)
2020-07-10 00:47:47 +03:00
Zoltan Kochan
2ab9b9e17f docs(readme): fixes casing of pnpm in the quote 2020-07-09 02:19:00 +03:00
Zoltan Kochan
faae9a93cb feat: treat a project with no version as if it had v0.0.0
close #2648
PR #2678
2020-07-09 02:17:42 +03:00
Zoltan Kochan
c0d800691c test: update audits 2020-07-09 01:28:29 +03:00
Yao Ding
65b4d07ca0 feat: new setting recursive-install
When `recursive-install` is set to `false`, `pnpm install` is installing only the current
project in a workspace.

close #2150
close #2476 
PR #2657
2020-07-08 11:27:14 +03:00
Zoltan Kochan
e6e5001305 chore(release): 5.3.0 v5.3.0 2020-07-07 18:05:58 +03:00
Zoltan Kochan
83b146d633 feat: install git-hosted dep through the repo URL
close #2627
PR #2670
2020-07-07 10:49:58 +03:00
Zoltan Kochan
d9310c034c fix: replace diable with a fork that has less deps
close #2671
PR #2673
2020-07-07 05:03:44 +03:00
Zoltan Kochan
69fd42440c refactor(parse-cli-args): add opts.fallbackCommand
ref #2668
ref #2169
PR #2669
2020-07-06 18:54:17 +03:00
Zoltan Kochan
09b777f8d1 feat: any unknown command is assumed to be a script
close #2169
PR #2668
2020-07-06 00:23:08 +03:00
Zoltan Kochan
944a1eae8e chore(release): 5.2.9 v5.2.9 2020-07-05 19:35:30 +03:00
Zoltan Kochan
7f25dad044 fix: installing a new optional dependency
...that has an optional dependency

close #2663
PR #2667
2020-07-05 19:18:37 +03:00
Zoltan Kochan
1d8ec72084 docs: add changesets 2020-07-05 02:20:11 +03:00
Zoltan Kochan
76aaead321 fix: run --silent
close #2660
PR #2665
2020-07-05 01:40:42 +03:00
Zoltan Kochan
88ba50bbd5 chore: update pnpm-lock.yaml 2020-07-04 12:01:27 +03:00
Zoltan Kochan
6b53f9ed16 chore(release): 5.2.8 v5.2.8 2020-07-04 02:52:13 +03:00
Zoltan Kochan
245221baa6 fix: searching for global exec directory
close #2649
2020-07-04 01:12:40 +03:00
Zoltan Kochan
e0dd0bca10 chore(release): 5.2.7 2020-07-03 03:06:51 +03:00
Zoltan Kochan
0fd3ca4dfe fix: printing error hints on config init crash 2020-07-03 03:02:23 +03:00
Zoltan Kochan
915828b464 fix: finding a suitable global executables directory
ref #2649
PR  #2661
2020-07-02 17:33:40 +03:00