Skip to content

Commit eadfede

Browse files
devoncarewCommit Queue
authored and
Commit Queue
committed
[deps] rev async, dartdoc, html, http, http_multi_server, source_map_stack_trace, stream_channel, test, tools, watcher, webdev, yaml, yaml_edit
Revisions updated by `dart tools/rev_sdk_deps.dart`. async (https://github.com/dart-lang/async/compare/8deaa40..f454380): f454380 2023-03-02 Natalie Weizenbaum Add `StreamExtensions.listenAndBuffer()` (#235) dartdoc (https://github.com/dart-lang/dartdoc/compare/77d5994..98fa859): 98fa859c 2023-03-05 dependabot[bot] Bump cli_util from 0.3.5 to 0.4.0 (#3360) html (https://github.com/dart-lang/html/compare/0b8025c..08643e9): 08643e9 2023-03-02 Devon Carew prep for publishing 0.15.2 (#205) http (https://github.com/dart-lang/http/compare/1500a71..805a147): 805a147 2023-03-02 Kevin Moore Fix some spelling (#884) 5a2f036 2023-03-02 Kevin Moore Move to pkg:dart_flutter_team_lints, require Dart 2.19 (#883) 35b2cef 2023-03-02 Bahaa Fathi Yousef Corrected the spelling of "Implements" in "/http/lib/src/io_client.dart" (#871) bb86cf3 2023-02-27 Brian Quinlan Provide access to NSURLSession.sessionDescription (#881) http_multi_server (https://github.com/dart-lang/http_multi_server/compare/2cd5355..7bd190c): 7bd190c 2023-03-06 Kevin Moore Require Dart 2.19, enable and fix new team lints (#51) source_map_stack_trace (https://github.com/dart-lang/source_map_stack_trace/compare/a60ef54..45ea368): 45ea368 2023-03-07 Kevin Moore Require Dart 2.19, use pkg:dart_flutter_team_lints (#35) stream_channel (https://github.com/dart-lang/stream_channel/compare/0850515..a20ccd4): a20ccd4 2023-02-28 Kevin Moore move to pkg:dart_flutter_team_lints lints, fix code, bump min SDK (#87) test (https://github.com/dart-lang/test/compare/1307cc5..92da93a): 92da93a8 2023-03-06 Devon Carew dogfood the new setup-dart action (#1964) e49818ec 2023-03-01 dependabot[bot] Bump github/codeql-action from 2.2.1 to 2.2.5 (#1963) tools (https://github.com/dart-lang/tools/compare/28b7be8..a1c3506): a1c3506 2023-03-07 Devon Carew dogfood the new setup-dart action (#25) fb46723 2023-03-07 Elias Yishak Update pubspec.yaml (#24) 5a72344 2023-03-06 Elias Yishak Add `DashEvent` for toggling telemetry collection + send event whenever toggled (#23) watcher (https://github.com/dart-lang/watcher/compare/0ca6638..5968409): 5968409 2023-03-07 Kevin Moore blast_repo fixes (#139) e8f771a 2023-03-07 Kevin Moore Require Dart 2.19, use new team lints (#138) webdev (https://github.com/dart-lang/webdev/compare/deb801b..c007560): c007560 2023-03-06 Elliott Brooks (she/her) [MV3 Debug Extension] Show warning when clicking on debug extension for non Dart app (#2015) 1a010dc 2023-03-06 Devon Carew dogfood the new setup-dart action (#2017) 07743a3 2023-03-06 Anna Gringauze Fix exception mapping from JS to dart (#2004) eb63b31 2023-03-03 Elliott Brooks (she/her) Create a Dart Debug Extension issue template (#2014) 85f35d4 2023-03-01 Devon Carew update publishing automation integration (#2002) e748045 2023-02-28 Anna Gringauze Prepare to release webdev 3.0.1 (#2000) 5355050 2023-02-27 Elliott Brooks (she/her) [MV3 Debug Extension] Ignore page reloads for detecting navigation away from app (#1994) 4e08276 2023-02-27 Anna Gringauze Prepare to release dwds 18.0.0 (#1993) fc54d68 2023-02-27 Anna Gringauze Fix expression evaluation failures on empty scopes (#1998) 496a2b4 2023-02-27 Anna Gringauze Temporarily disable publish verification (#1996) yaml (https://github.com/dart-lang/yaml/compare/a6d8781..1ad2f49): 1ad2f49 2023-03-01 Kevin Moore Require Dart 2.19, migrate to dart_flutter_team_lints, make associated fixes (#138) 4d369fd 2023-03-01 Kevin Moore benchmark: fix output.json (#137) yaml_edit (https://github.com/dart-lang/yaml_edit/compare/998eea2..0668eb5): 0668eb5 2023-03-02 Jonas Finnemann Jensen Wrap recursively, prepare release (#28) a4ff857 2023-03-01 Mohamed Ishad Update CHANGELOG.md (#37) 2fdfbdb 2023-02-28 Mohamed Ishad Fix for issue #23 (#34) 494ad7c 2023-02-25 MikiPaul fixed typo (#36) Change-Id: I101c94575c20fca55c7440e84668413207073a32 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287162 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Devon Carew <[email protected]>
1 parent 2798409 commit eadfede

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

DEPS

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies
88
#
99
# Packages can be rolled to the latest version with `tools/manage_deps.dart`.
10-
# There is some lag time between a commit landing in github and reaching the
11-
# google hosted clones.
1210
#
1311
# For example
1412
#
@@ -109,10 +107,11 @@ vars = {
109107

110108
### /third_party/pkg dependencies
111109
# 'tools/rev_sdk_deps.dart' can rev pkg dependencies to their latest; put an
112-
# EOL comment after a dependency to pin it at its current revision.
110+
# EOL comment after a dependency to disable this and pin it at its current
111+
# revision.
113112

114113
"args_rev": "9305d5a2ca817a065a1ded3734655d99cd717f2c",
115-
"async_rev": "8deaa40439b05babb0093554ac58b982891076ff",
114+
"async_rev": "f454380c2691728530e0b2421af7676a9621481b",
116115
"bazel_worker_rev": "53871c5fe36438b734a0f75c91055e75111a7210",
117116
"benchmark_harness_rev": "a6a0891e5430ce10518d19a52b6fa6c4ad18a6f2",
118117
"boolean_selector_rev": "16e6ad3c8000e08a7f1c213aef2a692d872a16c7",
@@ -134,19 +133,19 @@ vars = {
134133
# and land the review.
135134
#
136135
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
137-
"dart_style_rev": "a3f1b041f3c5045d1fee7f1129075d0ad6a4a96e", # manually rev'd
138-
"dartdoc_rev": "77d59945d3af50328aa28b87002437e8f2e6333b", # 6.2.0
136+
"dart_style_rev": "a3f1b041f3c5045d1fee7f1129075d0ad6a4a96e", # disable rev_sdk_deps.dart
137+
"dartdoc_rev": "98fa859c8e7e9c0ee9a8873a09aed4d96aab4d3b",
139138
"ffi_rev": "32f5eefea59d4461e8ab40e83f157e49d5abe0da",
140139
"file_rev": "72a67c33f90bfb7e10057e286e06d2fe3baa4d98",
141140
"fixnum_rev": "f8379d94436f3a73f71ea078f3207897c6700498",
142141
"glob_rev": "f378dc8734f9f2413e93951f95d278420e4a03e0",
143-
"html_rev": "0b8025c16e1e5a5bcd451fb3a81cd98df218dcd4",
144-
"http_rev": "1500a71c49a83bf508effcbf1f8fec3099abeb02",
145-
"http_multi_server_rev": "2cd53558a80fb0609532cdd4d3d65f2fa22448a8",
142+
"html_rev": "08643e9e2baac0f20ce4a3b8baed820107972270",
143+
"http_rev": "805a14742e293fb51c0b89004b51add50d825792",
144+
"http_multi_server_rev": "7bd190c70288361ed01ad31668e93544bcc5cf2b",
146145
"http_parser_rev": "b3b283b9f139640b932d604e8815460bbd3ecab5",
147146
"intl_rev": "fca552f2ec5d682b5fa36f02bdd72a5a4e2edcee",
148147
"json_rpc_2_rev": "0280ac6cb4f3905d81c47ba927123ba2b95f7940",
149-
"linter_rev": "dcf3a079c573487b6ab64518604e5686be899601", # 1.34.0-dev
148+
"linter_rev": "dcf3a079c573487b6ab64518604e5686be899601", # disable rev_sdk_deps.dart
150149
"lints_rev": "dfded5e265015f21ce154577fe8488dc244e33c2",
151150
"logging_rev": "abef3717d958158eb8b0ddb2871f4b15a9804cd4",
152151
"markdown_rev": "ecbffa9bf9109d490b9388e9cb1f2bb801aee63c",
@@ -157,30 +156,30 @@ vars = {
157156
"path_rev": "24b58a2499440cc3d12d2b3c2f52b95f91ff1c0a",
158157
"pool_rev": "694cfd867d8d84857fc42a8d07933013f0d25305",
159158
"protobuf_rev": "75bc380a6e9601565606a13dee16c5ab2bf5019c",
160-
"pub_rev": "048e3ad2b5e1b4ebe6883addbc95722be6904a7b", # manually rev'd
159+
"pub_rev": "048e3ad2b5e1b4ebe6883addbc95722be6904a7b", # disable rev_sdk_deps.dart
161160
"pub_semver_rev": "c0e6ea74ccfbfdb2ef54c7cd9ad31455ca8e481f",
162161
"shelf_rev": "e3cfe796ad478cb4b61ad8e68ea29644c0bb1037",
163-
"source_map_stack_trace_rev": "a60ef54b36147b103d8b7d0317d6b578ebf874cc",
162+
"source_map_stack_trace_rev": "45ea3688b6bec1eb565c38c4e28f37b01f8a0fa9",
164163
"source_maps_rev": "a112e981a985a8af2047ee25a9cf56b0d5413b02",
165164
"source_span_rev": "3951ba50ec29b9870c3131c6ddcc88700d26f3ee",
166165
"sse_rev": "8c03b73f90d951f5b33dd496593718107c79f97a",
167166
"stack_trace_rev": "6ceb191ace71c18ccf5648f6b2e8be52da39c56f",
168-
"stream_channel_rev": "0850515bb74ca3a40fd5c19ef0dd3a63834d21cf",
167+
"stream_channel_rev": "a20ccd4142947637213393803289787a233402a1",
169168
"string_scanner_rev": "29e471ea98762db8052cca0e6a69ef9c7999abed",
170169
"sync_http_rev": "36a1bd086798cbdb48e7541b05e5a14b5e5bb56b",
171170
"term_glyph_rev": "d275a8f7482b6a5e4f15d0da6feb66c24f52eb94",
172-
"test_rev": "1307cc59c30ad99a1dc0bb579ddfcaaf41d2c9d1",
171+
"test_rev": "92da93a83615f2bc0483aa00e6a85c4f89d616e4",
173172
"test_descriptor_rev": "1d4a967dd17874f3835af30720e9820c74977569",
174173
"test_process_rev": "f76d0b8fcf078d629cb57f859db79be93d6323d5",
175174
"test_reflective_loader_rev": "c4c2d5c3f94a96f3fc79e9e28944fba391bc544c",
176-
"tools_rev": "28b7be83589d0d7a6d44cbe6166b6673f08018fb",
175+
"tools_rev": "a1c35060d920122ecbecb8c5a389b58ccbceb125",
177176
"typed_data_rev": "f858046fb420cf644e7d8cb86b7893f2830d8a6c",
178177
"usage_rev": "399770f45ed2d384d79395c0341a04fb25609a4d",
179178
"vector_math_rev": "1e4d000f55512ca55d0fcef4e13fc03010d54251",
180-
"watcher_rev": "0ca663817ee879477a35fa2724f0e47c15facf13",
179+
"watcher_rev": "5968409e1d73e21e75fc22a6481d5efaef7f3558",
181180
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
182181
"web_socket_channel_rev": "e2fe7f665997ab8e28aa76a8b26483f9903221a8",
183-
"webdev_rev": "deb801b7734056a6ffeefabe8ceb534fb658cdea",
182+
"webdev_rev": "c007560346a53728920362e5ccaa7eaae85301a7",
184183
"webdriver_rev": "562aa06353d513586b806ce1c9655dac3971879f",
185184
"webkit_inspection_protocol_rev": "8401098ace995e4dcd9855a2741c2dacccaa780b",
186185
"yaml_rev": "a6d8781744d34c391368664b4c1e174f0433bbb6",

0 commit comments

Comments
 (0)