From d1d291903633bd4a67b23f1b86425dbf4c61a08b Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 4 Mar 2024 19:42:46 +0000 Subject: [PATCH] [deps] rev dartdoc, ecosystem, glob, http, markdown, pool, protobuf, shelf, sse, test, web MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/eed92d3..cec45fb): cec45fbe 2024-02-29 Kallen Tu Deprecate --resources-dir option. (dart-lang/dartdoc#3696) 40fef4c2 2024-02-29 Sam Rawlins In PackageBuilder._discoverLibraries, initialize newFiles outside loop. (dart-lang/dartdoc#3695) 2760d254 2024-02-28 Sam Rawlins Deprecate the 'include-externals' option. (dart-lang/dartdoc#3694) c1c0854d 2024-02-28 Sam Rawlins Improve support for package-with-macro-application (dart-lang/dartdoc#3687) b28ee1f8 2024-02-28 Sam Rawlins Deprecate the `--nodoc` Option (dart-lang/dartdoc#3690) 7988d91f 2024-02-28 Sam Rawlins Improve some exception messaging and comments (dart-lang/dartdoc#3691) a1610aa6 2024-02-28 Sam Rawlins Bump to 8.0.6 (dart-lang/dartdoc#3692) ecosystem (https://github.com/dart-lang/ecosystem/compare/3e4f286..49a3cbb): 49a3cbb 2024-03-01 dependabot[bot] Bump peter-evans/find-comment (dart-lang/ecosystem#241) 9dd8384 2024-03-01 dependabot[bot] Bump subosito/flutter-action from 2.12.0 to 2.13.0 (dart-lang/ecosystem#240) 7acf3bc 2024-03-01 dependabot[bot] Bump actions/download-artifact from 4.1.1 to 4.1.3 (dart-lang/ecosystem#242) 5d6a0c0 2024-03-01 dependabot[bot] Bump peter-evans/create-or-update-comment (dart-lang/ecosystem#238) 91fcd1d 2024-03-01 dependabot[bot] Bump actions/upload-artifact from 4.0.0 to 4.3.1 (dart-lang/ecosystem#239) glob (https://github.com/dart-lang/glob/compare/ef5f065..379d60c): 379d60c 2024-02-28 Kevin Moore Require Dart 3.3 (dart-lang/glob#88) http (https://github.com/dart-lang/http/compare/6e0a46f..470d2c3): 470d2c3 2024-03-01 dependabot[bot] Bump actions/cache from 4.0.0 to 4.0.1 (dart-lang/http#1145) a5b17e0 2024-03-01 dependabot[bot] Bump actions/setup-java from 4.0.0 to 4.1.0 (dart-lang/http#1144) c1d3481 2024-02-29 Brian Quinlan Split package:http_profile into multiple files (dart-lang/http#1143) 69332d3 2024-02-29 Brian Quinlan API adjustments based on cupertino_http usage experience (dart-lang/http#1141) 199f9fa 2024-02-28 Brian Quinlan Add a dart:io WebSocket implementation (dart-lang/http#1139) 37fceb8 2024-02-28 Brian Quinlan Fix incorrect documentation that used the old `isOwned` name (dart-lang/http#1140) markdown (https://github.com/dart-lang/markdown/compare/62e3349..dd47c5d): dd47c5d 2024-02-28 Kevin Moore WIP: v0.31.2 spec updates (dart-lang/markdown#591) pool (https://github.com/dart-lang/pool/compare/782da82..c118f69): c118f69 2024-02-28 Kevin Moore Latest lints, test wasm on dev channel (dart-lang/pool#81) protobuf (https://github.com/dart-lang/protobuf/compare/ef0ab7d..b761358): b761358 2024-03-04 Nate Biggs Support unknown json data and add internal set/clear field methods for generated accessors. (dart-lang/protobuf#918) 1822b81 2024-03-01 dependabot[bot] Bump dart-lang/setup-dart from 1.5.0 to 1.6.2 (dart-lang/protobuf#917) adab58c 2024-03-01 dependabot[bot] Bump actions/cache from 3.3.1 to 4.0.1 (dart-lang/protobuf#916) c283db5 2024-03-01 Ömer Sinan Ağacan Ignore the UnmodifiableUint8ListView deprecation warning (dart-lang/protobuf#915) shelf (https://github.com/dart-lang/shelf/compare/b432620..da6a69b): da6a69b 2024-03-01 dependabot[bot] Bump actions/cache from 4.0.0 to 4.0.1 (dart-lang/shelf#415) sse (https://github.com/dart-lang/sse/compare/13ec752..b53ba14): b53ba14 2024-02-29 Kevin Moore Prepare release of v4.1.5 (dart-lang/sse#105) test (https://github.com/dart-lang/test/compare/26953ba..525f77b): 525f77b2 2024-03-01 dependabot[bot] Bump actions/cache from 4.0.0 to 4.0.1 (dart-lang/test#2191) b1041775 2024-03-01 dependabot[bot] Bump github/codeql-action from 3.23.2 to 3.24.6 (dart-lang/test#2193) web (https://github.com/dart-lang/web/compare/fa4280c..8870d04): 8870d04 2024-02-29 Devon Carew update the format of the web idl versions file (dart-lang/web#194) 641a8df 2024-02-29 Srujan Gaddam Add generated element constructors (dart-lang/web#185) 5e5adc8 2024-02-28 Srujan Gaddam Use URI instead of library name (dart-lang/web#191) 2f00226 2024-02-28 Kevin Moore Move IDL version details (dart-lang/web#189) 23475c0 2024-02-28 Devon Carew Include MDN API documentation as class and member dartdoc comments (dart-lang/web#143) Change-Id: Ia08bf4a304a1073473d6abddb64275cca84dea13 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/355521 Auto-Submit: Devon Carew Reviewed-by: Konstantin Shcheglov Commit-Queue: Konstantin Shcheglov --- DEPS | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/DEPS b/DEPS index a609e013e137..3b168bbbf9d5 100644 --- a/DEPS +++ b/DEPS @@ -142,15 +142,15 @@ vars = { # and land the review. # # For more details, see https://github.com/dart-lang/sdk/issues/30164. - "dart_style_rev": "a6ad7693555a9add6f98ad6fd94de80d35c89415", # disable rev_sdk_deps.dart - "dartdoc_rev": "eed92d3fb9f77e82c36e2287643c5ddb2a99be19", - "ecosystem_rev": "3e4f2866d49c2448e44f51112956a689a2e50cd6", + "dart_style_rev": "a6ad7693555a9add6f98ad6fd94de80d35c89415", # disable tools/rev_sdk_deps.dart + "dartdoc_rev": "eed92d3fb9f77e82c36e2287643c5ddb2a99be19", # https://github.com/dart-lang/dartdoc/issues/3701 + "ecosystem_rev": "49a3cbb9a2d8acf974b4d616e20c38b59c360a5a", "file_rev": "3aa06490bf34bddf04c7ea964a50c177a4ca0de7", "fixnum_rev": "570b28adcfbfdd5b8a7230ea1d6ec0f9587493f1", "flute_rev": "a531c96a8b43d015c6bfbbfe3ab54867b0763b8b", - "glob_rev": "ef5f0650f66dc64587b11757fe3303538cfeb1d8", + "glob_rev": "379d60c7cc5c0e9fe7d0d45549ad0b1ca51396c8", "html_rev": "327e37a6a4dd46599737ee982f280d73a8f646f7", - "http_rev": "6e0a46fca693b4aebaf282da68712b1550f1b4ca", + "http_rev": "470d2c3595c00252f92be21d2bc3d79816d0d8f2", "http_multi_server_rev": "ba9d07f3596b24718ddf45c9e071d40879cca565", "http_parser_rev": "84db8b029d9b51859a0bb4966859af009f9442e3", "intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f", @@ -158,7 +158,7 @@ vars = { "leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", "lints_rev": "ead770872e272e25a64315c120950ea8ad5b2509", "logging_rev": "cbaf4ee2e59c318d7519edb5381f5fe2a7f69587", - "markdown_rev": "62e3349dc8aa1815c9d2e8a0fa4ebe937b4fa935", + "markdown_rev": "dd47c5dea1015aff2037b613fb4964450beaf81c", "matcher_rev": "d954c8d979579b4b46427b0ea1d9c721117c191e", "material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e", "mime_rev": "9a168712d6db610c3822617c132daea72d4fd2b5", @@ -166,22 +166,22 @@ vars = { "native_rev": "0901a3323022fdb59657cc2cb00ea5c80a8468a6", # mosum@ and dacoharkes@ are rolling breaking changes manually while the assets features are in experimental. "package_config_rev": "4a7042bb286cf0b41b26e87972bc28bda535f8b9", "path_rev": "a7b696071bd83d3ee0a0f1b57ac94d6b1f05cac4", - "pool_rev": "782da82fedca4e5776e43ba321543ed2b20373b2", - "protobuf_rev": "ef0ab7df985a4b00f3a6850fb160a214ebc0683e", - "pub_rev": "5b5fdd320a3b60a6a00bdd3122f03c6f67a39eeb", # disable rev_sdk_deps.dart + "pool_rev": "c118f69d8a6441a8453bf7d455fd7c79d3ee1497", + "protobuf_rev": "b7613581d847e1e36e76f0e36db3a412d8fea5b1", + "pub_rev": "5b5fdd320a3b60a6a00bdd3122f03c6f67a39eeb", # disable tools/rev_sdk_deps.dart "pub_semver_rev": "3175ba0a58a96fb23f8d68b5f5c44d1a5b30cc16", - "shelf_rev": "b432620f109b92c0399261722aa28c4d8d9a385c", + "shelf_rev": "da6a69ba749aded85a215fba4882fc3964d2c49b", "source_map_stack_trace_rev": "c75649651d01826236e3ab7093d277a70756905a", "source_maps_rev": "55e92a4b0a8560d5b2b3bb7255249afdb8186ea6", "source_span_rev": "21a403a75b6887fbd811fb53b74b08c2cef67ab6", - "sse_rev": "13ec752b5f253f11a3d9e2f8aca5003b94c170d2", + "sse_rev": "b53ba14de4fe9823432ebfbb4ec04f23a620ec50", "stack_trace_rev": "155f12c51226d6372f6722f5e55c38ef39625006", "stream_channel_rev": "e02a5ddef804f0d546a405ab3917fb27788acaef", "string_scanner_rev": "a2bcdb575f6bb30b944b4f632ea95d8dc4f914bd", "sync_http_rev": "b849559fedc7c5d19a68950f255b6edde6eec6ef", "tar_rev": "6150a0c88d9bd17e3e961593a9a7a9564866e8b4", "term_glyph_rev": "85a4aa6bf25cd6ecaa5c56a1b259b2d95264a439", - "test_rev": "26953ba46d9e56dd4195c5678ada16a2005ec2a7", + "test_rev": "525f77b2e0459f76b088ae65b71b2e948dd04224", "test_descriptor_rev": "35f97afacb2b7fe627f6ed0bede722fd48980848", "test_process_rev": "7fe39afbb6c444f256c1ec0eef008edebcd44644", "test_reflective_loader_rev": "9862703a3d14848376c8efde271c88022fba91eb", @@ -190,7 +190,7 @@ vars = { "usage_rev": "67ecd7d1328347ec15cbf8d8a46918df75a66af8", "vector_math_rev": "3706feb60f1fb0541dae9cf6b9ef91cd5ea766c6", "watcher_rev": "21858a41da1482922e03ee65cdf2169d01d59a67", - "web_rev": "fa4280c061f0043f1d3c5346ab1495512de4bef2", + "web_rev": "8870d04354cd1af4b77aeec6f4abd77a53bcc709", "web_socket_channel_rev": "3db86bc0a09e1038a0fa418262c8a92211c5de69", "webdev_rev": "51b5484348b4a8ede351e8dff0428b083495ba78", # https://github.com/flutter/devtools/issues/7231 "webdriver_rev": "2c1b6f8b9d684caf62d72bb327c24f738a4e7455",