Skip to content

Commit 2aa637a

Browse files
sigurdmCommit Bot
authored and
Commit Bot
committed
Bump pub to c4e9ddc888c3aa89ef4462f0c4298929191e32b9
Changes: ``` > git log --format="%C(auto) %h %s" 51435ef..c4e9ddc https://dart.googlesource.com/pub.git/+/c4e9ddc8 Extend retries for file-ops on windows (#3451) https://dart.googlesource.com/pub.git/+/6aeb1795 Upgrade package:lints to 2.0.0 (#3445) https://dart.googlesource.com/pub.git/+/73ea9a98 Roll tar to 0.5.5+1 (#3447) https://dart.googlesource.com/pub.git/+/2dc887fe Add env var for writing golden files (#3222) https://dart.googlesource.com/pub.git/+/764500b8 List all files in pub publish (#3440) https://dart.googlesource.com/pub.git/+/0b52e6a8 Remove debug print (#3441) https://dart.googlesource.com/pub.git/+/ea070238 Merge pull request #3443 from jonasfj/master https://dart.googlesource.com/pub.git/+/bffd1267 Merge branch 'cherry-pick-for-2.17.2' https://dart.googlesource.com/pub.git/+/c66381c5 Make `name` field of `_UserInfo` nullable. Fix #3424 (#3442) https://dart.googlesource.com/pub.git/+/cecc8e3c Handle broken response from userinfo_endpoint (#3427) https://dart.googlesource.com/pub.git/+/6c635040 Make `name` field of `_UserInfo` nullable. Fix #3424 (#3442) https://dart.googlesource.com/pub.git/+/6f20a94b Handle missing pubspec.lock in dependency_services list (#3439) https://dart.googlesource.com/pub.git/+/0ad17e84 Handle broken response from userinfo_endpoint (#3427) https://dart.googlesource.com/pub.git/+/153ef061 `pub add` create top-level attribute in block-style if possible. (#3423) https://dart.googlesource.com/pub.git/+/3b96f910 Handle error code 183 on windows (#3426) https://dart.googlesource.com/pub.git/+/9eb6428c Ignore `pubspec_overrides.yaml` for `publish` command (#3419) ``` Diff: https://dart.googlesource.com/pub.git/+/51435efcd574b7bc18d47a5dd620cb9759dea8f8~..c4e9ddc888c3aa89ef4462f0c4298929191e32b9/ Change-Id: I6dacb3e95c6399d3fb5cf340b5d0e5cded270684 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247962 Commit-Queue: Sigurd Meldgaard <[email protected]> Reviewed-by: Jonas Jensen <[email protected]>
1 parent fb58843 commit 2aa637a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Updated the Linter to `1.25.0`, which includes changes that
157157
[deprecated](https://github.com/dart-lang/sdk/issues/47431) `.packages` file.
158158
It can still be created with the `--legacy-packages-file` flag.
159159
* `dart pub outdated` now shows which of your dependencies are discontinued.
160+
* `dart pub publish` will now list all the files it is about to publish.
160161
161162
## 2.17.3 - 2022-06-01
162163

DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ vars = {
133133
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
134134
"pool_rev": "c40cc32eabecb9d60f1045d1403108d968805f9a",
135135
"protobuf_rev": "408f69b98b2d2de947c4922506416e2ca4905ad5",
136-
"pub_rev": "51435efcd574b7bc18d47a5dd620cb9759dea8f8",
136+
"pub_rev": "c4e9ddc888c3aa89ef4462f0c4298929191e32b9",
137137
"pub_semver_rev": "5c0b4bfd5ca57fe16f1319c581dc8c882e9b8cb2",
138138
"root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50",
139139
"rust_revision": "b7856f695d65a8ebc846754f97d15814bcb1c244",

0 commit comments

Comments
 (0)