Skip to content

Commit 29e56e9

Browse files
sigurdmCommit Bot
authored and
Commit Bot
committed
Bump pub to ac7db6c07318efa4a8712110275eaf70f96a6d00
Changes: ``` > git log --format="%C(auto) %h %s" 9bf4289..ac7db6c https://dart.googlesource.com/pub.git/+/ac7db6c0 Fix string shortening (#3512) https://dart.googlesource.com/pub.git/+/4ed0d5cd Add pubspec_overrides.yaml to basicIgnoreRules (#3503) https://dart.googlesource.com/pub.git/+/d8f4c549 Remove all support for legacy .packages file (#3507) https://dart.googlesource.com/pub.git/+/1722b6a8 Update 2-BUG.md (#3495) https://dart.googlesource.com/pub.git/+/e60ef647 Add lint avoid_print (#3475) ``` Diff: https://dart.googlesource.com/pub.git/+/9bf4289d6fd5d6872a8929d6312bbd7098f3ea9c~..ac7db6c07318efa4a8712110275eaf70f96a6d00/ Change-Id: I730a048dbf10992270f74ddde47824cc071a3994 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/253663 Commit-Queue: Sigurd Meldgaard <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent fd2297e commit 29e56e9

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
@@ -55,6 +55,11 @@ Updated the Linter to `1.26.0`, which includes changes that
5555
non-final variable.
5656
- fix`use_build_context_synchronously` to handle `await`s in `if` conditions.
5757

58+
#### Pub
59+
60+
- Remove remaining support for `.packages` files. The flag
61+
`--legacy-packages-file` is no longer supported.
62+
5863
### Core libraries
5964

6065
#### `dart:io`

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": "504eefeae9892602ea50c20159db1db3768012a9",
139-
"pub_rev": "9bf4289d6fd5d6872a8929d6312bbd7098f3ea9c", # manually rev'd
139+
"pub_rev": "ac7db6c07318efa4a8712110275eaf70f96a6d00", # manually rev'd
140140
"pub_semver_rev": "9fd28757ba45961ac5449e0f2b0020670e921475",
141141
"root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50",
142142
"shelf_rev": "0371a64bd3b99044ee3158bacf8813bba735a9c7",

0 commit comments

Comments
 (0)