Skip to content

Commit 571ec4e

Browse files
devoncarewCommit Queue
authored and
Commit Queue
committed
[deps] rev crypto, csslib, dartdoc, http, markdown, web
Revisions updated by `dart tools/rev_sdk_deps.dart`. crypto (https://github.com/dart-lang/crypto/compare/f059196..69d13c9): 69d13c9 2024-03-21 Kevin Moore Switch sha512 to use fastpath with wasm (dart-archive/crypto#165) csslib (https://github.com/dart-lang/csslib/compare/b58e487..4216525): 4216525 2024-03-21 Devon Carew prep for publishing 1.0.1 (dart-archive/csslib#197) dartdoc (https://github.com/dart-lang/dartdoc/compare/7be9e24..79c1675): 79c16759 2024-03-25 Parker Lougheed Migrate client code to package:web (dart-lang/dartdoc#3610) 0b1c7fa4 2024-03-25 dependabot[bot] Bump actions/cache from 4.0.1 to 4.0.2 (dart-lang/dartdoc#3734) 9fe35ec5 2024-03-20 Sam Rawlins mustachio: Separate out the context stack LUB type calculation (dart-lang/dartdoc#3730) http (https://github.com/dart-lang/http/compare/5dfea72..7949d6f): 7949d6f 2024-03-25 Brian Quinlan cupertino_http: upgrade ffigen version (dart-lang/http#1159) 051482a 2024-03-22 Brian Quinlan Ready cupertino_http for release with WebSocket support (dart-lang/http#1158) 988b4d4 2024-03-20 Brian Quinlan Prepare package:cronet_http 1.2 for release (dart-lang/http#1157) 69f4eff 2024-03-20 Hossein Yousefi [cronet_http] Upgrade jni to 0.7.3 (dart-lang/http#1156) d8b1a9e 2024-03-19 Brian Quinlan Release `package:web_socket` 0.1.0 (dart-lang/http#1155) cfbc191 2024-03-19 Brian Quinlan Add a WebSocket implementation to package:cupertino_http (dart-lang/http#1153) markdown (https://github.com/dart-lang/markdown/compare/9c6b1af..8d07abc): 8d07abc 2024-03-19 MJ Studio Link uri encoding, URL-escaping should be left alone inside the destination (dart-archive/markdown#598) web (https://github.com/dart-lang/web/compare/4af904f..c522718): c522718 2024-03-20 Kevin Moore Update MDN documentation (dart-lang/web#213) f80dcab 2024-03-15 Srujan Gaddam Update pubspec description to be consistent with README (dart-lang/web#210) 27936c4 2024-03-15 Devon Carew Generate api docs for getters (dart-lang/web#207) 2f13cd5 2024-03-12 Devon Carew fix unresolved dartdoc links (dart-lang/web#200) 686827a 2024-03-12 Srujan Gaddam Remove reference to static interop and point to dart.dev page for JS interop (dart-lang/web#206) 9b7e29d 2024-03-12 Devon Carew Add a 'sourced from mdn docs' line to the MDN sourced dartdoc (dart-lang/web#198) 51e594b 2024-03-05 Srujan Gaddam Fix dictionary constructors to accept supertype members and create an empty object when there are no fields (dart-lang/web#197) Change-Id: Ic90c6f5a7e7d701746276031a8028cdfe76bc27a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/359880 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
1 parent 36c0788 commit 571ec4e

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,8 +130,8 @@ vars = {
130130
"clock_rev": "daf0fadabc5b3dc8e6e71bf3fb27ef9c3b79df5c",
131131
"collection_rev": "fc616ff8fd7b732c07b2b19e31b6601e59900ccf",
132132
"convert_rev": "d4d6368cffb8f4f25522875ef8e1d5f7d158bbad",
133-
"crypto_rev": "f059196bae4718187c9f421565f9cd1f8fb43898",
134-
"csslib_rev": "b58e487dda565f4b9bd4ceb3655a963ae197219d",
133+
"crypto_rev": "69d13c9903d4134582ce1bbd9a31cfd8a510c22d",
134+
"csslib_rev": "42165256befc3994db510695c17e718e617435c9",
135135
# Note: Updates to dart_style have to be coordinated with the infrastructure
136136
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
137137
# matches the version here. Please follow this process to make updates:
@@ -143,22 +143,22 @@ vars = {
143143
#
144144
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
145145
"dart_style_rev": "a6ad7693555a9add6f98ad6fd94de80d35c89415", # disable tools/rev_sdk_deps.dart
146-
"dartdoc_rev": "7be9e2434eca787713a6a17ffc98f7ee12191b16",
146+
"dartdoc_rev": "79c1675956f74b4e3f44134879beeb230a84bcd1",
147147
"ecosystem_rev": "5a900ca68466efe8680d3500bc0a6172d07ef5a7",
148148
"file_rev": "3aa06490bf34bddf04c7ea964a50c177a4ca0de7",
149149
"fixnum_rev": "570b28adcfbfdd5b8a7230ea1d6ec0f9587493f1",
150150
"flute_rev": "a531c96a8b43d015c6bfbbfe3ab54867b0763b8b",
151151
"glob_rev": "379d60c7cc5c0e9fe7d0d45549ad0b1ca51396c8",
152152
"html_rev": "327e37a6a4dd46599737ee982f280d73a8f646f7",
153-
"http_rev": "5dfea721993fd22363a5800ab7a2f3aeecee25f5",
153+
"http_rev": "7949d6f4a60bb5e9158da52910aa6bacda6b9286",
154154
"http_multi_server_rev": "ba9d07f3596b24718ddf45c9e071d40879cca565",
155155
"http_parser_rev": "84db8b029d9b51859a0bb4966859af009f9442e3",
156156
"intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f",
157157
"json_rpc_2_rev": "639857be892050159f5164c749d7947694976a4a",
158158
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # manually rolled
159159
"lints_rev": "ead770872e272e25a64315c120950ea8ad5b2509",
160160
"logging_rev": "7a7bd5e31ddfe23e34d37ded82d6d0cd5706862c",
161-
"markdown_rev": "9c6b1afc3721571af37eaaefe043a6ae7637bd09",
161+
"markdown_rev": "8d07abc6bce001b000097eca35c2f5e37538702a",
162162
"matcher_rev": "d954c8d979579b4b46427b0ea1d9c721117c191e",
163163
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
164164
"mime_rev": "9a168712d6db610c3822617c132daea72d4fd2b5",
@@ -190,7 +190,7 @@ vars = {
190190
"usage_rev": "67ecd7d1328347ec15cbf8d8a46918df75a66af8",
191191
"vector_math_rev": "7e705f734e94917e9a5347578e6e496f8db38ac6",
192192
"watcher_rev": "21858a41da1482922e03ee65cdf2169d01d59a67",
193-
"web_rev": "4af904f156a17b143020f34576ecc534f815522c",
193+
"web_rev": "c522718242d535d8040447b0cc1d47df7f2525a4",
194194
"web_socket_channel_rev": "3db86bc0a09e1038a0fa418262c8a92211c5de69",
195195
"webdev_rev": "51b5484348b4a8ede351e8dff0428b083495ba78", # https://github.com/flutter/devtools/issues/7231
196196
"webdriver_rev": "73a7ac8c0dcb0f84eae47e2133805295176aa972",

0 commit comments

Comments
 (0)