From 6e74f0c805ac8b949fe528437dfed12fefad8bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:19:52 +0000 Subject: [PATCH] chore(deps): bump commitlint_cli from 0.7.2 to 0.8.0 Bumps [commitlint_cli](https://github.com/hyiso/commitlint) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/hyiso/commitlint/releases) - [Changelog](https://github.com/hyiso/commitlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyiso/commitlint/compare/v0.7.2...v0.8.0) --- updated-dependencies: - dependency-name: commitlint_cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e9c81da..152844f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ^1.8.0 dev_dependencies: - commitlint_cli: ^0.7.0 + commitlint_cli: ">=0.7.0 <0.9.0" lint_staged: ^0.5.0 lints: ^2.0.0 test: ^1.17.0