zkochan
b5c6d4a5fe
fix: update package on named installation
2017-06-11 18:00:22 +03:00
zkochan
9309aa873e
chore: release v0.69.3
v0.69.3
2017-06-10 01:36:17 +03:00
zkochan
8d18ad2d8f
fix: setting NODE_PATH in cmd shims on Windows
2017-06-10 01:35:31 +03:00
zkochan
97726c62cb
fix(package): update execa to version 0.7.0
...
Close #790
2017-06-10 01:33:35 +03:00
zkochan
e9e0d1d4a6
fix: installation of package with peers using info from shrinkwrap
2017-06-10 01:32:11 +03:00
zkochan
7c278c15fe
chore: release v0.69.2
v0.69.2
2017-06-08 02:22:08 +03:00
zkochan
de225700f3
fix: don't try to wait for skipped packages that were not analyzed
2017-06-08 02:20:53 +03:00
zkochan
6b47c424c6
chore: release v0.69.1
v0.69.1
2017-06-06 19:47:10 +03:00
zkochan
d028208a51
fix: build correct node_modules tree
2017-06-06 19:44:39 +03:00
zkochan
135b1e3fef
chore: update shrinkwrap.yaml
2017-06-06 13:47:07 +03:00
zkochan
f5913220cd
chore: release v0.69.0
v0.69.0
2017-06-06 13:38:15 +03:00
zkochan
0dfe760700
fix: respect shrinkwrap for all types of dependencies
2017-06-06 13:29:59 +03:00
Zoltan Kochan
0b942d9698
chore: update pnpm-locker to version 0.1.1
2017-06-05 23:27:32 +03:00
zkochan
6f05b07739
chore: release v0.69.0-beta.4
v0.69.0-beta.4
2017-06-06 01:24:41 +03:00
zkochan
2c04aa69da
feat: save optional deps separately in the lockfile
...
For correct prunning of the lockfile, it has to be known
which deps are optional. Also it has to be known which
deps are dev deps in the root.
BREAKING CHANGE:
lockfile format changed
2017-06-05 22:06:32 +03:00
zkochan
5acc4671f0
feat: support the --no-optional flag
...
The --no-optional argument prevents optional dependencies from
being installed.
Close #460
2017-06-05 14:46:05 +03:00
zkochan
63d3fd0a90
fix: non-compatible package should still be saved to store
...
Ref #759
2017-06-04 23:23:12 +03:00
zkochan
0709c2df40
test: use notOk when possible
2017-06-04 22:07:22 +03:00
zkochan
7f4515c292
refactor: require symlink-dir instead of import
2017-06-04 22:02:07 +03:00
zkochan
16cbc56041
chore: release v0.69.0-beta.3
v0.69.0-beta.3
2017-06-04 21:34:40 +03:00
zkochan
f2ff9797f3
fix: fall back to copying when cannot link package
...
Ref #712
2017-06-04 20:12:31 +03:00
zkochan
b2c67b21ff
docs: add more explanation about limitation of binstubs
...
Close #736
2017-06-04 15:45:02 +03:00
zkochan
a56f6c68ed
docs: remove text that says pnpm is x10 faster than npm
...
npm5 is a lot faster now, so pnpm is not x10 faster anymore.
Still faster but not that much.
2017-06-04 15:40:58 +03:00
zkochan
8e668bd339
chore: release v0.69.0-beta.2
v0.69.0-beta.2
2017-06-04 13:25:00 +03:00
zkochan
d23bcfb75f
fix: link to root all root packages
2017-06-04 12:50:49 +03:00
zkochan
586afa193b
perf: faster install
2017-06-03 20:50:09 +03:00
zkochan
b35a581b0e
chore: release v0.69.0-beta.1
v0.69.0-beta.1
2017-06-03 15:51:25 +03:00
zkochan
502b566945
refactor: rename root to directory in resolution
...
BREAKING CHANGE:
shrinkwrap.yaml format change
2017-06-03 15:13:19 +03:00
zkochan
1e91300714
chore: update dependencies
...
close #781 , close #779 , close #780 , close #778 , close #774
2017-06-03 14:51:57 +03:00
zkochan
f414e256e8
fix: subdeps of skipped optionals are skipped as well
2017-06-03 14:31:17 +03:00
Zoltan Kochan
b8d8033a8d
ci: run tests on Node v8
2017-05-30 23:04:19 +03:00
Zoltan Kochan
12abf7343a
refactor: change the git resolution format
2017-05-30 22:56:43 +03:00
Zoltan Kochan
2f909a2c2b
refactor: update shrinkwrap version to 3
2017-05-30 22:22:31 +03:00
Zoltan Kochan
6461f76ad8
feat: saving integrity in shrinkwrap.yaml
2017-05-30 21:10:31 +03:00
Zoltan Kochan
03433abadf
refactor: use ssri for checking integrity
2017-05-29 02:12:41 +03:00
Zoltan Kochan
c84cd24302
fix: non-installable optional subdependencies are not linked
2017-05-28 17:51:26 +03:00
zkochan
ef86257aee
fix: extraneous packages are removed
2017-05-25 20:30:27 +03:00
zkochan
d44a3339b8
feat: lock project during install/uninstall
2017-05-25 22:23:56 +03:00
zkochan
90806ec42d
fix: update shrinkwrap with correct dev/optional values
2017-05-25 10:26:55 +03:00
zkochan
505e7974e6
refactor: values in shrinkwrap.yaml/packages are always objects
2017-05-25 09:05:56 +03:00
zkochan
531aaedb58
test: dev/optional is true when package is dev/optional ONLY
2017-05-24 23:40:25 +03:00
zkochan
594ebfd5f8
refactor: add back dependencies field to root of shrinkwrap
2017-05-24 23:02:41 +03:00
zkochan
f1218424d7
chore: update ramda to version 0.0.10
...
Close #774
2017-05-23 22:35:45 +03:00
zkochan
1427123972
perf: merge installation with tree creation
2017-05-23 22:33:11 +03:00
zkochan
47721be6b2
fix: relinking subdendencies when updated
2017-05-22 00:05:02 +03:00
zkochan
1462157fa8
feat: using shrinkwrap.yaml for creating node_modules
2017-05-21 23:39:34 +03:00
Zoltan Kochan
e8f3da0eb4
feat: add id field to shrinkwrap
...
For non-pure resolutions add an id field that indicates the
location of the package in the store
2017-05-20 22:40:53 +03:00
zkochan
e5244a8c6b
feat: add dev and optional properties to shrinkwrap.yaml
2017-05-20 22:41:38 +03:00
zkochan
7dc82f0e89
feat: include peer resolutions in `shrinkwrap.yaml
...
BREAKING CHANGE: `shrinkwrap.yaml` format changed
2017-05-20 18:12:45 +03:00
zkochan
5887692e8e
refactor: keep nodeIds inside peer resolution logic only
2017-05-20 16:39:27 +03:00