Skip to content

Commit 777631b

Browse files
authored
Bump min Dart version to 3.4.0 for WASM (#2242)
* Bump min Dart version to 3.4.0 for WASM
1 parent 83c597e commit 777631b

File tree

10 files changed

+173
-161
lines changed

10 files changed

+173
-161
lines changed

.github/workflows/dart.yml

+149-149
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration_tests/spawn_hybrid/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: spawn_hybrid
22
publish_to: none
33
environment:
4-
sdk: ^3.2.0
4+
sdk: ^3.4.0
55
dependencies:
66
async: ^2.9.0
77
path: ^1.8.2

pkgs/checks/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 0.3.1-wip
22

3-
- Update min SDK constraint to 3.2.0.
3+
- Update min SDK constraint to 3.4.0.
44

55
## 0.3.0
66

pkgs/checks/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
repository: https://github.com/dart-lang/test/tree/master/pkgs/checks
77

88
environment:
9-
sdk: ^3.2.0
9+
sdk: ^3.4.0
1010

1111
dependencies:
1212
async: ^2.8.0

pkgs/test/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.25.8-wip
2+
3+
* Increase SDK constraint to ^3.4.0.
4+
15
## 1.25.7
26

37
* Enable asserts for `dart2wasm` tests.

pkgs/test/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: test
2-
version: 1.25.7
2+
version: 1.25.8-wip
33
description: >-
44
A full featured library for writing and running Dart tests across platforms.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
66

77
environment:
8-
sdk: ^3.2.0
8+
sdk: ^3.4.0
99

1010
dependencies:
1111
analyzer: '>=5.12.0 <7.0.0'
@@ -34,8 +34,8 @@ dependencies:
3434
stream_channel: ^2.1.0
3535

3636
# Use an exact version until the test_api and test_core package are stable.
37-
test_api: 0.7.2
38-
test_core: 0.6.4
37+
test_api: 0.7.3
38+
test_core: 0.6.5
3939

4040
typed_data: ^1.3.0
4141
web_socket_channel: '>=2.0.0 <4.0.0'

pkgs/test_api/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.3-wip
2+
3+
* Increase SDK constraint to ^3.4.0.
4+
15
## 0.7.2
26

37
* Update min SDK constraint to 3.2.0.

pkgs/test_api/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: test_api
2-
version: 0.7.2
2+
version: 0.7.3-wip
33
description: >-
44
The user facing API for structuring Dart tests and checking expectations.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_api
66

77
environment:
8-
sdk: ^3.2.0
8+
sdk: ^3.4.0
99

1010
dependencies:
1111
async: ^2.5.0

pkgs/test_core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.5-wip
2+
3+
* Increase SDK constraint to ^3.4.0.
4+
15
## 0.6.4
26

37
* Enable asserts for `dart2wasm` tests.

pkgs/test_core/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: test_core
2-
version: 0.6.4
2+
version: 0.6.5-wip
33
description: A basic library for writing tests and running them on the VM.
44
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core
55

66
environment:
7-
sdk: ^3.2.0
7+
sdk: ^3.4.0
88

99
dependencies:
1010
analyzer: '>=3.3.0 <7.0.0'
@@ -26,7 +26,7 @@ dependencies:
2626
stack_trace: ^1.10.0
2727
stream_channel: ^2.1.0
2828
# Use an exact version until the test_api package is stable.
29-
test_api: 0.7.2
29+
test_api: 0.7.3
3030
vm_service: ">=6.0.0 <15.0.0"
3131
yaml: ^3.0.0
3232

0 commit comments

Comments
 (0)