ae6280b5bb
This CL is part of an effort to bump the SDK requirement to `3.12.0-0` for all the packages in `pkg` that are not published to `pub`, so that we can get better testing of the "private named parameters" feature. (Packages that *are* published to `pub` can't be safely bumped yet, because SDK 3.12 hasn't been released, and I don't want to block those packages' ability to publish useful updates to customers.) This change covers the following packages, which are owned by OWNERS_FOUNDATION: - pkg/build_integration - pkg/scrape Changes to `pubspec.yaml` files were made manually. Change-Id: Ib38f7648f1d170756e1e18c0177ce5d76a6a6964 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/487881 Commit-Queue: Samuel Rawlins <srawlins@google.com> Auto-Submit: Paul Berry <paulberry@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com>
Package build_integration
This package contains libraries for integrating Dart tools with build systems like bazel and build_runner.