Skip to content

Commit

Permalink
Bump js from 0.6.7 to 0.7.0 in /pkgs/test (#2168)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] and kevmoo authored Jan 10, 2024
1 parent c709cde commit fe3102e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Fix a bug where in precompiled mode, html files for tests were no longer
created.

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

## 1.25.0
Expand Down
2 changes: 1 addition & 1 deletion pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.4 <0.8.0'

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

0 comments on commit fe3102e

Please sign in to comment.