Skip to content

Commit ba4851f

Browse files
authored
Prepare for DWDS 24.2.0 and Webdev 3.7.0 releases (#2536)
1 parent 846608d commit ba4851f

File tree

8 files changed

+131
-57
lines changed

8 files changed

+131
-57
lines changed

Diff for: dwds/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 24.2.0-wip
1+
## 24.2.0
22

33
- Consolidate `FrontendServerDdcStrategyProvider` and `FrontendServerRequireStrategyProvider` under a shared parent class. - [#2517](https://github.com/dart-lang/webdev/issues/2517)
44
- Remove `build_daemon_ddc_and_canary_evaluate_test`. - [2512](https://github.com/dart-lang/webdev/issues/2512)
@@ -12,6 +12,8 @@
1212
when using the library bundle format does not provide a useful bundle name.
1313
- Migrate to `package:web` v1.1.0.
1414
- Added support for some debugging APIs with the DDC library bundle format. - [#2488](https://github.com/dart-lang/webdev/issues/2488)
15+
- Update `package:vm_service` to '>=14.2.4 <16.0.0'.
16+
- Update `package:vm_service_interface` to '2.0.1'.
1517

1618
## 24.1.0
1719

Diff for: dwds/lib/src/injected/client.js

+113-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dwds/lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dwds/pubspec.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 24.2.0-wip
3+
version: 24.2.0
44
description: >-
55
A service that proxies between the Chrome debug protocol and the Dart VM
66
service protocol.
@@ -15,7 +15,7 @@ dependencies:
1515
collection: ^1.15.0
1616
crypto: ^3.0.2
1717
dds: ^4.2.5
18-
file: ">=6.1.4 <8.0.0"
18+
file: '>=6.1.4 <8.0.0'
1919
http: ^1.0.0
2020
http_multi_server: ^3.2.0
2121
logging: ^1.0.2
@@ -33,8 +33,8 @@ dependencies:
3333
stack_trace: ^1.10.0
3434
sse: ^4.1.2
3535
uuid: ^4.0.0
36-
vm_service: ^14.2.4
37-
vm_service_interface: 1.1.0
36+
vm_service: '>=14.2.4 <16.0.0'
37+
vm_service_interface: 2.0.1
3838
web_socket_channel: '>=2.2.0 <4.0.0'
3939
web: ^1.1.0
4040
webkit_inspection_protocol: ^1.0.1
@@ -52,7 +52,7 @@ dev_dependencies:
5252
graphs: ^2.1.0
5353
frontend_server_common:
5454
path: ../frontend_server_common
55-
js: ">=0.6.4 <0.8.0"
55+
js: '>=0.6.4 <0.8.0'
5656
lints: ^4.0.0
5757
pubspec_parse: ^1.2.0
5858
puppeteer: ^3.1.1

Diff for: dwds/pubspec_overrides.yaml

-9
This file was deleted.

Diff for: webdev/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 3.7.0-wip
1+
## 3.7.0
2+
3+
- Update `dwds` constraint to `24.2.0`.
4+
- Update `package:vm_service` to `>=14.0.0 <16.0.0`.
5+
- Update `package:vm_service_interface` to `2.0.1`.
26

37
## 3.6.0
48

Diff for: webdev/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webdev
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 3.7.0-wip
3+
version: 3.7.0
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
66
description: >-
@@ -19,7 +19,7 @@ dependencies:
1919
crypto: ^3.0.2
2020
dds: ^4.1.0
2121
# Pin DWDS to avoid dependency conflicts with vm_service:
22-
dwds: 24.1.0
22+
dwds: 24.2.0
2323
http: ^1.0.0
2424
http_multi_server: ^3.2.0
2525
io: ^1.0.3
@@ -34,8 +34,8 @@ dependencies:
3434
shelf_static: ^1.1.0
3535
stack_trace: ^1.10.0
3636
sse: ^4.1.0
37-
vm_service: ^14.0.0
38-
vm_service_interface: 1.1.0
37+
vm_service: '>=14.0.0 <16.0.0'
38+
vm_service_interface: 2.0.1
3939
webkit_inspection_protocol: ^1.0.1
4040
yaml: ^3.1.1
4141

Diff for: webdev/pubspec_overrides.yaml

-3
This file was deleted.

0 commit comments

Comments
 (0)