From 572eb82beca8a28a6c7f8e55788e8ceffbff4521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 13:07:31 +0000 Subject: [PATCH] chore(deps): bump commitlint_cli from 0.4.2 to 0.5.0 Bumps [commitlint_cli](https://github.com/hyiso/commitlint) from 0.4.2 to 0.5.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.4.2...v0.5.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 9fe25c1..6096f17 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ^1.8.0 dev_dependencies: - commitlint_cli: ^0.4.0-pre.0 + commitlint_cli: ">=0.4.0-pre.0 <0.6.0" lint_staged: ">=0.2.0 <0.4.0" lints: ^2.0.0 test: ^1.17.0