Commit Graph

1881 Commits

Author SHA1 Message Date
Zoltan Kochan
d7652e8564 feat(recursive): read local package configs
close #1093
2018-04-20 01:24:57 +03:00
Zoltan Kochan
fed56040a8 feat: new hook that is called after the resolution stage
The afterAllResolved hook is called with a context argument when
all dependencies are resolved. The context object contain a log
function.

A sample of a `pnpmfile.js` that declares afterAllResolved:

```js
module.exports = {
  hooks: {
    afterAllResolved (shr, context) {
      context.log('Resolution done')
      return shr
    }
  }
}
```

close #1088
2018-04-20 01:09:12 +03:00
Zoltan Kochan
df31d3b8af fix(run): pass through the right exit code
close #1123
2018-04-19 23:09:33 +03:00
Zoltan Kochan
30aec12e8c test: fix typings to make ts-node happy 2018-04-17 22:19:10 +03:00
Renovate Bot
061ff72b11 chore(deps): update dependency ts-node to ^6.0.0 2018-04-17 10:22:05 +00:00
Zoltan Kochan
b71383dd8c feat: pass a log() function to readPackage hooks
close #1074
2018-04-16 11:22:30 +03:00
Zoltan Kochan
5e73abdfbd chore(release): 1.40.2 v1.40.2 2018-04-15 21:21:53 +03:00
Zoltan Kochan
ca94dcc391 fix: update supi to v0.16.5
close #1104
2018-04-15 21:07:33 +03:00
Zoltan Kochan
8c815c8c2c chore(release): 1.40.1 v1.40.1 2018-04-13 10:31:41 +03:00
Zoltan Kochan
15c5102da4 fix: update supi to v0.16.4 2018-04-13 10:31:05 +03:00
Zoltan Kochan
1c465d8fc4 chore: update shrinkwrap.yaml to v3.5 2018-04-13 01:47:07 +03:00
Zoltan Kochan
fff5d1ee09 chore(release): 1.40.0 v1.40.0 2018-04-13 01:37:51 +03:00
Zoltan Kochan
08d2656f05 perf: fix performance regression introduced in v1.37.5
The shrinkwrap.yaml format updated to include requiresBuild: bool

ref #1109
2018-04-13 01:34:18 +03:00
Zoltan Kochan
7beeb9d90a chore(release): 1.39.1 v1.39.1 2018-04-12 03:36:14 +03:00
Zoltan Kochan
1012f5e681 fix: update supi to v0.16.2 2018-04-12 03:32:43 +03:00
Zoltan Kochan
cb1cf95cb6 feat(recursive): prettier reporter of lifecyle scripts output 2018-04-10 01:02:20 +03:00
Zoltan Kochan
72440db38d fix(recursive): pipe the projects' lifecycle hooks output
To reduce noise during recursive installation, pipe the output of
the projects' lifecycle hooks.

ref #1089
2018-04-09 22:43:33 +03:00
Renovate Bot
776b570e43 fix(deps): update dependency retry to ^0.12.0 2018-04-09 13:15:59 +03:00
Zoltan Kochan
4bf2a99a63 chore(release): 1.39.0 v1.39.0 2018-04-09 00:24:13 +03:00
Zoltan Kochan
94f147bee1 feat: global pnpmfile
A global pnpmfile can be used by setting the `global-pnpmfile`.
The global pnpmfile is composed with any local pnpmfile.

ref #1106
ref #910
2018-04-08 23:52:21 +03:00
Zoltan Kochan
b085b960a1 feat: prettier reporting of lifecycle scripts output 2018-04-08 20:57:57 +03:00
Zoltan Kochan
4b96200401 feat: custom location of pnpmfile
close #910
2018-04-07 19:48:35 +03:00
Zoltan Kochan
0b089049bc ci(appveyor): only test on Node.js 4
AppVeyor is super slow, so we run tests only on the oldest
supported Node version.
2018-04-07 15:27:27 +03:00
Zoltan Kochan
fef01bf7f4 docs: reference docs from pnpm.js.org website 2018-04-07 15:09:39 +03:00
Zoltan Kochan
d35364ced0 chore(renovate): set allowed versions for camelcase, tape-promise 2018-04-07 14:39:52 +03:00
Zoltan Kochan
f838512429 refactor: remove mentions of concurrency from recursive --help 2018-04-07 14:28:06 +03:00
Zoltan Kochan
f78a9405ad chore(release): 1.38.3 v1.38.3 2018-04-07 13:42:23 +03:00
Zoltan Kochan
ed610aab98 fix: update pnpm-default-reporter to v0.15.3 2018-04-07 13:41:35 +03:00
Zoltan Kochan
80aaafb0f0 fix: headless installation with store server 2018-04-07 00:02:23 +03:00
Zoltan Kochan
ad12700452 fix(recursive): store.json is saved only once during recursive link 2018-04-06 15:10:53 +03:00
Zoltan Kochan
64e843ccad chore(release): 1.38.2 v1.38.2 2018-04-04 01:32:09 +03:00
Zoltan Kochan
2aa12d7c30 fix: update pnpm-default-reporter to v0.15.2 2018-04-04 01:30:54 +03:00
Zoltan Kochan
32969b8f76 chore(release): 1.38.1 2018-04-04 00:42:42 +03:00
Zoltan Kochan
fd4da6dbd0 fix(prefer-frozen-shrinkwrap): installing of local directory deps 2018-04-04 00:41:11 +03:00
Zoltan Kochan
93090d4432 feat: better reporting for recursive commands
ref #1039
2018-04-03 23:17:21 +03:00
Zoltan Kochan
05d6e07ef0 feat: better reporting for recursive commands
close #1039
2018-04-03 01:53:49 +03:00
Zoltan Kochan
f1f5698383 ci: npm set verify-store-integrity false 2018-04-01 22:06:45 +03:00
Zoltan Kochan
3646c6d3bd chore(release): 1.38.0 v1.38.0 2018-04-01 19:54:57 +03:00
Zoltan Kochan
53230814ef perf: prefer-frozen-shrinkwrap is true by default 2018-04-01 19:48:38 +03:00
Zoltan Kochan
1685e2494a chore(release): 1.37.5 v1.37.5 2018-04-01 19:33:20 +03:00
Zoltan Kochan
49d391917b fix: update @pnpm/headless to v0.1.9 2018-04-01 19:33:15 +03:00
Zoltan Kochan
c25bbe9cdd chore(release): 1.37.4 2018-04-01 15:23:45 +03:00
Zoltan Kochan
4d8469ede7 fix: update supi to v0.14.12 2018-04-01 15:02:49 +03:00
Zoltan Kochan
c78dd4706f fix: update supi to v0.14.11 2018-03-31 20:52:22 +03:00
Zoltan Kochan
e5e830712b chore(release): 1.37.3 v1.37.3 2018-03-26 00:12:36 +03:00
Zoltan Kochan
33a9b583e5 fix: update supi to v0.14.10, @pnpm/headless to v0.1.5 2018-03-26 00:07:06 +03:00
Zoltan Kochan
cb3429718a ci(appveyor): disable builds on new tags 2018-03-25 15:14:47 +03:00
Zoltan Kochan
0377345469 chore(release): 1.37.2 v1.37.2 2018-03-25 15:11:26 +03:00
Zoltan Kochan
0e89d2db00 fix: update supi to v0.14.9
close #1092
2018-03-25 15:10:28 +03:00
Zoltan Kochan
b2824ad38b ci: install with verify-store-integrity 2018-03-24 17:24:27 +02:00