Skip to content

Commit 804abda

Browse files
devoncarewCommit Queue
authored andcommitted
[deps] rev ai, http, i18n, sync_http, tools, web
Revisions updated by `dart tools/rev_sdk_deps.dart`. ai (https://github.com/dart-lang/ai/compare/64dfa7f..9b007b3): 9b007b3 2025-07-07 Jacob MacDonald Add failure reasons to tool call analytics events (dart-lang/ai#219) c8dc5da 2025-07-07 Jacob MacDonald don't bail early when running in multiple roots (dart-lang/ai#218) 2541b6c 2025-07-02 Kenzie Davisson Remove VS Code mcp instructions in favor of Dart-Code setting. (dart-lang/ai#206) 70daa1f 2025-07-02 Jacob MacDonald release dart_mcp 0.3.0 (dart-lang/ai#216) a252a46 2025-07-01 Jacob MacDonald add retry logic to try and make dtd_test less flaky (dart-lang/ai#214) 9e0b973 2025-07-01 Jacob MacDonald add a test that the arg parser library only depends on package:args (dart-lang/ai#213) http (https://github.com/dart-lang/http/compare/e70a41b..7d2d87e): 7d2d87e 2025-07-02 Brian Quinlan Fix `Connection reset by peer` in protocol error tests (dart-lang/http#1786) i18n (https://github.com/dart-lang/i18n/compare/ab90327..42c4932): 42c49328 2025-07-07 Googler No public description 87fd0156 2025-07-07 Michael Goderbauer [intl4x] Re-enable Windows (dart-lang/i18n#986) 912a7720 2025-07-07 Copybara-Service Merge pull request `#985` from dart-lang:fixConstantEvaluator 52f5beeb 2025-07-07 Moritz Small cleanups in intl4x (dart-lang/i18n#988) 6e8ef245 2025-07-07 Moritz squash sync_http (https://github.com/dart-lang/sync_http/compare/dc54465..c07f96f): c07f96f 2025-07-03 Kevin Moore Update to latest lints, required Dart 3.7 (google/sync_http.dart#55) tools (https://github.com/dart-lang/tools/compare/7bf22c9..6282b35): 6282b35e 2025-07-03 Lasse R.H. Nielsen [Markdown] Fix HTML comment parser. (dart-lang/tools#2121) web (https://github.com/dart-lang/web/compare/3e11172..fb8a149): fb8a149 2025-07-07 Nikechukwu Add Support for Configuration of Dart JS Interop Gen (dart-lang/web#386) Change-Id: Ib243021ed77846a8451f60fa320e5cf40e85aa27 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/439320 Commit-Queue: Konstantin Shcheglov <[email protected]> Auto-Submit: Devon Carew <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 30f3a71 commit 804abda

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
@@ -136,20 +136,20 @@ vars = {
136136
"dartdoc_rev": "882aea9351262d618c955322f4c9aafe9540b848",
137137
"ecosystem_rev": "d5233c6dd0767cffa5742e32c4bc7c230c9c4b12",
138138
"flute_rev": "e4ea0459a7debae5e9592c85141707b01fac86c9",
139-
"http_rev": "e70a41b8b841ada9ba124b3b9e1a4d3c525b8bf9",
140-
"i18n_rev": "ab9032794ad7b14a383b4f8883bc7ca0c84c0932",
139+
"http_rev": "7d2d87ebfba86035a9ca6b79160ccc2ac1253c0c",
140+
"i18n_rev": "42c49328f8c040b663c2a2d94be9b6ddd80a70bd",
141141
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # rolled manually
142142
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
143143
"native_rev": "7944c5a0d26f3948273096239c9c2a8d6f0cda54", # rolled manually while native assets are experimental
144144
"protobuf_rev": "bce362dec347ae3cca085bd28db2aa2649f754e5",
145145
"pub_rev": "f6457fd20c9a9734a747262b1bcc2200c8357efb", # rolled manually
146146
"shelf_rev": "082d3ac2d13a98700d8148e8fad8f3e12a6fd0e1",
147-
"sync_http_rev": "dc54465f07d9652875deeade643256dafa2fbc6c",
147+
"sync_http_rev": "c07f96f89a7eec7e3daac641fa6c587224fcfbaa",
148148
"tar_rev": "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a",
149149
"test_rev": "2be5ca067bdf09e999be2ad760ab8efab854e789",
150-
"tools_rev": "7bf22c951019f860aa52a8b7dc97fba5880aa9ba",
150+
"tools_rev": "6282b35ef2d0108bdd4ee8ba73ccd7d85afaaef9",
151151
"vector_math_rev": "13f185f7e97d559e003f5ac79201da12f9a01049",
152-
"web_rev": "3e11172d5c7adc1fe47605180abb63ecc99ac45c",
152+
"web_rev": "fb8a14921e6a402d35f4d7b61fa2dc9fde567e64",
153153
"webdev_rev": "7f376d242709e933fff70610503d0c5c09b2e17e",
154154
"webdriver_rev": "cfab787b30fbfb5509f9fc45cfce51157fb9f369",
155155
"webkit_inspection_protocol_rev": "effa75205516757795683d527c3dea9546eb0c32",

0 commit comments

Comments
 (0)