From f62abfe7dec39626c517207cdf25d0ae8997908f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 02:20:57 +0000 Subject: [PATCH] Bump the all_dependencies group across 1 directory with 2 updates Bumps the all_dependencies group with 2 updates in the /packages/cqrs directory: [custom_lint](https://github.com/invertase/dart_custom_lint) and [leancode_lint](https://github.com/leancodepl/flutter_corelibrary). Updates `custom_lint` from 0.6.10 to 0.7.5 - [Commits](https://github.com/invertase/dart_custom_lint/compare/custom_lint-v0.6.10...custom_lint-v0.7.5) Updates `leancode_lint` from 12.1.0 to 15.1.0 - [Release notes](https://github.com/leancodepl/flutter_corelibrary/releases) - [Commits](https://github.com/leancodepl/flutter_corelibrary/compare/leancode_lint-v12.1.0...leancode_lint-v15.1.0) Updates `leancode_lint` from 12.1.0 to 15.1.0 - [Release notes](https://github.com/leancodepl/flutter_corelibrary/releases) - [Commits](https://github.com/leancodepl/flutter_corelibrary/compare/leancode_lint-v12.1.0...leancode_lint-v15.1.0) --- updated-dependencies: - dependency-name: custom_lint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all_dependencies - dependency-name: leancode_lint dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies - dependency-name: leancode_lint dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_dependencies ... Signed-off-by: dependabot[bot] --- packages/cqrs/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cqrs/pubspec.yaml b/packages/cqrs/pubspec.yaml index 7a9d58ac..b984e2d4 100644 --- a/packages/cqrs/pubspec.yaml +++ b/packages/cqrs/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: dev_dependencies: coverage: ^1.5.0 - custom_lint: ^0.6.4 - leancode_lint: ^12.0.0 + custom_lint: ">=0.6.4 <0.8.0" + leancode_lint: ">=12.0.0 <16.0.0" mocktail: ^1.0.1 test: ^1.17.5