Skip to content

Commit 0eaec40

Browse files
committed
⬆️ Updated dependencies + changelog
1 parent 8d78756 commit 0eaec40

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# 2.0.2
22
- Update dependencies
3-
- Update `very_good_analysis` to `9.0.0`
3+
- Update `very_good_analysis` to `10.0.0`
4+
- Update `test` to `1.26.2`
5+
- Update `meta` to `1.16.0`
6+
- Updated `stack_trace` to `1.12.1`
47
- Added topics: [test, testing, parameterized] to pubspec.yaml
58
- Added small explanation to README.md about Future.error usage in tests.
69
- Updated dart formatting.

lib/src/parameterized_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ class ParameterizedTestImpl implements ParameterizedTest {
206206

207207
/// Unpack wrapped values and test options.
208208
/// Handle different types of values.
209+
// ignore: switch_on_type
209210
ValueWithTestOptions parseValues(dynamic value) => switch (value) {
210211
ValueWithTestOptions() => value,
211212
List() => (values: value, testOptions: null),

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ environment:
88
sdk: '>=3.8.0 <4.0.0'
99

1010
dependencies:
11-
meta: ^1.15.0
12-
stack_trace: ^1.11.1
13-
test: ^1.25.7
11+
meta: ^1.16.0
12+
stack_trace: ^1.12.1
13+
test: ^1.26.2
1414

1515
dev_dependencies:
1616
csv: ^6.0.0
17-
very_good_analysis: ^9.0.0
17+
very_good_analysis: ^10.0.0

0 commit comments

Comments
 (0)