Skip to content

Commit 6cc06b3

Browse files
kevmoocommit-bot@chromium.org
authored andcommitted
Update pkg:intl to null safety
Bright in dependency pkg:clock Also removed pkg:quiver entry in package_config – no longer needed Change-Id: I98f45c2ad107c7613d300783e77c018edefbaa37 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/168587 Commit-Queue: Jake Macdonald <[email protected]> Reviewed-by: Jake Macdonald <[email protected]> Auto-Submit: Kevin Moore <[email protected]>
1 parent 957487b commit 6cc06b3

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.dart_tool/package_config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"constraint, update this by running tools/generate_package_config.dart."
1212
],
1313
"configVersion": 2,
14-
"generated": "2020-10-20T23:33:25.579167",
14+
"generated": "2020-10-26T09:42:07.748397",
1515
"generator": "tools/generate_package_config.dart",
1616
"packages": [
1717
{
@@ -150,6 +150,12 @@
150150
"packageUri": "lib/",
151151
"languageVersion": "2.0"
152152
},
153+
{
154+
"name": "clock",
155+
"rootUri": "../third_party/pkg/clock",
156+
"packageUri": "lib/",
157+
"languageVersion": "2.10"
158+
},
153159
{
154160
"name": "collection",
155161
"rootUri": "../third_party/pkg/collection",
@@ -332,7 +338,7 @@
332338
"name": "intl",
333339
"rootUri": "../third_party/pkg/intl",
334340
"packageUri": "lib/",
335-
"languageVersion": "2.5"
341+
"languageVersion": "2.11"
336342
},
337343
{
338344
"name": "js",
@@ -509,12 +515,6 @@
509515
"packageUri": "lib/",
510516
"languageVersion": "2.0"
511517
},
512-
{
513-
"name": "quiver",
514-
"rootUri": "../third_party/pkg/quiver",
515-
"packageUri": "lib/",
516-
"languageVersion": "2.0"
517-
},
518518
{
519519
"name": "resource",
520520
"rootUri": "../third_party/pkg/resource",

DEPS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ vars = {
7676
"charcode_rev": "bcd8a12c315b7a83390e4865ad847ecd9344cba2",
7777
"chrome_rev" : "19997",
7878
"cli_util_rev" : "335ed165887d0ec97c2a09173ebf22dcf56a6c4e",
79+
"clock_rev" : "a494269254ba978e7ef8f192c5f7fec3fc05b9d3",
7980
"collection_rev": "60e6ee2228586980826b07ec1df633bd879f42ea",
8081
"convert_rev": "c1b01f832835d3d8a06b0b246a361c0eaab35d3c",
8182
"crypto_rev": "f7c48b334b1386bc5ab0f706fbcd6df8496a87fc",
@@ -110,7 +111,7 @@ vars = {
110111
"http_throttle_tag" : "1.0.2",
111112
"icu_rev" : "79326efe26e5440f530963704c3c0ff965b3a4ac",
112113
"idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7",
113-
"intl_tag": "0.16.1",
114+
"intl_tag": "0.17.0-nullsafety",
114115
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
115116
"json_rpc_2_rev": "8f189db8f0c299187a0e8fa959dba7e9b0254be5",
116117
"linter_tag": "0.1.121",
@@ -312,6 +313,8 @@ deps = {
312313
Var("dart_git") + "charcode.git" + "@" + Var("charcode_rev"),
313314
Var("dart_root") + "/third_party/pkg/cli_util":
314315
Var("dart_git") + "cli_util.git" + "@" + Var("cli_util_rev"),
316+
Var("dart_root") + "/third_party/pkg/clock":
317+
Var("dart_git") + "clock.git" + "@" + Var("clock_rev"),
315318
Var("dart_root") + "/third_party/pkg/collection":
316319
Var("dart_git") + "collection.git" + "@" + Var("collection_rev"),
317320
Var("dart_root") + "/third_party/pkg/convert":

0 commit comments

Comments
 (0)