Skip to content

Commit 4b3db02

Browse files
sigurdmcommit-bot@chromium.org
authored andcommitted
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 <[email protected]> Commit-Queue: Sigurd Meldgaard <[email protected]>
1 parent b989ccf commit 4b3db02

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ Updated the Linter to `0.1.117`, which includes:
151151
### Pub
152152
* `pub run` and `pub global run` accepts a `--enable-experiment` flag enabling
153153
experiments in the Dart VM (and language).
154+
* `pub run` and `pub global run` accepts a `--(no-)-sound-null-safety flag, that
155+
is passed to the VM.
154156
* Warn when publishing the first null-safe version of a package.
155157
* `pub outdated`:
156-
* Introduce `--mode=null-safety` flag that will report which of your
157-
dependencies you can upgrade to fully support null safety.
158158
* If the current version of a dependency is a prerelease
159159
version, use prereleases for latest if there is no newer stable.
160160
* 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:
172172
* Fix git folder names in cache, allowing for ssh-style git
173173
dependencies.
174174
* Fix: Avoid precompilation of dependencies of global packages.
175+
* Fix: avoid multiple recompilation of binaries in global packages.
175176

176177
## 2.8.4 - 2020-06-04
177178

DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ vars = {
128128
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
129129
"pool_rev": "eedbd5fde84f9a1a8da643b475305a81841da599",
130130
"protobuf_rev": "3746c8fd3f2b0147623a8e3db89c3ff4330de760",
131-
"pub_rev": "04b054b62cc437cf23451785fdc50e49cd9de139",
131+
"pub_rev": "0d185a398a1684c15ea16a0facc17f5d170e5d51",
132132
"pub_semver_tag": "v1.4.4",
133133
"quiver-dart_tag": "246e754fe45cecb6aa5f3f13b4ed61037ff0d784",
134134
"resource_rev": "f8e37558a1c4f54550aa463b88a6a831e3e33cd6",

0 commit comments

Comments
 (0)