From 5f90aa182830053fb3777d5e4e26d8c6296a54a2 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:36:24 -0800 Subject: [PATCH 1/5] Loosen vm_service constraints and prepare for release --- dwds/CHANGELOG.md | 6 +++++- dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index e11841138..124ea48b0 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,6 +1,10 @@ +## 23.1.1 + +- Loosen `package:vm_service` constraints to allow `>=13.0.0 <15.0.0`. - [#TODO](TODO) + ## 23.1.0 -- Update `package:vm_service` constraints to allow version `14.x.x` - [#2307](https://github.com/dart-lang/webdev/pull/2307) +- Update `package:vm_service` constraints to allow version `14.x.x`. - [#2307](https://github.com/dart-lang/webdev/pull/2307) ## 23.0.0 diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index 9dbf4fcd4..8f524dd3d 100644 --- a/dwds/lib/src/version.dart +++ b/dwds/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '23.1.0'; +const packageVersion = '23.1.1'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 1049cee95..76aa5c68f 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: 23.1.0 +version: 23.1.1 description: >- A service that proxies between the Chrome debug protocol and the Dart VM service protocol. @@ -33,7 +33,7 @@ dependencies: stack_trace: ^1.10.0 sse: ^4.1.2 uuid: ^3.0.6 - vm_service: ^14.0.0 + vm_service: ">=13.0.0 <15.0.0" vm_service_interface: 1.0.1 web_socket_channel: ^2.2.0 webkit_inspection_protocol: ^1.0.1 From 2a063db5db7f26d9713091f513ea3f7f716b9fa6 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:37:55 -0800 Subject: [PATCH 2/5] Update CHANGELOG --- dwds/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 124ea48b0..28fef36c5 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,6 +1,6 @@ ## 23.1.1 -- Loosen `package:vm_service` constraints to allow `>=13.0.0 <15.0.0`. - [#TODO](TODO) +- Loosen `package:vm_service` constraints to allow `>=13.0.0 <15.0.0`. - [#2329](https://github.com/dart-lang/webdev/pull/2329) ## 23.1.0 From 051f0795035e804c2fdf4fe538a03d78baf7e062 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:20:16 -0800 Subject: [PATCH 3/5] Update to build_web_compilers 4.0.8 --- dwds/debug_extension/pubspec.yaml | 2 +- dwds/debug_extension_mv3/pubspec.yaml | 2 +- dwds/pubspec.yaml | 2 +- example/pubspec.yaml | 2 +- fixtures/_experimentSound/pubspec.yaml | 2 +- fixtures/_testCircular1Sound/pubspec.yaml | 2 +- fixtures/_testCircular2Sound/pubspec.yaml | 2 +- fixtures/_testPackageSound/pubspec.yaml | 2 +- fixtures/_testSound/pubspec.yaml | 2 +- fixtures/_webdevSoundSmoke/pubspec.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dwds/debug_extension/pubspec.yaml b/dwds/debug_extension/pubspec.yaml index c51aeb4ab..84d90c538 100644 --- a/dwds/debug_extension/pubspec.yaml +++ b/dwds/debug_extension/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: dev_dependencies: build: ^2.0.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.0.8 build_runner: ^2.4.0 built_collection: ^5.0.0 dwds: ^11.0.0 diff --git a/dwds/debug_extension_mv3/pubspec.yaml b/dwds/debug_extension_mv3/pubspec.yaml index 4e4590924..f2498390c 100644 --- a/dwds/debug_extension_mv3/pubspec.yaml +++ b/dwds/debug_extension_mv3/pubspec.yaml @@ -19,7 +19,7 @@ dev_dependencies: build_runner: ^2.4.0 built_collection: ^5.0.0 built_value_generator: ^8.3.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.0.8 dwds: ^16.0.0 path: ^1.8.1 sse: ^4.1.2 diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 76aa5c68f..66524101f 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -44,7 +44,7 @@ dev_dependencies: build_daemon: ^4.0.0 build_runner: ^2.4.0 build_version: ^2.1.1 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.0.8 built_value_generator: ^8.3.0 graphs: ^2.1.0 frontend_server_common: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index bbaf11574..50b3736eb 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -8,4 +8,4 @@ environment: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.0.8 diff --git a/fixtures/_experimentSound/pubspec.yaml b/fixtures/_experimentSound/pubspec.yaml index 6640daef1..8891a3bb5 100644 --- a/fixtures/_experimentSound/pubspec.yaml +++ b/fixtures/_experimentSound/pubspec.yaml @@ -13,4 +13,4 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.0.8 diff --git a/fixtures/_testCircular1Sound/pubspec.yaml b/fixtures/_testCircular1Sound/pubspec.yaml index a95c387ff..e5f405a9f 100644 --- a/fixtures/_testCircular1Sound/pubspec.yaml +++ b/fixtures/_testCircular1Sound/pubspec.yaml @@ -15,5 +15,5 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.0.8 diff --git a/fixtures/_testCircular2Sound/pubspec.yaml b/fixtures/_testCircular2Sound/pubspec.yaml index 233a2384c..26ad08087 100644 --- a/fixtures/_testCircular2Sound/pubspec.yaml +++ b/fixtures/_testCircular2Sound/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.0.8 diff --git a/fixtures/_testPackageSound/pubspec.yaml b/fixtures/_testPackageSound/pubspec.yaml index e547e7168..65a03a890 100644 --- a/fixtures/_testPackageSound/pubspec.yaml +++ b/fixtures/_testPackageSound/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.0.8 diff --git a/fixtures/_testSound/pubspec.yaml b/fixtures/_testSound/pubspec.yaml index 36cc7d1bb..ffee5c0d9 100644 --- a/fixtures/_testSound/pubspec.yaml +++ b/fixtures/_testSound/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.0.8 diff --git a/fixtures/_webdevSoundSmoke/pubspec.yaml b/fixtures/_webdevSoundSmoke/pubspec.yaml index b286a9962..57d24b03b 100644 --- a/fixtures/_webdevSoundSmoke/pubspec.yaml +++ b/fixtures/_webdevSoundSmoke/pubspec.yaml @@ -8,4 +8,4 @@ environment: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.0.8 From b72e2fb8e2a06029e706c28b0c2ee7eccb1a670a Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:42:51 -0800 Subject: [PATCH 4/5] Update CHANGELOG --- dwds/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 28fef36c5..fa0ea7a0b 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,6 +1,7 @@ ## 23.1.1 - Loosen `package:vm_service` constraints to allow `>=13.0.0 <15.0.0`. - [#2329](https://github.com/dart-lang/webdev/pull/2329) +- Update `build_web_compilers` constraint to `^4.0.8`. - [#2329](https://github.com/dart-lang/webdev/pull/2329) ## 23.1.0 From e63935f3b1d0c39df62a167e8f3588c51ce8adff Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:17:33 -0800 Subject: [PATCH 5/5] Update to 4.0.8 unnecessary --- dwds/CHANGELOG.md | 1 - dwds/debug_extension/pubspec.yaml | 2 +- dwds/debug_extension_mv3/pubspec.yaml | 2 +- dwds/pubspec.yaml | 2 +- example/pubspec.yaml | 2 +- fixtures/_experimentSound/pubspec.yaml | 2 +- fixtures/_testCircular1Sound/pubspec.yaml | 2 +- fixtures/_testCircular2Sound/pubspec.yaml | 2 +- fixtures/_testPackageSound/pubspec.yaml | 2 +- fixtures/_testSound/pubspec.yaml | 2 +- fixtures/_webdevSoundSmoke/pubspec.yaml | 2 +- 11 files changed, 10 insertions(+), 11 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index fa0ea7a0b..28fef36c5 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,7 +1,6 @@ ## 23.1.1 - Loosen `package:vm_service` constraints to allow `>=13.0.0 <15.0.0`. - [#2329](https://github.com/dart-lang/webdev/pull/2329) -- Update `build_web_compilers` constraint to `^4.0.8`. - [#2329](https://github.com/dart-lang/webdev/pull/2329) ## 23.1.0 diff --git a/dwds/debug_extension/pubspec.yaml b/dwds/debug_extension/pubspec.yaml index 84d90c538..c51aeb4ab 100644 --- a/dwds/debug_extension/pubspec.yaml +++ b/dwds/debug_extension/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: dev_dependencies: build: ^2.0.0 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.0.4 build_runner: ^2.4.0 built_collection: ^5.0.0 dwds: ^11.0.0 diff --git a/dwds/debug_extension_mv3/pubspec.yaml b/dwds/debug_extension_mv3/pubspec.yaml index f2498390c..4e4590924 100644 --- a/dwds/debug_extension_mv3/pubspec.yaml +++ b/dwds/debug_extension_mv3/pubspec.yaml @@ -19,7 +19,7 @@ dev_dependencies: build_runner: ^2.4.0 built_collection: ^5.0.0 built_value_generator: ^8.3.0 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.0.4 dwds: ^16.0.0 path: ^1.8.1 sse: ^4.1.2 diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 66524101f..76aa5c68f 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -44,7 +44,7 @@ dev_dependencies: build_daemon: ^4.0.0 build_runner: ^2.4.0 build_version: ^2.1.1 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.0.4 built_value_generator: ^8.3.0 graphs: ^2.1.0 frontend_server_common: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 50b3736eb..bbaf11574 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -8,4 +8,4 @@ environment: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.0.4 diff --git a/fixtures/_experimentSound/pubspec.yaml b/fixtures/_experimentSound/pubspec.yaml index 8891a3bb5..6640daef1 100644 --- a/fixtures/_experimentSound/pubspec.yaml +++ b/fixtures/_experimentSound/pubspec.yaml @@ -13,4 +13,4 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.0.4 diff --git a/fixtures/_testCircular1Sound/pubspec.yaml b/fixtures/_testCircular1Sound/pubspec.yaml index e5f405a9f..a95c387ff 100644 --- a/fixtures/_testCircular1Sound/pubspec.yaml +++ b/fixtures/_testCircular1Sound/pubspec.yaml @@ -15,5 +15,5 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.0.4 diff --git a/fixtures/_testCircular2Sound/pubspec.yaml b/fixtures/_testCircular2Sound/pubspec.yaml index 26ad08087..233a2384c 100644 --- a/fixtures/_testCircular2Sound/pubspec.yaml +++ b/fixtures/_testCircular2Sound/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.0.4 diff --git a/fixtures/_testPackageSound/pubspec.yaml b/fixtures/_testPackageSound/pubspec.yaml index 65a03a890..e547e7168 100644 --- a/fixtures/_testPackageSound/pubspec.yaml +++ b/fixtures/_testPackageSound/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.0.4 diff --git a/fixtures/_testSound/pubspec.yaml b/fixtures/_testSound/pubspec.yaml index ffee5c0d9..36cc7d1bb 100644 --- a/fixtures/_testSound/pubspec.yaml +++ b/fixtures/_testSound/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.0.4 diff --git a/fixtures/_webdevSoundSmoke/pubspec.yaml b/fixtures/_webdevSoundSmoke/pubspec.yaml index 57d24b03b..b286a9962 100644 --- a/fixtures/_webdevSoundSmoke/pubspec.yaml +++ b/fixtures/_webdevSoundSmoke/pubspec.yaml @@ -8,4 +8,4 @@ environment: dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.0.4