Skip to content

Commit ac2300a

Browse files
author
Anna Gringauze
authored
Update min SDK version to 2.14 (#1405)
* Update min SDK version to 2.14 * Updated SDK constraints in smoke tests
1 parent a1a075a commit ac2300a

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

dwds/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 11.3.0-dev
2+
3+
- Update SDK constraint to `>=2.14.0 <3.0.0`
4+
15
## 11.2.3
26

37
- Fix race causing intermittent `Aww, snap` errors on starting debugger

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: dwds
22
# Every time this changes you need to run `pub run build_runner build`.
3-
version: 11.2.3
3+
version: 11.3.0-dev
44
homepage: https://github.com/dart-lang/webdev/tree/master/dwds
55
description: >-
66
A service that proxies between the Chrome debug protocol and the Dart VM
77
service protocol.
88
99
environment:
10-
sdk: ">=2.13.0 <3.0.0"
10+
sdk: ">=2.14.0 <3.0.0"
1111

1212
dependencies:
1313
async: ^2.3.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.13.0 <3.0.0"
7+
sdk: ">=2.14.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
@@ -7,7 +7,7 @@ description: A test fixture for webdev testing.
77
# and build_web_compilers constraint should match those defined
88
# in pubspec.dart.
99
environment:
10-
sdk: '>=2.13.0 <3.0.0'
10+
sdk: '>=2.14.0 <3.0.0'
1111

1212
dev_dependencies:
1313
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.13.0 <3.0.0'
5+
sdk: '>=2.14.0 <3.0.0'
66

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

webdev/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.7.6-dev
2+
3+
- Update SDK constraint to `>=2.14.0 <3.0.0`
4+
15
## 2.7.5
26

37
- Depend on the latest `package:dwds`.

webdev/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webdev/pubspec.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webdev
22
# Every time this changes you need to run `pub run build_runner build`.
3-
version: 2.7.5
3+
version: 2.7.6-dev
44
# We should not depend on a dev SDK before publishing.
55
# publish_to: none
66
homepage: https://github.com/dart-lang/webdev
@@ -9,7 +9,7 @@ description: >-
99
features for users and tools to build and deploy web applications with Dart.
1010
1111
environment:
12-
sdk: ">=2.13.0 <3.0.0"
12+
sdk: ">=2.14.0 <3.0.0"
1313

1414
dependencies:
1515
args: ^2.0.0
@@ -50,5 +50,9 @@ dev_dependencies:
5050
test_process: ^2.0.2
5151
webdriver: ^3.0.0
5252

53+
dependency_overrides:
54+
dwds:
55+
path: ../dwds
56+
5357
executables:
5458
webdev:

0 commit comments

Comments
 (0)