From 50d507a03b27a08d352659ccc4318f6a68d89b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:36:08 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 18.6.3 to 19.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- template/react-ts-less/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/react-ts-less/package.json b/template/react-ts-less/package.json index 6c0a4d2..c687ac2 100644 --- a/template/react-ts-less/package.json +++ b/template/react-ts-less/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@commitlint/cli": "^18.2.0", - "@commitlint/config-conventional": "^18.1.0", + "@commitlint/config-conventional": "^19.1.0", "@types/node": "20.11.17", "@types/react": "18.2.56", "@types/react-dom": "^18",