From c2a5d4a77369707299f8c01c5558b27497f04e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:13:56 +0000 Subject: [PATCH 1/2] chore(deps): Bump lint_staged from 0.4.3 to 0.5.0 Bumps [lint_staged](https://github.com/hyiso/lint_staged) from 0.4.3 to 0.5.0. - [Release notes](https://github.com/hyiso/lint_staged/releases) - [Changelog](https://github.com/hyiso/lint_staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyiso/lint_staged/compare/v0.4.3...v0.5.0) --- updated-dependencies: - dependency-name: lint_staged 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 4f1dbb1..2b55a91 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: dev_dependencies: collection: ^1.17.1 husky: ^0.1.6 - lint_staged: ^0.4.2 + lint_staged: ">=0.4.2 <0.6.0" lints: ^2.0.0 test: ^1.21.0 From 03f5966c65f40f6043d3c2f7b06629c8e3cc7570 Mon Sep 17 00:00:00 2001 From: hyiso Date: Mon, 22 Jan 2024 17:25:26 +0800 Subject: [PATCH 2/2] chore(deps): Bump lint_staged's minmum verison to 0.5.0 --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2b55a91..99b04af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,9 +18,9 @@ dependencies: dev_dependencies: collection: ^1.17.1 husky: ^0.1.6 - lint_staged: ">=0.4.2 <0.6.0" + lint_staged: ^0.5.0 lints: ^2.0.0 test: ^1.21.0 lint_staged: - '**.dart': dart fix --apply && dart format --fix \ No newline at end of file + '**.dart': dart fix --apply && dart format --fix