Skip to content

Commit cd92cb0

Browse files
committed
Bump analyzer version
1 parent 579e160 commit cd92cb0

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

packages/auto_mappr/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[//]: # (## Unreleased)
22

3+
## 2.7.0
4+
- Bump `analyzer` dependency to `>=6.5.0 <8.0.0`
5+
36
## 2.6.0
47
- Update dependencies
5-
- Update get_it dependency to ^8.0.0
8+
- Update `get_it` dependency to `^8.0.0`
69

710
## 2.5.0
811
- Add support for safe mapping (mapping exceptions handling). [#216](https://github.com/netglade/auto_mappr/pull/216)

packages/auto_mappr/example/lib/mappr.auto_mappr.dart

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auto_mappr/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: auto_mappr
22
description: Code generation for mapping between different objects with ease.
3-
version: 2.6.0
3+
version: 2.7.0
44
repository: https://github.com/netglade/auto_mappr
55
issue_tracker: https://github.com/netglade/auto_mappr/issues
66
screenshots:
@@ -12,8 +12,8 @@ environment:
1212
resolution: workspace
1313

1414
dependencies:
15-
# TODO: Support analyzer same way as json_serializable https://github.com/google/json_serializable.dart/pull/1333
16-
analyzer: ">=5.4.0 <7.0.0"
15+
# TODO: Support analyzer same way as json_serializable https://github.com/google/json_serializable.dart/blob/master/json_serializable/pubspec.yaml
16+
analyzer: ">=6.5.0 <8.0.0"
1717
auto_mappr_annotation: ^2.3.0
1818
build: ^2.3.1
1919
built_collection: ^5.1.1

pubspec.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,3 @@ melos:
7474
packageFilters:
7575
dirExists: test
7676
description: Run all Dart tests.
77-
78-

0 commit comments

Comments
 (0)