Commit Graph

2752 Commits

Author SHA1 Message Date
Zoltan Kochan
9f97b71241 chore(release): 2.2.1 utils/0.2.1 supi/0.20.0 v2.2.1 pnpm-default-reporter/0.17.1 headless/0.5.0 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
5bae5bdb23 fix(server): disallow pruning store by server 2018-05-28 00:16:52 +03:00
Zoltan Kochan
a1a6e8355c fix(deps): update delay to v3 2018-05-27 13:03:35 +03:00
Zoltan Kochan
ceab3e7196 chore(release): 2.2.0 v2.2.0 2018-05-25 10:23:36 +03:00
Zoltan Kochan
888658b76b chore(deps): update @pnpm/outdated 2018-05-24 23:24:14 +03:00
Renovate Bot
f7a724a34e chore(deps): update dependency @types/sinon to v5 2018-05-24 22:52:48 +03:00
Zoltan Kochan
653f289b63 chore: add .npmrc 2018-05-24 22:39:02 +03:00
Zoltan Kochan
5a1d3245cc fix: include package prefix in log when recursive ls/outdated fails 2018-05-24 22:27:19 +03:00
Zoltan Kochan
de79f13136 feat: pnpm recursive outdated
close #1182
2018-05-24 01:18:00 +03:00
Zoltan Kochan
22d4dfa97b refactor: move recursive list to separate file 2018-05-23 09:31:17 +03:00
Zoltan Kochan
7e625b9549 refactor: use getCommandFullName() in recursive.ts 2018-05-23 09:07:56 +03:00
Zoltan Kochan
2666e38e9a refactor(pnpm): move recursive.ts to recursive/index.ts 2018-05-23 08:31:42 +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
v2.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
v2.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 default-reporter/0.17.0 supi/0.19.1 utils/0.2.0 config/1.0.0 v2.0.0-rc.0 headless/0.4.0 2018-05-17 23:08:45 +03:00
Zoltan Kochan
da764c3946 chore(renovate): ignore packages from the monorepo 2018-05-17 22:58:58 +03:00
Zoltan Kochan
bd38fb50b5 chore: configure husky 2018-05-15 02:59:10 +03:00
Zoltan Kochan
f6fd0c323b feat: deprecate store-path config
BREAKING CHANGE:

--store-path is not an alias of --store anymore

ref #840
2018-05-14 23:21:48 +03:00
Renovate Bot
2ab71dcf68 fix(deps): update dependency camelcase to v5 2018-05-14 01:35:10 +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
4a0cbdaa8f feat(cli): unlink is an alias of dislink
BREAKING CHANGE:

unlink is not an alias of uninstall anymore

ref #840
2018-05-14 01:33:25 +03:00
Zoltan Kochan
7cbb31288f test: make 'recursive installation using server' stable 2018-05-13 21:42:38 +03:00
Zoltan Kochan
e17fc8abfa fix(deps): update dependencies of @pnpm/config 2018-05-13 16:51:35 +03:00
Zoltan Kochan
f5c3482bfd chore: adopt @pnpm/config to the multi-package repo 2018-05-13 16:44:14 +03:00
Zoltan Kochan
535e1a4633 feat: add @pnpm/config 2018-05-13 16:39:36 +03:00
Zoltan Kochan
6a6671a086 test: reporter tests should pass on CI 2018-05-13 15:27:43 +03:00
Zoltan Kochan
5159b52681 chore: adopt @pnpm/default-reporter to the multi-package repo 2018-05-13 15:05:31 +03:00
Zoltan Kochan
1df34efd5e feat: add default-reporter 2018-05-13 14:41:15 +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
307d2ef5ad fix(deps): update @types/node to v10 2018-05-13 14:15:51 +03:00
Zoltan Kochan
1bf9a4b4d3 test: @pnpm/headless 2018-05-13 02:00:19 +03:00
Zoltan Kochan
0865aa8f59 feat: move @pnpm/headless to packages/headless 2018-05-13 01:48:19 +03:00
Zoltan Kochan
d575cf6f5d fix: don't depend on supi 2018-05-13 01:33:54 +03:00
Zoltan Kochan
7860ef85d3 chore(release): @pnpm/utils@0.1.0 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