Skip to content

Commit

Permalink
[deps] rev test, tools, webdev, yaml, yaml_edit
Browse files Browse the repository at this point in the history
Revisions updated by `dart tools/rev_sdk_deps.dart`.

test (https://github.com/dart-lang/test/compare/92da93a..3ba78f1):
  3ba78f15  2023-03-07  Bartek Pacia  fix typo in architecture.md (#1966)

tools (https://github.com/dart-lang/tools/compare/a1c3506..bed358e):
  bed358e  2023-03-07  Devon Carew  rev to 0.1.0 (#29)

webdev (https://github.com/dart-lang/webdev/compare/c007560..cfe9753):
  cfe9753  2023-03-07  Elliott Brooks (she/her)  Update `dev` versions of DWDS and Webdev (#2022)
  c37d419  2023-03-07  Daniel Chevalier  Fix for listening to custom streams in DWDS. (#2011)

yaml (https://github.com/dart-lang/yaml/compare/a6d8781..1ad2f49):
  0f80b12  revert updating the type for YamlScalar.value (#139)
  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..6abc42a):
  6abc42a  2023-03-08  Devon Carew  updates for the next version of package:yaml (#45)
  48e5868  2023-03-08  Kevin Moore  blast_repo fixes (#46)
  aaa1d53  2023-03-02  Jonas Finnemann Jensen  Add code coverage (#38)
  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: I3aee0b2f84e97cf4f1131c002bb4e84ab8ffcc92
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287560
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
  • Loading branch information
devoncarew authored and Commit Queue committed Mar 9, 2023
1 parent bb3fc88 commit 9e80e7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -168,22 +168,22 @@ vars = {
"string_scanner_rev": "29e471ea98762db8052cca0e6a69ef9c7999abed",
"sync_http_rev": "36a1bd086798cbdb48e7541b05e5a14b5e5bb56b",
"term_glyph_rev": "d275a8f7482b6a5e4f15d0da6feb66c24f52eb94",
"test_rev": "92da93a83615f2bc0483aa00e6a85c4f89d616e4",
"test_rev": "3ba78f15538399073d0b5aba4ec19b1378af1625",
"test_descriptor_rev": "1d4a967dd17874f3835af30720e9820c74977569",
"test_process_rev": "f76d0b8fcf078d629cb57f859db79be93d6323d5",
"test_reflective_loader_rev": "c4c2d5c3f94a96f3fc79e9e28944fba391bc544c",
"tools_rev": "a1c35060d920122ecbecb8c5a389b58ccbceb125",
"tools_rev": "bed358ea8ca10551c710282be96cf6e95620fb24",
"typed_data_rev": "f858046fb420cf644e7d8cb86b7893f2830d8a6c",
"usage_rev": "399770f45ed2d384d79395c0341a04fb25609a4d",
"vector_math_rev": "1e4d000f55512ca55d0fcef4e13fc03010d54251",
"watcher_rev": "5968409e1d73e21e75fc22a6481d5efaef7f3558",
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
"web_socket_channel_rev": "e2fe7f665997ab8e28aa76a8b26483f9903221a8",
"webdev_rev": "c007560346a53728920362e5ccaa7eaae85301a7",
"webdev_rev": "cfe97534b33d37c7e0bbac2a3576085f74f2eaa3",
"webdriver_rev": "562aa06353d513586b806ce1c9655dac3971879f",
"webkit_inspection_protocol_rev": "8401098ace995e4dcd9855a2741c2dacccaa780b",
"yaml_rev": "a6d8781744d34c391368664b4c1e174f0433bbb6",
"yaml_edit_rev": "998eea2e4fc474a5e95cfea117e4233d35c3069b",
"yaml_rev": "0f80b12978f066b3547632dec4a273649138fae4",
"yaml_edit_rev": "6abc42a74b76700ad02fa1c1ebd94951b62626b9",

# Windows deps
"crashpad_rev": "bf327d8ceb6a669607b0dbab5a83a275d03f99ed",
Expand Down

0 comments on commit 9e80e7e

Please sign in to comment.