Migration: stop recommending --prereleases with pub outdated --mode=null-safety.

As of
5fba201573,
`--mode=null-safety` implies `--prereleases`.

Change-Id: I34bc827ddd3579e968276f826c0420ffadc0eac3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171661
Auto-Submit: Paul Berry <paulberry@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
This commit is contained in:
Paul Berry 2020-11-11 21:00:49 +00:00 committed by commit-bot@chromium.org
parent e7647f2cf2
commit e205acb506

View file

@ -34,7 +34,7 @@ are currently importing the following non-null-safe libraries:
Please upgrade the packages containing these libraries to null safe versions
before continuing. To see what null safe package versions are available, run
the following command: `dart pub outdated --mode=null-safety --prereleases`.
the following command: `dart pub outdated --mode=null-safety`.
To skip this check and try to migrate anyway, re-run with the flag
`$_skipImportCheckFlag`.