Skip to content

Commit

Permalink
test: allow latest pkg:matcher (#2431)
Browse files Browse the repository at this point in the history
Eliminates the noisy outdated dep warning for anyone using pkg:test
  • Loading branch information
kevmoo authored Dec 17, 2024
1 parent 165608a commit 8366c61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8366c61

Please sign in to comment.