From 248a15f994e6e04e1b53e3bd654b247079eb9d30 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Wed, 3 Oct 2018 21:05:17 +0000 Subject: [PATCH] Upgrade dartdoc and dependencies for 0.22.0. Bug: https://github.com/dart-lang/sdk/issues/34651 Change-Id: I384f2516d359b7e233058b3a3c501d9575955e0a Reviewed-on: https://dart-review.googlesource.com/c/77900 Reviewed-by: Devon Carew Reviewed-by: Alexander Thomas Commit-Queue: Janice Collins --- .packages | 3 +++ DEPS | 13 +++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.packages b/.packages index ef466a68ff1..0b9c7ed088f 100644 --- a/.packages +++ b/.packages @@ -35,6 +35,7 @@ dartdoc:third_party/pkg/dartdoc/lib dev_compiler:pkg/dev_compiler/lib diagnostic:pkg/diagnostic/lib expect:pkg/expect/lib +file:third_party/pkg/file/packages/file/lib fixnum:third_party/pkg/fixnum/lib front_end:pkg/front_end/lib func:third_party/pkg/func/lib @@ -69,8 +70,10 @@ package_config:third_party/pkg_tested/package_config/lib package_resolver:third_party/pkg_tested/package_resolver/lib path:third_party/pkg/path/lib petitparser:third_party/pkg/petitparser/lib +platform:third_party/pkg/platform/lib plugin:third_party/pkg/plugin/lib pool:third_party/pkg/pool/lib +process:third_party/pkg/process/lib protobuf:third_party/pkg/protobuf/lib pub:third_party/pkg/pub/lib pub_semver:third_party/pkg/pub_semver/lib diff --git a/DEPS b/DEPS index bedcd46269a..43a4ace16ac 100644 --- a/DEPS +++ b/DEPS @@ -80,7 +80,8 @@ vars = { # For more details, see https://github.com/dart-lang/sdk/issues/30164 "dart_style_tag": "1.2.0", # Please see the note above before updating. - "dartdoc_tag" : "v0.21.1", + "dartdoc_tag" : "v0.22.0", + "file_rev": "515ed1dd48740ab14b625de1be464cb2bca4fefd", # 5.0.6 "fixnum_tag": "0.10.8", "func_rev": "25eec48146a58967d75330075ab376b3838b18a8", "glob_tag": "1.1.7", @@ -92,7 +93,7 @@ vars = { "http_tag" : "0.11.3+17", "http_throttle_tag" : "1.0.2", "idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7", - "intl_tag": "0.15.6", + "intl_tag": "0.15.7", "jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1", "json_rpc_2_tag": "2.0.9", "linter_tag": "0.1.66", @@ -107,9 +108,11 @@ vars = { "package_config_tag": "1.0.5", "package_resolver_tag": "1.0.4", "path_tag": "1.6.2", + "platform_rev": "c368ca95775a4ec8d0b60899ce51299a9fbda399", # 2.2.0 "plugin_tag": "f5b4b0e32d1406d62daccea030ba6457d14b1c47", "ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93", "pool_tag": "1.3.6", + "process_rev": "b8d73f0bad7be5ab5130baf10cd042aae4366d7c", # 3.0.5 "protobuf_tag": "0.9.0", "pub_rev": "9f00679ef47bc79cadc18e143720ade6c06c0100", "pub_semver_tag": "1.4.2", @@ -230,6 +233,8 @@ deps = { Var("dart_git") + "dart2js_info.git" + "@" + Var("dart2js_info_tag"), Var("dart_root") + "/third_party/pkg/dartdoc": Var("dart_git") + "dartdoc.git" + "@" + Var("dartdoc_tag"), + Var("dart_root") + "/third_party/pkg/file": + Var("dart_git") + "file.dart.git" + "@" + Var("file_rev"), Var("dart_root") + "/third_party/pkg/fixnum": Var("dart_git") + "fixnum.git" + "@" + Var("fixnum_tag"), Var("dart_root") + "/third_party/pkg/func": @@ -286,10 +291,14 @@ deps = { + "@" + Var("package_resolver_tag"), Var("dart_root") + "/third_party/pkg/path": Var("dart_git") + "path.git" + "@" + Var("path_tag"), + Var("dart_root") + "/third_party/pkg/platform": + Var("dart_git") + "platform.dart.git" + "@" + Var("platform_rev"), Var("dart_root") + "/third_party/pkg/plugin": Var("dart_git") + "plugin.git" + "@" + Var("plugin_tag"), Var("dart_root") + "/third_party/pkg/pool": Var("dart_git") + "pool.git" + "@" + Var("pool_tag"), + Var("dart_root") + "/third_party/pkg/process": + Var("dart_git") + "process.dart.git" + "@" + Var("process_rev"), Var("dart_root") + "/third_party/pkg/protobuf": Var("dart_git") + "protobuf.git" + "@" + Var("protobuf_tag"), Var("dart_root") + "/third_party/pkg/pub_semver":