Skip to content

Commit f7993d5

Browse files
devoncarewCommit Queue
authored andcommitted
[deps] rev core, dartdoc, http, shelf
Revisions updated by `dart tools/rev_sdk_deps.dart`. core (https://github.com/dart-lang/core/compare/6af0821..1de8372): 1de83727 2024-11-20 Lasse R.H. Nielsen Implement full Unicode 16.0.0 extended grapheme breaking. (dart-lang/core#719) dartdoc (https://github.com/dart-lang/dartdoc/compare/f8a55e4..c7f1160): c7f11603 2024-11-20 Sam Rawlins Fix sidebars via correct web API for anchor href values (dart-lang/dartdoc#3934) http (https://github.com/dart-lang/http/compare/e37093f..79470d0): 79470d0 2024-11-19 Brian Quinlan Include names in argument lists (dart-lang/http#1408) shelf (https://github.com/dart-lang/shelf/compare/0bb44cb..a2708cd): a2708cd 2024-11-21 Devon Carew shorten the issue badges (dart-lang/shelf#456) Change-Id: Iee20d2300d1bf0e43a57b352b73235ae24fa5e51 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/396960 Auto-Submit: Devon Carew <devoncarew@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
1 parent 6b2c35e commit f7993d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DEPS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ vars = {
120120
# EOL comment after a dependency to disable this and pin it at its current
121121
# revision.
122122

123-
"core_rev": "6af0821dd8c0ecc5c30d5e67b3c8e16e8d79cda6",
123+
"core_rev": "1de837279d3c4ce21fef2a5af8a7f0b668ef3d85",
124124
# Note: Updates to dart_style have to be coordinated with the infrastructure
125125
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
126126
# matches the version here. Please follow this process to make updates:
@@ -132,11 +132,11 @@ vars = {
132132
#
133133
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
134134
"dart_style_rev": "f6d020e48cc531a0967c91fa88028c086fedfbf9", # disable tools/rev_sdk_deps.dart
135-
"dartdoc_rev": "f8a55e4b06a75ddcb0c9b809f2a812b81ccd10f3",
135+
"dartdoc_rev": "c7f11603effa88ddacabfd555993f322fca8b3fe",
136136
"ecosystem_rev": "52e4ceb6f0715bab5c47495429c4a2b7ce708a66",
137137
"flute_rev": "a531c96a8b43d015c6bfbbfe3ab54867b0763b8b",
138138
"glob_rev": "b6319d6c2880b44039e75dfed80f7ce150f76d51",
139-
"http_rev": "e37093f117057921a5dca241339d53389f2330cb",
139+
"http_rev": "79470d014b467f01b0e7c5b63ab6c86b22dec8db",
140140
"http_multi_server_rev": "c8aabe36268aa38c906eae46728c10d883b9aced",
141141
"intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f",
142142
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # manually rolled
@@ -150,7 +150,7 @@ vars = {
150150
"protobuf_rev": "ccf104dbc36929c0f8708285d5f3a8fae206343e",
151151
"pub_rev": "8c2e621c2403cb503cc9959be387d1061a16846a", # disable tools/rev_sdk_deps.dart
152152
"pub_semver_rev": "ab3eab50cc9f3df650ba7f5571aa2a1ea715dcc8",
153-
"shelf_rev": "0bb44cb7b54f856c4c20ff00eed7f006d865bb3e",
153+
"shelf_rev": "a2708cd8bce88d5e6391b1cb5bbe80b5a072c55a",
154154
"source_maps_rev": "b20b97003a48d78a1ecba7e46d932ea4b480dd94",
155155
"source_span_rev": "f147469ba02108c1ade3680de548b7b447de8c72",
156156
"sse_rev": "befbd6d35118f59525903242db3888942ac34180",

0 commit comments

Comments
 (0)