Skip to content

Commit 732fa5e

Browse files
devoncarewCommit Queue
authored andcommitted
[deps] rev core, ecosystem, test, webdev
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]>
1 parent e9896a9 commit 732fa5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DEPS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ vars = {
130130
# 'tools/rev_sdk_deps.dart' can rev pkg dependencies to their latest; put an
131131
# EOL comment after a dependency to disable this and pin it at its current
132132
# revision.
133-
"core_rev": "72a206037105100fc2d6170629f6060733f1427d",
133+
"core_rev": "3b35aca9a651b63e7405e578800c4a6cfa91bbae",
134134
"dartdoc_rev": "e1295863b11c54680bf178ec9c2662a33b0e24be", # https://github.com/dart-lang/dartdoc/issues/3969
135-
"ecosystem_rev": "682c8efee7e752e83ed46aee6963791f314b3d46",
135+
"ecosystem_rev": "c4a163ae2c95105c0d958058031b1536f38fe534",
136136
"flute_rev": "e4ea0459a7debae5e9592c85141707b01fac86c9",
137137
"glob_rev": "043796be996190473b397fa2fecfa34bb91376fb",
138138
"http_rev": "6d99ff5755d3581f44ce5c18bb029a2fa1ef0eaf",
@@ -147,12 +147,12 @@ vars = {
147147
"shelf_rev": "2a7442f7d6d3e63fdc7b387128619b263dcb7e78",
148148
"sync_http_rev": "47e6b264a209d0d806cfe9cdad8b6c69ce231986",
149149
"tar_rev": "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a",
150-
"test_rev": "7fc9521875b5ec9484dd31624f5e3ed2791050b1",
151-
"tools_rev": "3bdef2043af9244b804adc08896bf96d51bb49ba",
150+
"test_rev": "92eed6c4b6c0d008796fe7bfdb51601de0f112b6",
151+
"tools_rev": "3bdef2043af9244b804adc08896bf96d51bb49ba", # b/391934702
152152
"vector_math_rev": "bd4b574b2a457a3955d223694f1a979a0c0f38c9",
153153
"web_rev": "fd3d9889a6b5ab777f6116b4972d76277e4a6404",
154154
"web_socket_channel_rev": "a937243563e8ee75d11fb23610297d4f6e5cb2b9",
155-
"webdev_rev": "9430dd7df15e9499648d6e5b1e83382672433d18",
155+
"webdev_rev": "5dc7950863e2728bb5398c4e6887513cc344bbae",
156156
"webdriver_rev": "d83d6a3cbaab152ff9b99b29382d1f48b5d5ba23",
157157
"webkit_inspection_protocol_rev": "effa75205516757795683d527c3dea9546eb0c32",
158158

0 commit comments

Comments
 (0)