From ae6280b5bb98bd02a9739f14b1f39c951bdd5994 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Fri, 13 Mar 2026 09:56:12 -0700 Subject: [PATCH] Bump foundation packages to language version 3.12. 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 Auto-Submit: Paul Berry Reviewed-by: Samuel Rawlins --- pkg/build_integration/pubspec.yaml | 2 +- pkg/scrape/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/build_integration/pubspec.yaml b/pkg/build_integration/pubspec.yaml index 67ab74ad6c8..41ad4b50b3c 100644 --- a/pkg/build_integration/pubspec.yaml +++ b/pkg/build_integration/pubspec.yaml @@ -6,7 +6,7 @@ description: > publish_to: none environment: - sdk: ^3.5.0 + sdk: '^3.12.0-0' resolution: workspace diff --git a/pkg/scrape/pubspec.yaml b/pkg/scrape/pubspec.yaml index c93e7c86b3a..c8e74b26361 100644 --- a/pkg/scrape/pubspec.yaml +++ b/pkg/scrape/pubspec.yaml @@ -4,7 +4,7 @@ description: Helper package for analyzing the syntax of Dart programs. publish_to: none environment: - sdk: ^3.5.0 + sdk: '^3.12.0-0' resolution: workspace