Bump pub version

> git log --oneline 04b054b62cc437cf23451785fdc50e49cd9de139..master
0d185a39 (HEAD -> master, origin/master, origin/HEAD) Push null-safety forwards to 2.11 (#2604)
56f9f27f Hide outdated --mode flag (#2603)
61ce6f81 Avoid double loop (#2605)
fa6e57d7 (disable_mixed_mode_validation) Fix outdated latest ordering (#2598)
6549e4aa Remove unused dependency from pubspec.yaml (#2592)
61543d07 Don't look for external package foo during testing (#2599)
590b448f Fixed license headers (#2595)
04e0601e Don't show entries for dev-dependencies in outdated --json --no-dev-dependencies (#2591)
8c3778c4 Configure GitHub move app (#2578)
eec7beca (top_level_command) Pass --(no-)sound-null-safety arg through to VM. (#2542)
152e4740 Warn about publishing in mixed mode (#2583)
0b7a3abe Removed april fools toys (#2325)
b74a5b73 Actually print hints (#2582)
8ec3a66d (pub2) Fix outdated --no-color (#2572)
7bb3d4e6 Use getSdkPath() in NullSafetyAnalysis (#2573)
3c578f24 Drop the "magic" package concept (#2577)
0e967ff0 Remove unused function (#2570)
988fefef Remove dependency overrides (#2568)

Change-Id: I58bf14234ed55bf9d825de60a40ded1d65281195
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158003
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
This commit is contained in:
Sigurd Meldgaard 2020-08-11 15:26:39 +00:00 committed by commit-bot@chromium.org
parent b989ccf733
commit 4b3db02711
2 changed files with 4 additions and 3 deletions

View file

@ -151,10 +151,10 @@ Updated the Linter to `0.1.117`, which includes:
### Pub
* `pub run` and `pub global run` accepts a `--enable-experiment` flag enabling
experiments in the Dart VM (and language).
* `pub run` and `pub global run` accepts a `--(no-)-sound-null-safety flag, that
is passed to the VM.
* Warn when publishing the first null-safe version of a package.
* `pub outdated`:
* Introduce `--mode=null-safety` flag that will report which of your
dependencies you can upgrade to fully support null safety.
* If the current version of a dependency is a prerelease
version, use prereleases for latest if there is no newer stable.
* Don't require a `pubspec.lock` file. When the lockfile is missing, the
@ -172,6 +172,7 @@ Updated the Linter to `0.1.117`, which includes:
* Fix git folder names in cache, allowing for ssh-style git
dependencies.
* Fix: Avoid precompilation of dependencies of global packages.
* Fix: avoid multiple recompilation of binaries in global packages.
## 2.8.4 - 2020-06-04

2
DEPS
View file

@ -128,7 +128,7 @@ vars = {
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_rev": "eedbd5fde84f9a1a8da643b475305a81841da599",
"protobuf_rev": "3746c8fd3f2b0147623a8e3db89c3ff4330de760",
"pub_rev": "04b054b62cc437cf23451785fdc50e49cd9de139",
"pub_rev": "0d185a398a1684c15ea16a0facc17f5d170e5d51",
"pub_semver_tag": "v1.4.4",
"quiver-dart_tag": "246e754fe45cecb6aa5f3f13b4ed61037ff0d784",
"resource_rev": "f8e37558a1c4f54550aa463b88a6a831e3e33cd6",