From 8366c616bb83fc517df4e5ea124a752c2b3a3a3b Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Tue, 17 Dec 2024 17:26:26 -0600 Subject: [PATCH] test: allow latest pkg:matcher (#2431) Eliminates the noisy outdated dep warning for anyone using pkg:test --- pkgs/test/CHANGELOG.md | 4 ++++ pkgs/test/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index afe8dec19..356aa2a22 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.25.13 + +* Allow the latest version of `package:matcher`. + ## 1.25.12 * Fix hang when running multiple precompiled browser tests. diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 0ab65ad40..2e1d62a0e 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.12 +version: 1.25.13 description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test @@ -20,7 +20,7 @@ dependencies: # Use a tight version constraint to ensure that a constraint on matcher # properly constrains all features it provides. - matcher: '>=0.12.16 <0.12.17' + matcher: '>=0.12.16 <0.12.18' node_preamble: ^2.0.0 package_config: ^2.0.0