Commit Graph

861 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
Renovate Bot
061ff72b11 chore(deps): update dependency ts-node to ^6.0.0 2018-04-17 10:22:05 +00:00
Zoltan Kochan
5e73abdfbd chore(release): 1.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 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
fff5d1ee09 chore(release): 1.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 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 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
f78a9405ad chore(release): 1.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
64e843ccad chore(release): 1.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
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
3646c6d3bd chore(release): 1.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 2018-04-01 19:33:20 +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 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
0377345469 chore(release): 1.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
f0220e86bc chore(release): 1.37.1 2018-03-24 17:17:46 +02:00
Zoltan Kochan
23bfbb1fec chore(release): 1.37.0 2018-03-24 16:20:56 +02:00
Zoltan Kochan
63c84d3c0b feat: --frozen-shrinkwrap and --prefer-frozen-shrinkwrap
close #1065
2018-03-24 16:08:20 +02:00
Zoltan Kochan
370ac104ff chore(release): 1.36.2 2018-03-19 22:47:02 +02:00
Zoltan Kochan
d2a8b271d0 chore(release): 1.36.1 2018-03-16 00:13:09 +02:00
Zoltan Kochan
ab4837d167 fix(deps): update supi to v0.14.7 2018-03-16 00:12:20 +02:00
Renovate Bot
b6872cb976 chore(deps): update dependency execa to ^0.10.0 2018-03-15 22:01:32 +02:00
Zoltan Kochan
fde3fab996 chore(release): 1.36.0 2018-03-14 22:12:13 +02:00
Zoltan Kochan
15607ed926 chore(release): 1.35.10 2018-03-13 03:13:27 +02:00
Zoltan Kochan
c9a918d950 chore(release): 1.35.9 2018-03-13 00:40:39 +02:00
Zoltan Kochan
82a448925d fix(deps): update supi to v0.14.6
close #1072
2018-03-13 00:20:49 +02:00
Zoltan Kochan
34704f3872 test: use @pnpm/assert-project 2018-03-12 00:24:51 +02:00
renovate[bot]
d5956f9b37 fix(deps): update dependency package-store to ^0.18.0 (#1070)
* fix(deps): update dependency package-store to ^0.18.0

* fix(deps): update @pnpm/server to v0.9.0
2018-03-11 23:42:23 +02:00
Zoltan Kochan
fdd8dbb102 fix(deps): update 2018-03-09 15:37:33 +02:00
Zoltan Kochan
30dfe15ce4 chore(release): 1.35.8 2018-03-09 02:24:21 +02:00