Skip to content

Commit

Permalink
feat: outdated command support sort-by option (#575)
Browse files Browse the repository at this point in the history
* feat: `outdated` command support `sort` option

* chore: update

* Update outdated.md

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
  • Loading branch information
btea and zkochan authored Oct 4, 2024
1 parent 453efde commit 2ffe6e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/cli/outdated.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ Checks only `dependencies` and `optionalDependencies`.
### --no-optional

Doesn't check `optionalDependencies`.

### --sort-by

Added in: v9.12.0

Specifies the order in which the output results are sorted. Currently only the value `name` is accepted.

0 comments on commit 2ffe6e2

Please sign in to comment.