Skip to content

Commit 161b8e9

Browse files
devoncarewCommit Queue
authored andcommitted
Bump shelf to bf799519cda2898a7c5af06dcfdd5fe6443afd79
Changes: ``` > git log --format="%C(auto) %h %s" 2b5b683..bf79951 https://dart.googlesource.com/shelf.git/+/bf79951 Publish shelf_router_generator 1.1.1 (467) https://dart.googlesource.com/shelf.git/+/8ea524b Bump actions/cache from 4.1.2 to 4.2.0 in the github-actions group (465) https://dart.googlesource.com/shelf.git/+/6b8b338 shelf_router_generator: bump dependencies (464) https://dart.googlesource.com/shelf.git/+/e3975a8 add more type information to the 'webSocketHandler' method (463) ``` Diff: https://dart.googlesource.com/shelf.git/+/2b5b683e78f5cc84e479a43297fd7b5489d7db02..bf799519cda2898a7c5af06dcfdd5fe6443afd79/ Change-Id: I6ac9ef9bf1f5533ecabcf920c6deaf7c9216dd3a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403964 Reviewed-by: Nate Bosch <[email protected]> Commit-Queue: Devon Carew <[email protected]>
1 parent c988e32 commit 161b8e9

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ vars = {
147147
"protobuf_rev": "b7dd58cdbd879beee4c3fbf8ee80fce8e97bad26",
148148
"pub_rev": "58de642dc1d07601f6eb2b4ecd94555c0210106b", # disable tools/rev_sdk_deps.dart
149149
"pub_semver_rev": "960f91309e325ae037e5f1434acb77b83a12d91e",
150-
"shelf_rev": "2b5b683e78f5cc84e479a43297fd7b5489d7db02",
150+
"shelf_rev": "bf799519cda2898a7c5af06dcfdd5fe6443afd79",
151151
"source_maps_rev": "e5e9d343302acf7df2145316ae4e56026c550989",
152152
"source_span_rev": "e6a34591b7f7880c7ca0fcb95b858ccf7f8be304",
153153
"sse_rev": "b573a1e9a61f5f3e2198becfa3f4f2e8decd1e90",

pkg/dds/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 5.0.1-wip
2+
3+
- Widen the dependency on `package:shelf_web_socket`.
4+
15
# 5.0.0
26
- [DAP] The debug adapter no longer spawns its own in-process copy of DDS, instead relying on one started by the Dart VM (or `Flutter`). This means the `enableDds` and `enableAuthCodes` arguments to the `DartDebugAdapter` base class have been deprecated and have any effect. Suppressing DDS (or auth codes) should be done in launch configuration (for example using `vmAdditionalArgs` or `toolArgs` depending on the target tool).
37
- Updated the `devtools_shared` dependency to version `^11.0.0`.

pkg/dds/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dds
2-
version: 5.0.0
2+
version: 5.0.1-wip
33
description: >-
44
A library used to spawn the Dart Developer Service, used to communicate with
55
a Dart VM Service instance.
@@ -24,7 +24,7 @@ dependencies:
2424
path: ^1.8.0
2525
shelf_proxy: ^1.0.0
2626
shelf_static: ^1.0.0
27-
shelf_web_socket: '>=1.0.0 <3.0.0'
27+
shelf_web_socket: '>=1.0.0 <4.0.0'
2828
shelf: ^1.0.0
2929
sse: ^4.0.0
3030
stream_channel: ^2.0.0
@@ -38,4 +38,4 @@ dependencies:
3838
dev_dependencies:
3939
lints: any
4040
test: any
41-
webdriver: any
41+
webdriver: any

0 commit comments

Comments
 (0)