Skip to content

Roll forward vm_service and dds deps #1485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 12.0.0-dev

- Implement `lookupResolvedPackageUris` and `lookupPackageUris` vm service API.
- Update `vm_service` version to `^7.5.0`.
- Update `vm_service` version to `^8.1.0`.
- Make `ExpressionCompilerService` infer location of `libraries.json` from
`sdkDir` parameter.
- Show an alert in the Dart Debug Extension for a multi-app scenario.
Expand Down
8 changes: 4 additions & 4 deletions dwds/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
built_collection: ^5.0.0
built_value: '>=6.7.0 <9.0.0'
crypto: '>=2.0.6 <4.0.0'
dds: ^2.1.1
dds: ^2.1.6
http: '>=0.12.0 <0.14.0'
http_multi_server: ^3.0.0
logging: '>=0.11.3 <2.0.0'
Expand All @@ -33,7 +33,7 @@ dependencies:
stack_trace: ^1.10.0
sse: ^4.1.0
uuid: '>=2.0.0 <4.0.0'
vm_service: ^7.5.0
vm_service: ^8.1.0
web_socket_channel: ^2.0.0
webkit_inspection_protocol: ^1.0.0

Expand All @@ -54,5 +54,5 @@ dev_dependencies:
test: ^1.6.0
webdriver: '>=2.0.0 <4.0.0'
# devtools_server indirectly depends on devtools so keep this around.
devtools: ^2.0.0
devtools_server: ^2.0.0
devtools: ^2.9.3
devtools_server: ^2.9.3
4 changes: 4 additions & 0 deletions webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.8-dev

- Update `vm_service` to `^8.1.0`.

## 2.7.7

- Handle and log http request serving errors.
Expand Down
2 changes: 1 addition & 1 deletion webdev/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions webdev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: webdev
# Every time this changes you need to run `dart run build_runner build`.
version: 2.7.7
version: 2.7.8-dev
# We should not depend on a dev SDK before publishing.
# publish_to: none
homepage: https://github.com/dart-lang/webdev
Expand All @@ -17,7 +17,7 @@ dependencies:
build_daemon: '>=2.0.0 <4.0.0'
browser_launcher: ^1.0.0
crypto: ^3.0.0
dds: ^2.0.0
dds: ^2.1.6
dwds: ^11.5.1
http: ^0.13.0
http_multi_server: ^3.0.0
Expand All @@ -33,7 +33,7 @@ dependencies:
shelf_static: ^1.0.0
stack_trace: ^1.10.0
sse: ^4.1.0
vm_service: '>=3.0.0 <8.0.0'
vm_service: '>=3.0.0 <9.0.0'
webkit_inspection_protocol: '>=0.4.0 <2.0.0'
yaml: ^3.0.0
# devtools_server indirectly depends on devtools so keep this around.
Expand Down