Skip to content

Commit 1e8a6f9

Browse files
author
Anna Gringauze
committed
Updated build_web_compilers version and min SDK constraint
1 parent e152d0d commit 1e8a6f9

File tree

10 files changed

+169
-192
lines changed

10 files changed

+169
-192
lines changed

dwds/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
- Add code for loading symbols generated by DDC, if
44
`enableDebugSymbols` is set to `true` in `dwds.start`.
55
To be used by variable inspection, not implemented yet.
6+
- Require at least `build_web_compilers` version `3.1.0`.
7+
- Update min sdk constraint to `>=2.14.0-216.0.dev`.
68

79
**Breaking changes:**
810
- Add `enableDebugSymbols` parameter `Dwds.start`, false by default.
911
- Add `symbolsContents` method to `AssetReader`.
10-
12+
1113
## 11.1.2-dev
1214

1315
- Return empty library from `ChromeProxyService.getObject` for
@@ -17,7 +19,7 @@
1719
## 11.1.1
1820

1921
- Update versions of `package:sse`, `package:vm_service`, `package:dds`.
20-
22+
2123
## 11.1.0
2224

2325
- Add global functions to the injected client for `dart.developer.postEvent`

dwds/lib/src/injected/client.js

Lines changed: 153 additions & 178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
service protocol.
88
99
environment:
10-
sdk: ">=2.13.0-144.0.dev <3.0.0"
10+
sdk: ">=2.14.0-216.0.dev <3.0.0"
1111

1212
dependencies:
1313
async: ^2.3.0
@@ -39,12 +39,12 @@ dependencies:
3939
dev_dependencies:
4040
args: ^2.0.0
4141
build: ^2.0.0
42-
build_daemon: ^2.0.0
43-
build_runner: ^1.6.2
42+
build_daemon: ^3.0.0
43+
build_runner: ^2.0.5
4444
build_version: ^2.0.0
45-
build_web_compilers: ^2.12.0
45+
build_web_compilers: ^3.1.0
4646
built_value_generator: ^8.0.0
47-
graphs: ^1.0.0
47+
graphs: ^2.0.0
4848
frontend_server_common:
4949
path: ../frontend_server_common
5050
js: ^0.6.1

fixtures/_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313

1414
dev_dependencies:
1515
build_runner: ^2.0.0
16-
build_web_compilers: ^3.0.0
16+
build_web_compilers: ^3.1.0

fixtures/_testPackage/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313

1414
dev_dependencies:
1515
build_runner: ^2.0.0
16-
build_web_compilers: ^3.0.0
16+
build_web_compilers: ^3.1.0

fixtures/_testPackageSound/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313

1414
dev_dependencies:
1515
build_runner: ^2.0.0
16-
build_web_compilers: ^3.0.0
16+
build_web_compilers: ^3.1.0

fixtures/_testSound/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313

1414
dev_dependencies:
1515
build_runner: ^2.0.0
16-
build_web_compilers: ^3.0.0
16+
build_web_compilers: ^3.1.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-144.0.dev <3.0.0'
10+
sdk: ">=2.14.0-216.0.dev <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.12.0-259.0.dev <3.0.0'
5+
sdk: ">=2.14.0-216.0.dev <3.0.0"
66

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

webdev/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-144.0.dev <3.0.0"
12+
sdk: ">=2.14.0-216.0.dev <3.0.0"
1313

1414
dependencies:
1515
args: ^2.0.0

0 commit comments

Comments
 (0)