From a6b4a3ce8d9aaa0518f1a138aed2c1715d75dbac Mon Sep 17 00:00:00 2001 From: davidmorgan Date: Fri, 21 Nov 2025 16:15:52 +0100 Subject: [PATCH] Bump SDK upper bounds. --- build_modules/CHANGELOG.md | 4 ++++ build_modules/pubspec.yaml | 4 ++-- build_web_compilers/CHANGELOG.md | 4 ++++ build_web_compilers/pubspec.yaml | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/build_modules/CHANGELOG.md b/build_modules/CHANGELOG.md index 1e5e614ae..9051e507c 100644 --- a/build_modules/CHANGELOG.md +++ b/build_modules/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.1.4 + +- Allow Dart SDK 3.11.x and 3.12 prerelease. + ## 5.1.3 - Allow `analyzer` 9.0.0. diff --git a/build_modules/pubspec.yaml b/build_modules/pubspec.yaml index 71090f69d..b606c2af8 100644 --- a/build_modules/pubspec.yaml +++ b/build_modules/pubspec.yaml @@ -1,5 +1,5 @@ name: build_modules -version: 5.1.3 +version: 5.1.4 description: >- Builders to analyze and split Dart code into individually compilable modules based on imports. @@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_modules resolution: workspace environment: - sdk: '>=3.7.0 <3.11.0-z' + sdk: '>=3.7.0 <3.12.0-z' dependencies: analyzer: '>=5.1.0 <10.0.0' diff --git a/build_web_compilers/CHANGELOG.md b/build_web_compilers/CHANGELOG.md index b75ae696c..80e97b06f 100644 --- a/build_web_compilers/CHANGELOG.md +++ b/build_web_compilers/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.4.4 + +- Allow Dart SDK 3.11.x and 3.12 prerelease. + ## 4.4.3 - Allow `analyzer` 9.0.0. diff --git a/build_web_compilers/pubspec.yaml b/build_web_compilers/pubspec.yaml index eb2400c1f..1cb1bf6ba 100644 --- a/build_web_compilers/pubspec.yaml +++ b/build_web_compilers/pubspec.yaml @@ -1,11 +1,11 @@ name: build_web_compilers -version: 4.4.3 +version: 4.4.4 description: Builder implementations wrapping the dart2js and DDC compilers. repository: https://github.com/dart-lang/build/tree/master/build_web_compilers resolution: workspace environment: - sdk: '>=3.7.0 <3.11.0-z' + sdk: '>=3.7.0 <3.12.0-z' dependencies: analyzer: '>=5.1.0 <10.0.0'