Skip to content

Commit 64b761b

Browse files
jonasfjcommit-bot@chromium.org
authored andcommitted
Bumped pub revision
Change-Id: I8ca3203423a98f8a0b02f0f8b458623025f1ddd6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149847 Auto-Submit: Jonas Jensen <[email protected]> Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Kevin Moore <[email protected]>
1 parent 2fd06c8 commit 64b761b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Updated the Linter to `0.1.116`, which includes:
8787
### Dart VM
8888

8989
### Pub
90+
* `pub run` and `pub global run` accepts a `--enable-experiment` flag enabling
91+
experiments in the Dart VM (and language).
92+
* Publishing Flutter plugins using the old plugin format is no longer allowed.
93+
Plugins using the old plugin format can still be consumed.
9094
* Introduce `pub outdated --mode=null-safety` that will report which of your
9195
dependencies you can upgrade to fully support null safety.
9296
* Fix `pub run` precompilation with relative `PUB_CACHE` paths (#2486)

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ vars = {
127127
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
128128
"pool_rev": "86fbb2cde9bbc66c8d159909d2f65a5981ea5b50",
129129
"protobuf_rev": "3746c8fd3f2b0147623a8e3db89c3ff4330de760",
130-
"pub_rev": "a4bc2dd08630f85a94f506eab037fcaaedb42222",
130+
"pub_rev": "6178cdf284baf2345d1ea578b7176a754aa576fe",
131131
"pub_semver_tag": "v1.4.4",
132132
"quiver-dart_tag": "2.0.0+1",
133133
"resource_rev": "f8e37558a1c4f54550aa463b88a6a831e3e33cd6",

0 commit comments

Comments
 (0)