Commit Graph

10701 Commits

Author SHA1 Message Date
Zoltan Kochan
243acd5afa feat(outdated): remove the rightmost border and padding 2019-08-28 23:17:24 +03:00
Zoltan Kochan
b1cc118039 fix(outdated): viewing diff when latest is non-prerelase version
Viewing diff when latest is non-prerelase version and
current is.
2019-08-28 14:38:00 +03:00
Zoltan Kochan
cec2229d73 chore(release): 3.8.0-1 v3.8.0-1 2019-08-28 01:51:24 +03:00
Zoltan Kochan
622918ac3e feat(cli): outdated should print deprecated pkgs
PR #1983
close #1946
2019-08-28 01:43:51 +03:00
Zoltan Kochan
e69beba8a4 fix(deps): update @pnpm/semver-diff to v1.0.2 2019-08-27 21:25:42 +03:00
Zoltan Kochan
53357c1dc0 fix(cli): outdated prerelease version diffs 2019-08-27 16:04:32 +03:00
Zoltan Kochan
792384f31f feat(cli): set the width of dependents column 2019-08-27 15:12:06 +03:00
Zoltan Kochan
afbbd0401d feat(cli): add a URL column to the outdated table
close #1980
PR #1981
2019-08-27 11:33:43 +03:00
Zoltan Kochan
5258867d57 feat(cli): use a bordered table in the outdated output 2019-08-27 01:49:12 +03:00
Zoltan Kochan
8bffdfae25 ci: skip failing 'pnpm outdated' test 2019-08-26 22:40:55 +03:00
Zoltan Kochan
86cb38aa00 ci: retry requests to the registry up to 4 times 2019-08-26 22:04:25 +03:00
Zoltan Kochan
55cfc92093 feat(cli): pnpm help should print the current version of the CLI 2019-08-26 21:34:44 +03:00
Zoltan Kochan
813585c39e fix: regressions caused by PR #1976 2019-08-26 20:57:48 +03:00
Zoltan Kochan
de80ab4f87 fix: regressions caused by PR #1976 2019-08-26 17:09:30 +03:00
Zoltan Kochan
29ce73cf19 chore(deps): update 2019-08-26 16:20:24 +03:00
Zoltan Kochan
aa0a6feda3 docs(readme): recommend to use "pnpm add" 2019-08-26 15:49:04 +03:00
Zoltan Kochan
05969913fd chore(release): 3.8.0-0 v3.8.0-0 2019-08-26 15:38:30 +03:00
ExE Boss
e29c040d38 feat(pnpm): make pnpm add require the <pkg> parameter
PR #1976
close #1970
2019-08-26 15:31:21 +03:00
Zoltan Kochan
ec05e534c9 chore(deps): update pnpm-lock.yaml 2019-08-26 15:13:10 +03:00
Zoltan Kochan
8563ecf853 feat(cli): UI improvemnts to "pnpm outdated"
#1978
2019-08-26 14:49:46 +03:00
Zoltan Kochan
bbfc5a5611 style: sort keys in cmd/outdated.ts 2019-08-25 02:35:16 +03:00
Zoltan Kochan
42b36b1799 test(cli): pnpm multi outdated in workspace with shared lockfile 2019-08-25 02:24:34 +03:00
Zoltan Kochan
c809ad4439 feat(cli): "multi outdated" prints one package only once
Every package is printed once, dependent workspace packages are
grouped in the last columnt.
2019-08-25 02:12:23 +03:00
Zoltan Kochan
cc3481a646 chore: publish tslint-config and tsconfig 2019-08-24 02:31:25 +03:00
Zoltan Kochan
11f39b1513 feat(outdated): should print the dep type of each dep
PR #1974
2019-08-23 01:09:27 +03:00
Zoltan Kochan
4e247ef56d refactor: types 2019-08-22 01:39:00 +03:00
Zoltan Kochan
be2f725671 chore(release): 3.7.5 v3.7.5 2019-08-21 21:44:25 +03:00
Zoltan Kochan
18b866a5b8 chore(deps): update pnpm-lock.yaml 2019-08-21 21:38:29 +03:00
Zoltan Kochan
75457e7b6f feat: better typings 2019-08-21 18:10:40 +03:00
Zoltan Kochan
d79bd5a1fa fix: partial install in monorepo with --independent-leaves
PR #1971
close #1969
2019-08-21 02:26:03 +03:00
Zoltan Kochan
633a7a01a9 chore(release): 3.7.4 v3.7.4 2019-08-20 03:18:13 +03:00
Zoltan Kochan
b40ac5627b chore: the root package should only have dev deps 2019-08-20 02:27:01 +03:00
Zoltan Kochan
95538cce22 fix: headless install of optional subdeps with independent-leaves 2019-08-19 23:12:24 +03:00
Zoltan Kochan
f9ec6ba967 fix: headless install should be preferred with workspace protocol 2019-08-19 01:56:40 +03:00
Renovate Bot
b70f8b73dc fix(deps): update dependency p-limit to v2.2.1 2019-08-19 01:07:44 +03:00
Zoltan Kochan
2a8849adcc chore(release): 3.7.3 v3.7.3 2019-08-18 16:19:09 +03:00
Zoltan Kochan
f407fd7c8e fix(deps): @zkochan/rimraf is a prod dep of pnpm 2019-08-18 16:12:36 +03:00
Zoltan Kochan
7235674bfa chore(release): 3.7.2 v3.7.2 2019-08-18 16:08:43 +03:00
Zoltan Kochan
08935718d3 fix(link): don't prune too much from the target project
When running `pnpm link --production ../source`
only the `source` project should be pruned using the --prod flag.
The target directory should keep its existing dependencies.
Except the ones that are replaced by the link.

Fixes a regression that was introduced in v3.5.5
2019-08-18 15:53:52 +03:00
Zoltan Kochan
b344b79a11 chore(deps): update pnpm-lock.yaml 2019-08-18 12:34:41 +03:00
Renovate Bot
d438bf364c fix(deps): update dependency load-json-file to v6.2.0 2019-08-18 12:32:07 +03:00
Renovate Bot
2043187f14 chore(deps): update dependency fs-extra to v8 2019-08-18 12:31:23 +03:00
Zoltan Kochan
47f718d70f fix(deps): use @zkochan/rimraf instead of rimraf-then 2019-08-18 02:40:20 +03:00
Zoltan Kochan
23f2d372f6 fix(deps): update remove-all-except-outer-links 2019-08-17 22:53:31 +03:00
Zoltan Kochan
812a446461 fix(deps): update rename-overwrite and write-json5-file 2019-08-17 22:32:41 +03:00
Zoltan Kochan
2d037e4ec0 chore(deps): update pnpm-lock.yaml 2019-08-17 22:03:02 +03:00
Zoltan Kochan
06af297f9d chore(release): 3.7.1 v3.7.1 2019-08-17 21:15:36 +03:00
Renovate Bot
43b4040fee chore(deps): update dependency husky to v3.0.4 2019-08-17 20:42:57 +03:00
Zoltan Kochan
02681edce6 fix(CLI): don't add an empty line if not necessary 2019-08-17 20:41:21 +03:00
Zoltan Kochan
eb91d154ff fix(CLI): always show the CLI cursor
close #1961
2019-08-16 22:51:31 +03:00