Skip to content

Commit 87ca13f

Browse files
devoncarewCommit Queue
authored andcommitted
[deps] rev csslib, dartdoc, http, pool, pub_semver, string_scanner, test_descriptor, test_process, tools, typed_data, webdev, yaml
Revisions updated by `dart tools/rev_sdk_deps.dart`. csslib (https://github.com/dart-lang/csslib/compare/23c314b..b70fef2): b70fef2 2024-06-20 Kevin Moore Update and fix lints, bump min SDK to Dart 3.1 (dart-archive/csslib#204) dartdoc (https://github.com/dart-lang/dartdoc/compare/6330a13..88df88c): 88df88c9 2024-06-21 Sam Rawlins Remove the unnecessary Privacy mixin (dart-lang/dartdoc#3794) d050cb44 2024-06-20 Sam Rawlins Make PackageGraph.allLibraries private (dart-lang/dartdoc#3792) 7c559d41 2024-06-20 Sam Rawlins Simplify Library.allModelElements (dart-lang/dartdoc#3793) http (https://github.com/dart-lang/http/compare/8c325b9..4d8e7ef): 4d8e7ef 2024-06-24 Brian Quinlan Add a note saying that we only create a single `Client`. (dart-lang/http#1234) pool (https://github.com/dart-lang/pool/compare/88e4636..832c5ab): 832c5ab 2024-06-21 Kevin Moore update lints, require Dart 3.4 (dart-archive/pool#89) d107269 2024-06-20 Kevin Moore blast_repo fixes (dart-archive/pool#88) pub_semver (https://github.com/dart-lang/pub_semver/compare/a9025f3..dfcad38): dfcad38 2024-06-20 Kevin Moore bump lints and SDK dep, test wasm (dart-archive/pub_semver#105) string_scanner (https://github.com/dart-lang/string_scanner/compare/7b37c1b..e1cab8f): e1cab8f 2024-06-20 Kevin Moore update lints, require Dart 3.1 (dart-archive/string_scanner#76) test_descriptor (https://github.com/dart-lang/test_descriptor/compare/b23d7cc..2f19400): 2f19400 2024-06-20 Kevin Moore update lints (dart-archive/test_descriptor#68) test_process (https://github.com/dart-lang/test_process/compare/862eaf3..a7ca20b): a7ca20b 2024-06-21 Kevin Moore update lints (dart-archive/test_process#60) tools (https://github.com/dart-lang/tools/compare/4321aec..e660a68): e660a68 2024-06-24 Kevin Moore Don't collect coverage on Windows (dart-lang/tools#276) typed_data (https://github.com/dart-lang/typed_data/compare/d14f965..8529929): 8529929 2024-06-21 Kevin Moore update lints, require Dart 3.1 (dart-archive/typed_data#90) c90e624 2024-06-20 Kevin Moore blast_repo fixes (dart-archive/typed_data#89) webdev (https://github.com/dart-lang/webdev/compare/eccc7d8..c566112): c5661125 2024-06-24 Kevin Moore Drop use of deprecated APIs, bump min SDK and other dependencies (dart-lang/webdev#2449) yaml (https://github.com/dart-lang/yaml/compare/7873b3f..4cf24ca): 4cf24ca 2024-06-20 Kevin Moore update lints, require Dart 3.4 (dart-archive/yaml#167) 7018ac8 2024-06-20 Kevin Moore blast_repo fixes (dart-archive/yaml#166) Change-Id: I04c6238514cb46818c3f59760e401d371e4d1ae4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/372841 Commit-Queue: Konstantin Shcheglov <[email protected]> Auto-Submit: Devon Carew <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 6d62515 commit 87ca13f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

DEPS

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ vars = {
132132
"collection_rev": "9354f386de3c57f5486b01ab4dfa1a2f033307d9",
133133
"convert_rev": "0c9eab7d4656be97329c4970659afd53a78910e6",
134134
"crypto_rev": "813e35e913d12e16de67ac57523cd0ff4b07c012",
135-
"csslib_rev": "23c314bb6b247a71348cfb0987ba0eb29574abb6",
135+
"csslib_rev": "b70fef222c8a98abca39c3f729ec34632089697e",
136136
# Note: Updates to dart_style have to be coordinated with the infrastructure
137137
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
138138
# matches the version here. Please follow this process to make updates:
@@ -144,14 +144,14 @@ vars = {
144144
#
145145
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
146146
"dart_style_rev": "a6ad7693555a9add6f98ad6fd94de80d35c89415", # disable tools/rev_sdk_deps.dart
147-
"dartdoc_rev": "6330a13e3da84b710867af26e343d0b1a4381bc1",
147+
"dartdoc_rev": "88df88c9278ec4ec31df818f3ae33d4f91c8cd64",
148148
"ecosystem_rev": "31148cd81bdb3c248fc30cd345ef49a978ed454c",
149149
"file_rev": "07cacaed6679a173e29176747e6ce0325742749f",
150150
"fixnum_rev": "a8157d87f17d5184e210403f2ed63d354b854132",
151151
"flute_rev": "a531c96a8b43d015c6bfbbfe3ab54867b0763b8b",
152152
"glob_rev": "6d3ba5ec02817e62d17ace040590bb81a3e1242f",
153153
"html_rev": "3bc803d7e655491b243418f19300ef0c6112bcea",
154-
"http_rev": "8c325b9ca33d878a86d69c5048a8e6e18379663c",
154+
"http_rev": "4d8e7ef73d6135a8cc9b5e53db1beb43977d44b0",
155155
"http_multi_server_rev": "25941e260658efb324de857e6022f418faf9bdd1",
156156
"http_parser_rev": "9bf7bd981a39137da1e5d7fe64f4652b078c7aa9",
157157
"intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f",
@@ -167,35 +167,35 @@ vars = {
167167
"native_rev": "fef40aebc3cf34654919e8a5785b6c50b3ea445c", # mosum@ and dacoharkes@ are rolling breaking changes manually while the assets features are in experimental.
168168
"package_config_rev": "903a0e528f91aef90821c8f5eaafbc1ae27198ab",
169169
"path_rev": "04807b61c25f98f328b322ec511451f9f86f98bb",
170-
"pool_rev": "88e463600c636a0d8cdb5dc306524ebf04b06baf",
170+
"pool_rev": "832c5ab5eaee444354a8c796f7998bf744f169af",
171171
"protobuf_rev": "ccf104dbc36929c0f8708285d5f3a8fae206343e",
172172
"pub_rev": "ddc1c2fd2e2a7cd94a0b92ea033961a25f4ad517", # disable tools/rev_sdk_deps.dart
173-
"pub_semver_rev": "a9025f3cc23ebb0f86c0af8759d95306b9133ce0",
173+
"pub_semver_rev": "dfcad38866fb1e94e8ca91bff3dddd5189fb0794",
174174
"shelf_rev": "2536c15a562cb183dabbc628824a215663830325",
175175
"source_map_stack_trace_rev": "96a8213dacf7cd42aefb1311491a4169826f98d2",
176176
"source_maps_rev": "caa79c2011015759c6cf3299f299f5cccdf8bb61",
177177
"source_span_rev": "59a3903521dbf4c38c77df73669e73174a170327",
178178
"sse_rev": "7dcde164d5bfe707441f206379ef33e7509e2aac",
179179
"stack_trace_rev": "ab09060b82c936c38c04eb49c1154b83f6648349",
180180
"stream_channel_rev": "b41ff7a25395ace8b23e454e3d1a3459a71306ca",
181-
"string_scanner_rev": "7b37c1b3d1ca6b581792e6ba385f651573af4a45",
181+
"string_scanner_rev": "e1cab8f0538b50f6d7180598752cf5a7e07e74db",
182182
"sync_http_rev": "7622bdd07501f3f279212e355325b7c84a2b0a08",
183183
"tar_rev": "552a49d7595e444184d4f91e9afd533aa253a31d",
184184
"term_glyph_rev": "c86e8171ee7e9f6fc8e775e0be755a603dd0b72d",
185185
"test_rev": "329c6dff4dfcb178ba6c7009cf1c1b9215b317aa",
186-
"test_descriptor_rev": "b23d7ccb0f9882e161fb4dea75b2237bf428432b",
187-
"test_process_rev": "862eaf3b825f5e97b278d84a2afbe81b3e8a1683",
186+
"test_descriptor_rev": "2f19400259e6ec6801a79dcbf038b235545ab400",
187+
"test_process_rev": "a7ca20b73f28d220e6478254082ea2b52f46dc97",
188188
"test_reflective_loader_rev": "816942eaeeac30cc59d8699f1e94ad779cc53c06",
189-
"tools_rev": "4321aecf2cb618dceab5d90adf0cb2ef7207169c",
190-
"typed_data_rev": "d14f9654f7a5d6baa7dcc27691bd0fa56769fb67",
189+
"tools_rev": "e660a68dce659311fb47735ab00365e26fca2fe3",
190+
"typed_data_rev": "85299290551297a28202b6e7a177bb787f790ffd",
191191
"vector_math_rev": "e7b11a234638bd5d76a05bae99d20b937637dfe8",
192192
"watcher_rev": "c00fc2a6cd869cdebbc52e00af3d912d25745729",
193193
"web_rev": "2fe754fb396cb9b87010f0318cfbfc5408346c48",
194194
"web_socket_channel_rev": "bf69990738f173c07e67cf6945551194bc8c2d92",
195-
"webdev_rev": "eccc7d87982b23f666d5e3e09953dca59ca094e4",
195+
"webdev_rev": "c56611255f3f02642da10750448a8c90a9fa7b47",
196196
"webdriver_rev": "f85779edd7c9f66198d4391ed3631db1d97a5b11",
197197
"webkit_inspection_protocol_rev": "5740cc91eaeb13a02007b77b128fccf4b056db6e",
198-
"yaml_rev": "7873b3fb9f16ec83bc7778fed58615fa91f1f042",
198+
"yaml_rev": "4cf24ca3bbcb2cd8cbea32fdd355ee5d0a597247",
199199
"yaml_edit_rev": "08a146ef8f2c7aba908d2017c9ec840b882c9e51",
200200

201201
# Windows deps

0 commit comments

Comments
 (0)