Commit Graph

18 Commits

Author SHA1 Message Date
Kinrany
0c11e1a07f fix: end with \n when pnpm audit finds nothing (#3134)
* End with \n when `pnpm audit` finds nothing

* test: new line in the end of audit output

Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-02-13 21:50:30 +02:00
Zoltan Kochan
e70232907a fix: use @arcanis/slice-ansi instead of slice-ansi 2020-10-28 22:50:26 +02:00
Zoltan Kochan
acc1782c6f style: restrict template expressions 2020-08-27 00:57:58 +03: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
8bb015059a fix(audit): don't error when the found vulnerabilities are allowed
close #2721
PR #2723
2020-07-29 02:08:58 +03:00
Zoltan Kochan
a64b7250c2 pnpm outdated|audit should exit with exit code 1 when issues are found
`pnpm outdated` should exit with 1, when outdated found

`pnpm audit` should exit with 1 when issues are found

ref #2706
PR (#2718)
2020-07-27 23:12:42 +03:00
Zoltan Kochan
4e5e22aabb fix(audit): allow using --registry option
close #2689
2020-07-22 22:35:49 +03:00
Zoltan Kochan
c75a921e36 style: no trailing commas in functions 2020-05-12 19:00:16 +03:00
Zoltan Kochan
53124f62f8 fix(audit): use retry options from config 2020-04-09 02:09:12 +03: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
b98c06e41b fix: use --prod option in every help 2020-01-09 02:59:03 +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
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
0d8975afdf refactor: create @pnpm/plugin-commands-audit
ref #2154
2019-11-23 02:34:14 +02:00