From f72b1ae9dd14d4f086c7d212d592b7544ba7ec4a Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Thu, 16 Jan 2025 04:25:47 -0800 Subject: [PATCH] Bump dart_internal to allow Dart 3.8 Change-Id: Iec15b24cdf8f87cafbb3285841968325f90f9fa3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403989 Commit-Queue: Ivan Inozemtsev Reviewed-by: Ivan Inozemtsev Auto-Submit: Alexander Thomas --- pkg/dart_internal/CHANGELOG.md | 4 ++++ pkg/dart_internal/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkg/dart_internal/CHANGELOG.md b/pkg/dart_internal/CHANGELOG.md index 5ad812f7d442..085808661c7f 100644 --- a/pkg/dart_internal/CHANGELOG.md +++ b/pkg/dart_internal/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.14 + +- Support the latest Dart SDK. + ## 0.2.13 - Support the latest Dart SDK. diff --git a/pkg/dart_internal/pubspec.yaml b/pkg/dart_internal/pubspec.yaml index d65fdc6cb73b..b72a898dadb1 100644 --- a/pkg/dart_internal/pubspec.yaml +++ b/pkg/dart_internal/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_internal -version: 0.2.13 +version: 0.2.14 description: >- This package is not intended for wide use. It provides a temporary API to solve the problem: "Given an object some generic type A, how do I construct an @@ -9,7 +9,7 @@ repository: https://github.com/dart-lang/sdk/tree/main/pkg/dart_internal environment: # Restrict the upper bound so that we can remove support for this in a later # version of the SDK without it being a breaking change. - sdk: ">=2.12.0 <3.7.0" + sdk: ">=2.12.0 <3.9.0" # Use 'any' constraints here; we get our versions from the DEPS file. dev_dependencies: