Commit Graph

1376 Commits

Author SHA1 Message Date
Paul Pflugradt
ac034ba221 feat(cli-link): link multiple packages at once
allows `pnpm link pkg1 pkg2`

issue 825

changes
2017-06-24 13:57:23 +03:00
zkochan
7918dab527 fix: store is not logged while lifecycle events run 2017-06-24 01:42:20 +03:00
zkochan
8f64d62523 chore: release v0.74.2 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 v0.74.1 2017-06-23 23:21:36 +03:00
zkochan
48a3351268 chore: release v0.74.0 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
af79c8c319 feat: add independent-leaves config
BREAKING CHANGE:

independent dependencies are not symlinked from the global store
by default

Close #821
2017-06-23 22:03:52 +03:00
zkochan
eb5219b390 feat: moving global package to a layoutVersion subfolder
BREAKING CHANGE:

global package path changed
2017-06-23 00:57:15 +03:00
zkochan
ec6e577387 feat: add layoutVersion to .modules.yaml
BREAKING CHANGE:

The new layout is not compatible with previous versions.
2017-06-23 00:57:15 +03:00
zkochan
1a99038178 fix: wait until directory integrity is calculated for repo 2017-06-23 00:56:30 +03:00
zkochan
fc5a135336 chore: release v0.73.3 v0.73.3 2017-06-22 10:26:23 +03:00
zkochan
08efa8507f fix: uninstall w/o type argument should find dependency 2017-06-22 10:25:23 +03:00
zkochan
7223936931 chore: release v0.73.2 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 v0.73.1 2017-06-21 02:06:21 +03:00
zkochan
16dcc63d81 fix: get auth info by registry URL
Ref #708
2017-06-21 02:04:34 +03:00
zkochan
79c67b519e chore: release v0.73.0 v0.73.0 2017-06-20 23:35:10 +03:00
zkochan
305d2a12e7 chore: update dependencies 2017-06-20 23:34:35 +03:00
zkochan
c156101a99 refactor: rename store-path config to store
BREAKING CHANGES:

rename `store-path` config to `store`

Ref #458
2017-06-20 23:30:06 +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
4cffaa57d0 test: a scope has a different registry
Additional info is saved in `shrinkwrap.yaml` for scoped packages
with custom registries.
2017-06-20 10:05:50 +03:00
zkochan
24e4d8e2a3 chore: release v0.72.0 v0.72.0 2017-06-18 23:05:44 +03:00
zkochan
c3f8eaecf1 fix: specless global installation should always install latest 2017-06-18 22:51:25 +03:00
zkochan
fc73f84d23 refactor: move global tests to separate file 2017-06-18 22:38:38 +03:00
zkochan
982498c2af fix: global install should not remove everything prev installed
Ref #808
2017-06-18 20:37:17 +03:00
zkochan
85778cd5e2 feat: supporting prepare event
Print deprecation notice when `prepublish` is present.
Run `prepublish` as well for now.

Close #810
2017-06-18 19:55:21 +03:00
zkochan
3822f9d94b chore: release v0.71.1 v0.71.1 2017-06-18 15:57:16 +03:00
zkochan
65e9c1b719 fix: named installation should use spec from package.json
Close #809
2017-06-18 15:51:49 +03:00
zkochan
ce76df5e9d chore: release v0.71.0 v0.71.0 2017-06-18 11:36:52 +03:00
zkochan
047378804c refactor: rename linkPackages to localPackages 2017-06-18 11:35:58 +03:00
zkochan
fc49f78366 docs: how directory dependencies are installed 2017-06-17 23:08:35 +03:00
zkochan
8dfae3be00 feat: don't add empty packages property to shrinkwrap.yaml 2017-06-17 21:03:05 +03:00
zkochan
175f50d01e feat: symlink file dependencies instead of copying them
This is roughly how npm@5 does it. However, pnpm does not try
to install dependencies of the file dependency, just a symlink
is created and the binstubs are linked into `node_modules/.bin`
if there are any.

BREAKING CHANGE:

file dependencies are symlinked instead of copied (packed/unpacked)

Ref #772
2017-06-17 19:49:18 +03:00
zkochan
734abee51e docs(README): more details about hard links
Close #794
2017-06-17 14:54:41 +03:00
zkochan
d2fa4b233c chore: release v0.70.1 v0.70.1 2017-06-16 23:00:30 +03:00
zkochan
5c649b1611 fix: should not fail on new installation
Should not fail when installing a new dependency in a project
that has a lockfile with other dependencies but no node_modules
folder.
2017-06-16 22:20:14 +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
eb3c671c58 ci: don't cache 2017-06-16 09:17:37 +03:00
zkochan
6db0dda0c2 chore: release v0.70.0 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
315cf0d735 chore: update shrinkwrap.yaml 2017-06-16 01:01:24 +03:00
zkochan
35c9effa3d docs(README): less distractive 2017-06-16 01:00:37 +03:00
zkochan
e5689019d8 Merge branch 'greenkeeper/@types/ramda-0.0.13' 2017-06-16 00:56:18 +03:00
zkochan
db472ec79b perf: decrease fs operations cound during linking bins 2017-06-16 00:47:30 +03:00
zkochan
b8d8b723c5 perf: don't create node_modules/.bin when not needed 2017-06-16 00:25:32 +03:00
zkochan
e186c49221 perf: symlink and hardlink concurrently 2017-06-16 00:13:09 +03:00
zkochan
7aa71c3956 fix: typing issue 2017-06-15 23:27:54 +03:00
greenkeeper[bot]
8989efd095 fix(package): update @types/ramda to version 0.0.13 2017-06-15 23:24:34 +03:00
zkochan
577531e76f perf: symlinking packages before they are downloaded 2017-06-15 22:52:48 +03:00