Commit Graph

1011 Commits

Author SHA1 Message Date
zkochan
fd84fc4433 chore: release v0.55.2 v0.55.2 2017-02-17 22:02:33 +02:00
zkochan
02a53797e8 fix(git+ssh): git clone with correct ssh URL
Close #419
2017-02-17 20:34:06 +02:00
zkochan
4f80565283 feat(link): log what was linked where
Ref #614
2017-02-17 20:33:43 +02:00
zkochan
c7be0df6cd fix(link): don't reinstall linked packages
Close #597
2017-02-17 20:33:43 +02:00
zkochan
c3f4c0537f refactor: tests
Use readPkg and path.resolve instead of path.join+process.cwd()
2017-02-16 22:18:53 +02:00
zkochan
554cf8df1b refactor: remove not used file 2017-02-16 00:07:59 +02:00
zkochan
cca22be414 refactor: remove runtimeError.ts 2017-02-16 00:07:11 +02:00
zkochan
c170f798ae refactor: remove not used file 2017-02-16 00:03:45 +02:00
zkochan
3b6ceaaebd refactor: use mkdirp-promise
Ref #441
2017-02-15 23:30:04 +02:00
zkochan
980249cf42 refactor: use link-dir package
Ref #441
2017-02-15 02:44:30 +02:00
zkochan
65a84ab79c refactor(install): simlification of install() function 2017-02-15 01:26:20 +02:00
zkochan
f205df13d9 refactor(fetch): remove ctx from fetch() 2017-02-15 00:24:15 +02:00
zkochan
efc60c8d9a refactor(install): less options in installMultiple 2017-02-15 00:14:44 +02:00
zkochan
5ae8ba88fe fix: don't ignore bundledDependencies 2017-02-14 23:52:03 +02:00
zkochan
0bf7c24ac4 feat: don't skip checking of available packages 2017-02-14 23:51:11 +02:00
zkochan
bcf5958961 refactor: installMultiple function 2017-02-14 23:06:39 +02:00
zkochan
6ede7a77df docs: remove links to ied
ied is better ranked in organic search results than pnpm.
Linking to a page with similar content makes that page better
ranked by Google. Removing the links gives pnpm better chances to
compete.
2017-02-14 21:52:23 +02:00
zkochan
656e14ef53 chore: release v0.55.1 v0.55.1 2017-02-14 02:08:31 +02:00
greenkeeper[bot]
da469a87af fix(package): update update-notifier to version 2.0.0
https://greenkeeper.io/
2017-02-14 02:06:23 +02:00
zkochan
0eedfd53c3 feat: try to resolve URL dependencies to npm packages 2017-02-14 00:59:42 +02:00
zkochan
a73ae78a08 fix(shrinkwrap): don't fail when shrinkwrap misses a resolution 2017-02-14 00:49:43 +02:00
zkochan
f763d6a321 fix(resolve): tarball depedencies have readable IDs 2017-02-13 23:32:38 +02:00
zkochan
dfb7acc9bd fix(resolve): git dependencies should have platform agnostic IDs 2017-02-13 21:11:00 +02:00
zkochan
4b42064dbc chore: releas v0.55.0 v0.55.0 2017-02-13 09:55:33 +02:00
zkochan
dc3521dd3d chore(package): update pnpm-default-reporter to v0.3.0 2017-02-12 23:30:47 +02:00
zkochan
b01ca6b98f refactor(shrinkwrap): rename a property in the shrinkwrap error object 2017-02-12 23:28:53 +02:00
zkochan
1b36b80db4 feat(shrinkwrap): try to keep shasum specified in shrinkwrap.yaml 2017-02-12 21:00:49 +02:00
zkochan
ded4bd237c test(shrinkwrap): installation should fail when incorrect shasum
The installation should fail when the real shasum doesn't match the one in the shrinkwrap.yaml
2017-02-12 21:00:38 +02:00
zkochan
40bd4b630a feat(shrinkwrap): remove uninstalled deps from shrinkwrap.yaml 2017-02-12 18:24:55 +02:00
zkochan
686b88e223 feat(shrinkwrap): prune shrinkwrap file before saving 2017-02-12 15:59:37 +02:00
zkochan
d8a4e44403 refactor(shrinkwrap): use a nicer YAML format for shrinkwrap.yaml 2017-02-12 14:19:32 +02:00
zkochan
da6ab05f5e test(shrinkwrap): add a tests to check shrinkwrap format
Ref #587
2017-02-12 13:45:58 +02:00
zkochan
c5faf44f55 refactor(fs): use packages for loading/writing YAML files 2017-02-12 13:25:04 +02:00
zkochan
5169b3725b feat: better shrinkwrap.yaml
Close #587

BREAKING CHANGE:

the `shrinkwrap.yaml` format has been changed
2017-02-12 13:25:04 +02:00
zkochan
7b66b0ced0 chore: release v0.54.1 v0.54.1 2017-02-12 12:18:03 +02:00
zkochan
8679371b27 fix(package): package.json should not be normalized 2017-02-12 02:41:06 +02:00
zkochan
9c814e3223 chore(tsconfig): add missing files 2017-02-11 15:34:00 +02:00
zkochan
98c59e2096 style: decrease horizontal line length 2017-02-11 15:31:56 +02:00
zkochan
7355d5c0e9 refactor: concurrency 2017-02-11 14:09:19 +02:00
zkochan
5765f83074 chore: release v0.54.0 v0.54.0 2017-02-08 22:34:34 +02:00
zkochan
6792b57c5c feat: make fetching concurrency configurable
And reduce the default value to 4

Ref #600
2017-02-08 22:22:31 +02:00
zkochan
665c181887 feat: add lockStaleDuration config
ref #608, ref #594
2017-02-08 22:01:32 +02:00
Zoltan Kochan
d0345a8942 fix(bin): bins should be linked in all dependencies
Close #609
2017-02-08 22:01:00 +02:00
zkochan
c40264a9cd refactor: use read-pkg 2017-02-07 01:27:43 +02:00
zkochan
bf0f0ab88b refactor: keypath not needed during fetch 2017-02-07 00:52:20 +02:00
zkochan
26140005e6 chore: release v0.53.0 v0.53.0 2017-02-06 21:35:09 +02:00
greenkeeper[bot]
2af4cfa7f3 fix(package): update pnpm-default-reporter to version 0.2.0
https://greenkeeper.io/
2017-02-06 21:30:47 +02:00
greenkeeper[bot]
0ec292d948 fix(package): update @types/node to version 7.0.5
https://greenkeeper.io/
2017-02-06 21:24:39 +02:00
zkochan
870ed1329e chore: use publish-packed for publishing 2017-02-06 21:20:33 +02:00
zkochan
04bc56c688 refactor(tests): move supporting functions to utils folder 2017-02-06 21:01:45 +02:00