From 06b470f85e8e66a5292afd73d78063df3275867d Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Wed, 29 Oct 2025 21:53:07 +0100 Subject: [PATCH 1/3] [dwds] Update build related dependencies --- dwds/CHANGELOG.md | 4 ++++ dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 16 ++++++++-------- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 1e45a48cd..8ccd7f338 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,7 @@ +## 26.2.1-wip + +- Update `package:built_value` dependency constraint to `^8.11.2`. + ## 26.2.0 - Add support for more service APIs over websocket connections with no Chrome Debugger available. diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index ef59e4b8a..78eae7b12 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '26.2.0'; +const packageVersion = '26.2.1-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 05edd4e5a..ee737b68a 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -1,6 +1,6 @@ name: dwds # Every time this changes you need to run `dart run build_runner build`. -version: 26.2.0 +version: 26.2.1-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM @@ -12,7 +12,7 @@ environment: dependencies: async: ^2.9.0 built_collection: ^5.1.1 - built_value: ^8.3.0 + built_value: ^8.11.2 collection: ^1.15.0 crypto: ^3.0.2 dds: ">=4.2.5 <6.0.0" @@ -45,12 +45,12 @@ dev_dependencies: analysis_config: path: ../_analysis_config args: ^2.4.2 - build: ^2.3.1 - build_daemon: ^4.0.0 - build_runner: ^2.4.1 - build_version: ^2.1.1 - build_web_compilers: ^4.0.8 - built_value_generator: ^8.4.2 + build: ^4.0.2 + build_daemon: ^4.1.0 + build_runner: ^2.10.1 + build_version: ^2.1.3 + build_web_compilers: ^4.3.2 + built_value_generator: ^8.12.0 graphs: ^2.1.0 frontend_server_common: path: ../frontend_server_common From 360d0166f423bea8f384d1901d27eb5f38c89fee Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Fri, 7 Nov 2025 14:06:08 -0600 Subject: [PATCH 2/3] Update build_web_compilers further --- dwds/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 29959e2c0..24b8e5c49 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -49,7 +49,7 @@ dev_dependencies: build_daemon: ^4.1.0 build_runner: ^2.10.1 build_version: ^2.1.3 - build_web_compilers: ^4.3.2 + build_web_compilers: ^4.4.1 built_value_generator: ^8.12.0 graphs: ^2.1.0 frontend_server_common: From eb95ecff88b2fb6e16ae7eba9af8e6535e580830 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Mon, 10 Nov 2025 15:01:53 -0600 Subject: [PATCH 3/3] Update build_web_compilers again --- dwds/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 6bc7f7192..91dea543b 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -49,7 +49,7 @@ dev_dependencies: build_daemon: ^4.1.0 build_runner: ^2.10.1 build_version: ^2.1.3 - build_web_compilers: ^4.4.1 + build_web_compilers: ^4.4.2 built_value_generator: ^8.12.0 graphs: ^2.1.0 frontend_server_common: