4 Commits

Author SHA1 Message Date
7403992f15 [tool] Update to Dart 3 (#6030)
Updates the repo tooling to Dart 3, now that the N-2 version has Dart 3, which allows us to use Dart 3 features (e.g., records) going forward.

To allow the update:
- Removes `break` commands from `switch`es (all done automatically with `dart fix --apply`)
- Replaces mocking of `ProcessResult` with just creating an actual `ProcessResult` since it's a `final` data class and thus can't (but also doesn't need to be) mocked.
2024-02-06 19:31:48 +00:00
199fc68a1a Roll mockito to 5.4.0 (#3544)
Roll mockito to 5.4.0
2023-03-30 12:12:38 +00:00
6a0c9ef00d [ci] Removes unnecessary overrides. (#6669)
* remove unnecessary overrides

* Update mock so tools_tests checks pass.

* Update CHANGELOG NEXT entries.

* Pin git to 2.0.x

Co-authored-by: David Iglesias Teixeira <ditman@gmail.com>
2022-11-04 13:31:18 +00:00
9974a8ef44 [tool] Clean up "plugin" references (#6503) 2022-09-27 19:43:04 +00:00