From 57606859f9303e8929e3ddabe8520624a4e4eac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:11:45 +0000 Subject: [PATCH] Bump the all_dependencies group Bumps the all_dependencies group in /packages/leancode_hooks with 2 updates: [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.0 - [Commits](https://github.com/invertase/dart_custom_lint/compare/custom_lint-v0.6.10...custom_lint-v0.7.0) Updates `leancode_lint` from 14.2.0 to 14.4.0 - [Release notes](https://github.com/leancodepl/flutter_corelibrary/releases) - [Commits](https://github.com/leancodepl/flutter_corelibrary/compare/leancode_lint-v14.2.0...leancode_lint-v14.4.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-minor dependency-group: all_dependencies ... Signed-off-by: dependabot[bot] --- packages/leancode_hooks/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/leancode_hooks/pubspec.yaml b/packages/leancode_hooks/pubspec.yaml index be2662aa..15ee9390 100644 --- a/packages/leancode_hooks/pubspec.yaml +++ b/packages/leancode_hooks/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: dev_dependencies: coverage: ^1.2.0 - custom_lint: ^0.6.4 + custom_lint: ">=0.6.4 <0.8.0" flutter_test: sdk: flutter leancode_lint: ">=12.0.0 <15.0.0"