Skip to content

Commit

Permalink
[deps] rev core, dartdoc, http, sse
Browse files Browse the repository at this point in the history
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-lang/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]>
  • Loading branch information
devoncarew authored and Commit Queue committed Nov 7, 2024
1 parent d698ace commit a31939c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ vars = {
# EOL comment after a dependency to disable this and pin it at its current
# revision.

"core_rev": "4b6279294026f71697f28d4958a7c7a6fdb991e1",
"core_rev": "1156cfe4abc000f173bbf826783c215ca02b2ebf",
# Note: Updates to dart_style have to be coordinated with the infrastructure
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
# matches the version here. Please follow this process to make updates:
Expand All @@ -132,11 +132,11 @@ vars = {
#
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
"dart_style_rev": "dc13a2f8e667825980cbc1a06ed645620f9bed70", # disable tools/rev_sdk_deps.dart
"dartdoc_rev": "5168f81a7d774effd7f8520cd170ffcb180f7c39",
"dartdoc_rev": "24c2a966c253111318dc50813718eaa2816871fa",
"ecosystem_rev": "52e4ceb6f0715bab5c47495429c4a2b7ce708a66",
"flute_rev": "a531c96a8b43d015c6bfbbfe3ab54867b0763b8b",
"glob_rev": "b6319d6c2880b44039e75dfed80f7ce150f76d51",
"http_rev": "8db0d0ae3e8dece7cf56c025e30ecb1082cf9c5d",
"http_rev": "03ced4da4fbf62b9a88cf078608cd56ee7e4e0d4",
"http_multi_server_rev": "c8aabe36268aa38c906eae46728c10d883b9aced",
"intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f",
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # manually rolled
Expand All @@ -153,7 +153,7 @@ vars = {
"shelf_rev": "1a141c71e201ed361aabc1d89a21181667f0b39c",
"source_maps_rev": "b20b97003a48d78a1ecba7e46d932ea4b480dd94",
"source_span_rev": "f147469ba02108c1ade3680de548b7b447de8c72",
"sse_rev": "1b020116af2be83a572b168b8b9d7ad9ed6232b1",
"sse_rev": "befbd6d35118f59525903242db3888942ac34180",
"stack_trace_rev": "63e79f584567f7c73e7f5739c7cfd8e748f51f16",
"stream_channel_rev": "9bfc2a8dec202bcd07332f39df0f905c670092c6",
"string_scanner_rev": "255d67111e3ed67caedba2789269b6344bf62638",
Expand Down

0 comments on commit a31939c

Please sign in to comment.