Zoltan Kochan
917dee4bcd
chore: improve the publish script
2019-11-11 00:55:57 +02:00
Zoltan Kochan
4e82468eb7
feat: peerDependenciesMeta implies peerDependencies
...
close #2128
PR #2143
2019-11-10 19:52:52 +02:00
Zoltan Kochan
a613580ecd
chore: use workspace ranges instead of links
...
This is a workaround to make pnpm run tests in correct order
2019-11-09 22:46:31 +02:00
Zoltan Kochan
96b9a03941
test: run tests concurrently
...
close #2119
2019-11-09 22:16:47 +02:00
Zoltan Kochan
c664dc6b7b
chore(release): 4.2.0-0
2019-11-09 02:24:44 +02:00
Zoltan Kochan
c1cb2d1829
chore(deps): update
2019-11-08 01:18:09 +02:00
Zoltan Kochan
c45aa79435
chore(deps): update TypeScript
2019-11-05 22:48:39 +02:00
Zoltan Kochan
797e8f429a
test: use a mocked deprecated package
2019-11-01 01:28:37 +02:00
Zoltan Kochan
4fde7a858f
test: use custom ports for the registry mocks
...
ref #2119
PR #2123
2019-10-28 11:29:36 +02:00
Zoltan Kochan
e1e81ae1c2
chore(deps): update typescript to v3.7.1-rc
2019-10-27 00:14:31 +03:00
Zoltan Kochan
0323773b85
test: cache the verdaccio storage to make CI builds more stable
...
close #2100
PR #2116
2019-10-27 00:04:18 +03:00
Zoltan Kochan
ec8e8c1f3c
chore: use package.yaml in root of the workspace
2019-05-06 23:24:54 +03:00
Zoltan Kochan
9c75c471da
chore: use pnpm v3
2019-03-06 16:06:01 +02:00
Zoltan Kochan
856536bb0f
feat: rename lockfile from shrinkwrap.yaml to pnpm-lock.yaml
...
BREAKING CHANGE: new lockfile name
close #1635
2019-03-04 02:48:02 +02:00
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