Skip to content

Commit a31939c

Browse files
devoncarewCommit Queue
authored and
Commit Queue
committed
[deps] rev core, dartdoc, http, sse
Revisions updated by `dart tools/rev_sdk_deps.dart`. core (https://github.com/dart-lang/core/compare/4b62792..1156cfe): 1156cfe4 2024-11-06 Jacob MacDonald Use `values` iterator and `update` in map equality/hash (dart-lang/core#718) 9ab5a189 2024-11-05 Jacob MacDonald add a basic benchmark for DeepCollectionEquality (dart-lang/core#717) 9e379158 2024-11-05 Jonas Finnemann Jensen Introduce `IterableMapEntryExtension` for use with `Map.entries`. (dart-lang/core#715) dartdoc (https://github.com/dart-lang/dartdoc/compare/5168f81..24c2a96): 24c2a966 2024-11-04 dependabot[bot] Bump the github-actions group across 1 directory with 4 updates (dart-lang/dartdoc#3922) http (https://github.com/dart-lang/http/compare/8db0d0a..03ced4d): 03ced4d 2024-11-06 Brian Quinlan Upgrade flutter_http_example to cupertino_http (dart-lang/http#1393) df59bac 2024-11-05 Brian Quinlan Release package:cupertino_http 2.0.1 (dart-lang/http#1400) 0544e1f 2024-11-05 Brian Quinlan Fix a bug where cupertino_http did not work on iOS<17. (dart-lang/http#1399) sse (https://github.com/dart-lang/sse/compare/1b02011..befbd6d): befbd6d 2024-11-04 dependabot[bot] Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-archive/sse#118) Change-Id: I2b4ebfe2f56f9478c7e89cd2d3e50485ae44caa0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/393943 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Devon Carew <[email protected]> Auto-Submit: Devon Carew <[email protected]>
1 parent d698ace commit a31939c

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": "4b6279294026f71697f28d4958a7c7a6fdb991e1",
123+
"core_rev": "1156cfe4abc000f173bbf826783c215ca02b2ebf",
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": "dc13a2f8e667825980cbc1a06ed645620f9bed70", # disable tools/rev_sdk_deps.dart
135-
"dartdoc_rev": "5168f81a7d774effd7f8520cd170ffcb180f7c39",
135+
"dartdoc_rev": "24c2a966c253111318dc50813718eaa2816871fa",
136136
"ecosystem_rev": "52e4ceb6f0715bab5c47495429c4a2b7ce708a66",
137137
"flute_rev": "a531c96a8b43d015c6bfbbfe3ab54867b0763b8b",
138138
"glob_rev": "b6319d6c2880b44039e75dfed80f7ce150f76d51",
139-
"http_rev": "8db0d0ae3e8dece7cf56c025e30ecb1082cf9c5d",
139+
"http_rev": "03ced4da4fbf62b9a88cf078608cd56ee7e4e0d4",
140140
"http_multi_server_rev": "c8aabe36268aa38c906eae46728c10d883b9aced",
141141
"intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f",
142142
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # manually rolled
@@ -153,7 +153,7 @@ vars = {
153153
"shelf_rev": "1a141c71e201ed361aabc1d89a21181667f0b39c",
154154
"source_maps_rev": "b20b97003a48d78a1ecba7e46d932ea4b480dd94",
155155
"source_span_rev": "f147469ba02108c1ade3680de548b7b447de8c72",
156-
"sse_rev": "1b020116af2be83a572b168b8b9d7ad9ed6232b1",
156+
"sse_rev": "befbd6d35118f59525903242db3888942ac34180",
157157
"stack_trace_rev": "63e79f584567f7c73e7f5739c7cfd8e748f51f16",
158158
"stream_channel_rev": "9bfc2a8dec202bcd07332f39df0f905c670092c6",
159159
"string_scanner_rev": "255d67111e3ed67caedba2789269b6344bf62638",

0 commit comments

Comments
 (0)