mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Roll pub
to c55fc832
Notable changes: * Highlight about _discontinued_ dependencies in `dart pub get`. git log --oneline c55fc832...392a3cb4 c55fc832 No metadata when CI=true (#2837) a95ff4b1 Warn about discontinued packages on pub get/upgrade (#2835) 135bf942 Allow package_config.json to contain flutter_gen (#2830) 6a60b0ee output of command 'dart pub upgrade' updated (#2834) 6b6c4206 Mention `dart pub` (#2823) a94e1c2c Add GitHub Actions workflow (#2802) Change-Id: Iec09f3290cc8a4e21505c3ef7b4aec820a210d93 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/180563 Auto-Submit: Jonas Jensen <jonasfj@google.com> Reviewed-by: Michael Thomsen <mit@google.com> Reviewed-by: Sigurd Meldgaard <sigurdm@google.com> Commit-Queue: Michael Thomsen <mit@google.com>
This commit is contained in:
parent
c1a401c5da
commit
93115d60f2
2 changed files with 4 additions and 1 deletions
|
@ -162,6 +162,9 @@ Updated the Linter to `0.1.129`, which includes:
|
|||
dependencies are allowed.
|
||||
* New option `dart pub outdated --mode=null-safety` that will analyze your
|
||||
dependencies for null-safety.
|
||||
* `dart pub get` and `dart pub upgrade` will highlight dependencies that have
|
||||
been [discontinued](https://dart.dev/tools/pub/publishing#discontinue) on
|
||||
pub.dev.
|
||||
* `dart pub publish` will now check your pubspec keys for likely typos.
|
||||
* `dart pub upgrade package_foo` will fetch dependencies, but ignore the
|
||||
`pubspec.lock` for `package_foo`, allowing users to only upgrade a subset of
|
||||
|
|
2
DEPS
2
DEPS
|
@ -133,7 +133,7 @@ vars = {
|
|||
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
|
||||
"pool_rev": "7abe634002a1ba8a0928eded086062f1307ccfae",
|
||||
"protobuf_rev": "0d03fd588df69e9863e2a2efc0059dee8f18d5b2",
|
||||
"pub_rev": "392a3cb455af48f7ce8807a96174691945f97f0a",
|
||||
"pub_rev": "7cff05f2522d5468648f854695ca8671aae2104d",
|
||||
"pub_semver_rev": "10569a1e867e909cf5db201f73118020453e5db8",
|
||||
"resource_rev": "6b79867d0becf5395e5819a75720963b8298e9a7",
|
||||
"root_certificates_rev": "7e5ec82c99677a2e5b95ce296c4d68b0d3378ed8",
|
||||
|
|
Loading…
Reference in a new issue