Skip to content

Commit a33dabe

Browse files
authored
Bump lints and file deps (#191)
1 parent d03bdd7 commit a33dabe

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

.github/workflows/test-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
# Add macos-latest and/or windows-latest if relevant for this package.
4949
os: [ubuntu-latest]
50-
sdk: [2.19.0, dev]
50+
sdk: [3.3.0, dev]
5151
steps:
5252
- uses: actions/checkout@v2
5353
- uses: dart-lang/[email protected]

CHANGELOG.md

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

3-
- Time zone database updated to 2024d. For your convenience here are the
3+
- Time zone database updated to 2024a. For your convenience here are the
44
announcements for [2023d], [2024a].
55

66
[2023d]: https://mm.icann.org/pipermail/tz-announce/2023-December.txt

analysis_options.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ linter:
1818
- avoid_dynamic_calls
1919
- avoid_positional_boolean_parameters
2020
- avoid_unused_constructor_parameters
21-
- dangling_library_doc_comments
2221
- directives_ordering
23-
- collection_methods_unrelated_type
24-
- implicit_call_tearoffs
25-
- library_annotations
2622
- lines_longer_than_80_chars
2723
- package_api_docs
2824
- prefer_asserts_in_initializer_lists
@@ -31,4 +27,3 @@ linter:
3127
- unnecessary_library_directive
3228
- unnecessary_parenthesis
3329
- unreachable_from_main
34-
- use_super_parameters

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies:
88
path: ^1.8.0
99
dev_dependencies:
1010
args: any
11-
file: ^6.0.0
11+
file: '>=6.0.0 <8.0.0'
1212
glob: ^2.0.0
13-
lints: ^2.0.0
14-
logging: any
13+
lints: ^3.0.0
14+
logging: ^1.2.0
1515
test: ^1.16.0

0 commit comments

Comments
 (0)