Commit Graph

25 Commits

Author SHA1 Message Date
Zoltan Kochan
1729f7b99a fix(list): don't list unsaved dependencies (#3339)
close #2768
close #3254
2021-04-13 00:57:49 +03:00
Zoltan Kochan
903314f4d6 style: fix 2021-03-17 23:27:28 +02:00
Michal Levý
10c31e485d feat(why): implement shorthands for "--dev" & "--prod" options (#3158)
close #3153
2021-02-20 00:19:09 +02:00
Zoltan Kochan
d6d091f249 style: use es2015 imports (#3143) 2021-02-15 05:06:10 +02:00
Zoltan Kochan
af17690170 fix: help of the ll command 2021-01-10 01:41:15 +02:00
Zoltan Kochan
88e1eaa908 style: use no delimiters in type declarations 2020-08-26 01:42:36 +03:00
Zoltan Kochan
5322cf9b39 style: use nullish coalescing 2020-08-26 01:15:47 +03:00
Zoltan Kochan
1c8a02e996 style: use eslint instead of tslint
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Zoltan Kochan
220896511a refactor: remove common-tags from dependencies 2020-06-21 16:39:49 +03:00
Zoltan Kochan
db17f6f7b6 refactor: move Project and ProjectsGraph to @pnpm/types 2020-06-21 14:54:49 +03:00
Zoltan Kochan
906465529a style: reformat multiline unions 2020-05-14 14:30:09 +03:00
Zoltan Kochan
c75a921e36 style: no trailing commas in functions 2020-05-12 19:00:16 +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
7b0c7690f4 fix(why): should have depth Infinity
Fixes a regression introduced by 42ff26d271
2020-02-03 02:40:37 +02:00
Zoltan Kochan
42ff26d271 fix(list): the default depth is 0 2020-02-02 22:02:09 +02:00
Zoltan Kochan
b98c06e41b fix: use --prod option in every help 2020-01-09 02:59:03 +02:00
Zoltan Kochan
3c22b1ecb9 fix: description of some flags in list help 2020-01-08 03:03:29 +02:00
Zoltan Kochan
6abed4b179 refactor(config): don't populate the include sett. 2020-01-05 03:56:11 +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
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
4f35f24c38 feat: every command plugin returns separate types from CLI vs RC 2019-11-30 16:45:44 +02:00
Zoltan Kochan
af28305622 refactor: create @pnpm/plugin-commands-listing
ref #2154
2019-11-23 02:34:14 +02:00