Skip to content

Commit 313bcb8

Browse files
author
Anna Gringauze
authored
Update min SDK version to 2.18.0 (#1731)
1 parent 605b981 commit 313bcb8

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

dwds/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Migrate `package:dwds` to null safety.
1212
- Make `ChromeProxyService.getStack` wait for the debugger to perform initial
1313
resume operation. This avoids race conditions on isolate start.
14+
- Update the min SDK constraint to 2.18.0.
1415

1516
**Breaking changes**
1617

@@ -42,7 +43,7 @@
4243

4344
## 14.0.1
4445

45-
- Add `libraryFilters` optional parameter to the vm service implememtation of
46+
- Add `libraryFilters` optional parameter to the vm service implementation of
4647
`getSourceReport`.
4748
- Update temp variable detection heuristics so internal JS type objects do not
4849
show in the debugger.

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
repository: https://github.com/dart-lang/webdev/tree/master/dwds
88

99
environment:
10-
sdk: ">=2.17.0 <3.0.0"
10+
sdk: ">=2.18.0 <3.0.0"
1111

1212
dependencies:
1313
async: ^2.9.0

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A web app example for webdev CLI.
44
publish_to: none
55

66
environment:
7-
sdk: ">=2.17.0 <3.0.0"
7+
sdk: ">=2.18.0 <3.0.0"
88

99
dev_dependencies:
1010
build_runner: ^2.0.0

fixtures/_webdevSmoke/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description:
1212
# and build_web_compilers constraint should match those defined
1313
# in pubspec.dart.
1414
environment:
15-
sdk: '>=2.17.0 <3.0.0'
15+
sdk: '>=2.18.0 <3.0.0'
1616

1717
dev_dependencies:
1818
build_runner: '>=1.6.2 <3.0.0'

fixtures/_webdevSoundSmoke/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: _webdev_smoke
22
description: A test fixture for webdev testing with sound support.
33

44
environment:
5-
sdk: '>=2.17.0 <3.0.0'
5+
sdk: '>=2.18.0 <3.0.0'
66

77
dev_dependencies:
88
build_runner: '>=1.6.2 <3.0.0'

frontend_server_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33
description: >-
44
Frontend server integration code to use for dwds tests. Mimics flutter code.
55
environment:
6-
sdk: ">=2.17.0 <3.0.0"
6+
sdk: ">=2.18.0 <3.0.0"
77

88
dependencies:
99
dwds:

webdev/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 2.7.11-dev
22

33
- Remove no longer used `ExpressionCompilerService.handler`.
4+
- Update the min SDK constraint to 2.18.0.
45

56
## 2.7.10
67

@@ -43,7 +44,7 @@
4344
## 2.7.7
4445

4546
- Handle and log http request serving errors.
46-
- Update SDK contraint to `>=2.15.0 <3.0.0`.
47+
- Update SDK constraint to `>=2.15.0 <3.0.0`.
4748

4849
## 2.7.6
4950

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >-
99
repository: https://github.com/dart-lang/webdev/tree/master/webdev
1010

1111
environment:
12-
sdk: ">=2.17.0 <3.0.0"
12+
sdk: ">=2.18.0 <3.0.0"
1313

1414
dependencies:
1515
args: ^2.3.1

0 commit comments

Comments
 (0)