Skip to content

Commit b603d4c

Browse files
devoncarewCommit Queue
authored and
Commit Queue
committed
[deps] rev tools, web_socket_channel, webdev
Revisions updated by `dart tools/rev_sdk_deps.dart`. tools (https://github.com/dart-lang/tools/compare/cd799be..58d9147): 58d9147 2023-04-07 Christopher Fujino [unified_analytics] Add NoOpAnalytics (#77) web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/40eb236..b28bae6): b28bae6 2023-04-07 Rexios Allow passing through custom http client in IO socket connect (#259) 1064b47 2023-04-07 Nate Bosch Fix deprecated_new_in_comment_reference (#262) webdev (https://github.com/dart-lang/webdev/compare/22b34e3..7546291): 75462913 2023-04-07 Elliott Brooks Run mono_repo generate (#2081) 9964ebab 2023-04-07 dependabot[bot] Bump actions/labeler from 4.0.2 to 4.0.3 (#2067) 3dee56b5 2023-04-07 Anna Gringauze Remove eval error message on async frames (#2073) d6b3e9ce 2023-04-07 Elliott Brooks Dart Code Metrics follow-up (#2072) 48e3211a 2023-04-07 Elliott Brooks Update the release script to take into account `pubspec_overrides.yaml` (#2080) fd75f511 2023-04-06 Elliott Brooks Reset Webdev to 3.0.5-dev (#2077) Change-Id: Iac863f7c4822fe6b9585e80e95d69467e8d60b6d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/294364 Reviewed-by: Nate Bosch <[email protected]> Commit-Queue: Devon Carew <[email protected]> Auto-Submit: Devon Carew <[email protected]>
1 parent 255f887 commit b603d4c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ vars = {
172172
"test_descriptor_rev": "aa11162f55a93fc6cefc927c5189b5f74decb957",
173173
"test_process_rev": "946bc27abd9726c4dadb9afae7c56f55df5945ed",
174174
"test_reflective_loader_rev": "a85a930ad3736f93b96f6cc104d3576c1ae19e0e",
175-
"tools_rev": "cd799be6a124b8c8d0490f81a816a6b34d0a0031",
175+
"tools_rev": "58d914764eab030bf537c2c58089c8ba7b46a313",
176176
"typed_data_rev": "d85363d2efb333afce07ec409a529ec32986e1a2",
177177
"usage_rev": "0698711985b332432ce9a901bbbd3b1ed227b090",
178178
"vector_math_rev": "7dec98433b3e016fbe49107ad4320b31f519eb70",
179179
"watcher_rev": "00aa79b0ff5562c9dafb0525891e2e69c51be06d",
180180
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
181-
"web_socket_channel_rev": "40eb2360e10595c2eab33cf61439c45708eb8d29",
182-
"webdev_rev": "22b34e35ddf5d9580c34c3ae85ba72d2551914e2",
181+
"web_socket_channel_rev": "b28bae62886edc090d3317edd197c4c3b121cd3a",
182+
"webdev_rev": "75462913fba9756e9ddae33bfd73fe96f5199c34",
183183
"webdriver_rev": "562aa06353d513586b806ce1c9655dac3971879f",
184184
"webkit_inspection_protocol_rev": "8401098ace995e4dcd9855a2741c2dacccaa780b",
185185
"yaml_rev": "56dfaf4fb021ac1c0f1a469e7c8e71ea4f7add2f",

pkg/analysis_server/lib/src/analytics/noop_analytics.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'package:http/src/response.dart';
6-
import 'package:unified_analytics/src/config_handler.dart';
76
import 'package:unified_analytics/unified_analytics.dart';
87

98
/// An implementation of [Analytics] that's appropriate to use when analytics

pkg/analysis_server/test/src/analytics/analytics_manager_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import 'package:http/src/response.dart' as http;
2020
import 'package:linter/src/rules.dart';
2121
import 'package:test/test.dart';
2222
import 'package:test_reflective_loader/test_reflective_loader.dart';
23-
import 'package:unified_analytics/src/config_handler.dart';
2423
import 'package:unified_analytics/unified_analytics.dart';
2524

2625
void main() {

0 commit comments

Comments
 (0)