mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
Bump @commitlint/cli from 16.0.2 to 16.1.0 (#2664)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.0.2 to 16.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.1.0/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
38
yarn.lock
38
yarn.lock
@@ -1274,13 +1274,13 @@
|
||||
integrity sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg==
|
||||
|
||||
"@commitlint/cli@^16.0.0":
|
||||
version "16.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.0.2.tgz#393b03793fc59b93e5f4dd7dd535a6cc5a7413ca"
|
||||
integrity sha512-Jt7iaBjoLGC5Nq4dHPTvTYnqPGkElFPBtTXTvBpTgatZApczyjI2plE0oG4GYWPp1suHIS/VdVDOMpPZjGVusg==
|
||||
version "16.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.1.0.tgz#022ad86008374b02974c9f3faf86affb785f4574"
|
||||
integrity sha512-x5L1knvA3isRWBRVQx+Q6D45pA9139a2aZQYpxkljMG0dj4UHZkCnsYWpnGalxPxASI7nrI0KedKfS2YeQ55cQ==
|
||||
dependencies:
|
||||
"@commitlint/format" "^16.0.0"
|
||||
"@commitlint/lint" "^16.0.0"
|
||||
"@commitlint/load" "^16.0.0"
|
||||
"@commitlint/load" "^16.1.0"
|
||||
"@commitlint/read" "^16.0.0"
|
||||
"@commitlint/types" "^16.0.0"
|
||||
lodash "^4.17.19"
|
||||
@@ -1295,10 +1295,10 @@
|
||||
dependencies:
|
||||
conventional-changelog-conventionalcommits "^4.3.1"
|
||||
|
||||
"@commitlint/config-validator@^16.0.0":
|
||||
version "16.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-16.0.0.tgz#61dd84895e5dcab6066ff5e21e2b9a96b0ed6323"
|
||||
integrity sha512-i80DGlo1FeC5jZpuoNV9NIjQN/m2dDV3jYGWg+1Wr+KldptkUHXj+6GY1Akll66lJ3D8s6aUGi3comPLHPtWHg==
|
||||
"@commitlint/config-validator@^16.1.0":
|
||||
version "16.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-16.1.0.tgz#410979f713ed55cbb85504d46295c1fd2419dc4d"
|
||||
integrity sha512-2cHeZPNTuf1JWbMqyA46MkExor5HMSgv8JrdmzEakUbJHUreh35/wN00FJf57qGs134exQW2thiSQ1IJUsVx2Q==
|
||||
dependencies:
|
||||
"@commitlint/types" "^16.0.0"
|
||||
ajv "^6.12.6"
|
||||
@@ -1342,14 +1342,14 @@
|
||||
"@commitlint/rules" "^16.0.0"
|
||||
"@commitlint/types" "^16.0.0"
|
||||
|
||||
"@commitlint/load@^16.0.0":
|
||||
version "16.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.0.0.tgz#4ab9f8502d0521209ce54d7cce58d419b8c35b48"
|
||||
integrity sha512-7WhrGCkP6K/XfjBBguLkkI2XUdiiIyMGlNsSoSqgRNiD352EiffhFEApMy1/XOU+viwBBm/On0n5p0NC7e9/4A==
|
||||
"@commitlint/load@^16.1.0":
|
||||
version "16.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.1.0.tgz#7a884072ab915611080c5e99a1f1d999c05f4360"
|
||||
integrity sha512-MtlEhKjP8jAF85jjX4mw8DUUwCxKsCgAc865hhpnwxjrfBcmGP7Up2AFE/M3ZMGDmSl1X1TMybQk/zohj8Cqdg==
|
||||
dependencies:
|
||||
"@commitlint/config-validator" "^16.0.0"
|
||||
"@commitlint/config-validator" "^16.1.0"
|
||||
"@commitlint/execute-rule" "^16.0.0"
|
||||
"@commitlint/resolve-extends" "^16.0.0"
|
||||
"@commitlint/resolve-extends" "^16.1.0"
|
||||
"@commitlint/types" "^16.0.0"
|
||||
chalk "^4.0.0"
|
||||
cosmiconfig "^7.0.0"
|
||||
@@ -1382,12 +1382,12 @@
|
||||
fs-extra "^10.0.0"
|
||||
git-raw-commits "^2.0.0"
|
||||
|
||||
"@commitlint/resolve-extends@^16.0.0":
|
||||
version "16.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-16.0.0.tgz#2136f01d81bccc29091f2720b42c8c96aa59c56e"
|
||||
integrity sha512-Z/w9MAQUcxeawpCLtjmkVNXAXOmB2nhW+LYmHEZcx9O6UTauF/1+uuZ2/r0MtzTe1qw2JD+1QHVhEWYHVPlkdA==
|
||||
"@commitlint/resolve-extends@^16.1.0":
|
||||
version "16.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-16.1.0.tgz#4b199197c45ddb436b59ef319662de6870f68fd5"
|
||||
integrity sha512-8182s6AFoUFX6+FT1PgQDt15nO2ogdR/EN8SYVAdhNXw1rLz8kT5saB/ICw567GuRAUgFTUMGCXy3ctMOXPEDg==
|
||||
dependencies:
|
||||
"@commitlint/config-validator" "^16.0.0"
|
||||
"@commitlint/config-validator" "^16.1.0"
|
||||
"@commitlint/types" "^16.0.0"
|
||||
import-fresh "^3.0.0"
|
||||
lodash "^4.17.19"
|
||||
|
Reference in New Issue
Block a user