Skip to content

Commit 3b444c5

Browse files
devoncarewCommit Queue
authored and
Commit Queue
committed
[deps] rev dartdoc, http, test, vector_math
Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/95105e9..e4f9451): e4f9451a 2025-05-05 Jonas Finnemann Jensen Fix duplicate entries of elements in a category when re-exported. (dart-lang/dartdoc#4043) 876180bd 2025-05-01 dependabot[bot] Bump github/codeql-action from 3.28.13 to 3.28.16 in the github-actions group (dart-lang/dartdoc#4045) http (https://github.com/dart-lang/http/compare/63c477b..78d6114): 78d6114 2025-05-02 Brian Quinlan Add a new exception type `NSErrorClientException` (dart-lang/http#1763) 7a2e7d5 2025-05-01 Brian Quinlan Add a useful stringificiation to `WebSocketConnectionClosed` (dart-lang/http#1764) ccb6533 2025-05-01 dependabot[bot] Bump the github-actions group across 1 directory with 4 updates (dart-lang/http#1761) 7568b5c 2025-05-02 Alex Li [web_socket] Adds `WebSocketException.toString()` (dart-lang/http#1756) 3e4cceb 2025-05-01 Brian Quinlan Make response headers tests pass on firefox (dart-lang/http#1762) 5704b0c 2025-05-01 Brian Quinlan [cronet_http/cupertino_http]: Fixes bugs where cancelling `StreamedResponse.stream` did not sever the connection (dart-lang/http#1760) test (https://github.com/dart-lang/test/compare/c3755d8..55d1f9e): 55d1f9ed 2025-05-05 Fichtelcoder Fix typos in json_reporter documentation (dart-lang/test#2493) vector_math (https://github.com/google/vector_math.dart/compare/39cafd4..0279cb8): 0279cb8 2025-05-01 Ömer Sinan Ağacan Improve performance of functions with dynamic arguments (google/vector_math.dart#345) Change-Id: I9a67b997ebcf7ebe29162f8f524628013d53af5a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/426581 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Devon Carew <[email protected]>
1 parent 0f601c3 commit 3b444c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DEPS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ vars = {
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.
133133
"core_rev": "635dfa32c261ba078438b74de397f2207904ca78", # https://github.com/dart-lang/core/pull/734
134-
"dartdoc_rev": "95105e9211eb720c81379825d85289ec4d775075",
134+
"dartdoc_rev": "e4f9451a871055dad57fd9283c5eb3086bbe56c7",
135135
"ecosystem_rev": "815d4ba2e7d11f8695a26f6cbe1262e3b8ff8d0d",
136136
"flute_rev": "e4ea0459a7debae5e9592c85141707b01fac86c9",
137-
"http_rev": "63c477b466f650e8f5505d6d78dc283c2c2f9845",
137+
"http_rev": "78d6114f460ac2d7ed085773ccaec65611638095",
138138
"i18n_rev": "e44af5483a051d546716b6aa3a57e478c59a5d8d",
139139
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # rolled manually
140140
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
@@ -144,9 +144,9 @@ vars = {
144144
"shelf_rev": "082d3ac2d13a98700d8148e8fad8f3e12a6fd0e1",
145145
"sync_http_rev": "dc54465f07d9652875deeade643256dafa2fbc6c",
146146
"tar_rev": "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a",
147-
"test_rev": "c3755d8057f29318e31f55e86b3a74d1a48f5d0a",
147+
"test_rev": "55d1f9ed414bc01b0ffefa64644aa7756142db58",
148148
"tools_rev": "92f10a9ace39fceff212c64cbb2c10fae99ca7b8",
149-
"vector_math_rev": "39cafd45346f355a6e4c38a17c89fcd199dc1c96",
149+
"vector_math_rev": "0279cb83324c4e7d03684effe1bfb0c8ac5bebed",
150150
"web_rev": "f1becf07db9faa56559d2844c3c6d430dc9b37de",
151151
"webdev_rev": "5bf833d0c277a384ab8bbfc10e7d3d71b8022560",
152152
"webdriver_rev": "f52afbf72895ae980bd4129d877305c2182d6cbc",

0 commit comments

Comments
 (0)