Skip to content

Commit 00b5f3f

Browse files
authored
Update deps to their lowest allowed, prepare release (#1756)
Used `_PUB_TEST_SDK_VERSION=3.7.0 dart pub downgrade --tighten`
1 parent 5cb5627 commit 00b5f3f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 3.1.2-wip
1+
## 3.1.2
22

33
* Support dot shorthand syntax.
4+
* Update to the latest `package:analyzer`.
45
* Enable language version 3.10.
56

67
### Bug fixes

pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_style
22
# Note: See tool/grind.dart for how to bump the version.
3-
version: 3.1.2-wip
3+
version: 3.1.2
44
description: >-
55
Opinionated, automatic Dart source code formatter.
66
Provides an API and a CLI tool.
@@ -10,17 +10,17 @@ environment:
1010

1111
dependencies:
1212
analyzer: ^8.0.0
13-
args: ">=1.0.0 <3.0.0"
14-
collection: "^1.17.0"
13+
args: ^2.0.0
14+
collection: ^1.19.0
1515
package_config: ^2.1.0
16-
path: ^1.0.0
17-
pub_semver: ">=1.4.4 <3.0.0"
18-
source_span: ^1.4.0
16+
path: ^1.9.0
17+
pub_semver: ^2.1.4
18+
source_span: ^1.8.0
1919
yaml: ^3.1.2
2020

2121
dev_dependencies:
2222
dart_flutter_team_lints: ^3.1.0
23-
grinder: ^0.9.0-nullsafety.0
24-
test: ^1.24.6
23+
grinder: ^0.9.0
24+
test: ^1.26.3
2525
test_descriptor: ^2.0.0
2626
test_process: ^2.0.0

0 commit comments

Comments
 (0)