Commit Graph

23 Commits

Author SHA1 Message Date
Zoltan Kochan
e38113ff20 feat: use micromatch instead of minimatch 2019-09-11 01:17:51 +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
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
11f39b1513 feat(outdated): should print the dep type of each dep
PR #1974
2019-08-23 01:09:27 +03:00
Zoltan Kochan
de1ba80e0e feat(outdated): pnpm outdated supports selection by pattern (#1950)
close #1949
PR #1950
2019-08-08 02:21:08 +03:00
Zoltan Kochan
931534db47 fix(outdated): request meta for scoped packages from right registry
also, fixes finding outdated aliased dependencies.

close #1504
PR #1924
2019-07-24 16:20:26 +03:00
Zoltan Kochan
8e4c23080a fix(outdated): don't fail when importer has not all dep types 2019-07-20 12:07:00 +03:00
Zoltan Kochan
90816eb5bd fix(outdated): should not fail if importer is not present in lockfile 2019-06-02 00:01:14 +03:00
Zoltan Kochan
a955f715d3 feat: support package.yaml and package.json5
PR #1799
close #1100
2019-05-02 00:19:46 +03:00
Zoltan Kochan
c8d98856fa refactor: use includes() instead of indexOf() when possible 2019-04-07 13:08:26 +03:00
Zoltan Kochan
5489e8c4e1 refactor: rename shrinkwrap variables 2019-03-07 02:47:59 +02:00
Zoltan Kochan
86cfb3afbd refactor: rename functions that have shrinkwrap in name 2019-03-07 00:31:39 +02:00
Zoltan Kochan
5fdfd13bbb refactor: rename constants that contain the work SHRINKWRAP 2019-03-06 23:13:51 +02:00
Zoltan Kochan
ba2f3e707d feat: rename shrinkwrapDirectory to lockfileDirectory 2019-03-06 22:47:19 +02:00
Zoltan Kochan
13616f1217 refactor: rename packages from shrinkwrap to lockfile 2019-03-06 17:18:05 +02:00
Zoltan Kochan
3d30d2c79c refactor: use constants for getting the lockfile name 2019-03-02 19:22:07 +02:00
Zoltan Kochan
4198da2074 refactor: deprecate pnpm-shrinkwrap 2018-12-06 23:19:30 +02:00
Zoltan Kochan
6d68a19a18 fix(outdated): on project with shared shrinkwrap and direct peers 2018-10-31 02:30:31 +02:00
Zoltan Kochan
2770336298 fix(outdated): pnpm outdated when only a dev dep is out-of-date
close #1447
2018-10-31 00:47:55 +02:00
Zoltan Kochan
ec83a733bd fix(outdated): support external shrinkwrap.yaml
ref #1366
2018-10-21 12:14:57 +03:00
Zoltan Kochan
3911cf0823 style: use standard style with trailing comma 2018-10-07 16:39:49 +03:00
Zoltan Kochan
0e431ce722 feat: sharing one shrinkwrap file between several projects
PR #1373
ref #1366
2018-09-23 23:11:12 +03:00
Zoltan Kochan
11df5d90ba refactor: move @pnpm/outdated to packages/outdated 2018-09-23 03:19:19 +03:00