Skip to content

Commit 593f310

Browse files
committed
Updated dependency
1 parent 73fc866 commit 593f310

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1
2+
3+
- Updated `petitparser` dependency.
4+
15
## 2.1.0
26

37
- Naming consistency refactor:

analysis_options.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ linter:
88
rules:
99
- cancel_subscriptions
1010
- hash_and_equals
11-
- iterable_contains_unrelated_type
12-
- list_remove_unrelated_type
11+
- collection_methods_unrelated_type
1312
- test_types_in_equals
1413
- unrelated_type_equality_checks
1514
- valid_regexps

lib/src/grammar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ignore_for_file: non_constant_identifier_names
1+
// ignore_for_file: non_constant_identifier_names, deprecated_member_use
22

33
import 'package:petitparser/petitparser.dart';
44

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: query
22
description: >
33
Search query parser to implement customized search.
44
Supports boolean groups, field scopes, ranges, comparisons...
5-
version: 2.1.0
5+
version: 2.1.1
66
homepage: https://github.com/isoos/query
77

88
environment:
9-
sdk: '>=2.17.0 <3.0.0'
9+
sdk: '>=2.17.0 <4.0.0'
1010

1111
dependencies:
12-
petitparser: ^5.0.0
12+
petitparser: ^6.0.0
1313

1414
dev_dependencies:
15-
lints: ^2.0.0
15+
lints: ^4.0.0
1616
test: ^1.0.0

0 commit comments

Comments
 (0)