From 4e01475947d186904b5c99c699bb463d6584be53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:17:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20lints=20from=204.0.?= =?UTF-8?q?0=20to=205.0.0=20in=20/chopper=20(#641)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :arrow_up: Bump lints from 4.0.0 to 5.0.0 in /chopper Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/dart-lang/lints/releases) - [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/lints/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * :rotating_light: fix linter warnings --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Klemen TuĊĦar --- chopper/lib/chopper.dart | 2 +- chopper/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chopper/lib/chopper.dart b/chopper/lib/chopper.dart index 0096bbbb..60b083c6 100644 --- a/chopper/lib/chopper.dart +++ b/chopper/lib/chopper.dart @@ -1,7 +1,7 @@ /// Chopper is an http client generator using source_gen and inspired by Retrofit. /// /// [Getting Started](https://hadrien-lejard.gitbook.io/chopper) -library chopper; +library; export 'package:qs_dart/qs_dart.dart' show ListFormat; export 'src/annotations.dart'; diff --git a/chopper/pubspec.yaml b/chopper/pubspec.yaml index 9405209d..02166ffc 100644 --- a/chopper/pubspec.yaml +++ b/chopper/pubspec.yaml @@ -23,7 +23,7 @@ dev_dependencies: data_fixture_dart: ^2.2.0 faker: ^2.1.0 http_parser: ^4.0.2 - lints: ^4.0.0 + lints: ">=4.0.0 <6.0.0" test: ^1.25.5 transparent_image: ^2.0.1 chopper_generator: ^8.0.1