Skip to content

Update min SDK version to 2.14 #1405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 11.3.0-dev

- Update SDK constraint to `>=2.14.0 <3.0.0`

## 11.2.3

- Fix race causing intermittent `Aww, snap` errors on starting debugger
Expand Down
2 changes: 1 addition & 1 deletion dwds/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dwds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: dwds
# Every time this changes you need to run `pub run build_runner build`.
version: 11.2.3
version: 11.3.0-dev
homepage: https://github.com/dart-lang/webdev/tree/master/dwds
description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
service protocol.

environment:
sdk: ">=2.13.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"

dependencies:
async: ^2.3.0
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A web app example for webdev CLI.
publish_to: none

environment:
sdk: ">=2.13.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"

dev_dependencies:
build_runner: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion fixtures/_webdevSmoke/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: A test fixture for webdev testing.
# and build_web_compilers constraint should match those defined
# in pubspec.dart.
environment:
sdk: '>=2.13.0 <3.0.0'
sdk: '>=2.14.0 <3.0.0'

dev_dependencies:
build_runner: '>=1.6.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion fixtures/_webdevSoundSmoke/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: _webdev_smoke
description: A test fixture for webdev testing with sound support.

environment:
sdk: '>=2.13.0 <3.0.0'
sdk: '>=2.14.0 <3.0.0'

dev_dependencies:
build_runner: '>=1.6.2 <3.0.0'
Expand Down
4 changes: 4 additions & 0 deletions webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.6-dev

- Update SDK constraint to `>=2.14.0 <3.0.0`

## 2.7.5

- Depend on the latest `package:dwds`.
Expand Down
2 changes: 1 addition & 1 deletion webdev/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions webdev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: webdev
# Every time this changes you need to run `pub run build_runner build`.
version: 2.7.5
version: 2.7.6-dev
# We should not depend on a dev SDK before publishing.
# publish_to: none
homepage: https://github.com/dart-lang/webdev
Expand All @@ -9,7 +9,7 @@ description: >-
features for users and tools to build and deploy web applications with Dart.

environment:
sdk: ">=2.13.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"

dependencies:
args: ^2.0.0
Expand Down Expand Up @@ -50,5 +50,9 @@ dev_dependencies:
test_process: ^2.0.2
webdriver: ^3.0.0

dependency_overrides:
dwds:
path: ../dwds

executables:
webdev: