Commit Graph

530 Commits

Author SHA1 Message Date
zkochan
8f64d62523 chore: release v0.74.2 2017-06-23 23:36:13 +03:00
zkochan
d7f4224abd fix: add thenify as regular dependency 2017-06-23 23:35:51 +03:00
zkochan
831cb09193 chore: release v0.74.1 2017-06-23 23:21:36 +03:00
zkochan
48a3351268 chore: release v0.74.0 2017-06-23 23:17:52 +03:00
zkochan
fc7262459d feat: use pnpm-shrinkwrap instead of pnpm-lockfile 2017-06-23 23:15:46 +03:00
zkochan
fc5a135336 chore: release v0.73.3 2017-06-22 10:26:23 +03:00
zkochan
7223936931 chore: release v0.73.2 2017-06-21 22:21:07 +03:00
zkochan
adae86f18c fix: normalize registry URL
The registry URL should always end with a /.

Close #708
2017-06-21 22:17:48 +03:00
zkochan
a644f2bd12 chore: release v0.73.1 2017-06-21 02:06:21 +03:00
zkochan
79c67b519e chore: release v0.73.0 2017-06-20 23:35:10 +03:00
zkochan
fbc39466a8 fix: private packages installation
Use npm's programmatic API to get auth information for private
packages.

Ref #708
2017-06-20 23:02:47 +03:00
zkochan
24e4d8e2a3 chore: release v0.72.0 2017-06-18 23:05:44 +03:00
zkochan
3822f9d94b chore: release v0.71.1 2017-06-18 15:57:16 +03:00
zkochan
ce76df5e9d chore: release v0.71.0 2017-06-18 11:36:52 +03:00
zkochan
8dfae3be00 feat: don't add empty packages property to shrinkwrap.yaml 2017-06-17 21:03:05 +03:00
zkochan
d2fa4b233c chore: release v0.70.1 2017-06-16 23:00:30 +03:00
greenkeeper[bot]
69133ce353 fix(package): update @types/ramda to version 0.0.15
Close #799
2017-06-16 21:07:24 +03:00
zkochan
6db0dda0c2 chore: release v0.70.0 2017-06-16 01:06:10 +03:00
zkochan
d95a35d155 chore: update @types/ramda to version 0.0.14 2017-06-16 01:05:29 +03:00
zkochan
e5689019d8 Merge branch 'greenkeeper/@types/ramda-0.0.13' 2017-06-16 00:56:18 +03:00
greenkeeper[bot]
8989efd095 fix(package): update @types/ramda to version 0.0.13 2017-06-15 23:24:34 +03:00
zkochan
b346eb7d8a chore: release v0.69.6 2017-06-15 22:22:33 +03:00
zkochan
bd493020d7 chore: release v0.69.5 2017-06-15 20:13:07 +03:00
zkochan
c91a313371 chore: release v0.70.0-beta.2 2017-06-15 10:32:34 +03:00
zkochan
ce0428c5fb perf: don't wait for integrity calculation to end befor linking 2017-06-15 10:31:36 +03:00
zkochan
1d0c2b3102 chore: release v0.70.0-beta.1 2017-06-14 09:33:26 +03:00
zkochan
c69bea6617 perf: symlink leaf dependencies
Close #789
2017-06-14 01:10:27 +03:00
zkochan
9b6cabdca6 refactor: change tarball names in the store 2017-06-13 23:01:08 +03:00
zkochan
fc499ebc76 perf: using index files for linking packages 2017-06-13 22:51:32 +03:00
zkochan
49be55c5a8 feat: using SRI for integrity checks of packages in store
BREAKING CHANGE:

integrity files format changed in the store
2017-06-12 10:12:25 +03:00
zkochan
b784af597f chore: release v0.69.4 2017-06-11 19:11:33 +03:00
zkochan
9309aa873e chore: release 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
7c278c15fe chore: release v0.69.2 2017-06-08 02:22:08 +03:00
zkochan
6b47c424c6 chore: release v0.69.1 2017-06-06 19:47:10 +03:00
zkochan
f5913220cd chore: release 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 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
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 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
8e668bd339 chore: release v0.69.0-beta.2 2017-06-04 13:25:00 +03:00
zkochan
b35a581b0e chore: release v0.69.0-beta.1 2017-06-03 15:51:25 +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