Skip to content

Commit

Permalink
[deps] rev tools, web_socket_channel, webdev
Browse files Browse the repository at this point in the history
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 <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
  • Loading branch information
devoncarew authored and Commit Queue committed Apr 10, 2023
1 parent 255f887 commit b603d4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ vars = {
"test_descriptor_rev": "aa11162f55a93fc6cefc927c5189b5f74decb957",
"test_process_rev": "946bc27abd9726c4dadb9afae7c56f55df5945ed",
"test_reflective_loader_rev": "a85a930ad3736f93b96f6cc104d3576c1ae19e0e",
"tools_rev": "cd799be6a124b8c8d0490f81a816a6b34d0a0031",
"tools_rev": "58d914764eab030bf537c2c58089c8ba7b46a313",
"typed_data_rev": "d85363d2efb333afce07ec409a529ec32986e1a2",
"usage_rev": "0698711985b332432ce9a901bbbd3b1ed227b090",
"vector_math_rev": "7dec98433b3e016fbe49107ad4320b31f519eb70",
"watcher_rev": "00aa79b0ff5562c9dafb0525891e2e69c51be06d",
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
"web_socket_channel_rev": "40eb2360e10595c2eab33cf61439c45708eb8d29",
"webdev_rev": "22b34e35ddf5d9580c34c3ae85ba72d2551914e2",
"web_socket_channel_rev": "b28bae62886edc090d3317edd197c4c3b121cd3a",
"webdev_rev": "75462913fba9756e9ddae33bfd73fe96f5199c34",
"webdriver_rev": "562aa06353d513586b806ce1c9655dac3971879f",
"webkit_inspection_protocol_rev": "8401098ace995e4dcd9855a2741c2dacccaa780b",
"yaml_rev": "56dfaf4fb021ac1c0f1a469e7c8e71ea4f7add2f",
Expand Down
1 change: 0 additions & 1 deletion pkg/analysis_server/lib/src/analytics/noop_analytics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

import 'package:http/src/response.dart';
import 'package:unified_analytics/src/config_handler.dart';
import 'package:unified_analytics/unified_analytics.dart';

/// An implementation of [Analytics] that's appropriate to use when analytics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import 'package:http/src/response.dart' as http;
import 'package:linter/src/rules.dart';
import 'package:test/test.dart';
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'package:unified_analytics/src/config_handler.dart';
import 'package:unified_analytics/unified_analytics.dart';

void main() {
Expand Down

0 comments on commit b603d4c

Please sign in to comment.