From cf4f0a9de3210e4361fe20573d7636c985424a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 03:36:48 +0000 Subject: [PATCH 1/2] Bump js from 0.6.7 to 0.7.0 in /pkgs/test Bumps [js](https://github.com/dart-lang/sdk/tree/main/pkg) from 0.6.7 to 0.7.0. - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/0.7.0.0/pkg) --- updated-dependencies: - dependency-name: js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pkgs/test/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index 0a95dfaaf..a9f85ac24 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: coverage: ^1.0.1 http_multi_server: ^3.0.0 io: ^1.0.0 - js: ^0.6.4 + js: ^0.7.0 # Use a tight version constraint to ensure that a constraint on matcher # properly constrains all features it provides. From d6d39d597033f36df524c6738ec7a1e1e0c76c2e Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 10 Jan 2024 11:18:06 -0800 Subject: [PATCH 2/2] nits --- pkgs/test/CHANGELOG.md | 2 ++ pkgs/test/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index 8940bd9b5..a4f0d5c12 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,5 +1,7 @@ ## 1.25.1-wip +* Support the latest version of `package:js`. + ## 1.25.0 * Handle paths with leading `/` when spawning test isolates. diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index a9f85ac24..82140253d 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: coverage: ^1.0.1 http_multi_server: ^3.0.0 io: ^1.0.0 - js: ^0.7.0 + js: '>=0.6.4 <0.8.0' # Use a tight version constraint to ensure that a constraint on matcher # properly constrains all features it provides.