Commit Graph

746 Commits

Author SHA1 Message Date
Zoltan Kochan
3ebde2d2c1 chore(release): 1.29.1 2018-01-14 15:11:43 +02:00
Zoltan Kochan
5dba20a418 chore(release): 1.29.0 2018-01-14 14:39:13 +02:00
Zoltan Kochan
a785110447 feat: use append-only reporter for non-tty stdout
close #873
2018-01-14 14:18:09 +02:00
Zoltan Kochan
c74fb0b427 chore(release): 1.28.0 2018-01-13 19:51:29 +02:00
Zoltan Kochan
b256f21207 chore(release): 1.27.0 2018-01-11 13:04:35 +02:00
Zoltan Kochan
97c971b126 fix: printing warning about unresolved peer dependencies
ref https://github.com/pnpm/pnpm/issues/986
2018-01-11 13:03:15 +02:00
Zoltan Kochan
75736b9640 chore(release): 1.27.0-1 2018-01-09 03:07:31 +02:00
Zoltan Kochan
a6b165f3f9 chore(release): 1.27.0-0 2018-01-09 02:09:04 +02:00
Zoltan Kochan
ffa5f35b18 feat: packages are imported from store by the store controller 2018-01-09 02:08:55 +02:00
Zoltan Kochan
1fe10b0c06 refactor: move @pnpm/self-installer to separate repo 2018-01-08 16:47:05 +02:00
Zoltan Kochan
2a584b3c30 fix: update supi to version 0.10.0 2018-01-08 01:37:40 +02:00
Zoltan Kochan
7179dab577 chore(release): 1.26.0 2018-01-03 21:08:40 +02:00
Zoltan Kochan
c53648e1fb chore(greenkeeper): ignore pnpm dependencies
close #982
close #983
2018-01-03 21:08:23 +02:00
Zoltan Kochan
f17c5b4591 feat: --shrinkwrap-only flag
close #981
2018-01-03 21:05:04 +02:00
Zoltan Kochan
27925a4998 chore(release): 1.25.1 2017-12-31 17:35:37 +02:00
Zoltan Kochan
e6d86462f2 fix: added stats reporting 2017-12-31 17:35:31 +02:00
Zoltan Kochan
e7ddfc6409 fix: reporting of registry error responses 2017-12-31 16:19:33 +02:00
Zoltan Kochan
730d476b62 chore(release): 1.25.0 2017-12-31 02:07:39 +02:00
Zoltan Kochan
4c3b5a3e3a feat: update supi to version 0.8.1 2017-12-31 01:37:34 +02:00
Emanuele Tamponi
49165f5527 feat: option to disable pnpmfile (#979)
* feat: option to disable pnpm hooks

* fix: as for review; doesn't work until @pnpm/types is upgraded

* fix: use opts.ignorePnpmfile in the caller

* chore: update shrinkwrap.yaml

* test: --ignore-pnpmfile flag
2017-12-31 00:15:42 +02:00
Zoltan Kochan
ce12413bbf feat(reporting): print stats about added/removed packages 2017-12-29 21:36:35 +02:00
Zoltan Kochan
47c1a28e48 chore(release): 1.24.3 2017-12-25 21:15:44 +02:00
Zoltan Kochan
9631e45086 fix: don't print warning about configs twice 2017-12-25 21:15:38 +02:00
Zoltan Kochan
e85ece3a5d fix: tree-kill is a dev dependency 2017-12-25 16:00:01 +02:00
Zoltan Kochan
9dda5c55ff chore(release): 1.24.2 2017-12-25 13:58:51 +02:00
Zoltan Kochan
b019845216 fix: update supi to version 0.7.16 2017-12-25 13:58:34 +02:00
Zoltan Kochan
804464423b chore(release): 1.24.1 2017-12-25 03:34:17 +02:00
Zoltan Kochan
cac5a1ee97 chore(release): 1.24.0 2017-12-25 02:50:03 +02:00
Zoltan Kochan
f894876e49 feat: update supi to version 0.7.15
close #963
ref #952
2017-12-25 02:26:50 +02:00
Zoltan Kochan
82f6a3935e fix: update dependencies 2017-12-23 14:17:52 +02:00
Zoltan Kochan
1f6c2e5736 chore(release): 1.24.0-3 2017-12-22 00:56:36 +02:00
Zoltan Kochan
497eb97c4e feat: add reporting for pnpm server 2017-12-22 00:56:08 +02:00
Zoltan Kochan
16692bbed9 fix: recursive installation should work with the store server 2017-12-21 23:05:40 +02:00
Zoltan Kochan
36be3d3f0c chore(release): 1.24.0-2 2017-12-21 01:31:53 +02:00
Zoltan Kochan
ff1ab5e450 feat: concurrent installation
close #941
2017-12-21 01:26:56 +02:00
Zoltan Kochan
1e3dc29aae fix: communication with pnpm server on Windows
ref #832
2017-12-20 21:33:52 +02:00
Zoltan Kochan
1b21c44594 chore(release): 1.24.0-1 2017-12-20 21:17:15 +02:00
Emanuele Tamponi
ae9ea00e91 fix(server): retry requests on fails
close #832
2017-12-20 21:17:15 +02:00
Zoltan Kochan
bf5a5c2340 chore(release): 1.24.0-0 2017-12-20 21:17:15 +02:00
Zoltan Kochan
2c9314ea4e feat: implement pnpm-as-a-service
ref #832
2017-12-20 21:17:15 +02:00
Zoltan Kochan
5805f0b4f3 chore(package): globally installed pnpm should be used by preview
The pnpm reference from node_modules/.bin/pnpm is removed before
running package-preview
2017-12-12 00:22:00 +02:00
greenkeeper[bot]
fea9f2d27f chore(package): update ts-node to version 4.0.0 2017-12-12 00:15:19 +02:00
Zoltan Kochan
881b2d1bdd chore(release): 1.23.2 2017-12-08 22:43:56 +02:00
Zoltan Kochan
a9713387b7 feat: update supi to version 0.7.12 and @pnpm/outdated to 0.2.1 2017-12-06 23:38:56 +02:00
Zoltan Kochan
14d2e6088a chore(release): 1.23.1 2017-11-21 02:21:20 +02:00
Zoltan Kochan
80ffaad202 fix: javascript heap out of memory
close #938
2017-11-21 02:07:24 +02:00
Zoltan Kochan
e70222e2db fix: less memory consumption
ref #938
2017-11-19 21:28:57 +02:00
Zoltan Kochan
617667fa6c chore(release): 1.23.0 2017-11-19 15:37:09 +02:00
Zoltan Kochan
6afc06a775 feat: support aliases for npm-hosted packages
close #117
close #837
2017-11-19 15:29:02 +02:00
greenkeeper[bot]
0b722cb334 chore(package): update @commitlint/prompt-cli to version 5.0.0 2017-11-19 13:26:28 +02:00