From 5cf401f97694a90c32317b117c893a413176722b Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 13 Sep 2024 20:36:47 +0000 Subject: [PATCH] [deps] rev args, browser_launcher, collection, csslib, ecosystem, html, http, lints, mockito, shelf, test, test_descriptor, typed_data, web, webkit_inspection_protocol, yaml Revisions updated by `dart tools/rev_sdk_deps.dart`. args (https://github.com/dart-lang/args/compare/1a24d61..e623652): e623652 2024-08-26 Kevin Moore Fix angle brackets in doc comments (dart-lang/args#281) browser_launcher (https://github.com/dart-lang/browser_launcher/compare/fa98c77..0acd188): 0acd188 2024-08-22 Srujan Gaddam Add CHANGELOG entry for https://github.com/dart-lang/browser_launcher/pull/63 and publish 1.2.2 (dart-lang/browser_launcher#64) collection (https://github.com/dart-lang/collection/compare/0c1f829..24b75d8): 24b75d8 2024-08-26 Kevin Moore Fix angle brackets in doc comments (dart-lang/collection#358) csslib (https://github.com/dart-lang/csslib/compare/192d720..d486627): d486627 2024-08-26 Kevin Moore Fix angle brackets in doc comments (dart-lang/csslib#206) ecosystem (https://github.com/dart-lang/ecosystem/compare/8626bff..4ba6f15): 4ba6f15 2024-09-04 Devon Carew update the prompt to include `needs-info` (dart-lang/ecosystem#296) 3496f54 2024-09-02 Moritz Continue with labeling after error with issue transfer (dart-lang/ecosystem#293) bb45d73 2024-09-02 Moritz Run `dart pub global run mono_repo generate` (dart-lang/ecosystem#295) 8d5860b 2024-09-01 dependabot[bot] Bump the github-actions group with 3 updates (dart-lang/ecosystem#297) 6de3e8c 2024-08-29 Devon Carew fix calculation for the labels to apply (dart-lang/ecosystem#294) 183fdd0 2024-08-28 Devon Carew contribute a prompt benchmarking script (dart-lang/ecosystem#292) f7191b7 2024-08-28 Moritz Transfer issues in `package:trebuchet` (dart-lang/ecosystem#291) 5da8a7a 2024-08-26 Moritz Add `package:trebuchet` to repo. (dart-lang/ecosystem#289) dd8d12a 2024-08-23 Nate Bosch Add check label to github action job name (dart-lang/ecosystem#290) html (https://github.com/dart-lang/html/compare/0da420c..5516387): 5516387 2024-08-28 Kevin Moore Drop Pair util class (dart-lang/html#255) 50837e5 2024-08-28 Nate Bosch Fix doc comments (dart-lang/html#256) http (https://github.com/dart-lang/http/compare/b97b8dc..dfeecf0): dfeecf0 2024-08-28 Brian Quinlan Convert a `java.lang.OutOfMemoryError` into a `ClientException` (dart-lang/http#1299) a41141d 2024-08-28 Brian Quinlan cupertino_http: Use `sharedDarwinSource` (dart-lang/http#1290) 51beb4e 2024-08-28 Yaroslav Vorobev fix(http_client_conformance_tests): multipart server (dart-lang/http#1292) bbfce40 2024-08-28 Brian Quinlan Add a reference to AdapterWebSocketChannel for WebSocketChannel users (dart-lang/http#1297) 7f21111 2024-08-21 Moritz Add PR Health workflow (dart-lang/http#1296) lints (https://github.com/dart-lang/lints/compare/894b500..9e4fd7d): 9e4fd7d 2024-09-10 Lenz Paul Fixes formatting error in the rules.md table (dart-lang/lints#206) 6580f83 2024-09-05 Sam Rawlins Remove avoid_null_checks_in_equality_operators from recommended (dart-lang/lints#201) mockito (https://github.com/dart-lang/mockito/compare/eb4d1da..d0fda0c): d0fda0c 2024-09-11 Sam Rawlins Bump CI tasks to use Dart 3.5.0 as stable 2259e10 2024-09-11 Sam Rawlins Pass a Dart language version to the Dart formatter. d7a8334 2024-09-10 Sam Rawlins mockito: stop using deprecated analyzer APIs. shelf (https://github.com/dart-lang/shelf/compare/9f2dffe..d53a8f9): d53a8f9 2024-09-06 Nate Bosch Prepare to publish shelf_static (dart-lang/shelf#443) e725c73 2024-09-06 mx1up Loosen mime package constraint (dart-lang/shelf#441) efbc566 2024-09-05 Nate Bosch Remove links to core types with generics (dart-lang/shelf#442) test (https://github.com/dart-lang/test/compare/cd3dbd5..9a2d155): 9a2d155b 2024-09-11 Nate Bosch Run package:test tests on mac (dart-lang/test#2280) 569c6eb6 2024-09-01 dependabot[bot] Bump the github-actions group with 2 updates (dart-lang/test#2275) db8cf091 2024-08-28 Nate Bosch Remove the Pair utility (dart-lang/test#2271) 032ef1dc 2024-08-27 Simon Binder Support dart2wasm in node.js tests (dart-lang/test#2259) 90481cf8 2024-08-23 Nate Bosch Limit which health checks run (dart-lang/test#2270) 337c7fb0 2024-08-21 Moritz Update publish.yaml (dart-lang/test#2269) test_descriptor (https://github.com/dart-lang/test_descriptor/compare/90743bc..3b85d38): 3b85d38 2024-08-26 Kevin Moore Fix angle brackets in doc comments (dart-lang/test_descriptor#70) typed_data (https://github.com/dart-lang/typed_data/compare/365468a..2bb9e6e): 2bb9e6e 2024-08-26 Kevin Moore Require Dart 3.5, use TypeDataList in many places (dart-lang/typed_data#92) web (https://github.com/dart-lang/web/compare/fb30192..933a37d): 933a37d 2024-09-10 Srujan Gaddam Update dart_style and use latestLanguageVersion (dart-lang/web#301) webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/119b877..e7418d7): e7418d7 2024-08-26 Kevin Moore Update min SDK and a number of lints (google/webkit_inspection_protocol.dart#128) yaml (https://github.com/dart-lang/yaml/compare/a645c39..b3d299e): b3d299e 2024-08-28 Kevin Moore Drop Pair util class (dart-lang/yaml#169) Change-Id: Ic3461659a40427c0deaafab8c79cade332f76edb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/385302 Reviewed-by: Konstantin Shcheglov Auto-Submit: Devon Carew Commit-Queue: Konstantin Shcheglov --- DEPS | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/DEPS b/DEPS index 75f6fc64759e..44dbd44e8493 100644 --- a/DEPS +++ b/DEPS @@ -120,19 +120,19 @@ vars = { # EOL comment after a dependency to disable this and pin it at its current # revision. - "args_rev": "1a24d614423e7861ae2e341bfb19050959cef0cd", + "args_rev": "e623652744c82533829f2e62b1aba1a6cf06e291", "async_rev": "c0d81f8699682d01d657a9bf827107d11904a247", "bazel_worker_rev": "02f190b88df771fc8e05c07d4b64ae942c02f456", "benchmark_harness_rev": "a06785cdfc51538e3556c1d59bb4f03426e9e1c5", "boolean_selector_rev": "c5468f44fd9ca0ea3435e1a0a84ff9b6fac38261", - "browser_launcher_rev": "fa98c77e7a2fee21a4ad3528dd79da0f4df6bd0f", + "browser_launcher_rev": "0acd18820afe8751b164c7576cfe23c46e1e34c2", "characters_rev": "7633a16a22c626e19ca750223237396315268a06", "cli_util_rev": "6a0bb9292ea4bb2c9e547af03da4c9948f9556a1", "clock_rev": "6e43768a0b135a0d36fc886907b70c4bf27117e6", - "collection_rev": "0c1f829c29da1d63488be774f430b2035a565d6f", + "collection_rev": "24b75d85df6a26aac7be13b56ff1ce4360c04a64", "convert_rev": "9035cafefc1da4315f26058734d0c2a19d5ab56a", "crypto_rev": "eede7d6918c51159c1422b7449f40dbac660ee57", - "csslib_rev": "192d720f121792ab05ca157ea280edc7e0410e9c", + "csslib_rev": "d486627ec2c014a1fbf653a593043c6b1e3a0eb5", # Note: Updates to dart_style have to be coordinated with the infrastructure # team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format` # matches the version here. Please follow this process to make updates: @@ -145,24 +145,24 @@ vars = { # For more details, see https://github.com/dart-lang/sdk/issues/30164. "dart_style_rev": "5d35f4d829ffb8532d345d95d3e9504ae6cd839e", # disable tools/rev_sdk_deps.dart "dartdoc_rev": "8100ccf1c1b8a462fd08adcc0cfd8db0f941f44a", - "ecosystem_rev": "8626bffad30d08792f0acbc813391800838e8207", + "ecosystem_rev": "4ba6f15e2849ebd19419695d0ae931b4c38498ae", "file_rev": "855831c242a17c2dee163828d52710d9043c7c8d", "fixnum_rev": "6c19e60366ce3d5edfaed51a7c12c98e7977977e", "flute_rev": "a531c96a8b43d015c6bfbbfe3ab54867b0763b8b", "glob_rev": "8b05be87f84f74d90dc0c15956f3ff95805322e5", - "html_rev": "0da420ca1e196cda54ede476d0d8d3ecf55375ef", - "http_rev": "b97b8dc22ea808c4fbd63f73abd7af8ecf694323", + "html_rev": "5516387611d848decb77ed9430904b5cd0f0b78c", + "http_rev": "dfeecf0a495925456ff5d0216a559dcc422bb4a1", "http_multi_server_rev": "8348be1bf8fd17881e2643086e68c9d2b28dd9ce", "http_parser_rev": "ce528cf82f3d26ac761e29b2494a9e0c270d4939", "intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f", "json_rpc_2_rev": "b4810dc7bee5828f240586c81f3f34853cacdbce", "leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # manually rolled - "lints_rev": "894b5006c463d2e1967fba3a8c3540d8ae249061", + "lints_rev": "9e4fd7deefa632f4b251fdba27966a661f41f211", "logging_rev": "8752902b75a476d2c7b64dcf01aaaee885f35c4c", "markdown_rev": "f6eaea38146d8901756418c4e7123eb7bd77249e", "matcher_rev": "d6d573d0f8d65b36550ce62aad3ce6b5e987b642", "material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e", - "mockito_rev": "eb4d1daa20c105c94ac29689c1975f0850fa18f2", + "mockito_rev": "d0fda0ce7883fed0238be9c3698fed0c3632c3e3", "native_rev": "c15b4b0187179dc73bc20a4125c501f0f7d9fbf7", # dart-native-interop-team@ is rolling breaking changes manually while the assets features are in experimental. "package_config_rev": "76934c2ca25922ec72909bbff7dfbddaf0d02bd9", "path_rev": "e969f42ed112dd702a9453beb9df6c12ae2d3805", @@ -170,7 +170,7 @@ vars = { "protobuf_rev": "ccf104dbc36929c0f8708285d5f3a8fae206343e", "pub_rev": "31fa75baa5872e7f094a554c0ec7741742889530", # disable tools/rev_sdk_deps.dart "pub_semver_rev": "d9e5ee68a350fbf4319bd4dfcb895fc016337d3a", - "shelf_rev": "9f2dffecbe8f219146a077e401758602752d486a", + "shelf_rev": "d53a8f9a98ccbe69078d397d45c2c6b3e7c243b6", "source_maps_rev": "5f82c613664ade03c7a6d0e6c59687c69dec894b", "source_span_rev": "f81cd4a2df630a97264fb4015fb93944b5b98b11", "sse_rev": "af2c5c572a8da6d2f7551b80d75121f2a38a4c79", @@ -180,20 +180,20 @@ vars = { "sync_http_rev": "91c0dd5ef9a008f0277aadcfd83036f82e572d09", "tar_rev": "32ceb55e673141abff4e84b99483fe5eb881c291", "term_glyph_rev": "38a158f55006cf30942c928171ea601ee5e0308f", - "test_rev": "cd3dbd51fe765f7243ea51783318d82b4031fa7a", - "test_descriptor_rev": "90743bc16bc00526a1b9a64f813614be9b2479d9", + "test_rev": "9a2d155b648ecf3c2e979233ee5e94d199a7d6dd", + "test_descriptor_rev": "3b85d384997bd8cc0454475045cbb4ffc68797ee", "test_process_rev": "6223572ca16d7585d5f08d9281de6a5734e45150", "test_reflective_loader_rev": "6e648863b39aab8d0204e769d25805eea9db0ac4", "tools_rev": "b98c535537101eff0484ba279bd4090a5b9ac2ad", - "typed_data_rev": "365468a74251c930a463daf5b8f13227e269111a", + "typed_data_rev": "2bb9e6ead6394e2d4ec6068c5ece8b2ec0e2b945", "vector_math_rev": "2cfbe2c115a57b368ccbc3c89ebd38a06764d3d1", "watcher_rev": "0484625589d8512b36a7ad898a6cc6351d24c556", - "web_rev": "fb3019264edbed87b40c29d7777b2f98ae562008", + "web_rev": "933a37d2235a63fd63185b3055d6bc0fd23edcfd", "web_socket_channel_rev": "0e1d6e2eb5a0bfd62e45b772ac7107d796176cf6", "webdev_rev": "5f30c560dc4e3df341356c43ec1a766ee6b74a7c", "webdriver_rev": "b181c9e5eca657ea4a12621332f47d9579106fda", - "webkit_inspection_protocol_rev": "119b877ae82bd2ca4cf7e5144d3a5ec104055164", - "yaml_rev": "a645c3905fc3cc2bbd3def9879ba8dedd26e3aa5", + "webkit_inspection_protocol_rev": "e7418d7bbd98ef9c4051454dab83fd05f97bbdf9", + "yaml_rev": "b3d299eee5e68135c46d913d3e5b637daad27c85", "yaml_edit_rev": "5c54d455f272bbb83c948ac420c677371e69ae77", # Windows deps