From 1db348428997dbcbb72166fd4b40ea2837ec1ad7 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Mon, 16 Mar 2026 06:07:05 -0700 Subject: [PATCH] Bump dynamic_modules package 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 dynamic_modules package, which is jointly owned by OWNERS_VM and OWNERS_WEB. Change-Id: If43d006208865287c127f5ad1f3bb4386a6a6964 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/487943 Reviewed-by: Sigmund Cherem Commit-Queue: Paul Berry --- pkg/dynamic_modules/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/dynamic_modules/pubspec.yaml b/pkg/dynamic_modules/pubspec.yaml index 1149864092a..7b90056eae1 100644 --- a/pkg/dynamic_modules/pubspec.yaml +++ b/pkg/dynamic_modules/pubspec.yaml @@ -3,7 +3,7 @@ name: dynamic_modules publish_to: none environment: - sdk: ^3.8.0 + sdk: '^3.12.0-0' resolution: workspace