From d03f6b158a5a193db35c46e9c60564a20ff2ce70 Mon Sep 17 00:00:00 2001 From: Anna Gringauze Date: Tue, 30 Aug 2022 11:30:12 -0700 Subject: [PATCH] Update min SDK version to 2.18.0 --- dwds/CHANGELOG.md | 3 ++- dwds/pubspec.yaml | 2 +- example/pubspec.yaml | 2 +- fixtures/_webdevSmoke/pubspec.yaml | 2 +- fixtures/_webdevSoundSmoke/pubspec.yaml | 2 +- frontend_server_common/pubspec.yaml | 2 +- webdev/CHANGELOG.md | 3 ++- webdev/pubspec.yaml | 2 +- 8 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md index 898c2f0e3..17c4a218e 100644 --- a/dwds/CHANGELOG.md +++ b/dwds/CHANGELOG.md @@ -11,6 +11,7 @@ - Migrate `package:dwds` to null safety. - Make `ChromeProxyService.getStack` wait for the debugger to perform initial resume operation. This avoids race conditions on isolate start. +- Update the min SDK constraint to 2.18.0. **Breaking changes** @@ -42,7 +43,7 @@ ## 14.0.1 -- Add `libraryFilters` optional parameter to the vm service implememtation of +- Add `libraryFilters` optional parameter to the vm service implementation of `getSourceReport`. - Update temp variable detection heuristics so internal JS type objects do not show in the debugger. diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml index 36b285e6b..dd3ae8610 100644 --- a/dwds/pubspec.yaml +++ b/dwds/pubspec.yaml @@ -7,7 +7,7 @@ description: >- repository: https://github.com/dart-lang/webdev/tree/master/dwds environment: - sdk: ">=2.17.0 <3.0.0" + sdk: ">=2.18.0 <3.0.0" dependencies: async: ^2.9.0 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 407ed948d..e577d4df7 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -4,7 +4,7 @@ description: A web app example for webdev CLI. publish_to: none environment: - sdk: ">=2.17.0 <3.0.0" + sdk: ">=2.18.0 <3.0.0" dev_dependencies: build_runner: ^2.0.0 diff --git a/fixtures/_webdevSmoke/pubspec.yaml b/fixtures/_webdevSmoke/pubspec.yaml index 2f0aa7c71..eb0e4c445 100644 --- a/fixtures/_webdevSmoke/pubspec.yaml +++ b/fixtures/_webdevSmoke/pubspec.yaml @@ -12,7 +12,7 @@ description: # and build_web_compilers constraint should match those defined # in pubspec.dart. environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=2.18.0 <3.0.0' dev_dependencies: build_runner: '>=1.6.2 <3.0.0' diff --git a/fixtures/_webdevSoundSmoke/pubspec.yaml b/fixtures/_webdevSoundSmoke/pubspec.yaml index cf0738e06..6b6efe88e 100644 --- a/fixtures/_webdevSoundSmoke/pubspec.yaml +++ b/fixtures/_webdevSoundSmoke/pubspec.yaml @@ -2,7 +2,7 @@ name: _webdev_smoke description: A test fixture for webdev testing with sound support. environment: - sdk: '>=2.17.0 <3.0.0' + sdk: '>=2.18.0 <3.0.0' dev_dependencies: build_runner: '>=1.6.2 <3.0.0' diff --git a/frontend_server_common/pubspec.yaml b/frontend_server_common/pubspec.yaml index 77028c0a9..47d758287 100644 --- a/frontend_server_common/pubspec.yaml +++ b/frontend_server_common/pubspec.yaml @@ -3,7 +3,7 @@ publish_to: none description: >- Frontend server integration code to use for dwds tests. Mimics flutter code. environment: - sdk: ">=2.17.0 <3.0.0" + sdk: ">=2.18.0 <3.0.0" dependencies: dwds: diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index 2d4f6d6cb..3ffc7b8a7 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,6 +1,7 @@ ## 2.7.11-dev - Remove no longer used `ExpressionCompilerService.handler`. +- Update the min SDK constraint to 2.18.0. ## 2.7.10 @@ -43,7 +44,7 @@ ## 2.7.7 - Handle and log http request serving errors. -- Update SDK contraint to `>=2.15.0 <3.0.0`. +- Update SDK constraint to `>=2.15.0 <3.0.0`. ## 2.7.6 diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index b8f5d8008..8e74d68d9 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -9,7 +9,7 @@ description: >- repository: https://github.com/dart-lang/webdev/tree/master/webdev environment: - sdk: ">=2.17.0 <3.0.0" + sdk: ">=2.18.0 <3.0.0" dependencies: args: ^2.3.1