Skip to content

Commit ad3be0a

Browse files
sigurdmcommit-bot@chromium.org
authored andcommitted
Bump pub
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 <[email protected]> Commit-Queue: Sigurd Meldgaard <[email protected]>
1 parent 87906e8 commit ad3be0a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,18 @@ Updated the Linter to `0.1.117`, which includes:
125125
* Don't require a `pubspec.lock` file. When the lockfile is missing, the
126126
**Current** column is empty.
127127
* `pub upgrade`: Show summary count of outdated packages after running.
128+
It will also only show newer packages if they are not prereleases or
129+
the package is already a prerelease.
128130
* Publishing Flutter plugins using the old plugin format is no longer allowed.
129131
Plugins using the old plugin format can still be consumed.
130132
* `pub run`: Fix precompilation with relative `PUB_CACHE` paths
131133
([#2486](https://github.com/dart-lang/pub/pull/2486)).
132134
* Preserve Windows line endings in `pubspec.lock` if they are already there
133135
([#2489](https://github.com/dart-lang/pub/pull/2489)).
134136
* Better terminal color-detection. Use colors in terminals on Windows.
137+
* Fix git folder names in cache, allowing for ssh-style git
138+
dependencies.
139+
* Fix: Avoid precompilation of dependencies of global packages.
135140

136141
## 2.8.4 - 2020-06-04
137142

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ vars = {
128128
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
129129
"pool_rev": "86fbb2cde9bbc66c8d159909d2f65a5981ea5b50",
130130
"protobuf_rev": "3746c8fd3f2b0147623a8e3db89c3ff4330de760",
131-
"pub_rev": "85bdb898aeb2ac7cea76489ba0bf4e52ff7a79bf",
131+
"pub_rev": "04b054b62cc437cf23451785fdc50e49cd9de139",
132132
"pub_semver_tag": "v1.4.4",
133133
"quiver-dart_tag": "246e754fe45cecb6aa5f3f13b4ed61037ff0d784",
134134
"resource_rev": "f8e37558a1c4f54550aa463b88a6a831e3e33cd6",

0 commit comments

Comments
 (0)