git log --oneline 85bdb898aeb2ac7cea76489ba0bf4e52ff7a79bf..master
04b054b6 Find sdk path with cli_util (#2567)
36c195b9 Only alert about new prereleases for prereleases (#2556)
00b36394 Stop using deprecated mapMap from pkg:collection (#2544)
477cbe72 Improved expectations in flutter_plugin_format validator test (#2532)
a8e2442b `pub run` Don't write about precompilation if no terminal is attached (#2531)
d83d36a4 Don't precompile dependencies of global activate from path (#2530)
870f395c Sanitize git cache folder names (#2522)
03b7f9a5 Avoid divisive terms (#2523)
b239ada4 Remove divisive term (#2517)

Change-Id: I55ea52a86121a382dca5c0f85addd4513ada50bf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154940
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
This commit is contained in:
Sigurd Meldgaard 2020-07-20 13:38:34 +00:00 committed by commit-bot@chromium.org
parent 87906e832b
commit ad3be0ab96
2 changed files with 6 additions and 1 deletions

View file

@ -125,6 +125,8 @@ Updated the Linter to `0.1.117`, which includes:
* Don't require a `pubspec.lock` file. When the lockfile is missing, the
**Current** column is empty.
* `pub upgrade`: Show summary count of outdated packages after running.
It will also only show newer packages if they are not prereleases or
the package is already a prerelease.
* Publishing Flutter plugins using the old plugin format is no longer allowed.
Plugins using the old plugin format can still be consumed.
* `pub run`: Fix precompilation with relative `PUB_CACHE` paths
@ -132,6 +134,9 @@ Updated the Linter to `0.1.117`, which includes:
* Preserve Windows line endings in `pubspec.lock` if they are already there
([#2489](https://github.com/dart-lang/pub/pull/2489)).
* Better terminal color-detection. Use colors in terminals on Windows.
* Fix git folder names in cache, allowing for ssh-style git
dependencies.
* Fix: Avoid precompilation of dependencies of global packages.
## 2.8.4 - 2020-06-04

2
DEPS
View file

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