Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 0714009

Browse files
committed
Latest lints, bump min SDK to 3.2
1 parent 457ff0d commit 0714009

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os: [ubuntu-latest]
49-
sdk: [3.0.0, dev]
49+
sdk: [3.2, dev]
5050
steps:
5151
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5252
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.1-wip
2+
3+
- Require Dart 3.2
4+
15
## 1.3.0
26

37
- Require Dart 3.0

pubspec.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pubspec_parse
2-
version: 1.3.0
2+
version: 1.3.1-wip
33
description: >-
44
Simple package for parsing pubspec.yaml files with a type-safe API and rich
55
error reporting.
@@ -8,7 +8,7 @@ topics:
88
- dart-pub
99

1010
environment:
11-
sdk: ^3.0.0
11+
sdk: ^3.2.0
1212

1313
dependencies:
1414
checked_yaml: ^2.0.1
@@ -18,14 +18,14 @@ dependencies:
1818
yaml: ^3.0.0
1919

2020
dev_dependencies:
21-
build_runner: ^2.0.3
22-
build_verify: '>=2.0.0 <4.0.0'
23-
dart_flutter_team_lints: ^2.0.0
21+
build_runner: ^2.2.1
22+
build_verify: ^3.0.0
23+
dart_flutter_team_lints: ^3.0.0
2424
json_serializable: ^6.6.0
25-
path: ^1.5.1
25+
path: ^1.8.0
2626
# Needed because we are configuring `combining_builder`
27-
source_gen: ^1.0.0
28-
stack_trace: ^1.9.2
29-
test: ^1.0.0
27+
source_gen: ^1.2.3
28+
stack_trace: ^1.10.0
29+
test: ^1.21.6
3030
test_descriptor: ^2.0.0
3131
test_process: ^2.0.0

0 commit comments

Comments
 (0)