From 6130d58ec43fca107f0980f139cc05bb382a4345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 01:31:55 +0000 Subject: [PATCH] chore(deps): bump custom_lint, custom_lint_core, analyzer and custom_lint_builder Bumps [custom_lint](https://github.com/invertase/dart_custom_lint), [custom_lint_core](https://github.com/invertase/dart_custom_lint), [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) and [custom_lint_builder](https://github.com/invertase/dart_custom_lint). These dependencies needed to be updated together. 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 `custom_lint_core` from 0.6.10 to 0.7.5 - [Commits](https://github.com/invertase/dart_custom_lint/compare/custom_lint_core-v0.6.10...custom_lint_core-v0.7.5) Updates `analyzer` from 6.11.0 to 7.3.0 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `custom_lint_builder` from 0.6.10 to 0.7.5 - [Commits](https://github.com/invertase/dart_custom_lint/compare/custom_lint_builder-v0.6.10...custom_lint_builder-v0.7.5) --- updated-dependencies: - dependency-name: custom_lint dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: custom_lint_core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: analyzer dependency-type: direct:production update-type: version-update:semver-major - dependency-name: custom_lint_builder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/flutter_hooks_lint/pubspec.yaml | 4 ++-- packages/flutter_hooks_lint_flutter_test/pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/flutter_hooks_lint/pubspec.yaml b/packages/flutter_hooks_lint/pubspec.yaml index aff5d3f..40ac68c 100644 --- a/packages/flutter_hooks_lint/pubspec.yaml +++ b/packages/flutter_hooks_lint/pubspec.yaml @@ -15,8 +15,8 @@ environment: # Add regular dependencies here. dependencies: - analyzer: ">=6.0.0 <7.0.0" - custom_lint_builder: ">=0.6.0 <0.7.0" + analyzer: ^7.3.0 + custom_lint_builder: ^0.7.5 # path: ^1.8.0 dev_dependencies: lints: ^5.1.1 diff --git a/packages/flutter_hooks_lint_flutter_test/pubspec.yaml b/packages/flutter_hooks_lint_flutter_test/pubspec.yaml index c0ae5db..d79670c 100644 --- a/packages/flutter_hooks_lint_flutter_test/pubspec.yaml +++ b/packages/flutter_hooks_lint_flutter_test/pubspec.yaml @@ -10,8 +10,8 @@ dependencies: sdk: flutter dev_dependencies: - custom_lint: ">=0.6.0 <0.7.0" - custom_lint_core: ">=0.6.0 <0.7.0" + custom_lint: ^0.7.5 + custom_lint_core: ^0.7.5 hooks_riverpod: ^2.4.10 test: ^1.24.0 flutter_hooks_lint: