From c5630ae4ccae78c02476c2e62a14982f3447050c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:17:36 +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=5Fbuilt=5Fvalue=20(#640)?= 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_built_value 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_built_value/pubspec.yaml | 2 +- chopper_built_value/test/serializers.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chopper_built_value/pubspec.yaml b/chopper_built_value/pubspec.yaml index df350ada..f2cf5b88 100644 --- a/chopper_built_value/pubspec.yaml +++ b/chopper_built_value/pubspec.yaml @@ -18,7 +18,7 @@ dev_dependencies: build_runner: ^2.4.9 build_test: ^2.2.2 built_value_generator: ^8.9.2 - lints: ^4.0.0 + lints: ">=4.0.0 <6.0.0" dependency_overrides: chopper: diff --git a/chopper_built_value/test/serializers.dart b/chopper_built_value/test/serializers.dart index 7124a7c1..61e3a1f5 100644 --- a/chopper_built_value/test/serializers.dart +++ b/chopper_built_value/test/serializers.dart @@ -1,4 +1,4 @@ -library serializers; +library; import 'package:built_value/serializer.dart';