Skip to content

Commit e205acb

Browse files
stereotype441commit-bot@chromium.org
authored andcommitted
Migration: stop recommending --prereleases with pub outdated --mode=null-safety.
As of dart-lang/pub@5fba201, `--mode=null-safety` implies `--prereleases`. Change-Id: I34bc827ddd3579e968276f826c0420ffadc0eac3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171661 Auto-Submit: Paul Berry <[email protected]> Commit-Queue: Paul Berry <[email protected]> Commit-Queue: Devon Carew <[email protected]> Reviewed-by: Devon Carew <[email protected]>
1 parent e7647f2 commit e205acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nnbd_migration/lib/src/messages.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ are currently importing the following non-null-safe libraries:
3434
3535
Please upgrade the packages containing these libraries to null safe versions
3636
before continuing. To see what null safe package versions are available, run
37-
the following command: `dart pub outdated --mode=null-safety --prereleases`.
37+
the following command: `dart pub outdated --mode=null-safety`.
3838
3939
To skip this check and try to migrate anyway, re-run with the flag
4040
`$_skipImportCheckFlag`.

0 commit comments

Comments
 (0)