Skip to content

Commit

Permalink
Update package:vm_service constraints to allow version 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
derekxu16 committed Dec 18, 2023
1 parent 7543345 commit f9fdb9b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 2 additions & 0 deletions dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- Add `FrontendServerLegacyStrategyProvider` and update bootstrap generation logic for `LegacyStrategy` - [#2285](https://github.com/dart-lang/webdev/pull/2285)
- Tolerate failures to detect a dart execution context. - [#2286](https://github.com/dart-lang/webdev/pull/2286)
- Fix a null cast error when debugging a `Class` from VS Code. - [#2303](https://github.com/dart-lang/webdev/pull/2303)
- Update `package:vm_service` constraint to `^14.0.0`. - [#2307](https://github.com/dart-lang/webdev/pull/2307)
- Update `package:vm_service_interface` constraint to `1.0.1`. - [#2307](https://github.com/dart-lang/webdev/pull/2307)

## 22.1.0
- Update `package:vm_service` constraint to `^13.0.0`. - [#2265](https://github.com/dart-lang/webdev/pull/2265)
Expand Down
4 changes: 2 additions & 2 deletions dwds/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies:
stack_trace: ^1.10.0
sse: ^4.1.2
uuid: ^3.0.6
vm_service: ^13.0.0
vm_service_interface: 1.0.0
vm_service: ^14.0.0
vm_service_interface: 1.0.1
web_socket_channel: ^2.2.0
webkit_inspection_protocol: ^1.0.1

Expand Down
8 changes: 2 additions & 6 deletions webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## 3.3.0-wip
## 3.2.1-wip

## 3.3.0-wip

## 3.3.0-wip

## 3.3.0-wip
- Update `package:vm_service` constraint to `>=10.1.0 <15.0.0`. - [#2307](https://github.com/dart-lang/webdev/pull/2307)

## 3.2.0

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.

4 changes: 2 additions & 2 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: 3.3.0-wip
version: 3.2.1-wip
# We should not depend on a dev SDK before publishing.
# publish_to: none
description: >-
Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies:
shelf_static: ^1.1.0
stack_trace: ^1.10.0
sse: ^4.1.0
vm_service: ">=10.1.0 <14.0.0"
vm_service: ">=10.1.0 <15.0.0"
webkit_inspection_protocol: ^1.0.1
yaml: ^3.1.1

Expand Down

0 comments on commit f9fdb9b

Please sign in to comment.