Skip to content

Commit c02c975

Browse files
sigurdmCommit Bot
authored and
Commit Bot
committed
Reland "Bump pub to ec35d46261b610e558dfd0d8525ca3fc8387b4b7"
This is a reland of commit 78636aa Original change's description: > Bump pub to ec35d46261b610e558dfd0d8525ca3fc8387b4b7 > > Changes: > ``` > > git log --format="%C(auto) %h %s" ac7db6c..ec35d46 > https://dart.googlesource.com/pub.git/+/ec35d462 Fix null-safety warning in dart.dart (#3514) > https://dart.googlesource.com/pub.git/+/7d30cf0b Allow pubspec key 'funding' (#3529) > https://dart.googlesource.com/pub.git/+/8ff63a8e Fix remaining usages of path.prettyUri on git uris (#3524) > https://dart.googlesource.com/pub.git/+/bc32a30e Fix typo "exitcode" (#3511) > > ``` > > Diff: https://dart.googlesource.com/pub.git/+/ac7db6c07318efa4a8712110275eaf70f96a6d00~..ec35d46261b610e558dfd0d8525ca3fc8387b4b7/ > Change-Id: I535f4fab8940ee8400ef75369d35fb4c1ee3adab > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255990 > Reviewed-by: Sarah Zakarias <[email protected]> > Commit-Queue: Sigurd Meldgaard <[email protected]> Change-Id: I9c50c7b5ea01fc24cc97b328766ad7d2b9c4b36e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256280 Reviewed-by: Sarah Zakarias <[email protected]> Commit-Queue: Sigurd Meldgaard <[email protected]>
1 parent 161f8fd commit c02c975

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Updated the Linter to `1.27.0`, which includes changes that
106106

107107
- Remove remaining support for `.packages` files. The flag
108108
`--legacy-packages-file` is no longer supported.
109+
- Support a new field `funding` in pubspec.yaml.
109110

110111
#### dart2js
111112

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ vars = {
136136
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
137137
"pool_rev": "fa84ddd0e39f45bf3f09dcc5d6b9fbdda7820fef",
138138
"protobuf_rev": "8337a7910fef805214e5aae35a98abd481d87a18",
139-
"pub_rev": "ac7db6c07318efa4a8712110275eaf70f96a6d00", # manually rev'd
139+
"pub_rev": "ec35d46261b610e558dfd0d8525ca3fc8387b4b7", # manually rev'd
140140
"pub_semver_rev": "9fd28757ba45961ac5449e0f2b0020670e921475",
141141
"root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50",
142142
"shelf_rev": "0965d864d0e6c66d5bb6daece400e80484640bd5",

0 commit comments

Comments
 (0)