From 76dd5954cf71eac6c40d75bac735c0300af5992b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:15:07 +0000 Subject: [PATCH 1/2] chore(deps): Bump lint_staged from 0.3.0 to 0.4.0 Bumps [lint_staged](https://github.com/hyiso/lint_staged) from 0.3.0 to 0.4.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.3.0...v0.4.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 979f661..eee7e7a 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.2.0 <0.4.0" + lint_staged: ">=0.2.0 <0.5.0" lints: ^2.0.0 test: ^1.21.0 uuid: ^3.0.7 From 102391716e9988b15d7270fa5405e9a979e5be72 Mon Sep 17 00:00:00 2001 From: hyiso Date: Wed, 9 Aug 2023 00:32:44 +0800 Subject: [PATCH 2/2] chore: fix pr_title action --- .github/workflows/pr_title.yml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr_title.yml index 2d0736d..2a89a5a 100644 --- a/.github/workflows/pr_title.yml +++ b/.github/workflows/pr_title.yml @@ -14,4 +14,4 @@ jobs: run: dart pub get - name: Validate Title of PR - run: echo ${{ github.event.pull_request.title }} | dart bin/commitlint_cli.dart --config lib/commitlint.yaml \ No newline at end of file + run: echo '${{ github.event.pull_request.title }}' | dart bin/commitlint_cli.dart --config lib/commitlint.yaml \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index eee7e7a..9a74856 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.2.0 <0.5.0" + lint_staged: ^0.4.0 lints: ^2.0.0 test: ^1.21.0 uuid: ^3.0.7