You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Deno 2.1.2 with the outdated --help arguments outputs deno outdated --update twice in the same context:
$ deno outdated --help
Find and update outdated dependencies.
By default, outdated dependencies are only displayed.
Display outdated dependencies:
deno outdated
deno outdated --compatible
Update dependencies:
deno outdated --update
deno outdated --update --latest
deno outdated --update <--- ?
Filters can be used to select which packages to act on. Filters can include wildcards (*) to match multiple packages.
Is that line a duplicate that should be removed? Or should it have been deno outdated --update --compatible?
The docs copy/pasted the output it seems because the same issue occurs there too.
The text was updated successfully, but these errors were encountered:
Nice catch! It was just a duplicate line. Semver-compatible is the default for --update. I fixed this in #27227, if you update to 2.1.3 (just released yesterday) this should be resolved.
Running Deno 2.1.2 with the
outdated --help
arguments outputsdeno outdated --update
twice in the same context:Is that line a duplicate that should be removed? Or should it have been
deno outdated --update --compatible
?The docs copy/pasted the output it seems because the same issue occurs there too.
The text was updated successfully, but these errors were encountered: