Commit Graph

22 Commits

Author SHA1 Message Date
Zoltan Kochan
1d4e1e3c92 refactor: move optionsTypesToCompletions() 2020-04-04 23:33:23 +03:00
Zoltan Kochan
906ede36c6 fix: the -r option is not supported by all cmds
ref #2396
2020-03-15 02:28:20 +02:00
Zoltan Kochan
715610d2c8 refactor: command plugins API 2020-03-09 00:19:08 +02:00
Zoltan Kochan
290b4741bb feat: -D is an alias of --dev, -P is an alias of --production
close #2251
PR #2376 

BREAKING CHANGE: @pnpm/parse-cli-args
2020-02-23 20:11:13 +02:00
Zoltan Kochan
e8ac70b648 feat: support autocompletion
PR #2281
close #2229
2020-01-27 21:34:18 +02:00
Zoltan Kochan
9af994fc63 refactor: @pnpm/outdated
BREAKING CHANGE: @pnpm/outdated
2020-01-19 15:00:39 +02:00
Zoltan Kochan
2331b2ed0d feat: interactive update with many lockfiles
Interactive update should work on a workspace
that uses dedicated pnpm-lock.yaml file per each
project.

ref #2271
2020-01-19 14:49:05 +02:00
Zoltan Kochan
27a02dd15f refactor: outdated and plugin-commands-outdated
BREAKING CHANGE: @pnpm/outdated
2020-01-18 20:55:42 +02:00
Zoltan Kochan
b98c06e41b fix: use --prod option in every help 2020-01-09 02:59:03 +02:00
Zoltan Kochan
a5dcfa1cc9 fix(outdated): print different current versions separately
`pnpm -r outdated` should show all the different current versions

PR #2258
close #2205
2020-01-08 22:15:59 +02:00
Zoltan Kochan
e3ab051b95 fix(outdated): don't print an empty table with -r 2020-01-07 20:47:12 +02:00
Zoltan Kochan
c394dd9931 fix(outdated): fix resolution caching 2020-01-07 20:46:11 +02:00
Zoltan Kochan
fbab427a18 feat(outdated): --compatible
PR #2256
close #2253

Co-Authored-By: Aparajita Fishman <aparajita@aparajita.com>

Co-authored-by: Aparajita Fishman <aparajita@aparajita.com>
2020-01-07 19:54:35 +02:00
Zoltan Kochan
e326f36d00 refactor: move createLatestManifestGetter
move createLatestManifestGetter to
plugin-commands-outdated
2020-01-06 23:30:24 +02:00
Zoltan Kochan
7369731532 feat: outdated --dev | --production | --no-optional
PR #2252
2020-01-06 03:06:21 +02:00
Zoltan Kochan
d756e5057f refactor: don't use the same handlers for different commands
PR #2243
2020-01-02 03:55:00 +02:00
Zoltan Kochan
bb5d41f337 style: add missing trailing commas and fix the linting rule 2020-01-01 19:18:25 +02:00
Zoltan Kochan
f8b927391e refactor: rename importers & workspace pkgs to projects
WsPkg=>Project
WorkspacePackage=>Project
mporterManifest=>ProjectManifest
importers=>projects
importerDir=>projectDir
LockfileImporter=>ProjectSnapshot

PR #2242
2020-01-01 18:57:14 +02:00
Zoltan Kochan
9c9a3849d9 refactor: destroying the plugin-commands-recursive package
PR #2237
2019-12-29 18:45:20 +02:00
Zoltan Kochan
cb3dd567b3 refactor: reduce number of types in @pnpm/config 2019-11-30 19:18:23 +02:00
Zoltan Kochan
4f35f24c38 feat: every command plugin returns separate types from CLI vs RC 2019-11-30 16:45:44 +02:00
Zoltan Kochan
70b5c50b62 refactor: create @pnpm/plugin-commands-outdated
ref #2154
2019-11-23 02:34:14 +02:00