Skip to content

Commit fe3102e

Browse files
Bump js from 0.6.7 to 0.7.0 in /pkgs/test (#2168)
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] <[email protected]> Co-authored-by: Kevin Moore <[email protected]>
1 parent c709cde commit fe3102e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkgs/test/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Fix a bug where in precompiled mode, html files for tests were no longer
44
created.
55

6+
* Support the latest version of `package:js`.
67
* Document the silent reporter in CLI help output.
78

89
## 1.25.0

pkgs/test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
coverage: ^1.0.1
1616
http_multi_server: ^3.0.0
1717
io: ^1.0.0
18-
js: ^0.6.4
18+
js: '>=0.6.4 <0.8.0'
1919

2020
# Use a tight version constraint to ensure that a constraint on matcher
2121
# properly constrains all features it provides.

0 commit comments

Comments
 (0)