Commit Graph

878 Commits

Author SHA1 Message Date
Zoltan Kochan
a636d83e34 chore: remove "bootstrap" script 2018-08-31 12:00:33 +03:00
Zoltan Kochan
ad174e70bd chore: fix test script in root package.json 2018-08-05 10:44:15 +03:00
Zoltan Kochan
1a9dbf87f2 chore: improve DX by using pnpm recursive commands 2018-06-06 10:02:19 +03:00
Zoltan Kochan
562f2060be refactor: move pnpm to packages/pnpm 2018-05-11 21:57:34 +03:00
Zoltan Kochan
a0775abd88 chore(release): 1.43.1 2018-05-11 21:30:07 +03:00
Jasper Brekelmans
fe857006cd fix: add guard for --use-store-server in parallel installs
PR #1149
close #1148
2018-05-11 17:03:09 +03:00
Zoltan Kochan
7c184867b6 chore(release): 1.43.0 2018-05-10 00:11:02 +03:00
Zoltan Kochan
c89c3917db feat: run the prepare lifecycle hook in git-hosted dependencies
close #1085
2018-05-09 23:46:10 +03:00
Zoltan Kochan
b2a5a5f111 chore(release): 1.42.0 2018-05-07 23:42:27 +03:00
Zoltan Kochan
39edb282b3 feat: skipped optional dependencies don't print warnings
Only info messages are printed about skipped optional dependencies
and only about root dependencies.

close #1140
2018-05-07 23:11:29 +03:00
Zoltan Kochan
f110c842a4 test: update pnpm-registry-mock 2018-05-05 22:52:33 +03:00
Zoltan Kochan
d2321eb757 chore(release): 1.41.3 2018-05-04 01:21:30 +03:00
Zoltan Kochan
2d1b5e5f19 fix: don't remove too much during pruning of node_modules
ref #1133
2018-05-04 01:13:51 +03:00
Zoltan Kochan
fa98b4eae4 chore(release): 1.41.2 2018-04-22 14:11:28 +03:00
Zoltan Kochan
4f25107e0c chore(release): 1.41.1 2018-04-21 02:48:11 +03:00
Zoltan Kochan
1e48059d6b fix: update supi to v0.16.8 2018-04-21 02:47:44 +03:00
Zoltan Kochan
cf9fce64c9 chore(release): 1.41.0 2018-04-20 01:39:50 +03:00
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