45c27304eb
Also removed SDK-version of api_summary. Migrates the `api_summary` package from the SDK (`pkg/api_summary`) to the `tools` monorepo (`third_party/pkg/tools/pkgs/api_summary`). Updates SDK workspaces and dependency overrides in `pubspec.yaml` and unit tests in `tools/bots/test_matrix.json`. The API summary when through a review when landed in tools and includes additional changes. See https://github.com/dart-lang/tools/pull/2412/commits The changes to `api.txt` files are due to this bug fix: https://github.com/dart-lang/tools/pull/2412/changes/1fcb09f9466740e21b93a1b082d2bd4cc9ded9c7#diff-ee68240679409574825ff54e43ecf132ff6eb7214844aabeb88b576944f4d5b7R372 Changes: ``` > git log --format="%C(auto) %h %s" 6a7dd15..338a2c8 https://dart.googlesource.com/tools.git/+/338a2c83 [api_summary] Include mixins in textual API summaries (2417) https://dart.googlesource.com/tools.git/+/c436f994 feat(api_summary): Move api_summary package into the tools monorepo (2412) https://dart.googlesource.com/tools.git/+/abd67801 [markdown] fix new lint RE await in an async function (2416) https://dart.googlesource.com/tools.git/+/fc11c6ea [code_builder] Expand code coverage (2409) https://dart.googlesource.com/tools.git/+/999a2df4 [code_builder] Emit ignore_for_file bits correctly (2406) https://dart.googlesource.com/tools.git/+/215ed97c [code_builder] Drop unused dev_deps and rebuild (2407) https://dart.googlesource.com/tools.git/+/6b99b07f Remove some extra spaces in unformatted output (2403) https://dart.googlesource.com/tools.git/+/2bf09dee Mark AnsiCode and AnsiCodeType final (2402) https://dart.googlesource.com/tools.git/+/03f2c205 publish cli_util version 0.5.1 (2397) ``` Diff: https://dart.googlesource.com/tools.git/+/6a7dd15748e63db7d41cfee8294c54636b668f41..338a2c8380059afb250a1d0c26555e4da24c6ccc/ Change-Id: I239f01adc4f0ba5e939e517abcaa1143d538c949 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/507264 Reviewed-by: Jaime Wren <jwren@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com> Reviewed-by: Paul Berry <paulberry@google.com> Auto-Submit: Kevin Moore <kevmoo@google.com> Commit-Queue: Jaime Wren <jwren@google.com>