Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
a5da033955 fix: don't fail when package has no dependencies 2018-05-24 22:33:36 +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
17bb72444e chore(release): 2.1.0 pnpm-list/2.1.0 2018-05-22 22:51:22 +03:00
Zoltan Kochan
8aa862ebae feat: add alwaysPrintRootPackage option 2018-05-22 22:45:52 +03:00
Zoltan Kochan
7926388444 ci(travis): test on Node v10 2018-05-22 22:23:59 +03:00
Zoltan Kochan
79e14996fb fix: update @types/node to v10 2018-05-22 22:23:37 +03:00
Zoltan Kochan
4a9d747502 chore(release): 2.0.3 dependencies-hierarchy/2.0.3 2018-05-22 22:17:01 +03:00
Zoltan Kochan
33efa54119 ci(travis): test on Node.js 10 2018-05-22 22:14:10 +03:00
Zoltan Kochan
b90a5ffec4 fix: update @types/node to v10 2018-05-22 22:13:28 +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
3f57f9e2d0 chore(release): 1.0.2 npm-resolver/1.0.2 2018-05-17 22:21:05 +03:00
Zoltan Kochan
7b81d79512 test: resolve to a deprecated version
resolve to a deprecated version if there are no non-deprecated
ones that satisfy the range
2018-05-17 22:17:11 +03:00
Zoltan Kochan
cfca4dd54b feat: prefer non-deprecated versions
ref pnpm/pnpm#1002
2018-05-17 18:57:47 +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
ad557fd429 chore(release): 0.11.0 server/0.11.0 2018-05-14 00:05:37 +03:00
Zoltan Kochan
589544969e feat: drop Node.js 4 support
BREAKING CHANGE:

Node.js>=6 is supported
2018-05-14 00:03:55 +03:00
Zoltan Kochan
b5d4d8eaa1 chore(release): 0.20.0 package-store/0.20.0 2018-05-13 23:42:28 +03:00
Zoltan Kochan
f3a556052a feat: drop support of Node.js 4
BREAKING CHANGE:

Node.js>=6 is supported
2018-05-13 23:39:40 +03:00
Zoltan Kochan
d473363555 chore(release): 0.3.0 @pnpm/outdated/0.3.0 2018-05-13 23:37:45 +03:00
Zoltan Kochan
0f0b83dfde feat: drop Node.js 4 support
BREAKING CHANGE:

Node.js>=6 is supported
2018-05-13 23:37:22 +03:00
Renovate Bot
ceee5ccd85 fix(deps): update dependency @pnpm/npm-resolver to v1 2018-05-13 23:35:58 +03:00
Renovate Bot
a866c9cfb7 chore(deps): update dependency @pnpm/npm-resolver to v1 2018-05-13 23:35:33 +03:00
Zoltan Kochan
4012c42e58 chore(release): 1.0.0 package-requester/1.0.0 2018-05-13 23:34:08 +03:00
Zoltan Kochan
5a1b4b304c feat: drop Node.js 4 support
BREAKING CHANGE:

Node.js>=6 is required
2018-05-13 23:33:48 +03:00
Renovate Bot
6d09382544 chore(deps): update dependency @pnpm/npm-resolver to v1 2018-05-13 23:31:43 +03:00
Renovate Bot
85f7cce3a8 chore(deps): update dependency @pnpm/npm-resolver to v1 2018-05-13 23:31:41 +03:00