Skip to content

Commit eef9248

Browse files
devoncarewCommit Queue
authored and
Commit Queue
committed
[deps] rev core, ecosystem, http, test, tools, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`. core (https://github.com/dart-lang/core/compare/7a80178..af37fe5): af37fe54 2025-04-04 Lasse R.H. Nielsen Adds `[Heap]PriorityQueue.of` constructor. (dart-lang/core#734) 635dfa32 2025-04-03 Kevin Moore [collection] explicitly make BoolList abstract interface (dart-lang/core#875) ecosystem (https://github.com/dart-lang/ecosystem/compare/391a80c..7f6f1c1): 7f6f1c1 2025-04-09 Daco Harkes [firehose] Fix dart_apitool invocations with pub workspaces (dart-lang/ecosystem#355) 0eb0349 2025-04-07 Moritz Fix tagging in publishing workflow (again) (dart-lang/ecosystem#353) 1ee8568 2025-04-07 Moritz Update README.md (dart-lang/ecosystem#352) http (https://github.com/dart-lang/http/compare/6fabf06..e4ddd3e): e4ddd3e 2025-04-07 Moritz Merge pull request `#1750` from dart-lang/fixTags 42b42e3 2025-04-07 Moritz Fix tags 54bf0f7 2025-04-07 Moritz Merge pull request `#1748` from dart-lang/fixPublish 84adca0 2025-04-04 Moritz Merge pull request `#1432` from dart-lang/fixHealth 8534a69 2025-04-04 Moritz Remove ignore breaking b80436a 2025-04-04 Moritz allow underscore 949cd87 2025-04-04 Moritz Fix publishing workflow 996c5d1 2024-12-17 Moritz ignore only for breaking changes e5321f7 2024-12-17 Moritz Update .github/workflows/health.yaml f902d8a 2024-12-17 Moritz typo 35f6e9a 2024-12-17 Moritz exclude websocket ca8caee 2024-12-17 Moritz Ignore http 621401e 2024-12-17 Moritz remove ignore license ce20b2a 2024-12-17 Moritz Fix health workflow test (https://github.com/dart-lang/test/compare/c1fa1e6..8643fbf): 8643fbf3 2025-04-09 Ömer Sinan Ağacan Migrate from deprecated `dart:js`, `dart:js_util`, `package:js_util` to `dart:js_interop` (dart-lang/test#2478) tools (https://github.com/dart-lang/tools/compare/b963bbf..d74f9e1): d74f9e13 2025-04-08 Loïc Sharma [UA] Add a Flutter event for plugins injected into an iOS/macOS project. (dart-lang/tools#2062) f34228f8 2025-04-08 Kevin Moore [graphs] fix readme CI badge (dart-lang/tools#2068) 0102cd63 2025-04-08 Kevin Moore [markdown] fix crash test (dart-lang/tools#2067) webdev (https://github.com/dart-lang/webdev/compare/697f2f7..c8b1cfa): c8b1cfa9 2025-04-07 Srujan Gaddam [dwds] Split hot reload callback into 2, disable breakpoints in changed files, and publish 24.3.10 (dart-lang/webdev#2606) 8d8413f5 2025-04-04 Wdestroier Support custom hostname and TLS options (dart-lang/webdev#2588) Change-Id: Idbad02c2087ceb3c7d0f7efcf0721f4806475e8e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/421542 Reviewed-by: Konstantin Shcheglov <[email protected]> Auto-Submit: Devon Carew <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 3bedcdf commit eef9248

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DEPS

+6-6
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ vars = {
130130
### /third_party/pkg dependencies
131131
# 'tools/rev_sdk_deps.dart' will rev pkg dependencies to their latest; put an
132132
# EOL comment after a dependency to instead pin at the current revision.
133-
"core_rev": "7a80178ca72b01b0efb99a9a9a654d83ca21d6b7",
133+
"core_rev": "635dfa32c261ba078438b74de397f2207904ca78", # https://github.com/dart-lang/core/pull/734
134134
"dartdoc_rev": "62aefbb788baf5b73b2d704d66d9735a7ca56a69",
135-
"ecosystem_rev": "391a80ccb774cfebe4865bcd7e933d1ab016eea5",
135+
"ecosystem_rev": "7f6f1c1d53173307bde1aa4f4ee851d260cc7e69",
136136
"flute_rev": "e4ea0459a7debae5e9592c85141707b01fac86c9",
137-
"http_rev": "6fabf06b90d962cf9a6c009bbe919902ff1a1471",
137+
"http_rev": "e4ddd3e3d3a3d0ba7c9e48506e9d2e8620af30a8",
138138
"i18n_rev": "de1943629469719bf34269bf90fcdbe9334a73f3",
139139
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # rolled manually
140140
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
@@ -144,11 +144,11 @@ vars = {
144144
"shelf_rev": "082d3ac2d13a98700d8148e8fad8f3e12a6fd0e1",
145145
"sync_http_rev": "dc54465f07d9652875deeade643256dafa2fbc6c",
146146
"tar_rev": "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a",
147-
"test_rev": "c1fa1e692084a9aab83a171cdcffcc4087e8e40b",
148-
"tools_rev": "b963bbf14902eb1b6244c02bc2c0a14233cc1dfd",
147+
"test_rev": "8643fbf375330cd1099cdc7434306532b4bcaaf1",
148+
"tools_rev": "d74f9e13dc02736f12ae57d5984c57024113cf5a",
149149
"vector_math_rev": "f08d7d2652e9ecf7d8f8605d9983335174511c95",
150150
"web_rev": "5a39fdc396ae40344308975140343c23b6863261",
151-
"webdev_rev": "697f2f7f56517b0678c6256e0834778905acfc0d",
151+
"webdev_rev": "c8b1cfa9d12c680b612eb1ed7a6b9f99fcce3ac3",
152152
"webdriver_rev": "f52afbf72895ae980bd4129d877305c2182d6cbc",
153153
"webkit_inspection_protocol_rev": "effa75205516757795683d527c3dea9546eb0c32",
154154

0 commit comments

Comments
 (0)