Skip to content

Commit 116d0dc

Browse files
sigurdmathomas
authored andcommitted
Bump pub
New in this revision: > git log --format="%C(auto) %h %s" b10966c6a8ad7d95c2023b7842fa2697001d2fdf..c00d4b4abf5b4ff265a7ce6282b748551f1b5b1f c00d4b4a Improve message in `pub outdated` when incompatible versions are found (#2746) 2a177623 outdated --mode=null-safety, resolvable constrained to null-safe vers… (#2739) 3ea2b832 Default language version (#2748) 78865460 Don't allow both --json and --transitive (#2742) Fixes #44013 Change-Id: I0dc876c5e57777a4724d90662408f91910e2517c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171720 Commit-Queue: Sigurd Meldgaard <[email protected]> Reviewed-by: Jonas Jensen <[email protected]> Reviewed-by: Michael Thomsen <[email protected]>
1 parent c115289 commit 116d0dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ Updated the Linter to `0.1.124`, which includes:
9797
```
9898
9999
See [#44072][].
100+
101+
For legacy dependencies without an sdk constraint pub will now assume a
102+
default language version of 2.7.
100103
* The top level `pub` executable has been deprecated. Use `dart pub` instead.
101104
See [dart tool][].
102105
* New command `dart pub add` that adds new dependencies to your `pubspec.yaml`.

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ vars = {
132132
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
133133
"pool_rev": "eedbd5fde84f9a1a8da643b475305a81841da599",
134134
"protobuf_rev": "3746c8fd3f2b0147623a8e3db89c3ff4330de760",
135-
"pub_rev": "b10966c6a8ad7d95c2023b7842fa2697001d2fdf",
135+
"pub_rev": "c00d4b4abf5b4ff265a7ce6282b748551f1b5b1f",
136136
"pub_semver_tag": "v1.4.4",
137137
"resource_rev": "6b79867d0becf5395e5819a75720963b8298e9a7",
138138
"root_certificates_rev": "7e5ec82c99677a2e5b95ce296c4d68b0d3378ed8",

0 commit comments

Comments
 (0)