Skip to content

Commit

Permalink
[deps] rev core, ecosystem, test, webdev
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/72a2060..3b35aca):
  3b35aca9  2025-01-24  Devon Carew  update the topics section of several pubspecs (dart-lang/core#854)

ecosystem (https://github.com/dart-lang/ecosystem/compare/682c8ef..c4a163a):
  c4a163a  2025-01-23  Devon Carew  print detailed info about the leaked APIs to stdout in the workflow (dart-lang/ecosystem#339)

test (https://github.com/dart-lang/test/compare/7fc9521..92eed6c):
  92eed6c4  2025-01-27  Lasse R.H. Nielsen  Make zone handlers call zone.run to run callbacks. (dart-lang/test#2451)
  ad04f172  2025-01-24  Devon Carew  add a pull request labeler; add issue tracker links; update codeowners file (dart-lang/test#2452)
  1f292db8  2025-01-24  Lasse R.H. Nielsen  Don't require Dart 3.5.
  a56fa947  2025-01-24  Lasse R.H. Nielsen  Accept extra `run`s in test. Move to Dart 3.5.
  4bd54972  2025-01-24  Lasse R.H. Nielsen  Clean-up. Accidentally merged a removed lint back in.
  9fa57d16  2025-01-24  Lasse R.H. Nielsen  Make zone handlers call zone.run to run callbacks.

webdev (https://github.com/dart-lang/webdev/compare/9430dd7..5dc7950):
  5dc79508  2025-01-24  Jessy Yameogo  Added support for callLibraryMethod with the DDC library bundle format.  (dart-lang/webdev#2577)
  1d0b32c2  2025-01-24  Srujan Gaddam  Reset DWDS to 24.3.4-wip (dart-lang/webdev#2580)
  1990d29a  2025-01-23  Srujan Gaddam  Implement hot restart for DDC library bundle format and publish 24.3.3 (dart-lang/webdev#2576)

Change-Id: Ifa23e74a1399ac7ec70a99750419b915a2efbb19
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/406120
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Konstantin Shcheglov <[email protected]>
Auto-Submit: Devon Carew <[email protected]>
  • Loading branch information
devoncarew authored and Commit Queue committed Jan 27, 2025
1 parent e9896a9 commit 732fa5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ vars = {
# 'tools/rev_sdk_deps.dart' can rev pkg dependencies to their latest; put an
# EOL comment after a dependency to disable this and pin it at its current
# revision.
"core_rev": "72a206037105100fc2d6170629f6060733f1427d",
"core_rev": "3b35aca9a651b63e7405e578800c4a6cfa91bbae",
"dartdoc_rev": "e1295863b11c54680bf178ec9c2662a33b0e24be", # https://github.com/dart-lang/dartdoc/issues/3969
"ecosystem_rev": "682c8efee7e752e83ed46aee6963791f314b3d46",
"ecosystem_rev": "c4a163ae2c95105c0d958058031b1536f38fe534",
"flute_rev": "e4ea0459a7debae5e9592c85141707b01fac86c9",
"glob_rev": "043796be996190473b397fa2fecfa34bb91376fb",
"http_rev": "6d99ff5755d3581f44ce5c18bb029a2fa1ef0eaf",
Expand All @@ -147,12 +147,12 @@ vars = {
"shelf_rev": "2a7442f7d6d3e63fdc7b387128619b263dcb7e78",
"sync_http_rev": "47e6b264a209d0d806cfe9cdad8b6c69ce231986",
"tar_rev": "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a",
"test_rev": "7fc9521875b5ec9484dd31624f5e3ed2791050b1",
"tools_rev": "3bdef2043af9244b804adc08896bf96d51bb49ba",
"test_rev": "92eed6c4b6c0d008796fe7bfdb51601de0f112b6",
"tools_rev": "3bdef2043af9244b804adc08896bf96d51bb49ba", # b/391934702
"vector_math_rev": "bd4b574b2a457a3955d223694f1a979a0c0f38c9",
"web_rev": "fd3d9889a6b5ab777f6116b4972d76277e4a6404",
"web_socket_channel_rev": "a937243563e8ee75d11fb23610297d4f6e5cb2b9",
"webdev_rev": "9430dd7df15e9499648d6e5b1e83382672433d18",
"webdev_rev": "5dc7950863e2728bb5398c4e6887513cc344bbae",
"webdriver_rev": "d83d6a3cbaab152ff9b99b29382d1f48b5d5ba23",
"webkit_inspection_protocol_rev": "effa75205516757795683d527c3dea9546eb0c32",

Expand Down

0 comments on commit 732fa5e

Please sign in to comment.