Commit Graph

468 Commits

Author SHA1 Message Date
zkochan
dfe712e762 chore: release v0.66.3 2017-05-07 15:23:51 +03:00
zkochan
88061b96ed fix: legacy token is basic auth
Close #708
2017-05-07 09:05:40 +03:00
zkochan
f4d3079c55 chore: release v0.66.2 2017-04-28 17:00:27 +03:00
zkochan
c72bcc5453 chore: release v0.66.1 2017-04-27 21:25:36 +03:00
zkochan
f50bf1d8d1 chore: release v0.66.0 2017-04-27 16:18:25 +03:00
zkochan
1ee5690d7a chore: release v0.65.7 2017-04-26 15:02:57 +03:00
Zoltan Kochan
5d04767778 fix: peers are resolved similarly during named and general install (#726)
* fix: peers are resolved similarly during named and general install

There is no need to always run a general installation for
creating a predictable `node_modules` structure. If peers are
resolved from top dependencies, the peers are not linked to
the dependent package. The dependent package can see such peers
w/o additional manipulations

Ref #724

* fix: don't print warning when peer is resolved from top dep

* test: verify the peer warning are reported correctly
2017-04-26 14:40:45 +03:00
zkochan
40dd98bc00 chore: release v0.65.6 2017-04-25 20:35:18 +03:00
zkochan
33ada9f947 test: when pkg meta is not on the domain on which the tarball 2017-04-25 20:09:12 +03:00
zkochan
c8036fc930 test: add auth tests
Close #432
2017-04-25 19:50:43 +03:00
zkochan
0efd2c13c3 chore: release v0.65.5 2017-04-25 16:53:00 +03:00
zkochan
42e8d6a1f1 chore: release v0.65.4 2017-04-24 23:51:19 +03:00
Zoltan Kochan
fe5a2d7637 fix: support legacy auth token config key
This was fixed in registry-auth-token, so just updating it to
version 3.3.0

Close #618, Close #708
2017-04-24 23:33:11 +03:00
zkochan
ba1025e5c3 chore: release v0.65.3 2017-04-24 17:54:26 +03:00
zkochan
a1be6c980c chore: release v0.65.2 2017-04-23 20:38:56 +03:00
zkochan
9bbe71034f chore: release v0.65.1 2017-04-22 23:16:43 +03:00
Zoltan Kochan
2c46333107 fix: global installation always works now (#713)
* fix: global installation always works now

Close #711

* refactor: avoid using `read-pkg-up`

BREAKING CHANGE:

API should be called in the folder that has a package.json file.
pnpm won't search up for a package.json file.

Close #67

* docs(API): update

* refactor: write-pkg created dir on its own

* refactor: rename `globalDir` to `globalPrefix`

* feat: saving the global package in <global prefix>/pnpm-global
2017-04-22 23:11:25 +03:00
zkochan
b4906e2bd0 chore: release v0.65.0 2017-04-20 23:26:40 +03:00
zkochan
b94aaff38a feat: use npm's config system
BREAKING CHANGE:

`rc` is not used to get configs.

BREAKING CHANGE:

`.pnpmrc` files are ignored

BREAKING CHANGE:

configs in json format are not supported

BREAKING CHANGE:

`--config` argument renamed to `--userconfig`

Close #696, Close #40
2017-04-20 23:01:14 +03:00
greenkeeper[bot]
b20a6ce445 fix(package): update @types/ramda to version 0.0.7
https://greenkeeper.io/
2017-04-20 22:00:12 +03:00
zkochan
f57978e86b chore: release v0.64.8 2017-04-17 19:39:49 +03:00
greenkeeper[bot]
a169706d02 fix(package): update write-pkg to version 3.0.1
Closes #703

https://greenkeeper.io/
2017-04-17 11:18:09 +03:00
zkochan
6b86fd9cc2 chore: release v0.64.7 2017-04-15 22:05:05 +03:00
zkochan
7f426d0cc7 fix: use the new npm-package-arg 2017-04-15 20:51:03 +03:00
greenkeeper[bot]
32926ec316 fix(package): update npm-package-arg to version 5.0.0
https://greenkeeper.io/
2017-04-15 17:20:12 +03:00
zkochan
27279fa8fc chore: release v0.64.6 2017-04-14 23:29:42 +03:00
Zoltan Kochan
d5b26211c3 fix: inner link detection on Windows 2017-04-14 22:38:52 +03:00
zkochan
d70ed60691 chore: release v0.64.5 2017-04-14 10:08:39 +03:00
greenkeeper[bot]
358083ad20 fix(package): update @types/mz to version 0.0.31
https://greenkeeper.io/
2017-04-12 12:17:03 +03:00
greenkeeper[bot]
5b84a81eba fix(package): update @types/ramda to version 0.0.6
https://greenkeeper.io/
2017-04-11 23:58:38 +03:00
zkochan
08c23446d8 chore: release v0.64.4 2017-04-09 20:19:04 +03:00
greenkeeper[bot]
482031df4b fix(package): update get-npm-tarball-url to version 2.0.0
https://greenkeeper.io/
2017-04-09 17:06:33 +00:00
zkochan
3eb6cf8317 chore: release v0.64.3 2017-04-08 15:50:39 +03:00
zkochan
8b01dbc6ed chore: release v0.64.2 2017-04-07 22:50:11 +03:00
zkochan
c59cdd763a fix: update get-npm-tarball-url to version 1.0.1 2017-04-07 22:49:27 +03:00
zkochan
9463fafd00 chore: release v0.64.1 2017-04-07 02:00:42 +03:00
zkochan
da20e93f5b fix(reporter): log all installation steps for top deps 2017-04-07 01:44:26 +03:00
zkochan
0a130d310d feat: recreate node_modules only with general installation
Close #674
2017-04-05 23:06:18 +03:00
zkochan
89b135671a feat: forced installation keeps outer links
Ref #674
2017-04-05 22:12:40 +03:00
zkochan
ee1b390dfb feat: proper resolving of peer dependencies
BREAKING CHANGE: structure of node_modules changed

Close #678, PR #694
2017-04-04 23:00:48 +03:00
greenkeeper[bot]
232b6c6c1c chore(package): update tslint to version 5.0.0
https://greenkeeper.io/
2017-03-29 23:43:22 +03:00
zkochan
e47fdedcc2 chore: use non-exact versions to require packages
This won't change anything to the enduser as we bundle all files
in node_modules when publishing
2017-03-29 22:28:35 +03:00
greenkeeper[bot]
cc60c958d2 fix(package): update rc to version 1.2.0
https://greenkeeper.io/
2017-03-29 22:12:29 +03:00
greenkeeper[bot]
cca1527cf9 fix(package): update normalize-path to version 2.1.1
Closes #688

https://greenkeeper.io/
2017-03-29 22:02:20 +03:00
greenkeeper[bot]
11a15ea4e5 fix(package): update npm-registry-client to version 8.1.0
https://greenkeeper.io/
2017-03-29 22:01:57 +03:00
zkochan
0fdda3d48e chore: release v0.63.0 2017-03-24 21:28:22 +02:00
greenkeeper[bot]
fa1de5f615 fix(package): update @types/ramda to version 0.0.5
https://greenkeeper.io/
2017-03-23 14:45:31 +02:00
greenkeeper[bot]
bf8f2aa5f3 chore(package): update isexe to version 2.0.0
https://greenkeeper.io/
2017-03-23 14:45:20 +02:00
zkochan
27e5ccbc24 chore(package): update bugs URL 2017-03-22 23:06:45 +02:00
zkochan
c336f4a026 refactor: use hosted-git-info instead of @zkochan/hosted-git-info 2017-03-22 22:46:04 +02:00