Commit Graph

54 Commits

Author SHA1 Message Date
Zoltan Kochan
5c2ebaf17e chore(release): 2.7.0 2018-06-18 02:25:54 +03:00
Zoltan Kochan
6d03c9b97c feat: adding more error codes 2018-06-18 02:16:16 +03:00
Zoltan Kochan
919d8aa1cc chore(release): 2.6.2 2018-06-16 13:05:06 +03:00
Zoltan Kochan
a0841bb765 fix(reporting): report progress stats once for a dependency
ref #1233
2018-06-16 12:12:15 +03:00
Zoltan Kochan
9fcf8ac539 fix(deps): update pnpm-list and p-limit 2018-06-14 23:00:34 +03:00
Zoltan Kochan
853c65d9d4 chore(release): 2.6.0 2018-06-14 18:10:32 +03:00
Zoltan Kochan
b7442285e7 fix: always group package with its peer dependency
...even if the peer dependency is resolved from the direct parent

ref #1217
2018-06-14 17:50:42 +03:00
Zoltan Kochan
d6b6778ca8 feat(reporting): print better error message on "No matching version"
close #1195
2018-06-12 22:48:54 +03:00
Zoltan Kochan
cb55a10244 chore: update dependencies 2018-06-12 21:52:39 +03:00
Zoltan Kochan
a3d849da70 chore(release): 2.4.0 2018-06-11 14:18:57 +03:00
Zoltan Kochan
1b9665219f refactor: move readPackageJson out of @pnpm/utils
BREAKING CHANGE:

readPackageJson/readPackageJsonFromDir removed from @pnpm/utils
2018-06-11 12:39:42 +03:00
Zoltan Kochan
58154a1249 fix: limit the size of the meta cache
ref #1211
2018-06-11 02:04:56 +03:00
Zoltan Kochan
644e5914d3 fix: log progress when running with store server
ref #1211
2018-06-10 04:02:46 +03:00
Zoltan Kochan
c8f4d76b3f chore(deps): update pnpm-registry-mock to v2 2018-06-09 16:37:59 +03:00
Zoltan Kochan
f5d7141f54 chore: update shrinkwrap.yaml 2018-06-08 00:52:21 +03:00
Zoltan Kochan
1a9dbf87f2 chore: improve DX by using pnpm recursive commands 2018-06-06 10:02:19 +03:00
Zoltan Kochan
bb80bc5501 chore(release): 2.2.2 2018-06-03 02:46:24 +03:00
Zoltan Kochan
0c08f0063f fix(update): don't fail on packages with peer deps
close #1201
2018-06-03 01:37:33 +03:00
Zoltan Kochan
c3c3d526d5 fix(update): don't add new dependencies during update 2018-06-02 22:26:18 +03:00
Zoltan Kochan
e0af59df0a chore: update typescript to v2.9 2018-06-02 12:07:55 +03:00
Zoltan Kochan
9f97b71241 chore(release): 2.2.1 2018-05-30 10:08:09 +03:00
Zoltan Kochan
48adec2a3f fix: don't use central loc of pkgs in client pnpm
close #1189
PR #1190
2018-05-30 09:31:50 +03:00
Zoltan Kochan
a1a6e8355c fix(deps): update delay to v3 2018-05-27 13:03:35 +03:00
Renovate Bot
f7a724a34e chore(deps): update dependency @types/sinon to v5 2018-05-24 22:52:48 +03:00
Zoltan Kochan
dcb8613332 feat: pnpm recursive list
close #1116
2018-05-22 23:37:54 +03:00
Zoltan Kochan
5231d0eed7 chore(release): 2.1.0
pnpm@2.1.0
supi@0.19.3
2018-05-21 22:56:37 +03:00
Zoltan Kochan
9e9a634bd1 fix(update): update should not break shrinkwrap.yaml
close #1150
2018-05-21 22:20:20 +03:00
Zoltan Kochan
995b624693 perf: request corgi (stripped) metadata from npm registry
close #1176
2018-05-21 21:21:28 +03:00
Zoltan Kochan
731deab791 refactor: rename newShr to newShrinkwrap 2018-05-20 22:19:11 +03:00
Zoltan Kochan
9979393304 refactor: updateShrinkwrap.ts 2018-05-20 22:15:57 +03:00
Zoltan Kochan
85a4dbfc21 test: requiresBuild is set correctly for packages with binding.gyp 2018-05-20 22:15:49 +03:00
Zoltan Kochan
6ce3c29e24 chore: update shrinkwrap.yaml file versions 2018-05-19 14:31:49 +03:00
Zoltan Kochan
f97a69bd7d chore(release): v2.0.0
pnpm@2.0.0
supi@0.19.2
2018-05-19 14:02:08 +03:00
Zoltan Kochan
1e982aac47 fix: update shrinkwrapMinorVersion to 7 2018-05-19 13:21:18 +03:00
Zoltan Kochan
839f7ec363 fix(shrinkwrap): recursive link adds link to proper dependency type 2018-05-18 22:50:41 +03:00
Zoltan Kochan
889181a109 fix(rebuild): rebuild should not fail on linked packages
close #1155
2018-05-18 21:15:10 +03:00
Zoltan Kochan
7006aac793 fix: ignore dependencies that have the same name as the dep holder 2018-05-18 02:03:30 +03:00
Zoltan Kochan
ed1e080f77 chore: release 2018-05-17 23:08:45 +03:00
Zoltan Kochan
6186890ed4 feat: update dependencies 2018-05-14 01:33:25 +03:00
Zoltan Kochan
2dc9c6ee7a feat: directory dependencies are always saved with "link:" prefix
BREAKING CHANGE:

directory dependencies are always saved with "link:" prefix
2018-05-14 01:33:25 +03:00
Zoltan Kochan
98c7c957d7 feat: drop Node.js 4 support
BREAKING CHANGE:

Node.js>=6 is required
2018-05-14 01:33:25 +03:00
Zoltan Kochan
622ec39fe9 chore: fix bugs URL in supi 2018-05-13 14:20:51 +03:00
Zoltan Kochan
4114492c18 ci: remove configs from packages/supi 2018-05-13 14:20:30 +03:00
Zoltan Kochan
1bf9a4b4d3 test: @pnpm/headless 2018-05-13 02:00:19 +03:00
Zoltan Kochan
7860ef85d3 chore(release): @pnpm/utils@0.1.0 2018-05-13 01:14:12 +03:00
Zoltan Kochan
5e816d0c3a feat: create @pnpm/utils 2018-05-13 00:55:25 +03:00
Zoltan Kochan
e206ceeadc chore(supi): update repository URL 2018-05-12 19:41:19 +03:00
Zoltan Kochan
81e5371915 docs(readme): remove badges 2018-05-12 19:41:00 +03:00
Zoltan Kochan
89c9d52561 chore(supi): remove redundant files 2018-05-12 19:40:31 +03:00
Zoltan Kochan
fcaedd8a63 test: compile sources of supi before testing 2018-05-12 16:03:16 +03:00