From 747b11aa4a2dda52c074b9202872f58da8ee0629 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 7 Nov 2025 12:35:32 -0500 Subject: [PATCH 1/2] Bump `build_web_compilers` to `^4.4.1` --- dwds/CHANGELOG.md | 4 ++++ dwds/debug_extension/pubspec.yaml | 2 +- dwds/lib/src/version.dart | 2 +- dwds/pubspec.yaml | 4 ++-- example/pubspec.yaml | 2 +- fixtures/_experiment/pubspec.yaml | 2 +- fixtures/_test/pubspec.yaml | 2 +- fixtures/_test_circular1/pubspec.yaml | 2 +- fixtures/_test_circular2/pubspec.yaml | 2 +- fixtures/_test_dot_shorthands/pubspec.yaml | 3 +-- fixtures/_test_hot_restart1/pubspec.yaml | 2 +- fixtures/_test_hot_restart2/pubspec.yaml | 2 +- fixtures/_test_package/pubspec.yaml | 2 +- fixtures/_test_parts/pubspec.yaml | 5 ++--- fixtures/_webdev_smoke/pubspec.yaml | 2 +- webdev/CHANGELOG.md | 1 + webdev/README.md | 6 +++--- 17 files changed, 24 insertions(+), 21 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 65d0e7b5f..c1afc7fc1 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -1,3 +1,7 @@ +## 26.2.3-wip + +- Bump `build_web_compilers` to ^4.4.1. + ## 26.2.1 - Add support for DDS APIs and serving Dart DevTools when no Chrome Debugger is available. diff --git a/dwds/debug_extension/pubspec.yaml b/dwds/debug_extension/pubspec.yaml index 5eebcd2e8..732160ceb 100644 --- a/dwds/debug_extension/pubspec.yaml +++ b/dwds/debug_extension/pubspec.yaml @@ -16,7 +16,7 @@ dev_dependencies: args: ^2.5.0 build: ^2.4.1 build_runner: ^2.4.12 - build_web_compilers: ^4.0.11 + build_web_compilers: ^4.4.1 built_collection: ^5.1.1 built_value_generator: ^8.9.2 dwds: ^24.1.0 diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart index c30ea88e3..5c9bb9079 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.1'; +const packageVersion = '26.2.3-wip'; diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 2e92a1eb6..4ef1378ca 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.1 +version: 26.2.3-wip description: >- A service that proxies between the Chrome debug protocol and the Dart VM @@ -49,7 +49,7 @@ dev_dependencies: build_daemon: ^4.0.0 build_runner: ^2.4.1 build_version: ^2.1.1 - build_web_compilers: ^4.0.8 + build_web_compilers: ^4.4.1 built_value_generator: ^8.4.2 graphs: ^2.1.0 frontend_server_common: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index daecebc51..f66e3425c 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.4.1 diff --git a/fixtures/_experiment/pubspec.yaml b/fixtures/_experiment/pubspec.yaml index 9b64d637a..1a35dda61 100644 --- a/fixtures/_experiment/pubspec.yaml +++ b/fixtures/_experiment/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: dev_dependencies: build_runner: ^2.5.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.4.1 diff --git a/fixtures/_test/pubspec.yaml b/fixtures/_test/pubspec.yaml index 54ad57c25..811689da6 100644 --- a/fixtures/_test/pubspec.yaml +++ b/fixtures/_test/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: dev_dependencies: build_runner: ^2.5.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.4.1 diff --git a/fixtures/_test_circular1/pubspec.yaml b/fixtures/_test_circular1/pubspec.yaml index 5503ca08a..0476e6203 100644 --- a/fixtures/_test_circular1/pubspec.yaml +++ b/fixtures/_test_circular1/pubspec.yaml @@ -14,4 +14,4 @@ dependencies: dev_dependencies: build_runner: ^2.5.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.4.1 diff --git a/fixtures/_test_circular2/pubspec.yaml b/fixtures/_test_circular2/pubspec.yaml index 787e1b8d9..de488ac48 100644 --- a/fixtures/_test_circular2/pubspec.yaml +++ b/fixtures/_test_circular2/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: dev_dependencies: build_runner: ^2.5.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.4.1 diff --git a/fixtures/_test_dot_shorthands/pubspec.yaml b/fixtures/_test_dot_shorthands/pubspec.yaml index 7bcd88802..d4a0eeb30 100644 --- a/fixtures/_test_dot_shorthands/pubspec.yaml +++ b/fixtures/_test_dot_shorthands/pubspec.yaml @@ -3,10 +3,9 @@ version: 1.0.0 description: >- A fake package used for testing dot shorthands. publish_to: none - environment: sdk: ^3.9.0 dev_dependencies: build_runner: ^2.5.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.4.1 diff --git a/fixtures/_test_hot_restart1/pubspec.yaml b/fixtures/_test_hot_restart1/pubspec.yaml index 5021aec67..c22a044ec 100644 --- a/fixtures/_test_hot_restart1/pubspec.yaml +++ b/fixtures/_test_hot_restart1/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: dev_dependencies: build_runner: ^2.5.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.4.1 diff --git a/fixtures/_test_hot_restart2/pubspec.yaml b/fixtures/_test_hot_restart2/pubspec.yaml index d453e6a0b..b3ba6000c 100644 --- a/fixtures/_test_hot_restart2/pubspec.yaml +++ b/fixtures/_test_hot_restart2/pubspec.yaml @@ -14,4 +14,4 @@ dependencies: dev_dependencies: build_runner: ^2.5.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.4.1 diff --git a/fixtures/_test_package/pubspec.yaml b/fixtures/_test_package/pubspec.yaml index 204f7e0b3..244db0bb5 100644 --- a/fixtures/_test_package/pubspec.yaml +++ b/fixtures/_test_package/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: dev_dependencies: build_runner: ^2.5.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.4.1 diff --git a/fixtures/_test_parts/pubspec.yaml b/fixtures/_test_parts/pubspec.yaml index 4d294c637..4e654f048 100644 --- a/fixtures/_test_parts/pubspec.yaml +++ b/fixtures/_test_parts/pubspec.yaml @@ -1,9 +1,8 @@ name: _test_parts version: 1.0.0 description: >- - A fake package used for testing parts. + A fake package used for testing parts. publish_to: none - environment: sdk: ^3.2.0 @@ -13,4 +12,4 @@ dependencies: dev_dependencies: build_runner: ^2.5.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.4.1 diff --git a/fixtures/_webdev_smoke/pubspec.yaml b/fixtures/_webdev_smoke/pubspec.yaml index 85f48cdba..6dc07fa15 100644 --- a/fixtures/_webdev_smoke/pubspec.yaml +++ b/fixtures/_webdev_smoke/pubspec.yaml @@ -8,4 +8,4 @@ environment: dev_dependencies: build_runner: ^2.5.0 - build_web_compilers: ^4.0.4 + build_web_compilers: ^4.4.1 diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index 8897ea632..52e8eef52 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,6 +1,7 @@ ## 3.8.0-wip - Bump minimum SDK constraint to 3.10.0 +- Bump `build_web_compilers` to ^4.4.1. ## 3.7.2 diff --git a/webdev/README.md b/webdev/README.md index 8e16a53b7..97fc5749b 100644 --- a/webdev/README.md +++ b/webdev/README.md @@ -8,11 +8,11 @@ To use `webdev` with a package, make sure you have entries in `pubspec.yaml` similar to: ```yaml -... + +--- dev_dependencies: build_runner: ^2.4.0 - build_web_compilers: ^4.0.4 -... + build_web_compilers: ^4.4.1 ``` ## Installation From 5aeca50338d9bedf06e783593b6c6f3755f34027 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 7 Nov 2025 13:00:09 -0500 Subject: [PATCH 2/2] Fix test --- webdev/lib/src/pubspec.dart | 2 +- webdev/test/integration_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webdev/lib/src/pubspec.dart b/webdev/lib/src/pubspec.dart index 93400bc97..85a314dce 100644 --- a/webdev/lib/src/pubspec.dart +++ b/webdev/lib/src/pubspec.dart @@ -188,7 +188,7 @@ Future> _validateBuildDaemonVersion( } final buildRunnerConstraint = VersionConstraint.parse('^2.4.0'); -final buildWebCompilersConstraint = VersionConstraint.parse('^4.0.4'); +final buildWebCompilersConstraint = VersionConstraint.parse('^4.4.1'); // Note the minimum versions should never be dev versions as users will not // get them by default. diff --git a/webdev/test/integration_test.dart b/webdev/test/integration_test.dart index 8b14850c4..32ace5d80 100644 --- a/webdev/test/integration_test.dart +++ b/webdev/test/integration_test.dart @@ -297,7 +297,7 @@ dependencies: } const _supportedBuildRunnerVersion = '2.4.0'; -const _supportedWebCompilersVersion = '4.0.4'; +const _supportedWebCompilersVersion = '4.4.1'; const _supportedBuildDaemonVersion = '4.0.0'; String _pubspecYaml = '''