Skip to content

Commit f65dde0

Browse files
authored
pubspec_parse: update dependencies and require Dart 3.6 (#1946)
1 parent 0ebdec6 commit f65dde0

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.github/workflows/pubspec_parse.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
os: [ubuntu-latest]
60-
sdk: [3.2, dev]
60+
sdk: [3.6, dev]
6161
steps:
6262
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6363
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94

pkgs/pubspec_parse/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## 1.5.0-wip
22

33
- Add `Pubspec.workspace` and `Pubspec.resolution` fields.
4+
- Require Dart 3.6
5+
- Update dependencies.
46

57
## 1.4.0
68

pkgs/pubspec_parse/pubspec.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ topics:
99
- dart-pub
1010

1111
environment:
12-
sdk: ^3.2.0
12+
sdk: ^3.6.0
1313

1414
dependencies:
1515
checked_yaml: ^2.0.1
16-
collection: ^1.15.0
17-
json_annotation: ^4.8.0
18-
pub_semver: ^2.0.0
16+
collection: ^1.19.0
17+
json_annotation: ^4.9.0
18+
pub_semver: ^2.1.4
1919
yaml: ^3.0.0
2020

2121
dev_dependencies:
22-
build_runner: ^2.2.1
22+
build_runner: ^2.4.6
2323
build_verify: ^3.0.0
2424
dart_flutter_team_lints: ^3.0.0
25-
json_serializable: ^6.6.0
26-
path: ^1.8.0
25+
json_serializable: ^6.9.1
26+
path: ^1.9.0
2727
# Needed because we are configuring `combining_builder`
28-
source_gen: ^1.2.3
28+
source_gen: ^2.0.0
2929
stack_trace: ^1.10.0
30-
test: ^1.21.6
30+
test: ^1.24.4
3131
test_descriptor: ^2.0.0
3232
test_process: ^2.0.0

0 commit comments

Comments
 (0)